is_duplicated
bool
2 classes
xmi
stringlengths
506
392k
ids
stringlengths
42
388
model_type
stringclasses
1 value
txt
stringlengths
3
77k
labels
null
graph
stringlengths
176
1.29M
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="csharp" nsURI="http://www.eclipse.org/MoDisco/CSharp" nsPrefix="csharp"> <eClassifiers xsi:type="ecore:EClass" name="AbstractTypeDeclaration" abstract="true" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalFileContent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bodyDeclarations" upperBound="-1" eType="#//BodyDeclaration" containment="true" eOpposite="#//BodyDeclaration/abstractTypeDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentsBeforeBody" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentsAfterBody" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//ImportDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="package" lowerBound="1" eType="#//PackageDeclaration" transient="true" eOpposite="#//PackageDeclaration/ownedElements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superInterfaces" upperBound="-1" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Accessor" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="content" upperBound="-1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeArgs" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//AnnotationMemberValuePair" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationMemberValuePair" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="member" lowerBound="1" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AnnotationTypeDeclaration" eSuperTypes="#//ClassDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="ArrayAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="array" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayCreation" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dimensions" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" eType="#//ArrayInitializer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayInitializer" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#//OrphanType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dimensions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ASTNode" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalColumnNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalLastLineNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalLength" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalLineNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalStartPosition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="originalCompilationUnit" eType="#//CompilationUnit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftHandSide" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightHandSide" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockComment" eSuperTypes="#//Comment"/> <eClassifiers xsi:type="ecore:EClass" name="BodyDeclaration" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalRank" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="abstractTypeDeclaration" lowerBound="1" eType="#//AbstractTypeDeclaration" transient="true" eOpposite="#//AbstractTypeDeclaration/bodyDeclarations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" eType="#//Modifier" containment="true" eOpposite="#//Modifier/BodyDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BodyStatement" abstract="true" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BreakStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CastExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CatchClause" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" lowerBound="1" eType="#//SingleVariableDeclaration" containment="true" eOpposite="#//SingleVariableDeclaration/catchClause"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassDeclaration" eSuperTypes="#//TypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassInstanceCreation" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CharacterLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EChar"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CheckedStatement" eSuperTypes="#//BodyStatement"/> <eClassifiers xsi:type="ecore:EClass" name="Comment" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEnclosedByParent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPrefixOfParent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstructorInvocation" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContinueStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="label" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompilationUnit" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalFileContent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalFilePath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="commentList" upperBound="-1" eType="#//Comment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1" eType="#//PackageDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//ImportDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" upperBound="-1" eType="#//AbstractTypeDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Delegate" eSuperTypes="#//MethodDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="package" eType="#//PackageDeclaration" eOpposite="#//PackageDeclaration/ownedDelegates"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EmptyStatement" eSuperTypes="#//Statement"/> <eClassifiers xsi:type="ecore:EClass" name="EnhancedForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" lowerBound="1" eType="#//SingleVariableDeclaration" containment="true" eOpposite="#//SingleVariableDeclaration/enhancedForStatement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumDeclaration" eSuperTypes="#//AbstractTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseType" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enumConstants" upperBound="-1" eType="#//EnumConstantDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumConstantDeclaration" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialization" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Event" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventAccessor" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="add" lowerBound="1" eType="#//Accessor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="remove" lowerBound="1" eType="#//Accessor" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exp" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalRank" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldDeclaration" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//VariableDeclarationFragment" containment="true" eOpposite="#//VariableDeclarationFragment/fieldDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FieldAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="field" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="updaters" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializers" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GotoStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IfStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenStatement" lowerBound="1" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseStatement" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImportDeclaration" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalRank" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importedElement" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <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="InterfaceDeclaration" eSuperTypes="#//TypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="Indexer" eSuperTypes="#//Property"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//SingleVariableDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfixExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extendedOperands" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Initializer" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Block" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InheritanceKind"> <eLiterals name="abstract"/> <eLiterals name="sealed" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstanceofExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LineComment" eSuperTypes="#//Comment"/> <eClassifiers xsi:type="ecore:EClass" name="MethodDeclaration" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" unique="false" lowerBound="1" eType="#//MethodKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseInitializer" eType="#//Statement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraArrayDimensions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#//TypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinedMethodDeclaration" eType="#//MethodDeclaration" eOpposite="#//MethodDeclaration/redefinitions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="redefinitions" upperBound="-1" eType="#//MethodDeclaration" eOpposite="#//MethodDeclaration/redefinedMethodDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//SingleVariableDeclaration" containment="true" eOpposite="#//SingleVariableDeclaration/methodDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodInvocation" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" ordered="false" unique="false" lowerBound="1" eType="#//MethodKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MethodKind"> <eLiterals name="method"/> <eLiterals name="constructor" value="1"/> <eLiterals name="destructor" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElements" upperBound="-1" eType="#//PackageDeclaration" containment="true" eOpposite="#//PackageDeclaration/model"/> <eStructuralFeatures xsi:type="ecore:EReference" name="orphanTypes" upperBound="-1" eType="#//OrphanType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unresolvedItems" upperBound="-1" eType="#//UnresolvedItem" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compilationUnits" upperBound="-1" eType="#//CompilationUnit" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Modifier" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inheritance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="static" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="native" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronized" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="virtual" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="override" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readonly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="partial" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="new" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="const" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="BodyDeclaration" eType="#//BodyDeclaration" transient="true" eOpposite="#//BodyDeclaration/modifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="SingleVariableDeclaration" eType="#//SingleVariableDeclaration" transient="true" eOpposite="#//SingleVariableDeclaration/modifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="VariableDeclarationStatement" eType="#//VariableDeclarationStatement" transient="true" eOpposite="#//VariableDeclarationStatement/modifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="VariableDeclarationExpression" eType="#//VariableDeclarationExpression" transient="true" eOpposite="#//VariableDeclarationExpression/modifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="proxy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElementRef" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="array" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="genericDeclarationRef" upperBound="-1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="element" eType="#//NamedElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteral" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="NumberLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tokenValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrphanType" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="PackageDeclaration" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imports" upperBound="-1" eType="#//ImportDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" lowerBound="1" eType="#//Model" transient="true" eOpposite="#//Model/ownedElements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedDelegates" upperBound="-1" eType="#//Delegate" containment="true" eOpposite="#//Delegate/package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedElements" upperBound="-1" eType="#//AbstractTypeDeclaration" containment="true" eOpposite="#//AbstractTypeDeclaration/package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedPackages" upperBound="-1" eType="#//PackageDeclaration" containment="true" eOpposite="#//PackageDeclaration/packageDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="packageDeclaration" lowerBound="1" eType="#//PackageDeclaration" transient="true" eOpposite="#//PackageDeclaration/ownedPackages"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterizedType" eSuperTypes="#//OrphanType"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeArguments" upperBound="-1" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParenthesizedExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PostfixExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrefixExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operand" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//BodyDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="get" eType="#//Accessor" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="set" eType="#//Accessor" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyCall" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyRef" lowerBound="1" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//OrphanType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//PrimitiveTypeKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="PrimitiveTypeKind"> <eLiterals name="bool"/> <eLiterals name="byte" value="1"/> <eLiterals name="char" value="2"/> <eLiterals name="decimal" value="3"/> <eLiterals name="double" value="4"/> <eLiterals name="float" value="5"/> <eLiterals name="int" value="6"/> <eLiterals name="long" value="7"/> <eLiterals name="sbyte" value="8"/> <eLiterals name="short" value="9"/> <eLiterals name="uint" value="10"/> <eLiterals name="ulong" value="11"/> <eLiterals name="ushort" value="12"/> <eLiterals name="void" value="13"/> <eLiterals name="object" value="14"/> <eLiterals name="string" value="15"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeBoolean" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeByte" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeChar" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeDecimal" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeDouble" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeFloat" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeInt" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeLong" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeSByte" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeShort" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeUInt" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeULong" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeUShort" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveTypeVoid" eSuperTypes="#//PrimitiveType"/> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructDeclaration" eSuperTypes="#//TypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true" eSuperTypes="#//ASTNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" ordered="false" unique="false" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalRank" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchCase" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//Statement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="switchCases" upperBound="-1" eType="#//SwitchCase" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="escapedValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SizeOfExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="argExp" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleVariableDeclaration" eSuperTypes="#//VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" eType="#//Modifier" containment="true" eOpposite="#//Modifier/SingleVariableDeclaration"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="varargs" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="originalRank" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methodDeclaration" eType="#//MethodDeclaration" transient="true" eOpposite="#//MethodDeclaration/parameters"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchClause" eType="#//CatchClause" eOpposite="#//CatchClause/exception"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enhancedForStatement" eType="#//EnhancedForStatement" eOpposite="#//EnhancedForStatement/parameter"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperConstructorInvocation" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperFieldAccess" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="field" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SuperMethodInvocation" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="method" lowerBound="1" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SynchronizedStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThisExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThrowStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TryStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finally" eType="#//Block" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catchClauses" upperBound="-1" eType="#//CatchClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclaration" abstract="true" eSuperTypes="#//AbstractTypeDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameters" upperBound="-1" eType="#//TypeParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDeclarationStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" lowerBound="1" eType="#//AbstractTypeDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeLiteral" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeParameterConstraint" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceParameterType" lowerBound="1" eType="#//TypeParameter" eOpposite="#//TypeParameter/constraints"/> <eStructuralFeatures xsi:type="ecore:EReference" name="targetType" upperBound="-1" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeParameter" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" eType="#//TypeParameterConstraint" containment="true" eOpposite="#//TypeParameterConstraint/sourceParameterType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bounds" upperBound="-1" eType="#//NamedElementRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UncheckedStatement" eSuperTypes="#//BodyStatement"/> <eClassifiers xsi:type="ecore:EClass" name="UnresolvedItem" eSuperTypes="#//AbstractTypeDeclaration"/> <eClassifiers xsi:type="ecore:EClass" name="UnsafeStatement" eSuperTypes="#//BodyStatement"/> <eClassifiers xsi:type="ecore:EClass" name="UsingStatement" eSuperTypes="#//BodyStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//VariableDeclarationKind"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraArrayDimensions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="initializer" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VariableDeclarationKind"> <eLiterals name="return"/> <eLiterals name="byValue" value="1"/> <eLiterals name="byRef" value="2"/> <eLiterals name="outParameter" value="3"/> <eLiterals name="params" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//VariableDeclarationFragment" containment="true" eOpposite="#//VariableDeclarationFragment/variableDeclarationExpression"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" eType="#//Modifier" containment="true" eOpposite="#//Modifier/VariableDeclarationExpression"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationFragment" eSuperTypes="#//VariableDeclaration"> <eStructuralFeatures xsi:type="ecore:EReference" name="fieldDeclaration" eType="#//FieldDeclaration" transient="true" eOpposite="#//FieldDeclaration/fragments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclarationStatement" eType="#//VariableDeclarationStatement" eOpposite="#//VariableDeclarationStatement/fragments"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variableDeclarationExpression" eType="#//VariableDeclarationExpression" eOpposite="#//VariableDeclarationExpression/fragments"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclarationStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraArrayDimensions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//NamedElementRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fragments" upperBound="-1" eType="#//VariableDeclarationFragment" containment="true" eOpposite="#//VariableDeclarationFragment/variableDeclarationStatement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modifier" eType="#//Modifier" containment="true" eOpposite="#//Modifier/VariableDeclarationStatement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VisibilityKind"> <eLiterals name="none"/> <eLiterals name="public" value="1"/> <eLiterals name="private" value="2"/> <eLiterals name="internal" value="3"/> <eLiterals name="protected" value="4"/> <eLiterals name="internal_protected" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhileStatement" eSuperTypes="#//Statement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//Statement" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ChristianWulf/CSharpKDMDiscoverer/ecore models/CSharp.ecore
ecore
csharp AbstractTypeDeclaration originalFileContent qualifiedName bodyDeclarations commentsBeforeBody commentsAfterBody imports package superInterfaces Accessor body annotations Annotation content attributeArgs values type AnnotationMemberValuePair value member AnnotationTypeDeclaration ArrayAccess array index ArrayCreation type dimensions initializer ArrayInitializer expressions ArrayType dimensions originalName elementType ASTNode comments originalColumnNumber originalLastLineNumber originalLength originalLineNumber originalStartPosition originalCompilationUnit Assignment operator leftHandSide rightHandSide Block statements BlockComment BodyDeclaration originalRank abstractTypeDeclaration annotations modifier BodyStatement body BreakStatement label BooleanLiteral value CastExpression type expression CatchClause exception body ClassDeclaration superClass ClassInstanceCreation arguments expression type method CharacterLiteral escapedValue value CheckedStatement Comment content isEnclosedByParent isPrefixOfParent ConditionalExpression elseExpression expression thenExpression ConstructorInvocation arguments method ContinueStatement label CompilationUnit originalFileContent originalFilePath commentList packages imports types Delegate package DoStatement expression body EmptyStatement EnhancedForStatement body expression parameter EnumDeclaration baseType enumConstants EnumConstantDeclaration initialization Event type EventAccessor type add remove Expression exp originalRank ExpressionStatement expression FieldDeclaration type fragments FieldAccess field expression ForStatement expression updaters initializers body GotoStatement expression IfStatement expression thenStatement elseStatement ImportDeclaration originalRank importedElement alias InterfaceDeclaration Indexer parameters InfixExpression operator rightOperand leftOperand extendedOperands Initializer body InheritanceKind abstract abstract sealed sealed InstanceofExpression rightOperand leftOperand LineComment MethodDeclaration kind baseInitializer extraArrayDimensions varargs body returnType typeParameters redefinedMethodDeclaration redefinitions parameters MethodInvocation kind method arguments expression MethodKind method method constructor constructor destructor destructor Model name ownedElements orphanTypes unresolvedItems compilationUnits Modifier visibility inheritance static native synchronized virtual override readonly partial new const BodyDeclaration SingleVariableDeclaration VariableDeclarationStatement VariableDeclarationExpression NamedElement name proxy false NamedElementRef ref array genericDeclarationRef qualifier element NullLiteral NumberLiteral tokenValue OrphanType PackageDeclaration qualifiedName annotations imports model ownedDelegates ownedElements ownedPackages packageDeclaration ParameterizedType type typeArguments ParenthesizedExpression expression PostfixExpression operator operand PrefixExpression operator operand Property type get set PropertyCall propertyRef PrimitiveType kind PrimitiveTypeKind bool bool byte byte char char decimal decimal double double float float int int long long sbyte sbyte short short uint uint ulong ulong ushort ushort void void object object string string PrimitiveTypeBoolean PrimitiveTypeByte PrimitiveTypeChar PrimitiveTypeDecimal PrimitiveTypeDouble PrimitiveTypeFloat PrimitiveTypeInt PrimitiveTypeLong PrimitiveTypeSByte PrimitiveTypeShort PrimitiveTypeUInt PrimitiveTypeULong PrimitiveTypeUShort PrimitiveTypeVoid ReturnStatement expression StructDeclaration Statement content originalRank SwitchCase default expression body SwitchStatement expression switchCases StringLiteral escapedValue value SizeOfExpression argExp SingleVariableDeclaration modifier varargs false type originalRank methodDeclaration catchClause enhancedForStatement SuperConstructorInvocation expression arguments method SuperFieldAccess field qualifier SuperMethodInvocation qualifier arguments method SynchronizedStatement body expression ThisExpression qualifier ThrowStatement expression TryStatement body finally catchClauses TypeDeclaration typeParameters TypeDeclarationStatement declaration TypeLiteral type TypeParameterConstraint constraint sourceParameterType targetType TypeParameter constraints bounds UncheckedStatement UnresolvedItem UnsafeStatement UsingStatement expression VariableDeclaration kind attributes extraArrayDimensions initializer VariableDeclarationKind return return byValue byValue byRef byRef outParameter outParameter params params VariableDeclarationExpression type fragments modifier VariableDeclarationFragment fieldDeclaration variableDeclarationStatement variableDeclarationExpression VariableDeclarationStatement extraArrayDimensions type fragments modifier VisibilityKind none none public public private private internal internal protected protected internal_protected internal_protected WhileStatement expression body
null
{"directed":true,"nodes":[{"nsPrefix":"csharp","nsURI":"http://www.eclipse.org/MoDisco/CSharp","name":"csharp","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractTypeDeclaration","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Accessor","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationMemberValuePair","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationTypeDeclaration","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayAccess","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayCreation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayInitializer","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ASTNode","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockComment","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BodyDeclaration","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BodyStatement","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BreakStatement","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastExpression","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatchClause","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassDeclaration","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassInstanceCreation","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacterLiteral","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CheckedStatement","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalExpression","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstructorInvocation","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContinueStatement","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompilationUnit","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delegate","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoStatement","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyStatement","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnhancedForStatement","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumDeclaration","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumConstantDeclaration","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventAccessor","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionStatement","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldDeclaration","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FieldAccess","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForStatement","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GotoStatement","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfStatement","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportDeclaration","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterfaceDeclaration","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Indexer","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfixExpression","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Initializer","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InheritanceKind","instanceClass":null,"id":49,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceofExpression","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineComment","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDeclaration","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodInvocation","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MethodKind","instanceClass":null,"id":54,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modifier","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElementRef","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumberLiteral","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrphanType","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageDeclaration","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterizedType","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParenthesizedExpression","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PostfixExpression","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrefixExpression","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyCall","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"PrimitiveTypeKind","instanceClass":null,"id":70,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeBoolean","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeByte","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeChar","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeDecimal","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeDouble","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeFloat","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeInt","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeLong","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeSByte","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeShort","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeUInt","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeULong","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeUShort","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveTypeVoid","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructDeclaration","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCase","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchStatement","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SizeOfExpression","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleVariableDeclaration","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperConstructorInvocation","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperFieldAccess","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SuperMethodInvocation","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SynchronizedStatement","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThisExpression","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowStatement","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TryStatement","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":true,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclarationStatement","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLiteral","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameterConstraint","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeParameter","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UncheckedStatement","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnresolvedItem","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnsafeStatement","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UsingStatement","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":true,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VariableDeclarationKind","instanceClass":null,"id":110,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationExpression","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationFragment","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclarationStatement","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VisibilityKind","instanceClass":null,"id":114,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhileStatement","instanceClass":null,"abstract":false,"id":115,"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":"originalFileContent","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedName","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bodyDeclarations","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":true,"unsettable":false,"transient":false,"unique":true,"name":"commentsBeforeBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"commentsAfterBody","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":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"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":"package","changeable":true,"resolveProxies":true,"lowerBound":1,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"superInterfaces","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"},{"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":"abstractTypeDeclaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeArgs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"member","changeable":true,"resolveProxies":true,"lowerBound":1,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"array","changeable":true,"resolveProxies":true,"lowerBound":1,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dimensions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dimensions","changeable":true,"lowerBound":0,"iD":false,"id":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":"originalName","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"comments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originalColumnNumber","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originalLastLineNumber","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originalLength","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originalLineNumber","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originalStartPosition","changeable":true,"lowerBound":0,"iD":false,"id":182,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalCompilationUnit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"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":191,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightHandSide","changeable":true,"resolveProxies":true,"lowerBound":1,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originalRank","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifier","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":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"BodyDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"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":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"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":217,"derived":false},{"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":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":220,"derived":false},{"container":false,"ordered":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":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":true,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":true,"lowerBound":1,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"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":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":true,"unsettable":false,"transient":false,"unique":true,"name":"superClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"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":"escapedValue","changeable":true,"lowerBound":0,"iD":false,"id":243,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"\u0000","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isEnclosedByParent","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isPrefixOfParent","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"container":false,"ordered":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":256,"derived":false},{"container":false,"ordered":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":257,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"container":false,"ordered":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":263,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originalFileContent","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originalFilePath","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"container":false,"ordered":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":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":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":274,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"imports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":276,"derived":false},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"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":"package","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedDelegates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"container":false,"ordered":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":288,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":295,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":true,"lowerBound":1,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"enhancedForStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":302,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enumConstants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":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":313,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"add","changeable":true,"resolveProxies":true,"lowerBound":1,"id":314,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"remove","changeable":true,"resolveProxies":true,"lowerBound":1,"id":315,"derived":false},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exp","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":"originalRank","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":328,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"fieldDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":333,"derived":false},{"container":false,"ordered":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":334,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"updaters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initializers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"container":false,"ordered":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":348,"derived":false},{"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":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":351,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenStatement","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"elseStatement","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":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originalRank","changeable":true,"lowerBound":0,"iD":false,"id":358,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"importedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":359,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"lowerBound":0,"iD":false,"id":360,"derived":false},{"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":369,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":370,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"extendedOperands","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"name":"abstract","id":381,"value":0,"literal":"abstract","eClass":"EEnumLiteral"},{"name":"sealed","id":382,"value":1,"literal":"sealed","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":"rightOperand","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":"leftOperand","changeable":true,"resolveProxies":true,"lowerBound":1,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"kind","changeable":true,"lowerBound":1,"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":"baseInitializer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extraArrayDimensions","changeable":true,"lowerBound":0,"iD":false,"id":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":"varargs","changeable":true,"lowerBound":0,"iD":false,"id":392,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"returnType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":395,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"redefinedMethodDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":396,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"redefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":398,"derived":false},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"methodDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"ordered":false,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":411,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":412,"derived":false},{"container":false,"ordered":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":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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":414,"derived":false},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"name":"method","id":420,"value":0,"literal":"method","eClass":"EEnumLiteral"},{"name":"constructor","id":421,"value":1,"literal":"constructor","eClass":"EEnumLiteral"},{"name":"destructor","id":422,"value":2,"literal":"destructor","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":423,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":424,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orphanTypes","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":"unresolvedItems","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":"compilationUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"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":"model","changeable":true,"resolveProxies":true,"lowerBound":1,"id":430,"derived":false},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":434,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inheritance","changeable":true,"lowerBound":0,"iD":false,"id":435,"derived":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":436,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"native","changeable":true,"lowerBound":0,"iD":false,"id":437,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"synchronized","changeable":true,"lowerBound":0,"iD":false,"id":438,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"virtual","changeable":true,"lowerBound":0,"iD":false,"id":439,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"override","changeable":true,"lowerBound":0,"iD":false,"id":440,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"readonly","changeable":true,"lowerBound":0,"iD":false,"id":441,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"partial","changeable":true,"lowerBound":0,"iD":false,"id":442,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"new","changeable":true,"lowerBound":0,"iD":false,"id":443,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"const","changeable":true,"lowerBound":0,"iD":false,"id":444,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"SingleVariableDeclaration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":445,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"VariableDeclarationStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"VariableDeclarationExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":447,"derived":false},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"id":463,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":464,"derived":false},{"id":465,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":467,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"proxy","changeable":true,"lowerBound":0,"iD":false,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ref","changeable":true,"lowerBound":0,"iD":false,"id":472,"derived":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":473,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"genericDeclarationRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":474,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","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":"element","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"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tokenValue","changeable":true,"lowerBound":0,"iD":false,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedName","changeable":true,"lowerBound":0,"iD":false,"id":488,"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":"annotations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":489,"derived":false},{"container":false,"ordered":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":490,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedPackages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":491,"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":"packageDeclaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":492,"derived":false},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"container":false,"ordered":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":502,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeArguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":503,"derived":false},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":507,"derived":false},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":510,"derived":false},{"container":false,"ordered":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":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":515,"derived":false},{"container":false,"ordered":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":516,"derived":false},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":520,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"get","changeable":true,"resolveProxies":true,"lowerBound":0,"id":521,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"set","changeable":true,"resolveProxies":true,"lowerBound":0,"id":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyRef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":527,"derived":false},{"id":528,"eClass":"EGenericType"},{"id":529,"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":530,"derived":false},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"name":"bool","id":533,"value":0,"literal":"bool","eClass":"EEnumLiteral"},{"name":"byte","id":534,"value":1,"literal":"byte","eClass":"EEnumLiteral"},{"name":"char","id":535,"value":2,"literal":"char","eClass":"EEnumLiteral"},{"name":"decimal","id":536,"value":3,"literal":"decimal","eClass":"EEnumLiteral"},{"name":"double","id":537,"value":4,"literal":"double","eClass":"EEnumLiteral"},{"name":"float","id":538,"value":5,"literal":"float","eClass":"EEnumLiteral"},{"name":"int","id":539,"value":6,"literal":"int","eClass":"EEnumLiteral"},{"name":"long","id":540,"value":7,"literal":"long","eClass":"EEnumLiteral"},{"name":"sbyte","id":541,"value":8,"literal":"sbyte","eClass":"EEnumLiteral"},{"name":"short","id":542,"value":9,"literal":"short","eClass":"EEnumLiteral"},{"name":"uint","id":543,"value":10,"literal":"uint","eClass":"EEnumLiteral"},{"name":"ulong","id":544,"value":11,"literal":"ulong","eClass":"EEnumLiteral"},{"name":"ushort","id":545,"value":12,"literal":"ushort","eClass":"EEnumLiteral"},{"name":"void","id":546,"value":13,"literal":"void","eClass":"EEnumLiteral"},{"name":"object","id":547,"value":14,"literal":"object","eClass":"EEnumLiteral"},{"name":"string","id":548,"value":15,"literal":"string","eClass":"EEnumLiteral"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"container":false,"ordered":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":563,"derived":false},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":false,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":567,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originalRank","changeable":true,"lowerBound":0,"iD":false,"id":568,"derived":false},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":572,"derived":false},{"container":false,"ordered":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":573,"derived":false},{"container":false,"ordered":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":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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"switchCases","changeable":true,"resolveProxies":true,"lowerBound":0,"id":580,"derived":false},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"escapedValue","changeable":true,"lowerBound":0,"iD":false,"id":584,"derived":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":585,"derived":false},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argExp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":589,"derived":false},{"id":590,"eClass":"EGenericType"},{"id":591,"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":"varargs","changeable":true,"lowerBound":1,"iD":false,"id":592,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":593,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"originalRank","changeable":true,"lowerBound":0,"iD":false,"id":594,"derived":false},{"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"},{"container":false,"ordered":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":603,"derived":false},{"container":false,"ordered":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":604,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":605,"derived":false},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"container":false,"ordered":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":610,"derived":false},{"container":false,"ordered":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":611,"derived":false},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"container":false,"ordered":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":615,"derived":false},{"container":false,"ordered":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":616,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"method","changeable":true,"resolveProxies":true,"lowerBound":1,"id":617,"derived":false},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":622,"derived":false},{"container":false,"ordered":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":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":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":627,"derived":false},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"container":false,"ordered":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":630,"derived":false},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":633,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"finally","changeable":true,"resolveProxies":true,"lowerBound":0,"id":634,"derived":false},{"container":false,"ordered":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":635,"derived":false},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"id":638,"eClass":"EGenericType"},{"id":639,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":640,"derived":false},{"id":641,"eClass":"EGenericType"},{"id":642,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":643,"derived":false},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":646,"derived":false},{"id":647,"eClass":"EGenericType"},{"id":648,"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":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":649,"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":"sourceParameterType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":650,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":651,"derived":false},{"id":652,"eClass":"EGenericType"},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"EGenericType"},{"container":false,"ordered":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":655,"derived":false},{"id":656,"eClass":"EGenericType"},{"container":false,"ordered":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":657,"derived":false},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"EGenericType"},{"id":662,"eClass":"EGenericType"},{"id":663,"eClass":"EGenericType"},{"container":false,"ordered":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":664,"derived":false},{"id":665,"eClass":"EGenericType"},{"id":666,"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":667,"derived":false},{"container":false,"ordered":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":668,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extraArrayDimensions","changeable":true,"lowerBound":0,"iD":false,"id":669,"derived":false},{"container":false,"ordered":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":670,"derived":false},{"id":671,"eClass":"EGenericType"},{"id":672,"eClass":"EGenericType"},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"},{"name":"return","id":676,"value":0,"literal":"return","eClass":"EEnumLiteral"},{"name":"byValue","id":677,"value":1,"literal":"byValue","eClass":"EEnumLiteral"},{"name":"byRef","id":678,"value":2,"literal":"byRef","eClass":"EEnumLiteral"},{"name":"outParameter","id":679,"value":3,"literal":"outParameter","eClass":"EEnumLiteral"},{"name":"params","id":680,"value":4,"literal":"params","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":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":681,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fragments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":682,"derived":false},{"id":683,"eClass":"EGenericType"},{"id":684,"eClass":"EGenericType"},{"id":685,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclarationExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":686,"derived":false},{"id":687,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variableDeclarationStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":688,"derived":false},{"id":689,"eClass":"EGenericType"},{"id":690,"eClass":"EGenericType"},{"id":691,"eClass":"EGenericType"},{"container":false,"ordered":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":692,"derived":false},{"id":693,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extraArrayDimensions","changeable":true,"lowerBound":0,"iD":false,"id":694,"derived":false},{"container":false,"ordered":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":695,"derived":false},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"},{"id":698,"eClass":"EGenericType"},{"id":699,"eClass":"EGenericType"},{"id":700,"eClass":"EGenericType"},{"name":"none","id":701,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"public","id":702,"value":1,"literal":"public","eClass":"EEnumLiteral"},{"name":"private","id":703,"value":2,"literal":"private","eClass":"EEnumLiteral"},{"name":"internal","id":704,"value":3,"literal":"internal","eClass":"EEnumLiteral"},{"name":"protected","id":705,"value":4,"literal":"protected","eClass":"EEnumLiteral"},{"name":"internal_protected","id":706,"value":5,"literal":"internal_protected","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":707,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":708,"derived":false},{"id":709,"eClass":"EGenericType"},{"id":710,"eClass":"EGenericType"},{"id":711,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":1,"target":0},{"source":1,"target":14},{"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":1,"target":123},{"source":1,"target":124},{"source":116,"target":125},{"source":116,"target":1},{"source":117,"target":126},{"source":117,"target":1},{"source":118,"target":14},{"source":118,"target":127},{"source":118,"target":1},{"source":118,"target":128},{"source":127,"target":14},{"source":119,"target":24},{"source":119,"target":129},{"source":119,"target":1},{"source":129,"target":24},{"source":120,"target":24},{"source":120,"target":130},{"source":120,"target":1},{"source":130,"target":24},{"source":121,"target":44},{"source":121,"target":131},{"source":121,"target":1},{"source":131,"target":44},{"source":122,"target":62},{"source":122,"target":132},{"source":122,"target":1},{"source":122,"target":133},{"source":132,"target":62},{"source":123,"target":58},{"source":123,"target":134},{"source":123,"target":1},{"source":134,"target":58},{"source":124,"target":14},{"source":2,"target":0},{"source":2,"target":57},{"source":2,"target":135},{"source":2,"target":136},{"source":2,"target":137},{"source":135,"target":12},{"source":135,"target":138},{"source":135,"target":2},{"source":138,"target":12},{"source":136,"target":3},{"source":136,"target":139},{"source":136,"target":2},{"source":139,"target":3},{"source":137,"target":57},{"source":3,"target":0},{"source":3,"target":37},{"source":3,"target":140},{"source":3,"target":141},{"source":3,"target":142},{"source":3,"target":143},{"source":3,"target":144},{"source":140,"target":58},{"source":140,"target":145},{"source":140,"target":3},{"source":145,"target":58},{"source":141,"target":37},{"source":141,"target":146},{"source":141,"target":3},{"source":146,"target":37},{"source":142,"target":4},{"source":142,"target":147},{"source":142,"target":3},{"source":147,"target":4},{"source":143,"target":58},{"source":143,"target":148},{"source":143,"target":3},{"source":148,"target":58},{"source":144,"target":37},{"source":4,"target":0},{"source":4,"target":57},{"source":4,"target":149},{"source":4,"target":150},{"source":4,"target":151},{"source":149,"target":37},{"source":149,"target":152},{"source":149,"target":4},{"source":152,"target":37},{"source":150,"target":58},{"source":150,"target":153},{"source":150,"target":4},{"source":153,"target":58},{"source":151,"target":57},{"source":5,"target":0},{"source":5,"target":20},{"source":5,"target":154},{"source":154,"target":20},{"source":6,"target":0},{"source":6,"target":37},{"source":6,"target":155},{"source":6,"target":156},{"source":6,"target":157},{"source":155,"target":37},{"source":155,"target":158},{"source":155,"target":6},{"source":158,"target":37},{"source":156,"target":37},{"source":156,"target":159},{"source":156,"target":6},{"source":159,"target":37},{"source":157,"target":37},{"source":7,"target":0},{"source":7,"target":37},{"source":7,"target":160},{"source":7,"target":161},{"source":7,"target":162},{"source":7,"target":163},{"source":160,"target":58},{"source":160,"target":164},{"source":160,"target":7},{"source":164,"target":58},{"source":161,"target":37},{"source":161,"target":165},{"source":161,"target":7},{"source":165,"target":37},{"source":162,"target":8},{"source":162,"target":166},{"source":162,"target":7},{"source":166,"target":8},{"source":163,"target":37},{"source":8,"target":0},{"source":8,"target":37},{"source":8,"target":167},{"source":8,"target":168},{"source":167,"target":37},{"source":167,"target":169},{"source":167,"target":8},{"source":169,"target":37},{"source":168,"target":37},{"source":9,"target":0},{"source":9,"target":61},{"source":9,"target":170},{"source":9,"target":171},{"source":9,"target":172},{"source":9,"target":173},{"source":170,"target":174},{"source":170,"target":9},{"source":171,"target":175},{"source":171,"target":9},{"source":172,"target":58},{"source":172,"target":176},{"source":172,"target":9},{"source":176,"target":58},{"source":173,"target":61},{"source":10,"target":0},{"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":183},{"source":177,"target":24},{"source":177,"target":184},{"source":177,"target":10},{"source":184,"target":24},{"source":178,"target":185},{"source":178,"target":10},{"source":179,"target":186},{"source":179,"target":10},{"source":180,"target":187},{"source":180,"target":10},{"source":181,"target":188},{"source":181,"target":10},{"source":182,"target":189},{"source":182,"target":10},{"source":183,"target":28},{"source":183,"target":190},{"source":183,"target":10},{"source":190,"target":28},{"source":11,"target":0},{"source":11,"target":37},{"source":11,"target":191},{"source":11,"target":192},{"source":11,"target":193},{"source":11,"target":194},{"source":191,"target":195},{"source":191,"target":11},{"source":192,"target":37},{"source":192,"target":196},{"source":192,"target":11},{"source":196,"target":37},{"source":193,"target":37},{"source":193,"target":197},{"source":193,"target":11},{"source":197,"target":37},{"source":194,"target":37},{"source":12,"target":0},{"source":12,"target":87},{"source":12,"target":198},{"source":12,"target":199},{"source":198,"target":87},{"source":198,"target":200},{"source":198,"target":12},{"source":200,"target":87},{"source":199,"target":87},{"source":13,"target":0},{"source":13,"target":24},{"source":13,"target":201},{"source":201,"target":24},{"source":14,"target":0},{"source":14,"target":57},{"source":14,"target":202},{"source":14,"target":128},{"source":14,"target":203},{"source":14,"target":204},{"source":14,"target":205},{"source":202,"target":206},{"source":202,"target":14},{"source":128,"target":1},{"source":128,"target":207},{"source":128,"target":14},{"source":128,"target":118},{"source":207,"target":1},{"source":203,"target":3},{"source":203,"target":208},{"source":203,"target":14},{"source":208,"target":3},{"source":204,"target":56},{"source":204,"target":209},{"source":204,"target":14},{"source":204,"target":210},{"source":209,"target":56},{"source":205,"target":57},{"source":15,"target":0},{"source":15,"target":87},{"source":15,"target":211},{"source":15,"target":212},{"source":211,"target":87},{"source":211,"target":213},{"source":211,"target":15},{"source":213,"target":87},{"source":212,"target":87},{"source":16,"target":0},{"source":16,"target":87},{"source":16,"target":214},{"source":16,"target":215},{"source":214,"target":58},{"source":214,"target":216},{"source":214,"target":16},{"source":216,"target":58},{"source":215,"target":87},{"source":17,"target":0},{"source":17,"target":37},{"source":17,"target":217},{"source":17,"target":218},{"source":217,"target":219},{"source":217,"target":17},{"source":218,"target":37},{"source":18,"target":0},{"source":18,"target":37},{"source":18,"target":220},{"source":18,"target":221},{"source":18,"target":222},{"source":220,"target":58},{"source":220,"target":223},{"source":220,"target":18},{"source":223,"target":58},{"source":221,"target":37},{"source":221,"target":224},{"source":221,"target":18},{"source":224,"target":37},{"source":222,"target":37},{"source":19,"target":0},{"source":19,"target":87},{"source":19,"target":225},{"source":19,"target":226},{"source":19,"target":227},{"source":225,"target":92},{"source":225,"target":228},{"source":225,"target":19},{"source":225,"target":229},{"source":228,"target":92},{"source":226,"target":12},{"source":226,"target":230},{"source":226,"target":19},{"source":230,"target":12},{"source":227,"target":87},{"source":20,"target":0},{"source":20,"target":100},{"source":20,"target":231},{"source":20,"target":232},{"source":231,"target":58},{"source":231,"target":233},{"source":231,"target":20},{"source":233,"target":58},{"source":232,"target":100},{"source":21,"target":0},{"source":21,"target":37},{"source":21,"target":234},{"source":21,"target":235},{"source":21,"target":236},{"source":21,"target":237},{"source":21,"target":238},{"source":234,"target":37},{"source":234,"target":239},{"source":234,"target":21},{"source":239,"target":37},{"source":235,"target":37},{"source":235,"target":240},{"source":235,"target":21},{"source":240,"target":37},{"source":236,"target":58},{"source":236,"target":241},{"source":236,"target":21},{"source":241,"target":58},{"source":237,"target":58},{"source":237,"target":242},{"source":237,"target":21},{"source":242,"target":58},{"source":238,"target":37},{"source":22,"target":0},{"source":22,"target":37},{"source":22,"target":243},{"source":22,"target":244},{"source":22,"target":245},{"source":243,"target":246},{"source":243,"target":22},{"source":244,"target":247},{"source":244,"target":22},{"source":245,"target":37},{"source":23,"target":0},{"source":23,"target":15},{"source":23,"target":248},{"source":248,"target":15},{"source":24,"target":0},{"source":24,"target":10},{"source":24,"target":249},{"source":24,"target":250},{"source":24,"target":251},{"source":24,"target":252},{"source":249,"target":253},{"source":249,"target":24},{"source":250,"target":254},{"source":250,"target":24},{"source":251,"target":255},{"source":251,"target":24},{"source":252,"target":10},{"source":25,"target":0},{"source":25,"target":37},{"source":25,"target":256},{"source":25,"target":257},{"source":25,"target":258},{"source":25,"target":259},{"source":256,"target":37},{"source":256,"target":260},{"source":256,"target":25},{"source":260,"target":37},{"source":257,"target":37},{"source":257,"target":261},{"source":257,"target":25},{"source":261,"target":37},{"source":258,"target":37},{"source":258,"target":262},{"source":258,"target":25},{"source":262,"target":37},{"source":259,"target":37},{"source":26,"target":0},{"source":26,"target":87},{"source":26,"target":263},{"source":26,"target":264},{"source":26,"target":265},{"source":263,"target":37},{"source":263,"target":266},{"source":263,"target":26},{"source":266,"target":37},{"source":264,"target":58},{"source":264,"target":267},{"source":264,"target":26},{"source":267,"target":58},{"source":265,"target":87},{"source":27,"target":0},{"source":27,"target":87},{"source":27,"target":268},{"source":27,"target":269},{"source":268,"target":58},{"source":268,"target":270},{"source":268,"target":27},{"source":270,"target":58},{"source":269,"target":87},{"source":28,"target":0},{"source":28,"target":57},{"source":28,"target":271},{"source":28,"target":272},{"source":28,"target":273},{"source":28,"target":274},{"source":28,"target":275},{"source":28,"target":276},{"source":28,"target":277},{"source":271,"target":278},{"source":271,"target":28},{"source":272,"target":279},{"source":272,"target":28},{"source":273,"target":24},{"source":273,"target":280},{"source":273,"target":28},{"source":280,"target":24},{"source":274,"target":62},{"source":274,"target":281},{"source":274,"target":28},{"source":281,"target":62},{"source":275,"target":44},{"source":275,"target":282},{"source":275,"target":28},{"source":282,"target":44},{"source":276,"target":1},{"source":276,"target":283},{"source":276,"target":28},{"source":283,"target":1},{"source":277,"target":57},{"source":29,"target":0},{"source":29,"target":52},{"source":29,"target":284},{"source":29,"target":285},{"source":284,"target":62},{"source":284,"target":286},{"source":284,"target":29},{"source":284,"target":287},{"source":286,"target":62},{"source":285,"target":52},{"source":30,"target":0},{"source":30,"target":87},{"source":30,"target":288},{"source":30,"target":289},{"source":30,"target":290},{"source":288,"target":37},{"source":288,"target":291},{"source":288,"target":30},{"source":291,"target":37},{"source":289,"target":87},{"source":289,"target":292},{"source":289,"target":30},{"source":292,"target":87},{"source":290,"target":87},{"source":31,"target":0},{"source":31,"target":87},{"source":31,"target":293},{"source":293,"target":87},{"source":32,"target":0},{"source":32,"target":87},{"source":32,"target":294},{"source":32,"target":295},{"source":32,"target":296},{"source":32,"target":297},{"source":294,"target":87},{"source":294,"target":298},{"source":294,"target":32},{"source":298,"target":87},{"source":295,"target":37},{"source":295,"target":299},{"source":295,"target":32},{"source":299,"target":37},{"source":296,"target":92},{"source":296,"target":300},{"source":296,"target":32},{"source":296,"target":301},{"source":300,"target":92},{"source":297,"target":87},{"source":33,"target":0},{"source":33,"target":1},{"source":33,"target":302},{"source":33,"target":303},{"source":33,"target":304},{"source":302,"target":58},{"source":302,"target":305},{"source":302,"target":33},{"source":305,"target":58},{"source":303,"target":34},{"source":303,"target":306},{"source":303,"target":33},{"source":306,"target":34},{"source":304,"target":1},{"source":34,"target":0},{"source":34,"target":14},{"source":34,"target":307},{"source":34,"target":308},{"source":307,"target":37},{"source":307,"target":309},{"source":307,"target":34},{"source":309,"target":37},{"source":308,"target":14},{"source":35,"target":0},{"source":35,"target":14},{"source":35,"target":310},{"source":35,"target":311},{"source":310,"target":58},{"source":310,"target":312},{"source":310,"target":35},{"source":312,"target":58},{"source":311,"target":14},{"source":36,"target":0},{"source":36,"target":14},{"source":36,"target":313},{"source":36,"target":314},{"source":36,"target":315},{"source":36,"target":316},{"source":313,"target":58},{"source":313,"target":317},{"source":313,"target":36},{"source":317,"target":58},{"source":314,"target":2},{"source":314,"target":318},{"source":314,"target":36},{"source":318,"target":2},{"source":315,"target":2},{"source":315,"target":319},{"source":315,"target":36},{"source":319,"target":2},{"source":316,"target":14},{"source":37,"target":0},{"source":37,"target":10},{"source":37,"target":320},{"source":37,"target":321},{"source":37,"target":322},{"source":320,"target":323},{"source":320,"target":37},{"source":321,"target":324},{"source":321,"target":37},{"source":322,"target":10},{"source":38,"target":0},{"source":38,"target":87},{"source":38,"target":325},{"source":38,"target":326},{"source":325,"target":37},{"source":325,"target":327},{"source":325,"target":38},{"source":327,"target":37},{"source":326,"target":87},{"source":39,"target":0},{"source":39,"target":14},{"source":39,"target":328},{"source":39,"target":329},{"source":39,"target":330},{"source":328,"target":58},{"source":328,"target":331},{"source":328,"target":39},{"source":331,"target":58},{"source":329,"target":112},{"source":329,"target":332},{"source":329,"target":39},{"source":329,"target":333},{"source":332,"target":112},{"source":330,"target":14},{"source":40,"target":0},{"source":40,"target":37},{"source":40,"target":334},{"source":40,"target":335},{"source":40,"target":336},{"source":334,"target":58},{"source":334,"target":337},{"source":334,"target":40},{"source":337,"target":58},{"source":335,"target":37},{"source":335,"target":338},{"source":335,"target":40},{"source":338,"target":37},{"source":336,"target":37},{"source":41,"target":0},{"source":41,"target":87},{"source":41,"target":339},{"source":41,"target":340},{"source":41,"target":341},{"source":41,"target":342},{"source":41,"target":343},{"source":339,"target":37},{"source":339,"target":344},{"source":339,"target":41},{"source":344,"target":37},{"source":340,"target":37},{"source":340,"target":345},{"source":340,"target":41},{"source":345,"target":37},{"source":341,"target":37},{"source":341,"target":346},{"source":341,"target":41},{"source":346,"target":37},{"source":342,"target":87},{"source":342,"target":347},{"source":342,"target":41},{"source":347,"target":87},{"source":343,"target":87},{"source":42,"target":0},{"source":42,"target":87},{"source":42,"target":348},{"source":42,"target":349},{"source":348,"target":37},{"source":348,"target":350},{"source":348,"target":42},{"source":350,"target":37},{"source":349,"target":87},{"source":43,"target":0},{"source":43,"target":87},{"source":43,"target":351},{"source":43,"target":352},{"source":43,"target":353},{"source":43,"target":354},{"source":351,"target":37},{"source":351,"target":355},{"source":351,"target":43},{"source":355,"target":37},{"source":352,"target":87},{"source":352,"target":356},{"source":352,"target":43},{"source":356,"target":87},{"source":353,"target":87},{"source":353,"target":357},{"source":353,"target":43},{"source":357,"target":87},{"source":354,"target":87},{"source":44,"target":0},{"source":44,"target":10},{"source":44,"target":358},{"source":44,"target":359},{"source":44,"target":360},{"source":44,"target":361},{"source":358,"target":362},{"source":358,"target":44},{"source":359,"target":58},{"source":359,"target":363},{"source":359,"target":44},{"source":363,"target":58},{"source":360,"target":364},{"source":360,"target":44},{"source":361,"target":10},{"source":45,"target":0},{"source":45,"target":100},{"source":45,"target":365},{"source":365,"target":100},{"source":46,"target":0},{"source":46,"target":67},{"source":46,"target":366},{"source":46,"target":367},{"source":366,"target":92},{"source":366,"target":368},{"source":366,"target":46},{"source":368,"target":92},{"source":367,"target":67},{"source":47,"target":0},{"source":47,"target":37},{"source":47,"target":369},{"source":47,"target":370},{"source":47,"target":371},{"source":47,"target":372},{"source":47,"target":373},{"source":369,"target":374},{"source":369,"target":47},{"source":370,"target":37},{"source":370,"target":375},{"source":370,"target":47},{"source":375,"target":37},{"source":371,"target":37},{"source":371,"target":376},{"source":371,"target":47},{"source":376,"target":37},{"source":372,"target":37},{"source":372,"target":377},{"source":372,"target":47},{"source":377,"target":37},{"source":373,"target":37},{"source":48,"target":0},{"source":48,"target":14},{"source":48,"target":378},{"source":48,"target":379},{"source":378,"target":12},{"source":378,"target":380},{"source":378,"target":48},{"source":380,"target":12},{"source":379,"target":14},{"source":49,"target":0},{"source":49,"target":381},{"source":49,"target":382},{"source":381,"target":49},{"source":382,"target":49},{"source":50,"target":0},{"source":50,"target":37},{"source":50,"target":383},{"source":50,"target":384},{"source":50,"target":385},{"source":383,"target":58},{"source":383,"target":386},{"source":383,"target":50},{"source":386,"target":58},{"source":384,"target":37},{"source":384,"target":387},{"source":384,"target":50},{"source":387,"target":37},{"source":385,"target":37},{"source":51,"target":0},{"source":51,"target":24},{"source":51,"target":388},{"source":388,"target":24},{"source":52,"target":0},{"source":52,"target":14},{"source":52,"target":389},{"source":52,"target":390},{"source":52,"target":391},{"source":52,"target":392},{"source":52,"target":393},{"source":52,"target":394},{"source":52,"target":395},{"source":52,"target":396},{"source":52,"target":397},{"source":52,"target":398},{"source":52,"target":399},{"source":389,"target":54},{"source":389,"target":400},{"source":389,"target":52},{"source":400,"target":54},{"source":390,"target":87},{"source":390,"target":401},{"source":390,"target":52},{"source":401,"target":87},{"source":391,"target":402},{"source":391,"target":52},{"source":392,"target":403},{"source":392,"target":52},{"source":393,"target":12},{"source":393,"target":404},{"source":393,"target":52},{"source":404,"target":12},{"source":394,"target":58},{"source":394,"target":405},{"source":394,"target":52},{"source":405,"target":58},{"source":395,"target":104},{"source":395,"target":406},{"source":395,"target":52},{"source":406,"target":104},{"source":396,"target":52},{"source":396,"target":407},{"source":396,"target":52},{"source":396,"target":397},{"source":407,"target":52},{"source":397,"target":52},{"source":397,"target":408},{"source":397,"target":52},{"source":397,"target":396},{"source":408,"target":52},{"source":398,"target":92},{"source":398,"target":409},{"source":398,"target":52},{"source":398,"target":410},{"source":409,"target":92},{"source":399,"target":14},{"source":53,"target":0},{"source":53,"target":37},{"source":53,"target":411},{"source":53,"target":412},{"source":53,"target":413},{"source":53,"target":414},{"source":53,"target":415},{"source":411,"target":54},{"source":411,"target":416},{"source":411,"target":53},{"source":416,"target":54},{"source":412,"target":58},{"source":412,"target":417},{"source":412,"target":53},{"source":417,"target":58},{"source":413,"target":37},{"source":413,"target":418},{"source":413,"target":53},{"source":418,"target":37},{"source":414,"target":37},{"source":414,"target":419},{"source":414,"target":53},{"source":419,"target":37},{"source":415,"target":37},{"source":54,"target":0},{"source":54,"target":420},{"source":54,"target":421},{"source":54,"target":422},{"source":420,"target":54},{"source":421,"target":54},{"source":422,"target":54},{"source":55,"target":0},{"source":55,"target":423},{"source":55,"target":424},{"source":55,"target":425},{"source":55,"target":426},{"source":55,"target":427},{"source":423,"target":428},{"source":423,"target":55},{"source":424,"target":62},{"source":424,"target":429},{"source":424,"target":55},{"source":424,"target":430},{"source":429,"target":62},{"source":425,"target":61},{"source":425,"target":431},{"source":425,"target":55},{"source":431,"target":61},{"source":426,"target":106},{"source":426,"target":432},{"source":426,"target":55},{"source":432,"target":106},{"source":427,"target":28},{"source":427,"target":433},{"source":427,"target":55},{"source":433,"target":28},{"source":56,"target":0},{"source":56,"target":10},{"source":56,"target":434},{"source":56,"target":435},{"source":56,"target":436},{"source":56,"target":437},{"source":56,"target":438},{"source":56,"target":439},{"source":56,"target":440},{"source":56,"target":441},{"source":56,"target":442},{"source":56,"target":443},{"source":56,"target":444},{"source":56,"target":210},{"source":56,"target":445},{"source":56,"target":446},{"source":56,"target":447},{"source":56,"target":448},{"source":434,"target":449},{"source":434,"target":56},{"source":435,"target":450},{"source":435,"target":56},{"source":436,"target":451},{"source":436,"target":56},{"source":437,"target":452},{"source":437,"target":56},{"source":438,"target":453},{"source":438,"target":56},{"source":439,"target":454},{"source":439,"target":56},{"source":440,"target":455},{"source":440,"target":56},{"source":441,"target":456},{"source":441,"target":56},{"source":442,"target":457},{"source":442,"target":56},{"source":443,"target":458},{"source":443,"target":56},{"source":444,"target":459},{"source":444,"target":56},{"source":210,"target":14},{"source":210,"target":460},{"source":210,"target":56},{"source":210,"target":204},{"source":460,"target":14},{"source":445,"target":92},{"source":445,"target":461},{"source":445,"target":56},{"source":445,"target":462},{"source":461,"target":92},{"source":446,"target":113},{"source":446,"target":463},{"source":446,"target":56},{"source":446,"target":464},{"source":463,"target":113},{"source":447,"target":111},{"source":447,"target":465},{"source":447,"target":56},{"source":447,"target":466},{"source":465,"target":111},{"source":448,"target":10},{"source":57,"target":0},{"source":57,"target":10},{"source":57,"target":467},{"source":57,"target":468},{"source":57,"target":469},{"source":467,"target":470},{"source":467,"target":57},{"source":468,"target":471},{"source":468,"target":57},{"source":469,"target":10},{"source":58,"target":0},{"source":58,"target":37},{"source":58,"target":472},{"source":58,"target":473},{"source":58,"target":474},{"source":58,"target":475},{"source":58,"target":476},{"source":58,"target":477},{"source":472,"target":478},{"source":472,"target":58},{"source":473,"target":479},{"source":473,"target":58},{"source":474,"target":58},{"source":474,"target":480},{"source":474,"target":58},{"source":480,"target":58},{"source":475,"target":58},{"source":475,"target":481},{"source":475,"target":58},{"source":481,"target":58},{"source":476,"target":57},{"source":476,"target":482},{"source":476,"target":58},{"source":482,"target":57},{"source":477,"target":37},{"source":59,"target":0},{"source":59,"target":37},{"source":59,"target":483},{"source":483,"target":37},{"source":60,"target":0},{"source":60,"target":37},{"source":60,"target":484},{"source":60,"target":485},{"source":484,"target":486},{"source":484,"target":60},{"source":485,"target":37},{"source":61,"target":0},{"source":61,"target":57},{"source":61,"target":487},{"source":487,"target":57},{"source":62,"target":0},{"source":62,"target":57},{"source":62,"target":488},{"source":62,"target":489},{"source":62,"target":490},{"source":62,"target":430},{"source":62,"target":287},{"source":62,"target":133},{"source":62,"target":491},{"source":62,"target":492},{"source":62,"target":493},{"source":488,"target":494},{"source":488,"target":62},{"source":489,"target":3},{"source":489,"target":495},{"source":489,"target":62},{"source":495,"target":3},{"source":490,"target":44},{"source":490,"target":496},{"source":490,"target":62},{"source":496,"target":44},{"source":430,"target":55},{"source":430,"target":497},{"source":430,"target":62},{"source":430,"target":424},{"source":497,"target":55},{"source":287,"target":29},{"source":287,"target":498},{"source":287,"target":62},{"source":287,"target":284},{"source":498,"target":29},{"source":133,"target":1},{"source":133,"target":499},{"source":133,"target":62},{"source":133,"target":122},{"source":499,"target":1},{"source":491,"target":62},{"source":491,"target":500},{"source":491,"target":62},{"source":491,"target":492},{"source":500,"target":62},{"source":492,"target":62},{"source":492,"target":501},{"source":492,"target":62},{"source":492,"target":491},{"source":501,"target":62},{"source":493,"target":57},{"source":63,"target":0},{"source":63,"target":61},{"source":63,"target":502},{"source":63,"target":503},{"source":63,"target":504},{"source":502,"target":58},{"source":502,"target":505},{"source":502,"target":63},{"source":505,"target":58},{"source":503,"target":58},{"source":503,"target":506},{"source":503,"target":63},{"source":506,"target":58},{"source":504,"target":61},{"source":64,"target":0},{"source":64,"target":37},{"source":64,"target":507},{"source":64,"target":508},{"source":507,"target":37},{"source":507,"target":509},{"source":507,"target":64},{"source":509,"target":37},{"source":508,"target":37},{"source":65,"target":0},{"source":65,"target":37},{"source":65,"target":510},{"source":65,"target":511},{"source":65,"target":512},{"source":510,"target":513},{"source":510,"target":65},{"source":511,"target":37},{"source":511,"target":514},{"source":511,"target":65},{"source":514,"target":37},{"source":512,"target":37},{"source":66,"target":0},{"source":66,"target":37},{"source":66,"target":515},{"source":66,"target":516},{"source":66,"target":517},{"source":515,"target":518},{"source":515,"target":66},{"source":516,"target":37},{"source":516,"target":519},{"source":516,"target":66},{"source":519,"target":37},{"source":517,"target":37},{"source":67,"target":0},{"source":67,"target":14},{"source":67,"target":520},{"source":67,"target":521},{"source":67,"target":522},{"source":67,"target":523},{"source":520,"target":58},{"source":520,"target":524},{"source":520,"target":67},{"source":524,"target":58},{"source":521,"target":2},{"source":521,"target":525},{"source":521,"target":67},{"source":525,"target":2},{"source":522,"target":2},{"source":522,"target":526},{"source":522,"target":67},{"source":526,"target":2},{"source":523,"target":14},{"source":68,"target":0},{"source":68,"target":37},{"source":68,"target":527},{"source":68,"target":528},{"source":527,"target":58},{"source":527,"target":529},{"source":527,"target":68},{"source":529,"target":58},{"source":528,"target":37},{"source":69,"target":0},{"source":69,"target":61},{"source":69,"target":530},{"source":69,"target":531},{"source":530,"target":70},{"source":530,"target":532},{"source":530,"target":69},{"source":532,"target":70},{"source":531,"target":61},{"source":70,"target":0},{"source":70,"target":533},{"source":70,"target":534},{"source":70,"target":535},{"source":70,"target":536},{"source":70,"target":537},{"source":70,"target":538},{"source":70,"target":539},{"source":70,"target":540},{"source":70,"target":541},{"source":70,"target":542},{"source":70,"target":543},{"source":70,"target":544},{"source":70,"target":545},{"source":70,"target":546},{"source":70,"target":547},{"source":70,"target":548},{"source":533,"target":70},{"source":534,"target":70},{"source":535,"target":70},{"source":536,"target":70},{"source":537,"target":70},{"source":538,"target":70},{"source":539,"target":70},{"source":540,"target":70},{"source":541,"target":70},{"source":542,"target":70},{"source":543,"target":70},{"source":544,"target":70},{"source":545,"target":70},{"source":546,"target":70},{"source":547,"target":70},{"source":548,"target":70},{"source":71,"target":0},{"source":71,"target":69},{"source":71,"target":549},{"source":549,"target":69},{"source":72,"target":0},{"source":72,"target":69},{"source":72,"target":550},{"source":550,"target":69},{"source":73,"target":0},{"source":73,"target":69},{"source":73,"target":551},{"source":551,"target":69},{"source":74,"target":0},{"source":74,"target":69},{"source":74,"target":552},{"source":552,"target":69},{"source":75,"target":0},{"source":75,"target":69},{"source":75,"target":553},{"source":553,"target":69},{"source":76,"target":0},{"source":76,"target":69},{"source":76,"target":554},{"source":554,"target":69},{"source":77,"target":0},{"source":77,"target":69},{"source":77,"target":555},{"source":555,"target":69},{"source":78,"target":0},{"source":78,"target":69},{"source":78,"target":556},{"source":556,"target":69},{"source":79,"target":0},{"source":79,"target":69},{"source":79,"target":557},{"source":557,"target":69},{"source":80,"target":0},{"source":80,"target":69},{"source":80,"target":558},{"source":558,"target":69},{"source":81,"target":0},{"source":81,"target":69},{"source":81,"target":559},{"source":559,"target":69},{"source":82,"target":0},{"source":82,"target":69},{"source":82,"target":560},{"source":560,"target":69},{"source":83,"target":0},{"source":83,"target":69},{"source":83,"target":561},{"source":561,"target":69},{"source":84,"target":0},{"source":84,"target":69},{"source":84,"target":562},{"source":562,"target":69},{"source":85,"target":0},{"source":85,"target":87},{"source":85,"target":563},{"source":85,"target":564},{"source":563,"target":37},{"source":563,"target":565},{"source":563,"target":85},{"source":565,"target":37},{"source":564,"target":87},{"source":86,"target":0},{"source":86,"target":100},{"source":86,"target":566},{"source":566,"target":100},{"source":87,"target":0},{"source":87,"target":10},{"source":87,"target":567},{"source":87,"target":568},{"source":87,"target":569},{"source":567,"target":570},{"source":567,"target":87},{"source":568,"target":571},{"source":568,"target":87},{"source":569,"target":10},{"source":88,"target":0},{"source":88,"target":87},{"source":88,"target":572},{"source":88,"target":573},{"source":88,"target":574},{"source":88,"target":575},{"source":572,"target":576},{"source":572,"target":88},{"source":573,"target":37},{"source":573,"target":577},{"source":573,"target":88},{"source":577,"target":37},{"source":574,"target":87},{"source":574,"target":578},{"source":574,"target":88},{"source":578,"target":87},{"source":575,"target":87},{"source":89,"target":0},{"source":89,"target":87},{"source":89,"target":579},{"source":89,"target":580},{"source":89,"target":581},{"source":579,"target":37},{"source":579,"target":582},{"source":579,"target":89},{"source":582,"target":37},{"source":580,"target":88},{"source":580,"target":583},{"source":580,"target":89},{"source":583,"target":88},{"source":581,"target":87},{"source":90,"target":0},{"source":90,"target":37},{"source":90,"target":584},{"source":90,"target":585},{"source":90,"target":586},{"source":584,"target":587},{"source":584,"target":90},{"source":585,"target":588},{"source":585,"target":90},{"source":586,"target":37},{"source":91,"target":0},{"source":91,"target":37},{"source":91,"target":589},{"source":91,"target":590},{"source":589,"target":37},{"source":589,"target":591},{"source":589,"target":91},{"source":591,"target":37},{"source":590,"target":37},{"source":92,"target":0},{"source":92,"target":109},{"source":92,"target":462},{"source":92,"target":592},{"source":92,"target":593},{"source":92,"target":594},{"source":92,"target":410},{"source":92,"target":229},{"source":92,"target":301},{"source":92,"target":595},{"source":462,"target":56},{"source":462,"target":596},{"source":462,"target":92},{"source":462,"target":445},{"source":596,"target":56},{"source":592,"target":597},{"source":592,"target":92},{"source":593,"target":58},{"source":593,"target":598},{"source":593,"target":92},{"source":598,"target":58},{"source":594,"target":599},{"source":594,"target":92},{"source":410,"target":52},{"source":410,"target":600},{"source":410,"target":92},{"source":410,"target":398},{"source":600,"target":52},{"source":229,"target":19},{"source":229,"target":601},{"source":229,"target":92},{"source":229,"target":225},{"source":601,"target":19},{"source":301,"target":32},{"source":301,"target":602},{"source":301,"target":92},{"source":301,"target":296},{"source":602,"target":32},{"source":595,"target":109},{"source":93,"target":0},{"source":93,"target":87},{"source":93,"target":603},{"source":93,"target":604},{"source":93,"target":605},{"source":93,"target":606},{"source":603,"target":37},{"source":603,"target":607},{"source":603,"target":93},{"source":607,"target":37},{"source":604,"target":37},{"source":604,"target":608},{"source":604,"target":93},{"source":608,"target":37},{"source":605,"target":58},{"source":605,"target":609},{"source":605,"target":93},{"source":609,"target":58},{"source":606,"target":87},{"source":94,"target":0},{"source":94,"target":37},{"source":94,"target":610},{"source":94,"target":611},{"source":94,"target":612},{"source":610,"target":58},{"source":610,"target":613},{"source":610,"target":94},{"source":613,"target":58},{"source":611,"target":58},{"source":611,"target":614},{"source":611,"target":94},{"source":614,"target":58},{"source":612,"target":37},{"source":95,"target":0},{"source":95,"target":37},{"source":95,"target":615},{"source":95,"target":616},{"source":95,"target":617},{"source":95,"target":618},{"source":615,"target":58},{"source":615,"target":619},{"source":615,"target":95},{"source":619,"target":58},{"source":616,"target":37},{"source":616,"target":620},{"source":616,"target":95},{"source":620,"target":37},{"source":617,"target":58},{"source":617,"target":621},{"source":617,"target":95},{"source":621,"target":58},{"source":618,"target":37},{"source":96,"target":0},{"source":96,"target":87},{"source":96,"target":622},{"source":96,"target":623},{"source":96,"target":624},{"source":622,"target":12},{"source":622,"target":625},{"source":622,"target":96},{"source":625,"target":12},{"source":623,"target":37},{"source":623,"target":626},{"source":623,"target":96},{"source":626,"target":37},{"source":624,"target":87},{"source":97,"target":0},{"source":97,"target":37},{"source":97,"target":627},{"source":97,"target":628},{"source":627,"target":58},{"source":627,"target":629},{"source":627,"target":97},{"source":629,"target":58},{"source":628,"target":37},{"source":98,"target":0},{"source":98,"target":87},{"source":98,"target":630},{"source":98,"target":631},{"source":630,"target":37},{"source":630,"target":632},{"source":630,"target":98},{"source":632,"target":37},{"source":631,"target":87},{"source":99,"target":0},{"source":99,"target":87},{"source":99,"target":633},{"source":99,"target":634},{"source":99,"target":635},{"source":99,"target":636},{"source":633,"target":12},{"source":633,"target":637},{"source":633,"target":99},{"source":637,"target":12},{"source":634,"target":12},{"source":634,"target":638},{"source":634,"target":99},{"source":638,"target":12},{"source":635,"target":19},{"source":635,"target":639},{"source":635,"target":99},{"source":639,"target":19},{"source":636,"target":87},{"source":100,"target":0},{"source":100,"target":1},{"source":100,"target":640},{"source":100,"target":641},{"source":640,"target":104},{"source":640,"target":642},{"source":640,"target":100},{"source":642,"target":104},{"source":641,"target":1},{"source":101,"target":0},{"source":101,"target":87},{"source":101,"target":643},{"source":101,"target":644},{"source":643,"target":1},{"source":643,"target":645},{"source":643,"target":101},{"source":645,"target":1},{"source":644,"target":87},{"source":102,"target":0},{"source":102,"target":37},{"source":102,"target":646},{"source":102,"target":647},{"source":646,"target":58},{"source":646,"target":648},{"source":646,"target":102},{"source":648,"target":58},{"source":647,"target":37},{"source":103,"target":0},{"source":103,"target":37},{"source":103,"target":649},{"source":103,"target":650},{"source":103,"target":651},{"source":103,"target":652},{"source":649,"target":653},{"source":649,"target":103},{"source":650,"target":104},{"source":650,"target":654},{"source":650,"target":103},{"source":650,"target":655},{"source":654,"target":104},{"source":651,"target":58},{"source":651,"target":656},{"source":651,"target":103},{"source":656,"target":58},{"source":652,"target":37},{"source":104,"target":0},{"source":104,"target":57},{"source":104,"target":655},{"source":104,"target":657},{"source":104,"target":658},{"source":655,"target":103},{"source":655,"target":659},{"source":655,"target":104},{"source":655,"target":650},{"source":659,"target":103},{"source":657,"target":58},{"source":657,"target":660},{"source":657,"target":104},{"source":660,"target":58},{"source":658,"target":57},{"source":105,"target":0},{"source":105,"target":15},{"source":105,"target":661},{"source":661,"target":15},{"source":106,"target":0},{"source":106,"target":1},{"source":106,"target":662},{"source":662,"target":1},{"source":107,"target":0},{"source":107,"target":15},{"source":107,"target":663},{"source":663,"target":15},{"source":108,"target":0},{"source":108,"target":15},{"source":108,"target":664},{"source":108,"target":665},{"source":664,"target":37},{"source":664,"target":666},{"source":664,"target":108},{"source":666,"target":37},{"source":665,"target":15},{"source":109,"target":0},{"source":109,"target":57},{"source":109,"target":667},{"source":109,"target":668},{"source":109,"target":669},{"source":109,"target":670},{"source":109,"target":671},{"source":667,"target":110},{"source":667,"target":672},{"source":667,"target":109},{"source":672,"target":110},{"source":668,"target":3},{"source":668,"target":673},{"source":668,"target":109},{"source":673,"target":3},{"source":669,"target":674},{"source":669,"target":109},{"source":670,"target":37},{"source":670,"target":675},{"source":670,"target":109},{"source":675,"target":37},{"source":671,"target":57},{"source":110,"target":0},{"source":110,"target":676},{"source":110,"target":677},{"source":110,"target":678},{"source":110,"target":679},{"source":110,"target":680},{"source":676,"target":110},{"source":677,"target":110},{"source":678,"target":110},{"source":679,"target":110},{"source":680,"target":110},{"source":111,"target":0},{"source":111,"target":37},{"source":111,"target":681},{"source":111,"target":682},{"source":111,"target":466},{"source":111,"target":683},{"source":681,"target":58},{"source":681,"target":684},{"source":681,"target":111},{"source":684,"target":58},{"source":682,"target":112},{"source":682,"target":685},{"source":682,"target":111},{"source":682,"target":686},{"source":685,"target":112},{"source":466,"target":56},{"source":466,"target":687},{"source":466,"target":111},{"source":466,"target":447},{"source":687,"target":56},{"source":683,"target":37},{"source":112,"target":0},{"source":112,"target":109},{"source":112,"target":333},{"source":112,"target":688},{"source":112,"target":686},{"source":112,"target":689},{"source":333,"target":39},{"source":333,"target":690},{"source":333,"target":112},{"source":333,"target":329},{"source":690,"target":39},{"source":688,"target":113},{"source":688,"target":691},{"source":688,"target":112},{"source":688,"target":692},{"source":691,"target":113},{"source":686,"target":111},{"source":686,"target":693},{"source":686,"target":112},{"source":686,"target":682},{"source":693,"target":111},{"source":689,"target":109},{"source":113,"target":0},{"source":113,"target":87},{"source":113,"target":694},{"source":113,"target":695},{"source":113,"target":692},{"source":113,"target":464},{"source":113,"target":696},{"source":694,"target":697},{"source":694,"target":113},{"source":695,"target":58},{"source":695,"target":698},{"source":695,"target":113},{"source":698,"target":58},{"source":692,"target":112},{"source":692,"target":699},{"source":692,"target":113},{"source":692,"target":688},{"source":699,"target":112},{"source":464,"target":56},{"source":464,"target":700},{"source":464,"target":113},{"source":464,"target":446},{"source":700,"target":56},{"source":696,"target":87},{"source":114,"target":0},{"source":114,"target":701},{"source":114,"target":702},{"source":114,"target":703},{"source":114,"target":704},{"source":114,"target":705},{"source":114,"target":706},{"source":701,"target":114},{"source":702,"target":114},{"source":703,"target":114},{"source":704,"target":114},{"source":705,"target":114},{"source":706,"target":114},{"source":115,"target":0},{"source":115,"target":87},{"source":115,"target":707},{"source":115,"target":708},{"source":115,"target":709},{"source":707,"target":37},{"source":707,"target":710},{"source":707,"target":115},{"source":710,"target":37},{"source":708,"target":87},{"source":708,"target":711},{"source":708,"target":115},{"source":711,"target":87},{"source":709,"target":87}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UML2" nsURI="http:///UML2.ecore" nsPrefix="UML2"> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="DeploymentSpecification" eSuperTypes="#//Artifact"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralString" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Type"/> <eClassifiers xsi:type="ecore:EClass" name="ExtensionEnd" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="ObjectNode" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="StateMachine" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="InstanceValue" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="BehavioredClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="CommunicationPath" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="ParameterableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="ExpansionNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ActivityParameterNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="Device" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="Extension" eSuperTypes="#//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//OpaqueExpression"/> <eClassifiers xsi:type="ecore:EClass" name="Pin" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Stereotype" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="#//Property"/> <eClassifiers xsi:type="ecore:EClass" name="Component" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Classifier" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralNull" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="DataStoreNode" eSuperTypes="#//CentralBufferNode"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationClass" eSuperTypes="#//Class #//Association"/> <eClassifiers xsi:type="ecore:EClass" name="Collaboration" eSuperTypes="#//BehavioredClassifier #//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="OpaqueExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="InformationItem" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Interaction" eSuperTypes="#//Behavior"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Behavior" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="Signal" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralSpecification" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ValueSpecification" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="Interval" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//StructuralFeature"/> <eClassifiers xsi:type="ecore:EClass" name="UseCase" eSuperTypes="#//BehavioredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="ExecutionEnvironment" eSuperTypes="#//Node"/> <eClassifiers xsi:type="ecore:EClass" name="TemplateableClassifier" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="DestroyObjectAction"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//InputPin" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralBoolean" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Actor" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="StructuralFeature" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Artifact" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="OutputPin" eSuperTypes="#//Pin"/> <eClassifiers xsi:type="ecore:EClass" name="Duration" eSuperTypes="#//ValueSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="ValuePin" eSuperTypes="#//InputPin"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//LiteralSpecification"/> <eClassifiers xsi:type="ecore:EClass" name="Variable" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="EncapsulatedClassifier" eSuperTypes="#//StructuredClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="DurationInterval" eSuperTypes="#//Interval"/> <eClassifiers xsi:type="ecore:EClass" name="CentralBufferNode" eSuperTypes="#//ObjectNode"/> <eClassifiers xsi:type="ecore:EClass" name="ProtocolStateMachine" eSuperTypes="#//StateMachine"/> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//BehavioredClassifier #//EncapsulatedClassifier"/> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Behavior"/> </ecore:EPackage>
github:ecore:/data/sunwuliang/SlicingProject2.0/ClassModelSlicing/slices/SlicedUML2InsUML2doa1.ecore
ecore
UML2 Interface DeploymentSpecification DataType LiteralString Type ExtensionEnd ObjectNode StateMachine StructuredClassifier InstanceValue BehavioredClassifier CommunicationPath TypedElement type InputPin ParameterableClassifier Node ExpansionNode ActivityParameterNode TimeInterval Device Extension Expression Pin Enumeration Stereotype Port Component Classifier LiteralNull DataStoreNode AssociationClass Collaboration OpaqueExpression InformationItem Association TimeExpression Interaction LiteralUnlimitedNatural Parameter Behavior Signal LiteralSpecification ValueSpecification PrimitiveType Interval Property UseCase ExecutionEnvironment TemplateableClassifier DestroyObjectAction target Operation LiteralBoolean Actor StructuralFeature Artifact OutputPin Duration ValuePin LiteralInteger Variable EncapsulatedClassifier DurationInterval CentralBufferNode ProtocolStateMachine Class Activity
null
{"directed":true,"nodes":[{"nsPrefix":"UML2","nsURI":"http:///UML2.ecore","name":"UML2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeploymentSpecification","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralString","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtensionEnd","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectNode","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StateMachine","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredClassifier","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstanceValue","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BehavioredClassifier","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommunicationPath","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPin","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterableClassifier","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpansionNode","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityParameterNode","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Device","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extension","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pin","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Stereotype","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralNull","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataStoreNode","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationClass","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Collaboration","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueExpression","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationItem","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interaction","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Behavior","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralSpecification","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueSpecification","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interval","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UseCase","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExecutionEnvironment","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateableClassifier","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DestroyObjectAction","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralBoolean","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Actor","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artifact","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPin","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Duration","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValuePin","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralInteger","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EncapsulatedClassifier","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DurationInterval","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CentralBufferNode","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProtocolStateMachine","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"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"},{"container":false,"ordered":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":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"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":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":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"},{"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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":1,"target":0},{"source":1,"target":28},{"source":1,"target":67},{"source":67,"target":28},{"source":2,"target":0},{"source":2,"target":55},{"source":2,"target":68},{"source":68,"target":55},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":69},{"source":69,"target":28},{"source":4,"target":0},{"source":4,"target":42},{"source":4,"target":70},{"source":70,"target":42},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":46},{"source":6,"target":71},{"source":71,"target":46},{"source":7,"target":0},{"source":7,"target":13},{"source":7,"target":72},{"source":72,"target":13},{"source":8,"target":0},{"source":8,"target":40},{"source":8,"target":73},{"source":73,"target":40},{"source":9,"target":0},{"source":9,"target":28},{"source":9,"target":74},{"source":74,"target":28},{"source":10,"target":0},{"source":10,"target":43},{"source":10,"target":75},{"source":75,"target":43},{"source":11,"target":0},{"source":11,"target":28},{"source":11,"target":76},{"source":76,"target":28},{"source":12,"target":0},{"source":12,"target":35},{"source":12,"target":77},{"source":77,"target":35},{"source":13,"target":0},{"source":13,"target":78},{"source":78,"target":5},{"source":78,"target":79},{"source":78,"target":13},{"source":79,"target":5},{"source":14,"target":0},{"source":14,"target":23},{"source":14,"target":80},{"source":80,"target":23},{"source":15,"target":0},{"source":15,"target":28},{"source":15,"target":81},{"source":81,"target":28},{"source":16,"target":0},{"source":16,"target":65},{"source":16,"target":82},{"source":82,"target":65},{"source":17,"target":0},{"source":17,"target":7},{"source":17,"target":83},{"source":83,"target":7},{"source":18,"target":0},{"source":18,"target":7},{"source":18,"target":84},{"source":84,"target":7},{"source":19,"target":0},{"source":19,"target":45},{"source":19,"target":85},{"source":85,"target":45},{"source":20,"target":0},{"source":20,"target":16},{"source":20,"target":86},{"source":86,"target":16},{"source":21,"target":0},{"source":21,"target":35},{"source":21,"target":87},{"source":87,"target":35},{"source":22,"target":0},{"source":22,"target":33},{"source":22,"target":88},{"source":88,"target":33},{"source":23,"target":0},{"source":23,"target":7},{"source":23,"target":89},{"source":89,"target":7},{"source":24,"target":0},{"source":24,"target":3},{"source":24,"target":90},{"source":90,"target":3},{"source":25,"target":0},{"source":25,"target":65},{"source":25,"target":91},{"source":91,"target":65},{"source":26,"target":0},{"source":26,"target":46},{"source":26,"target":92},{"source":92,"target":46},{"source":27,"target":0},{"source":27,"target":65},{"source":27,"target":93},{"source":93,"target":65},{"source":28,"target":0},{"source":28,"target":5},{"source":28,"target":94},{"source":94,"target":5},{"source":29,"target":0},{"source":29,"target":42},{"source":29,"target":95},{"source":95,"target":42},{"source":30,"target":0},{"source":30,"target":63},{"source":30,"target":96},{"source":96,"target":63},{"source":31,"target":0},{"source":31,"target":65},{"source":31,"target":35},{"source":31,"target":97},{"source":31,"target":98},{"source":97,"target":65},{"source":98,"target":35},{"source":32,"target":0},{"source":32,"target":11},{"source":32,"target":9},{"source":32,"target":99},{"source":32,"target":100},{"source":99,"target":11},{"source":100,"target":9},{"source":33,"target":0},{"source":33,"target":43},{"source":33,"target":101},{"source":101,"target":43},{"source":34,"target":0},{"source":34,"target":28},{"source":34,"target":102},{"source":102,"target":28},{"source":35,"target":0},{"source":35,"target":28},{"source":35,"target":103},{"source":103,"target":28},{"source":36,"target":0},{"source":36,"target":43},{"source":36,"target":104},{"source":104,"target":43},{"source":37,"target":0},{"source":37,"target":40},{"source":37,"target":105},{"source":105,"target":40},{"source":38,"target":0},{"source":38,"target":42},{"source":38,"target":106},{"source":106,"target":42},{"source":39,"target":0},{"source":39,"target":13},{"source":39,"target":107},{"source":107,"target":13},{"source":40,"target":0},{"source":40,"target":65},{"source":40,"target":108},{"source":108,"target":65},{"source":41,"target":0},{"source":41,"target":28},{"source":41,"target":109},{"source":109,"target":28},{"source":42,"target":0},{"source":42,"target":43},{"source":42,"target":110},{"source":110,"target":43},{"source":43,"target":0},{"source":43,"target":13},{"source":43,"target":111},{"source":111,"target":13},{"source":44,"target":0},{"source":44,"target":3},{"source":44,"target":112},{"source":112,"target":3},{"source":45,"target":0},{"source":45,"target":43},{"source":45,"target":113},{"source":113,"target":43},{"source":46,"target":0},{"source":46,"target":54},{"source":46,"target":114},{"source":114,"target":54},{"source":47,"target":0},{"source":47,"target":11},{"source":47,"target":115},{"source":115,"target":11},{"source":48,"target":0},{"source":48,"target":16},{"source":48,"target":116},{"source":116,"target":16},{"source":49,"target":0},{"source":49,"target":28},{"source":49,"target":117},{"source":117,"target":28},{"source":50,"target":0},{"source":50,"target":118},{"source":118,"target":14},{"source":118,"target":119},{"source":118,"target":50},{"source":119,"target":14},{"source":51,"target":0},{"source":51,"target":13},{"source":51,"target":120},{"source":120,"target":13},{"source":52,"target":0},{"source":52,"target":42},{"source":52,"target":121},{"source":121,"target":42},{"source":53,"target":0},{"source":53,"target":28},{"source":53,"target":122},{"source":122,"target":28},{"source":54,"target":0},{"source":54,"target":13},{"source":54,"target":123},{"source":123,"target":13},{"source":55,"target":0},{"source":55,"target":28},{"source":55,"target":124},{"source":124,"target":28},{"source":56,"target":0},{"source":56,"target":23},{"source":56,"target":125},{"source":125,"target":23},{"source":57,"target":0},{"source":57,"target":43},{"source":57,"target":126},{"source":126,"target":43},{"source":58,"target":0},{"source":58,"target":14},{"source":58,"target":127},{"source":127,"target":14},{"source":59,"target":0},{"source":59,"target":42},{"source":59,"target":128},{"source":128,"target":42},{"source":60,"target":0},{"source":60,"target":13},{"source":60,"target":129},{"source":129,"target":13},{"source":61,"target":0},{"source":61,"target":9},{"source":61,"target":130},{"source":130,"target":9},{"source":62,"target":0},{"source":62,"target":45},{"source":62,"target":131},{"source":131,"target":45},{"source":63,"target":0},{"source":63,"target":7},{"source":63,"target":132},{"source":132,"target":7},{"source":64,"target":0},{"source":64,"target":8},{"source":64,"target":133},{"source":133,"target":8},{"source":65,"target":0},{"source":65,"target":11},{"source":65,"target":61},{"source":65,"target":134},{"source":65,"target":135},{"source":134,"target":11},{"source":135,"target":61},{"source":66,"target":0},{"source":66,"target":40},{"source":66,"target":136},{"source":136,"target":40}],"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="liveContainerTestLanguage" nsURI="http://www.xtext.org/LiveContainerTestLanguage" nsPrefix="liveContainerTestLanguage"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eclipse/xtext-core/org.eclipse.xtext.tests/src-gen/org/eclipse/xtext/resource/LiveContainerTestLanguage.ecore
ecore
liveContainerTestLanguage Model name
null
{"directed":true,"nodes":[{"nsPrefix":"liveContainerTestLanguage","nsURI":"http://www.xtext.org/LiveContainerTestLanguage","name":"liveContainerTestLanguage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","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},{"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"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="roo" nsURI="http://www.springsource.org/roo" nsPrefix="roo"> <eClassifiers xsi:type="ecore:EClass" name="RooModel"> <eStructuralFeatures xsi:type="ecore:EReference" name="project" eType="#//Project" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="persistence" eType="#//PersistenceSetup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Project"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="topLevelPackage" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="org.springsource.roo"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The uppermost package name (this becomes the &lt;groupId> in Maven and also the '~' value when using Roo's shell)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The name of the project (last segment of package name used as default)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="java" eType="#//javaVersion" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Forces a particular major version of Java to be used (will be auto-detected if unspecified; specify 5 or 6 or 7 only)."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PersistenceSetup"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="provider" lowerBound="1" eType="#//providerType" defaultValueLiteral="HIBERNATE"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The persistence provider to support."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="database" lowerBound="1" eType="#//databaseType" defaultValueLiteral="HYPERSONIC_IN_MEMORY"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The database to support."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="applicationId" 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 Google App Engine application identifier to use; default if option not present: 'the project's name'"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jndiDataSource" 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 JNDI datasource to use."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hostName" 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 host name to use."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="databaseName" 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 database name to use."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userName" 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 username to use."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" 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 password to use."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="persistenceUnit" 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 persistence unit name to be used in the persistence.xml file."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="javaVersion"> <eLiterals name="Java5" value="5"/> <eLiterals name="Java6" value="6"/> <eLiterals name="Java7" value="7"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="providerType"> <eLiterals name="DATANUCLEUS"/> <eLiterals name="DATANUCLEUS_2" value="1"/> <eLiterals name="ECLIPSELINK" value="2"/> <eLiterals name="HIBERNATE" value="3"/> <eLiterals name="OPENJPA" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="databaseType"> <eLiterals name="DB2"/> <eLiterals name="DB2400" value="1"/> <eLiterals name="DERBY" value="2"/> <eLiterals name="GOOGLE_APP_ENGINE" value="3"/> <eLiterals name="H2_IN_MEMORY" value="4"/> <eLiterals name="HYPERSONIC_IN_MEMORY" value="5"/> <eLiterals name="HYPERSONIC_PERSISTENT" value="6"/> <eLiterals name="MSSQL" value="7"/> <eLiterals name="MYSQL" value="8"/> <eLiterals name="ORACLE" value="9"/> <eLiterals name="POSTGRES" value="10"/> <eLiterals name="SYBASE" value="11"/> <eLiterals name="VMFORCE" value="12"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/RooModel.ecore
ecore
roo RooModel project persistence model Project topLevelPackage org.springsource.roo projectName java PersistenceSetup provider HIBERNATE database HYPERSONIC_IN_MEMORY applicationId jndiDataSource hostName databaseName userName password persistenceUnit javaVersion Java5 Java5 Java6 Java6 Java7 Java7 providerType DATANUCLEUS DATANUCLEUS DATANUCLEUS_2 DATANUCLEUS_2 ECLIPSELINK ECLIPSELINK HIBERNATE HIBERNATE OPENJPA OPENJPA databaseType DB2 DB2 DB2400 DB2400 DERBY DERBY GOOGLE_APP_ENGINE GOOGLE_APP_ENGINE H2_IN_MEMORY H2_IN_MEMORY HYPERSONIC_IN_MEMORY HYPERSONIC_IN_MEMORY HYPERSONIC_PERSISTENT HYPERSONIC_PERSISTENT MSSQL MSSQL MYSQL MYSQL ORACLE ORACLE POSTGRES POSTGRES SYBASE SYBASE VMFORCE VMFORCE
null
{"directed":true,"nodes":[{"nsPrefix":"roo","nsURI":"http://www.springsource.org/roo","name":"roo","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RooModel","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Project","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PersistenceSetup","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"javaVersion","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"providerType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"databaseType","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"project","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"persistence","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":false,"unsettable":false,"transient":false,"unique":true,"name":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":9,"derived":false},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"org.springsource.roo","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"org.springsource.roo","unsettable":false,"transient":false,"unique":true,"name":"topLevelPackage","changeable":true,"lowerBound":1,"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":"projectName","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"java","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"HIBERNATE","unsettable":false,"transient":false,"unique":true,"name":"provider","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"HYPERSONIC_IN_MEMORY","unsettable":false,"transient":false,"unique":true,"name":"database","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"applicationId","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":"jndiDataSource","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":"hostName","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"databaseName","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":"userName","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":"password","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"persistenceUnit","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"name":"Java5","id":37,"value":5,"literal":"Java5","eClass":"EEnumLiteral"},{"name":"Java6","id":38,"value":6,"literal":"Java6","eClass":"EEnumLiteral"},{"name":"Java7","id":39,"value":7,"literal":"Java7","eClass":"EEnumLiteral"},{"name":"DATANUCLEUS","id":40,"value":0,"literal":"DATANUCLEUS","eClass":"EEnumLiteral"},{"name":"DATANUCLEUS_2","id":41,"value":1,"literal":"DATANUCLEUS_2","eClass":"EEnumLiteral"},{"name":"ECLIPSELINK","id":42,"value":2,"literal":"ECLIPSELINK","eClass":"EEnumLiteral"},{"name":"HIBERNATE","id":43,"value":3,"literal":"HIBERNATE","eClass":"EEnumLiteral"},{"name":"OPENJPA","id":44,"value":4,"literal":"OPENJPA","eClass":"EEnumLiteral"},{"name":"DB2","id":45,"value":0,"literal":"DB2","eClass":"EEnumLiteral"},{"name":"DB2400","id":46,"value":1,"literal":"DB2400","eClass":"EEnumLiteral"},{"name":"DERBY","id":47,"value":2,"literal":"DERBY","eClass":"EEnumLiteral"},{"name":"GOOGLE_APP_ENGINE","id":48,"value":3,"literal":"GOOGLE_APP_ENGINE","eClass":"EEnumLiteral"},{"name":"H2_IN_MEMORY","id":49,"value":4,"literal":"H2_IN_MEMORY","eClass":"EEnumLiteral"},{"name":"HYPERSONIC_IN_MEMORY","id":50,"value":5,"literal":"HYPERSONIC_IN_MEMORY","eClass":"EEnumLiteral"},{"name":"HYPERSONIC_PERSISTENT","id":51,"value":6,"literal":"HYPERSONIC_PERSISTENT","eClass":"EEnumLiteral"},{"name":"MSSQL","id":52,"value":7,"literal":"MSSQL","eClass":"EEnumLiteral"},{"name":"MYSQL","id":53,"value":8,"literal":"MYSQL","eClass":"EEnumLiteral"},{"name":"ORACLE","id":54,"value":9,"literal":"ORACLE","eClass":"EEnumLiteral"},{"name":"POSTGRES","id":55,"value":10,"literal":"POSTGRES","eClass":"EEnumLiteral"},{"name":"SYBASE","id":56,"value":11,"literal":"SYBASE","eClass":"EEnumLiteral"},{"name":"VMFORCE","id":57,"value":12,"literal":"VMFORCE","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":1,"target":0},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":7,"target":2},{"source":7,"target":10},{"source":7,"target":1},{"source":10,"target":2},{"source":8,"target":3},{"source":8,"target":11},{"source":8,"target":1},{"source":11,"target":3},{"source":9,"target":12},{"source":9,"target":1},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":13,"target":16},{"source":13,"target":2},{"source":14,"target":17},{"source":14,"target":2},{"source":15,"target":4},{"source":15,"target":18},{"source":15,"target":2},{"source":18,"target":4},{"source":3,"target":0},{"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":3,"target":26},{"source":3,"target":27},{"source":19,"target":5},{"source":19,"target":28},{"source":19,"target":3},{"source":28,"target":5},{"source":20,"target":6},{"source":20,"target":29},{"source":20,"target":3},{"source":29,"target":6},{"source":21,"target":30},{"source":21,"target":3},{"source":22,"target":31},{"source":22,"target":3},{"source":23,"target":32},{"source":23,"target":3},{"source":24,"target":33},{"source":24,"target":3},{"source":25,"target":34},{"source":25,"target":3},{"source":26,"target":35},{"source":26,"target":3},{"source":27,"target":36},{"source":27,"target":3},{"source":4,"target":0},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":37,"target":4},{"source":38,"target":4},{"source":39,"target":4},{"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":40,"target":5},{"source":41,"target":5},{"source":42,"target":5},{"source":43,"target":5},{"source":44,"target":5},{"source":6,"target":0},{"source":6,"target":45},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":6,"target":52},{"source":6,"target":53},{"source":6,"target":54},{"source":6,"target":55},{"source":6,"target":56},{"source":6,"target":57},{"source":45,"target":6},{"source":46,"target":6},{"source":47,"target":6},{"source":48,"target":6},{"source":49,"target":6},{"source":50,"target":6},{"source":51,"target":6},{"source":52,"target":6},{"source":53,"target":6},{"source":54,"target":6},{"source":55,"target":6},{"source":56,"target":6},{"source":57,"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="trafficincidentsservice" nsURI="http://org.genivi.trafficinfo.trafficincidentsservice" nsPrefix="trafficincidentsservice"> <eAnnotations source="GenModel"> <details key="documentation" value="Copyright (C) 2013 TomTom International B.V.&#xD;&#xA;&#xD;&#xA;This Source Code Form is subject to the terms of the Mozilla Public&#xD;&#xA;License, v. 2.0. If a copy of the MPL was not distributed with this&#xD;&#xA;file, You can obtain one at http://mozilla.org/MPL/2.0/."/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="TrafficIncidents"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This is the main interface via which a client obtains Traffic Information."/> </eAnnotations> <eAnnotations source="http://www.tomtom.com/emfidl/2012/GenModel"> <details key="versionMajor" value="0"/> <details key="versionMinor" value="1"/> </eAnnotations> <eOperations name="getVersion"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Get the API version of this interface implemented by the service."/> </eAnnotations> <eParameters name="listener" eType="#//TrafficIncidentsListener"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The class on which the callback function is called."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="addUpdateListener"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Add a listener which is notified in case of any update in the traffic information.&#xD;&#xA;In case of an update the updates() method of the listener is called."/> </eAnnotations> <eParameters name="listener" eType="#//TrafficIncidentsListener"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The class on which the callback function is called."/> </eAnnotations> </eParameters> <eParameters name="warningLevels" upperBound="-1" eType="ecore:EEnum ../../org.genivi.trafficincidentsservice.trafficincidenttables-model/model/TrafficIncidentTables.ecore#//WarningLevel"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Only incidents with one of the specified warning levels will be returned.&#xD;&#xA;In case of an empty list, traffic incidents with any warning level (and no specified warning level) are returned."/> </eAnnotations> </eParameters> <eParameters name="categoryIds" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="updateListener" eType="#//TrafficIncidentsListener"/> </eOperations> <eOperations name="addAreasUpdateListener"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Add a listener which is notified in case of an update in the traffic information in one or more specific area's.&#xD;&#xA;In case of an update the updatesInAreas() method of the listener is called."/> </eAnnotations> <eParameters name="listener" eType="#//TrafficIncidentsListener"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The class on which the callback function is called."/> </eAnnotations> </eParameters> <eParameters name="warningLevels" upperBound="-1" eType="ecore:EEnum ../../org.genivi.trafficincidentsservice.trafficincidenttables-model/model/TrafficIncidentTables.ecore#//WarningLevel"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Only incidents with one of the specified warning levels will be returned.&#xD;&#xA;In case of an empty list, traffic incidents with any warning level (and no specified warning level) are returned."/> </eAnnotations> </eParameters> <eParameters name="categoryIds" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="areas" upperBound="-1" eType="ecore:EClass ../../org.genivi.basetypes-model/model/Basetypes.ecore#//common/RectangularArea"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The area's to be observed for changes."/> </eAnnotations> </eParameters> <eParameters name="updateListener" eType="#//TrafficIncidentsListener"/> </eOperations> <eOperations name="getLanguage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Get the current language."/> </eAnnotations> <eParameters name="listener" eType="#//TrafficIncidentsListener"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The class on which the callback function is called."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="setLanguage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Set the language."/> </eAnnotations> <eParameters name="listener" eType="#//TrafficIncidentsListener"/> <eParameters name="languageCode" 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 language to be used."/> </eAnnotations> </eParameters> <eParameters name="countryCode" 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 country specific variant for the language to be used."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="setTimeFormat"> <eParameters name="listener" eType="#//TrafficIncidentsListener"/> <eParameters name="timeFormat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="setDateFormat"> <eParameters name="listener" eType="#//TrafficIncidentsListener"/> <eParameters name="dateFormat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="setLengthUnit"> <eParameters name="listener" eType="#//TrafficIncidentsListener"/> <eParameters name="lengthUnit" eType="#//LengthUnit"/> </eOperations> <eOperations name="setWeightUnit"> <eParameters name="listener" eType="#//TrafficIncidentsListener"/> <eParameters name="weightUnit" eType="#//WeightUnit"/> </eOperations> <eOperations name="getApplicability"> <eParameters name="listener" eType="#//TrafficIncidentsListener"/> </eOperations> <eOperations name="setApplicability"> <eParameters name="listener" eType="#//TrafficIncidentsListener"/> <eParameters name="filterExpression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="reserveIconSetIds"> <eParameters name="listener" eType="#//TrafficIncidentsListener"/> <eParameters name="numberOfIds" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="freeIconSetIds"> <eParameters name="listener" eType="#//TrafficIncidentsListener"/> <eParameters name="iconSetIds" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="getIconSets"> <eParameters name="listener" eType="#//TrafficIncidentsListener"/> </eOperations> <eOperations name="addIconSetDefinitions"> <eParameters name="listener" eType="#//TrafficIncidentsListener"/> <eParameters name="iconSets" upperBound="-1" eType="ecore:EClass ../../org.genivi.iconset-model/model/IconSet.ecore#//IconSet"/> </eOperations> <eOperations name="removeIconSetDefinitions"> <eParameters name="listener" eType="#//TrafficIncidentsListener"/> <eParameters name="iconSetIds" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="getIconDefinitions"> <eParameters name="listener" eType="#//TrafficIncidentsListener"/> <eParameters name="iconInfos" upperBound="-1" eType="ecore:EClass ../../org.genivi.iconset-model/model/IconSet.ecore#//IconInfo"/> </eOperations> <eOperations name="addIconDefinitions"> <eParameters name="listener" eType="#//TrafficIncidentsListener"/> <eParameters name="iconDefinitions" upperBound="-1" eType="ecore:EClass ../../org.genivi.iconset-model/model/IconSet.ecore#//IconDefinition"/> </eOperations> <eOperations name="removeIconDefinitions"> <eParameters name="listener" eType="#//TrafficIncidentsListener"/> <eParameters name="iconInfos" upperBound="-1" eType="ecore:EClass ../../org.genivi.iconset-model/model/IconSet.ecore#//IconInfo"/> </eOperations> <eOperations name="reserveCategoryIds"> <eParameters name="listener" eType="#//TrafficIncidentsListener"/> <eParameters name="numberOfIds" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="freeCategoryIds"> <eParameters name="listener" eType="#//TrafficIncidentsListener"/> <eParameters name="categoryIds" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="getCategoryDefinitions"> <eParameters name="listener" eType="#//TrafficIncidentsListener"/> </eOperations> <eOperations name="addCategoryDefinitions"> <eParameters name="listener" eType="#//TrafficIncidentsListener"/> <eParameters name="categoryDefinitions" upperBound="-1" eType="#//CategoryDefinition"/> </eOperations> <eOperations name="removeCategoryDefinitions"> <eParameters name="listener" eType="#//TrafficIncidentsListener"/> <eParameters name="categoryIds" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="getTrafficIncidentIds"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Get all the Ids of the current traffic incidents."/> </eAnnotations> <eParameters name="listener" eType="#//TrafficIncidentsListener"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The class on which the callback function is called."/> </eAnnotations> </eParameters> <eParameters name="warningLevels" upperBound="-1" eType="ecore:EEnum ../../org.genivi.trafficincidentsservice.trafficincidenttables-model/model/TrafficIncidentTables.ecore#//WarningLevel"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Only incidents with one of the specified warning levels will be returned.&#xD;&#xA;In case of an empty list, traffic incidents with any warning level (and no specified warning level) are returned."/> </eAnnotations> </eParameters> <eParameters name="categoryIds" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="getTrafficIncidentIdsInAreas"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Get the Ids of the traffic incidents in a number of areas."/> </eAnnotations> <eParameters name="listener" eType="#//TrafficIncidentsListener"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The class on which the callback function is called."/> </eAnnotations> </eParameters> <eParameters name="warningLevels" upperBound="-1" eType="ecore:EEnum ../../org.genivi.trafficincidentsservice.trafficincidenttables-model/model/TrafficIncidentTables.ecore#//WarningLevel"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Only incidents with one of the specified warning levels will be returned.&#xD;&#xA;In case of an empty list, traffic incidents with any warning level (and no specified warning level) are returned."/> </eAnnotations> </eParameters> <eParameters name="categoryIds" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="areas" upperBound="-1" eType="ecore:EClass ../../org.genivi.basetypes-model/model/Basetypes.ecore#//common/RectangularArea"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The areas for which the traffic incident Ids are requested."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="getTrafficIncidents"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Get a number of Traffic Incidents."/> </eAnnotations> <eParameters name="listener" eType="#//TrafficIncidentsListener"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The class on which the callback function is called."/> </eAnnotations> </eParameters> <eParameters name="trafficIncidentIds" upperBound="-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 Ids of the requested Traffic Incidents."/> </eAnnotations> </eParameters> <eParameters name="includeTextFields" 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 text fields in the returned Traffic Incident will only be filled in if this parameter is set to true."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="getTrafficIncidentsFields"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Get a number of Traffic Incidents, where only specific fields are filled in.."/> </eAnnotations> <eParameters name="listener" eType="#//TrafficIncidentsListener"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The class on which the callback function is called."/> </eAnnotations> </eParameters> <eParameters name="trafficIncidentIds" upperBound="-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 Ids of the requested Traffic Incidents."/> </eAnnotations> </eParameters> <eParameters name="trafficIncidentFields" upperBound="-1" eType="#//TrafficIncidentField"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The fields (attributes) to be filled in in the Traffic Incident."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="getTexts"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Get the texts for a number of Traffic Incidents."/> </eAnnotations> <eParameters name="listener" eType="#//TrafficIncidentsListener"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The class on which the callback function is called."/> </eAnnotations> </eParameters> <eParameters name="trafficIncidentIds" upperBound="-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 Ids of the Traffic Incidents for which the texts are requested."/> </eAnnotations> </eParameters> <eParameters name="textDetailLevel" eType="#//TextDetailLevel"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The amount of detail to be provided in the texts."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="addTrafficIncidentsStatusListener"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Add a listener which is notified in case of any change in Traffic Incidents status.&#xD;&#xA;In case of a status change, the TrafficIncidentsStatus() method of the listener is called."/> </eAnnotations> <eParameters name="listener" eType="#//TrafficIncidentsListener"/> <eParameters name="trafficIncidentsStatusListener" eType="#//TrafficIncidentsListener"/> </eOperations> <eOperations name="addFeedInformationListener"> <eParameters name="listener" eType="#//TrafficIncidentsListener"/> <eParameters name="feedInformationListener" eType="#//TrafficIncidentsListener"/> </eOperations> <eOperations name="removeUpdateListener"> <eParameters name="listener" eType="#//TrafficIncidentsListener"/> <eParameters name="updateListener" eType="#//TrafficIncidentsListener"/> </eOperations> <eOperations name="removeAreasUpdateListener"> <eParameters name="listener" eType="#//TrafficIncidentsListener"/> <eParameters name="updateListener" eType="#//TrafficIncidentsListener"/> </eOperations> <eOperations name="removeTrafficIncidentsStatusListener"> <eParameters name="listener" eType="#//TrafficIncidentsListener"/> <eParameters name="trafficIncidentsStatusListener" eType="#//TrafficIncidentsListener"/> </eOperations> <eOperations name="removeFeedInformationListener"> <eParameters name="listener" eType="#//TrafficIncidentsListener"/> <eParameters name="feedInformationListener" eType="#//TrafficIncidentsListener"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TrafficIncidentsListener"> <eOperations name="getVersionReply"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This method is called as a response to getVersion()."/> </eAnnotations> <eParameters name="version" eType="ecore:EClass ../../org.genivi.basetypes-model/model/Basetypes.ecore#//common/Version"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The API version of this interface implemented by the service."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="updates"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If a client has registered itself as a listener for any updates in the traffic incidents,&#xD;&#xA;this method is called if there are changes."/> </eAnnotations> <eParameters name="unchangedTrafficIncidentIds" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="changedTrafficIncidentIds" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="newTrafficIncidentIds" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="deletedTrafficIncidentIds" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="updatesInAreas"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If a client has registered itself as a listener for updates in the traffic incidents in one or more area's&#xD;&#xA;(via addAreaUpdateListener() or addAreasUpdateListener()),&#xD;&#xA;this method is called if there are changes."/> </eAnnotations> <eParameters name="areas" upperBound="-1" eType="ecore:EClass ../../org.genivi.basetypes-model/model/Basetypes.ecore#//common/RectangularArea"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The area's in which changes have taken place."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="trafficIncidentsStatus"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If a client has registered itself as a listener for changes in the Traffic Incidents status,&#xD;&#xA;this method is called upon changes in the Traffic Incidents status.&#xD;&#xA;The provided status information is the combined status of the available feeds in the system.&#xD;&#xA;Details of how the information is combined is given per parameter."/> </eAnnotations> <eParameters name="trafficIncidentFeedStatus" eType="#//TrafficIncidentFeedStatus"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The combined status of the Traffic Incident Feeds.&#xD;&#xA;If all Feeds are UNAVAILABLE, the status is UNAVAILABLE.&#xD;&#xA;Else, if any of the Feeds is CONNECTED, the status is CONNECTED.&#xD;&#xA;Else, the status is DISCONNECTED (so there are Feeds available, but none of them is connected)."/> </eAnnotations> </eParameters> <eParameters name="trafficIncidentsStatus" eType="#//TrafficIncidentsStatus"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The combined status of the Traffic Incidents.&#xD;&#xA;If the status for all the Feeds is AVAILABLE, , the combined status is AVAILABLE.&#xD;&#xA;Else, if the status for one of the Feeds is PARTLY_AVAILABLE, the combined status is PARTLY_AVAILABLE.&#xD;&#xA;Else, the combined status is UNAVAILABLE (so there are no Traffic Incidents at all).&#xD;&#xA;&#xD;&#xA; &#xD;&#xA;Meaning of the enum values at this level:&#xD;&#xA;UNAVAILABLE: The are no incidents in the system, and currently they can also not be received.&#xD;&#xA;PARTLY_AVAILABLE: There are or may be incidents in the system, but the set of incidents is probably not up to date.&#xD;&#xA;This means that big changes are possible. Examples: Upon start-up, some incidents have already been received,&#xD;&#xA;but there are more incidents to receive. If the user is looking at the map display, new incidents may suddenly appear.&#xD;&#xA;When a connection is lost, the information stays valid for some time, but the information may no longer be fully up to date,&#xD;&#xA;and at some point in time a lot of incidents may suddenly disappear because they are no longer valid.&#xD;&#xA;AVAILABLE: The reception and handling of the incidents is stable, and as up to date as possible with respect to the used protocol(s).&#xD;&#xA;It is however still possible that there are currently no Traffic Incidents."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="feedInformation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="If a client has registered itself as a listener for changes in the Feed Information,&#xD;&#xA;this method is called upon changes in the Feed Information."/> </eAnnotations> <eParameters name="feedsInformation" upperBound="-1" eType="#//FeedInformation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The information per Traffic Incident Feed."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="getLanguageReply"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This method is called as a response to getLanguage()."/> </eAnnotations> <eParameters name="languageCode" 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 language."/> </eAnnotations> </eParameters> <eParameters name="countryCode" 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 country specific variant for the language."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="getApplicabilityReply"> <eParameters name="filterExpression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="reserveIconSetIdsReply"> <eParameters name="iconSetIds" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="reserveCategoryIdsReply"> <eParameters name="categoryIds" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="getTrafficIncidentIdsReply"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This method is called as a response to getTrafficIncidentIds()."/> </eAnnotations> <eParameters name="trafficIncidentIds" upperBound="-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 Ids of the requested traffic incidents."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="getTrafficIncidentIdsInAreasReply"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This method is called as a response to getTrafficIncidentIdsInAreas()."/> </eAnnotations> <eParameters name="trafficIncidentIds" upperBound="-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 Ids of the requested traffic incidents."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="getTrafficIncidentsReply"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This method is called as a response to getTrafficIncidents()."/> </eAnnotations> <eParameters name="trafficIncidents" upperBound="-1" eType="ecore:EClass ../../org.genivi.trafficincidentsservice.trafficincidents.trafficincident-model/model/TrafficIncident.ecore#//TrafficIncident"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The requested Traffic Incidents. This list may be shorter than the request list&#xD;&#xA;as nothing is returned for Ids that don't exist (anymore)."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="getTrafficIncidentsFieldsReply"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This method is called as a response to getTrafficIncidentsFields()."/> </eAnnotations> <eParameters name="trafficIncidents" upperBound="-1" eType="ecore:EClass ../../org.genivi.trafficincidentsservice.trafficincidents.trafficincident-model/model/TrafficIncident.ecore#//TrafficIncident"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The requested Traffic Incidents, with only the requested fields filled in.&#xD;&#xA;This list may be shorter than the request list as nothing is returned for&#xD;&#xA;Ids that don't exist (anymore)."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="getTextsReply"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This method is called as a response to getTexts()."/> </eAnnotations> <eParameters name="texts" 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="Text information per requested traffic incident.&#xD;&#xA;The texts will be in the same order as the trafficIncidentIds in the request."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="addTrafficIncidentsStatusListenerReply"/> <eOperations name="addFeedInformationListenerReply"/> <eOperations name="addUpdateListenerReply"/> <eOperations name="removeUpdateListenerReply"/> <eOperations name="addAreasUpdateListenerReply"/> <eOperations name="removeAreasUpdateListenerReply"/> <eOperations name="setLanguageReply"/> <eOperations name="setTimeFormatReply"/> <eOperations name="setDateFormatReply"/> <eOperations name="setLengthUnitReply"/> <eOperations name="setWeightUnitReply"/> <eOperations name="setApplicabilityReply"/> <eOperations name="freeCategoryIdsReply"/> <eOperations name="getCategoryDefinitionsReply"> <eParameters name="categoryDefinitions" upperBound="-1" eType="#//CategoryDefinition"/> </eOperations> <eOperations name="addCategoryDefinitionsReply"/> <eOperations name="removeCategoryDefinitionsReply"/> <eOperations name="freeIconSetIdsReply"/> <eOperations name="getIconDefinitionsReply"> <eParameters name="iconDefinitions" upperBound="-1" eType="ecore:EClass ../../org.genivi.iconset-model/model/IconSet.ecore#//IconDefinition"/> </eOperations> <eOperations name="addIconDefinitionsReply"/> <eOperations name="removeIconDefinitionsReply"/> <eOperations name="getIconSetsReply"> <eParameters name="iconSets" upperBound="-1" eType="ecore:EClass ../../org.genivi.iconset-model/model/IconSet.ecore#//IconSet"/> </eOperations> <eOperations name="addIconSetDefinitionsReply"/> <eOperations name="removeIconSetDefinitionsReply"/> <eOperations name="removeFeedInformationListenerReply"/> <eOperations name="removeTrafficIncidentsStatusListenerReply"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TrafficIncidentField"> <eLiterals name="TRAFFIC_INCIDENT_ID" value="1"/> <eLiterals name="EFFECT_CODE" value="2"/> <eLiterals name="EFFECT_TEXT" value="3"/> <eLiterals name="START_TIME" value="4"/> <eLiterals name="STOP_TIME" value="5"/> <eLiterals name="TENDENCY" value="6"/> <eLiterals name="TENDENCY_TEXT" value="7"/> <eLiterals name="LENGTH_AFFECTED" value="8"/> <eLiterals name="AVERAGE_SPEED_ABSOLUTE" value="9"/> <eLiterals name="DELAY" value="10"/> <eLiterals name="SEGMENT_SPEED_LIMIT" value="11"/> <eLiterals name="CAUSES" value="13"/> <eLiterals name="CAUSE_TEXTS" value="14"/> <eLiterals name="APPLICABILITY_TEXTS" value="16"/> <eLiterals name="LOCATION" value="17"/> <eLiterals name="LOCATION_INFO" value="18"/> <eLiterals name="LOCATION_BOUNDING_BOX" value="19"/> <eLiterals name="APPLICABILITY" value="15"/> <eLiterals name="ADVICES" value="20"/> <eLiterals name="ADVICE_TEXTS" value="21"/> <eLiterals name="EXPECTED_SPEED_ABSOLUTE" value="12"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TextDetailLevel"> <eLiterals name="FULL" value="1"/> <eLiterals name="SUMMARY" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TrafficIncidentFeed"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This interface can be used by Traffic Incident Feeds to feed Traffic Incidents into the Traffic Incidents Service."/> </eAnnotations> <eOperations name="getVersion"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Get the API version of this interface implemented by the service."/> </eAnnotations> <eParameters name="listener" eType="#//TrafficIncidentFeedListener"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The class on which the callback function is called."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="getLanguage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Get the current language. In case of a client/server based Feed, this language can be sent to the server in order to receive any textual information in the right language."/> </eAnnotations> <eParameters name="listener" eType="#//TrafficIncidentFeedListener"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The class on which the callback function is called."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="addLanguageListener"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Add this client as a listener for changes in the current language. In case of changes, getLanguageReply() is called on the listener."/> </eAnnotations> <eParameters name="listener" eType="#//TrafficIncidentFeedListener"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The class on which the callback function is called."/> </eAnnotations> </eParameters> <eParameters name="changeListener" eType="#//TrafficIncidentFeedListener"/> </eOperations> <eOperations name="clear"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Clear the internal store of the Traffic Incidents Service. This may be needed if the source of the Traffic Incidents is changed, or if the server indicates that a reset is needed."/> </eAnnotations> </eOperations> <eOperations name="updateIncidents"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Update the Traffic Incidents in the internal store of the Traffic Incidents Service. These updates can consist of incidents to be removed (cancelledIncidentIds), and/or new or updated incidents (updatedIncidents). The 'cancels' are handled before the 'updates'."/> </eAnnotations> <eParameters name="feedId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="cancelledIncidentIds" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The unique Ids of the incidents to be deleted."/> </eAnnotations> </eParameters> <eParameters name="updatedIncidents" upperBound="-1" eType="ecore:EClass ../../org.genivi.trafficincidentsservice.trafficincidentfeed.trafficincident-model/model/XTrafficIncident.ecore#//TrafficIncident"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The new or updated incidents."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="updateStatus"> <eParameters name="feedId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eParameters name="feedStatus" eType="#//TrafficIncidentFeedStatus"/> <eParameters name="incidentsStatus" eType="#//TrafficIncidentsStatus"/> </eOperations> <eOperations name="registerFeed"> <eParameters name="listener" eType="#//TrafficIncidentFeedListener"/> <eParameters name="dataProviderName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="protocolName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eParameters name="communicationChannelName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eOperations> <eOperations name="removeLanguageListener"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Remove this client as a listener for changes in the current language."/> </eAnnotations> <eParameters name="listener" eType="#//TrafficIncidentFeedListener"/> <eParameters name="changeListener" eType="#//TrafficIncidentFeedListener"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TrafficIncidentFeedListener"> <eOperations name="getVersionReply"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This method is called as a response to getVersion()."/> </eAnnotations> <eParameters name="version" eType="ecore:EClass ../../org.genivi.basetypes-model/model/Basetypes.ecore#//common/Version"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The API version of this interface implemented by the service."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="getLanguageReply"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This method is called as a response to getLanguage() or addLanguegeListener() when the language is changed."/> </eAnnotations> <eParameters name="languageCode" 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 currently used language."/> </eAnnotations> </eParameters> <eParameters name="countryCode" 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 currently used, country specific variant of the language."/> </eAnnotations> </eParameters> </eOperations> <eOperations name="registerFeedReply"> <eParameters name="feedId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eOperations> <eOperations name="addLanguageListenerReply"/> <eOperations name="removeLanguageListenerReply"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TrafficIncidentFeedStatus"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This type provides information on the status of a Traffic Incident Feed, or of a combination of Traffic Incident Feeds. "/> </eAnnotations> <eLiterals name="UNAVAILABLE" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="There is no Traffic Incident Feed available. A feed is not available if a connection is not possible.&#xD;&#xA;Examples of this are: there is no location table available for the current country (in case of TMC),&#xD;&#xA;or the user has no valid subscription."/> </eAnnotations> </eLiterals> <eLiterals name="CONNECTED" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="One or more Traffic Incident Feeds are available and connected (a communication channel is operational)."/> </eAnnotations> </eLiterals> <eLiterals name="DISCONNECTED" value="3"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="One or more Traffic Incident Feeds are available but none of them is currently connected&#xD;&#xA;(the communication channels are not operational).&#xD;&#xA;For example, an RDS/TMC receiver is available but there is no signal,&#xD;&#xA;or a TPEG over HTTP/IP feed is available but the connection to the server failed."/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TrafficIncidentsStatus"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This type provides information on the status of the Traffic Incidents. "/> </eAnnotations> <eLiterals name="UNAVAILABLE" value="1"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="There is no Traffic Incident data available."/> </eAnnotations> </eLiterals> <eLiterals name="PARTLY_AVAILABLE" value="2"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="There is incomplete Traffic Incident data available. This happens e.g. if the Feed status has changed from DISCONNECTED to CONNECTED&#xD;&#xA;and the system knows that not all information has been received, or if the Feed status goes temporarily from CONNECTED to DISCONNECTED."/> </eAnnotations> </eLiterals> <eLiterals name="AVAILABLE" value="3"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="There is Traffic Incident data available."/> </eAnnotations> </eLiterals> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeedInformation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="This data type provides information about a Traffic Incident Feed."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataProviderName" 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="The name of the data provider."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="protocolName" 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="The name of the protocol via which the Traffic Incidents are received.&#xD;&#xA;There are no predefined values."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="communicationChannelName" 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="The name of the communication channel.&#xD;&#xA;There are no predefined values."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="feedStatus" lowerBound="1" eType="#//TrafficIncidentFeedStatus" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The status of the Feed."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trafficIncidentsStatus" lowerBound="1" eType="#//TrafficIncidentsStatus" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The status of the Traffic Incidents delivered by this Feed."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CategoryDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="localizedNames" upperBound="-1" eType="ecore:EClass ../../org.genivi.basetypes-model/model/Basetypes.ecore#//common/LocalizedString" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="categoryId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="icons" upperBound="-1" eType="ecore:EClass ../../org.genivi.iconset-model/model/IconSet.ecore#//IconInfo" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SpeedUnit"> <eLiterals name="KILOMETERS_PER_HOUR" value="1"/> <eLiterals name="MILES_PER_HOUR" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LengthUnit"> <eLiterals name="KILOMETERS" value="1"/> <eLiterals name="MILES" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="WeightUnit"> <eLiterals name="KILOGRAM" value="1"/> <eLiterals name="POUND" value="2"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/GENIVI/navigation/src/traffic-incidents-service/org.genivi.trafficincidentsservice.trafficincidentsservice-model/model/TrafficIncidentsService.ecore
ecore
trafficincidentsservice TrafficIncidents getVersion listener addUpdateListener listener warningLevels categoryIds updateListener addAreasUpdateListener listener warningLevels categoryIds areas updateListener getLanguage listener setLanguage listener languageCode countryCode setTimeFormat listener timeFormat setDateFormat listener dateFormat setLengthUnit listener lengthUnit setWeightUnit listener weightUnit getApplicability listener setApplicability listener filterExpression reserveIconSetIds listener numberOfIds freeIconSetIds listener iconSetIds getIconSets listener addIconSetDefinitions listener iconSets removeIconSetDefinitions listener iconSetIds getIconDefinitions listener iconInfos addIconDefinitions listener iconDefinitions removeIconDefinitions listener iconInfos reserveCategoryIds listener numberOfIds freeCategoryIds listener categoryIds getCategoryDefinitions listener addCategoryDefinitions listener categoryDefinitions removeCategoryDefinitions listener categoryIds getTrafficIncidentIds listener warningLevels categoryIds getTrafficIncidentIdsInAreas listener warningLevels categoryIds areas getTrafficIncidents listener trafficIncidentIds includeTextFields getTrafficIncidentsFields listener trafficIncidentIds trafficIncidentFields getTexts listener trafficIncidentIds textDetailLevel addTrafficIncidentsStatusListener listener trafficIncidentsStatusListener addFeedInformationListener listener feedInformationListener removeUpdateListener listener updateListener removeAreasUpdateListener listener updateListener removeTrafficIncidentsStatusListener listener trafficIncidentsStatusListener removeFeedInformationListener listener feedInformationListener TrafficIncidentsListener getVersionReply version updates unchangedTrafficIncidentIds changedTrafficIncidentIds newTrafficIncidentIds deletedTrafficIncidentIds updatesInAreas areas trafficIncidentsStatus trafficIncidentFeedStatus trafficIncidentsStatus feedInformation feedsInformation getLanguageReply languageCode countryCode getApplicabilityReply filterExpression reserveIconSetIdsReply iconSetIds reserveCategoryIdsReply categoryIds getTrafficIncidentIdsReply trafficIncidentIds getTrafficIncidentIdsInAreasReply trafficIncidentIds getTrafficIncidentsReply trafficIncidents getTrafficIncidentsFieldsReply trafficIncidents getTextsReply texts addTrafficIncidentsStatusListenerReply addFeedInformationListenerReply addUpdateListenerReply removeUpdateListenerReply addAreasUpdateListenerReply removeAreasUpdateListenerReply setLanguageReply setTimeFormatReply setDateFormatReply setLengthUnitReply setWeightUnitReply setApplicabilityReply freeCategoryIdsReply getCategoryDefinitionsReply categoryDefinitions addCategoryDefinitionsReply removeCategoryDefinitionsReply freeIconSetIdsReply getIconDefinitionsReply iconDefinitions addIconDefinitionsReply removeIconDefinitionsReply getIconSetsReply iconSets addIconSetDefinitionsReply removeIconSetDefinitionsReply removeFeedInformationListenerReply removeTrafficIncidentsStatusListenerReply TrafficIncidentField TRAFFIC_INCIDENT_ID TRAFFIC_INCIDENT_ID EFFECT_CODE EFFECT_CODE EFFECT_TEXT EFFECT_TEXT START_TIME START_TIME STOP_TIME STOP_TIME TENDENCY TENDENCY TENDENCY_TEXT TENDENCY_TEXT LENGTH_AFFECTED LENGTH_AFFECTED AVERAGE_SPEED_ABSOLUTE AVERAGE_SPEED_ABSOLUTE DELAY DELAY SEGMENT_SPEED_LIMIT SEGMENT_SPEED_LIMIT CAUSES CAUSES CAUSE_TEXTS CAUSE_TEXTS APPLICABILITY_TEXTS APPLICABILITY_TEXTS LOCATION LOCATION LOCATION_INFO LOCATION_INFO LOCATION_BOUNDING_BOX LOCATION_BOUNDING_BOX APPLICABILITY APPLICABILITY ADVICES ADVICES ADVICE_TEXTS ADVICE_TEXTS EXPECTED_SPEED_ABSOLUTE EXPECTED_SPEED_ABSOLUTE TextDetailLevel FULL FULL SUMMARY SUMMARY TrafficIncidentFeed getVersion listener getLanguage listener addLanguageListener listener changeListener clear updateIncidents feedId cancelledIncidentIds updatedIncidents updateStatus feedId feedStatus incidentsStatus registerFeed listener dataProviderName protocolName communicationChannelName removeLanguageListener listener changeListener TrafficIncidentFeedListener getVersionReply version getLanguageReply languageCode countryCode registerFeedReply feedId addLanguageListenerReply removeLanguageListenerReply TrafficIncidentFeedStatus UNAVAILABLE UNAVAILABLE CONNECTED CONNECTED DISCONNECTED DISCONNECTED TrafficIncidentsStatus UNAVAILABLE UNAVAILABLE PARTLY_AVAILABLE PARTLY_AVAILABLE AVAILABLE AVAILABLE FeedInformation dataProviderName protocolName communicationChannelName feedStatus trafficIncidentsStatus CategoryDefinition localizedNames categoryId icons expression SpeedUnit KILOMETERS_PER_HOUR KILOMETERS_PER_HOUR MILES_PER_HOUR MILES_PER_HOUR LengthUnit KILOMETERS KILOMETERS MILES MILES WeightUnit KILOGRAM KILOGRAM POUND POUND
null
{"directed":true,"nodes":[{"nsPrefix":"trafficincidentsservice","nsURI":"http://org.genivi.trafficinfo.trafficincidentsservice","name":"trafficincidentsservice","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrafficIncidents","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrafficIncidentsListener","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TrafficIncidentField","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TextDetailLevel","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrafficIncidentFeed","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrafficIncidentFeedListener","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TrafficIncidentFeedStatus","instanceClass":null,"id":7,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TrafficIncidentsStatus","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeedInformation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CategoryDefinition","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SpeedUnit","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"LengthUnit","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"WeightUnit","instanceClass":null,"id":13,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"unique":true,"name":"getVersion","lowerBound":0,"id":14,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addUpdateListener","lowerBound":0,"id":15,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addAreasUpdateListener","lowerBound":0,"id":16,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLanguage","lowerBound":0,"id":17,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setLanguage","lowerBound":0,"id":18,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setTimeFormat","lowerBound":0,"id":19,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setDateFormat","lowerBound":0,"id":20,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setLengthUnit","lowerBound":0,"id":21,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setWeightUnit","lowerBound":0,"id":22,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getApplicability","lowerBound":0,"id":23,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setApplicability","lowerBound":0,"id":24,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reserveIconSetIds","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"freeIconSetIds","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIconSets","lowerBound":0,"id":27,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addIconSetDefinitions","lowerBound":0,"id":28,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeIconSetDefinitions","lowerBound":0,"id":29,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIconDefinitions","lowerBound":0,"id":30,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addIconDefinitions","lowerBound":0,"id":31,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeIconDefinitions","lowerBound":0,"id":32,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reserveCategoryIds","lowerBound":0,"id":33,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"freeCategoryIds","lowerBound":0,"id":34,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCategoryDefinitions","lowerBound":0,"id":35,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addCategoryDefinitions","lowerBound":0,"id":36,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeCategoryDefinitions","lowerBound":0,"id":37,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTrafficIncidentIds","lowerBound":0,"id":38,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTrafficIncidentIdsInAreas","lowerBound":0,"id":39,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTrafficIncidents","lowerBound":0,"id":40,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTrafficIncidentsFields","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTexts","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addTrafficIncidentsStatusListener","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addFeedInformationListener","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeUpdateListener","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeAreasUpdateListener","lowerBound":0,"id":46,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeTrafficIncidentsStatusListener","lowerBound":0,"id":47,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeFeedInformationListener","lowerBound":0,"id":48,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":49,"many":false,"required":false,"eClass":"EParameter"},{"id":50,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":51,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"warningLevels","lowerBound":0,"id":52,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"categoryIds","lowerBound":0,"id":53,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateListener","lowerBound":0,"id":54,"many":false,"required":false,"eClass":"EParameter"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":59,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"warningLevels","lowerBound":0,"id":60,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"categoryIds","lowerBound":0,"id":61,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"areas","lowerBound":0,"id":62,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateListener","lowerBound":0,"id":63,"many":false,"required":false,"eClass":"EParameter"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":69,"many":false,"required":false,"eClass":"EParameter"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":71,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"languageCode","lowerBound":0,"id":72,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"countryCode","lowerBound":0,"id":73,"many":false,"required":false,"eClass":"EParameter"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":77,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"timeFormat","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EParameter"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":81,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"dateFormat","lowerBound":0,"id":82,"many":false,"required":false,"eClass":"EParameter"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":85,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"lengthUnit","lowerBound":0,"id":86,"many":false,"required":false,"eClass":"EParameter"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":89,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"weightUnit","lowerBound":0,"id":90,"many":false,"required":false,"eClass":"EParameter"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EParameter"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"filterExpression","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EParameter"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"numberOfIds","lowerBound":0,"id":100,"many":false,"required":false,"eClass":"EParameter"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":103,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"iconSetIds","lowerBound":0,"id":104,"many":true,"required":false,"eClass":"EParameter"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":107,"many":false,"required":false,"eClass":"EParameter"},{"id":108,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":109,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"iconSets","lowerBound":0,"id":110,"many":true,"required":false,"eClass":"EParameter"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":113,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"iconSetIds","lowerBound":0,"id":114,"many":true,"required":false,"eClass":"EParameter"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":117,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"iconInfos","lowerBound":0,"id":118,"many":true,"required":false,"eClass":"EParameter"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":121,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"iconDefinitions","lowerBound":0,"id":122,"many":true,"required":false,"eClass":"EParameter"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"iconInfos","lowerBound":0,"id":126,"many":true,"required":false,"eClass":"EParameter"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":129,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"numberOfIds","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EParameter"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":133,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"categoryIds","lowerBound":0,"id":134,"many":true,"required":false,"eClass":"EParameter"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":137,"many":false,"required":false,"eClass":"EParameter"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"categoryDefinitions","lowerBound":0,"id":140,"many":true,"required":false,"eClass":"EParameter"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":143,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"categoryIds","lowerBound":0,"id":144,"many":true,"required":false,"eClass":"EParameter"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":147,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"warningLevels","lowerBound":0,"id":148,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"categoryIds","lowerBound":0,"id":149,"many":true,"required":false,"eClass":"EParameter"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"warningLevels","lowerBound":0,"id":154,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"categoryIds","lowerBound":0,"id":155,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"areas","lowerBound":0,"id":156,"many":true,"required":false,"eClass":"EParameter"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":161,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"trafficIncidentIds","lowerBound":0,"id":162,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"includeTextFields","lowerBound":0,"id":163,"many":false,"required":false,"eClass":"EParameter"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":167,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"trafficIncidentIds","lowerBound":0,"id":168,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"trafficIncidentFields","lowerBound":0,"id":169,"many":true,"required":false,"eClass":"EParameter"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":173,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"trafficIncidentIds","lowerBound":0,"id":174,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"textDetailLevel","lowerBound":0,"id":175,"many":false,"required":false,"eClass":"EParameter"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":179,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"trafficIncidentsStatusListener","lowerBound":0,"id":180,"many":false,"required":false,"eClass":"EParameter"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":183,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"feedInformationListener","lowerBound":0,"id":184,"many":false,"required":false,"eClass":"EParameter"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":187,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateListener","lowerBound":0,"id":188,"many":false,"required":false,"eClass":"EParameter"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":191,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateListener","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EParameter"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":195,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"trafficIncidentsStatusListener","lowerBound":0,"id":196,"many":false,"required":false,"eClass":"EParameter"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":199,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"feedInformationListener","lowerBound":0,"id":200,"many":false,"required":false,"eClass":"EParameter"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getVersionReply","lowerBound":0,"id":203,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updates","lowerBound":0,"id":204,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updatesInAreas","lowerBound":0,"id":205,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"trafficIncidentsStatus","lowerBound":0,"id":206,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"feedInformation","lowerBound":0,"id":207,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLanguageReply","lowerBound":0,"id":208,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getApplicabilityReply","lowerBound":0,"id":209,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reserveIconSetIdsReply","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"reserveCategoryIdsReply","lowerBound":0,"id":211,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTrafficIncidentIdsReply","lowerBound":0,"id":212,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTrafficIncidentIdsInAreasReply","lowerBound":0,"id":213,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTrafficIncidentsReply","lowerBound":0,"id":214,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTrafficIncidentsFieldsReply","lowerBound":0,"id":215,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getTextsReply","lowerBound":0,"id":216,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addTrafficIncidentsStatusListenerReply","lowerBound":0,"id":217,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addFeedInformationListenerReply","lowerBound":0,"id":218,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addUpdateListenerReply","lowerBound":0,"id":219,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeUpdateListenerReply","lowerBound":0,"id":220,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addAreasUpdateListenerReply","lowerBound":0,"id":221,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeAreasUpdateListenerReply","lowerBound":0,"id":222,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setLanguageReply","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setTimeFormatReply","lowerBound":0,"id":224,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setDateFormatReply","lowerBound":0,"id":225,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setLengthUnitReply","lowerBound":0,"id":226,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setWeightUnitReply","lowerBound":0,"id":227,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"setApplicabilityReply","lowerBound":0,"id":228,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"freeCategoryIdsReply","lowerBound":0,"id":229,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCategoryDefinitionsReply","lowerBound":0,"id":230,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addCategoryDefinitionsReply","lowerBound":0,"id":231,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeCategoryDefinitionsReply","lowerBound":0,"id":232,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"freeIconSetIdsReply","lowerBound":0,"id":233,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIconDefinitionsReply","lowerBound":0,"id":234,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addIconDefinitionsReply","lowerBound":0,"id":235,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeIconDefinitionsReply","lowerBound":0,"id":236,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getIconSetsReply","lowerBound":0,"id":237,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addIconSetDefinitionsReply","lowerBound":0,"id":238,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeIconSetDefinitionsReply","lowerBound":0,"id":239,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeFeedInformationListenerReply","lowerBound":0,"id":240,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeTrafficIncidentsStatusListenerReply","lowerBound":0,"id":241,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"version","lowerBound":0,"id":242,"many":false,"required":false,"eClass":"EParameter"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"unchangedTrafficIncidentIds","lowerBound":0,"id":244,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"changedTrafficIncidentIds","lowerBound":0,"id":245,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"newTrafficIncidentIds","lowerBound":0,"id":246,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"deletedTrafficIncidentIds","lowerBound":0,"id":247,"many":true,"required":false,"eClass":"EParameter"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"areas","lowerBound":0,"id":252,"many":true,"required":false,"eClass":"EParameter"},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"trafficIncidentFeedStatus","lowerBound":0,"id":254,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"trafficIncidentsStatus","lowerBound":0,"id":255,"many":false,"required":false,"eClass":"EParameter"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"feedsInformation","lowerBound":0,"id":258,"many":true,"required":false,"eClass":"EParameter"},{"id":259,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"languageCode","lowerBound":0,"id":260,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"countryCode","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":"filterExpression","lowerBound":0,"id":264,"many":false,"required":false,"eClass":"EParameter"},{"id":265,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"iconSetIds","lowerBound":0,"id":266,"many":true,"required":false,"eClass":"EParameter"},{"id":267,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"categoryIds","lowerBound":0,"id":268,"many":true,"required":false,"eClass":"EParameter"},{"id":269,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"trafficIncidentIds","lowerBound":0,"id":270,"many":true,"required":false,"eClass":"EParameter"},{"id":271,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"trafficIncidentIds","lowerBound":0,"id":272,"many":true,"required":false,"eClass":"EParameter"},{"id":273,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"trafficIncidents","lowerBound":0,"id":274,"many":true,"required":false,"eClass":"EParameter"},{"id":275,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"trafficIncidents","lowerBound":0,"id":276,"many":true,"required":false,"eClass":"EParameter"},{"id":277,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"texts","lowerBound":0,"id":278,"many":true,"required":false,"eClass":"EParameter"},{"id":279,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"categoryDefinitions","lowerBound":0,"id":280,"many":true,"required":false,"eClass":"EParameter"},{"id":281,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"iconDefinitions","lowerBound":0,"id":282,"many":true,"required":false,"eClass":"EParameter"},{"id":283,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"iconSets","lowerBound":0,"id":284,"many":true,"required":false,"eClass":"EParameter"},{"id":285,"eClass":"EGenericType"},{"name":"TRAFFIC_INCIDENT_ID","id":286,"value":1,"literal":"TRAFFIC_INCIDENT_ID","eClass":"EEnumLiteral"},{"name":"EFFECT_CODE","id":287,"value":2,"literal":"EFFECT_CODE","eClass":"EEnumLiteral"},{"name":"EFFECT_TEXT","id":288,"value":3,"literal":"EFFECT_TEXT","eClass":"EEnumLiteral"},{"name":"START_TIME","id":289,"value":4,"literal":"START_TIME","eClass":"EEnumLiteral"},{"name":"STOP_TIME","id":290,"value":5,"literal":"STOP_TIME","eClass":"EEnumLiteral"},{"name":"TENDENCY","id":291,"value":6,"literal":"TENDENCY","eClass":"EEnumLiteral"},{"name":"TENDENCY_TEXT","id":292,"value":7,"literal":"TENDENCY_TEXT","eClass":"EEnumLiteral"},{"name":"LENGTH_AFFECTED","id":293,"value":8,"literal":"LENGTH_AFFECTED","eClass":"EEnumLiteral"},{"name":"AVERAGE_SPEED_ABSOLUTE","id":294,"value":9,"literal":"AVERAGE_SPEED_ABSOLUTE","eClass":"EEnumLiteral"},{"name":"DELAY","id":295,"value":10,"literal":"DELAY","eClass":"EEnumLiteral"},{"name":"SEGMENT_SPEED_LIMIT","id":296,"value":11,"literal":"SEGMENT_SPEED_LIMIT","eClass":"EEnumLiteral"},{"name":"CAUSES","id":297,"value":13,"literal":"CAUSES","eClass":"EEnumLiteral"},{"name":"CAUSE_TEXTS","id":298,"value":14,"literal":"CAUSE_TEXTS","eClass":"EEnumLiteral"},{"name":"APPLICABILITY_TEXTS","id":299,"value":16,"literal":"APPLICABILITY_TEXTS","eClass":"EEnumLiteral"},{"name":"LOCATION","id":300,"value":17,"literal":"LOCATION","eClass":"EEnumLiteral"},{"name":"LOCATION_INFO","id":301,"value":18,"literal":"LOCATION_INFO","eClass":"EEnumLiteral"},{"name":"LOCATION_BOUNDING_BOX","id":302,"value":19,"literal":"LOCATION_BOUNDING_BOX","eClass":"EEnumLiteral"},{"name":"APPLICABILITY","id":303,"value":15,"literal":"APPLICABILITY","eClass":"EEnumLiteral"},{"name":"ADVICES","id":304,"value":20,"literal":"ADVICES","eClass":"EEnumLiteral"},{"name":"ADVICE_TEXTS","id":305,"value":21,"literal":"ADVICE_TEXTS","eClass":"EEnumLiteral"},{"name":"EXPECTED_SPEED_ABSOLUTE","id":306,"value":12,"literal":"EXPECTED_SPEED_ABSOLUTE","eClass":"EEnumLiteral"},{"name":"FULL","id":307,"value":1,"literal":"FULL","eClass":"EEnumLiteral"},{"name":"SUMMARY","id":308,"value":2,"literal":"SUMMARY","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"getVersion","lowerBound":0,"id":309,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLanguage","lowerBound":0,"id":310,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addLanguageListener","lowerBound":0,"id":311,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"clear","lowerBound":0,"id":312,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateIncidents","lowerBound":0,"id":313,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"updateStatus","lowerBound":0,"id":314,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"registerFeed","lowerBound":0,"id":315,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeLanguageListener","lowerBound":0,"id":316,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":317,"many":false,"required":false,"eClass":"EParameter"},{"id":318,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":319,"many":false,"required":false,"eClass":"EParameter"},{"id":320,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":321,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"changeListener","lowerBound":0,"id":322,"many":false,"required":false,"eClass":"EParameter"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feedId","lowerBound":0,"id":325,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"cancelledIncidentIds","lowerBound":0,"id":326,"many":true,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":-1,"unique":true,"name":"updatedIncidents","lowerBound":0,"id":327,"many":true,"required":false,"eClass":"EParameter"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feedId","lowerBound":0,"id":331,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"feedStatus","lowerBound":0,"id":332,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"incidentsStatus","lowerBound":0,"id":333,"many":false,"required":false,"eClass":"EParameter"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":337,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"dataProviderName","lowerBound":0,"id":338,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"protocolName","lowerBound":0,"id":339,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"communicationChannelName","lowerBound":0,"id":340,"many":false,"required":false,"eClass":"EParameter"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"listener","lowerBound":0,"id":345,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"changeListener","lowerBound":0,"id":346,"many":false,"required":false,"eClass":"EParameter"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getVersionReply","lowerBound":0,"id":349,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLanguageReply","lowerBound":0,"id":350,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"registerFeedReply","lowerBound":0,"id":351,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"addLanguageListenerReply","lowerBound":0,"id":352,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"removeLanguageListenerReply","lowerBound":0,"id":353,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"version","lowerBound":0,"id":354,"many":false,"required":false,"eClass":"EParameter"},{"id":355,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"languageCode","lowerBound":0,"id":356,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"countryCode","lowerBound":0,"id":357,"many":false,"required":false,"eClass":"EParameter"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"feedId","lowerBound":0,"id":360,"many":false,"required":false,"eClass":"EParameter"},{"id":361,"eClass":"EGenericType"},{"name":"UNAVAILABLE","id":362,"value":1,"literal":"UNAVAILABLE","eClass":"EEnumLiteral"},{"name":"CONNECTED","id":363,"value":2,"literal":"CONNECTED","eClass":"EEnumLiteral"},{"name":"DISCONNECTED","id":364,"value":3,"literal":"DISCONNECTED","eClass":"EEnumLiteral"},{"name":"UNAVAILABLE","id":365,"value":1,"literal":"UNAVAILABLE","eClass":"EEnumLiteral"},{"name":"PARTLY_AVAILABLE","id":366,"value":2,"literal":"PARTLY_AVAILABLE","eClass":"EEnumLiteral"},{"name":"AVAILABLE","id":367,"value":3,"literal":"AVAILABLE","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":"dataProviderName","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":true,"transient":false,"unique":true,"name":"protocolName","changeable":true,"lowerBound":0,"iD":false,"id":369,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"communicationChannelName","changeable":true,"lowerBound":0,"iD":false,"id":370,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"feedStatus","changeable":true,"lowerBound":1,"iD":false,"id":371,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"trafficIncidentsStatus","changeable":true,"lowerBound":1,"iD":false,"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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"localizedNames","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"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":"categoryId","changeable":true,"lowerBound":1,"iD":false,"id":379,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"icons","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"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":"expression","changeable":true,"lowerBound":1,"iD":false,"id":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"name":"KILOMETERS_PER_HOUR","id":386,"value":1,"literal":"KILOMETERS_PER_HOUR","eClass":"EEnumLiteral"},{"name":"MILES_PER_HOUR","id":387,"value":2,"literal":"MILES_PER_HOUR","eClass":"EEnumLiteral"},{"name":"KILOMETERS","id":388,"value":1,"literal":"KILOMETERS","eClass":"EEnumLiteral"},{"name":"MILES","id":389,"value":2,"literal":"MILES","eClass":"EEnumLiteral"},{"name":"KILOGRAM","id":390,"value":1,"literal":"KILOGRAM","eClass":"EEnumLiteral"},{"name":"POUND","id":391,"value":2,"literal":"POUND","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":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":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":1,"target":30},{"source":1,"target":31},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":1,"target":37},{"source":1,"target":38},{"source":1,"target":39},{"source":1,"target":40},{"source":1,"target":41},{"source":1,"target":42},{"source":1,"target":43},{"source":1,"target":44},{"source":1,"target":45},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":14,"target":1},{"source":14,"target":49},{"source":49,"target":2},{"source":49,"target":50},{"source":49,"target":14},{"source":50,"target":2},{"source":15,"target":1},{"source":15,"target":51},{"source":15,"target":52},{"source":15,"target":53},{"source":15,"target":54},{"source":51,"target":2},{"source":51,"target":55},{"source":51,"target":15},{"source":55,"target":2},{"source":52,"target":56},{"source":52,"target":15},{"source":53,"target":57},{"source":53,"target":15},{"source":54,"target":2},{"source":54,"target":58},{"source":54,"target":15},{"source":58,"target":2},{"source":16,"target":1},{"source":16,"target":59},{"source":16,"target":60},{"source":16,"target":61},{"source":16,"target":62},{"source":16,"target":63},{"source":59,"target":2},{"source":59,"target":64},{"source":59,"target":16},{"source":64,"target":2},{"source":60,"target":65},{"source":60,"target":16},{"source":61,"target":66},{"source":61,"target":16},{"source":62,"target":67},{"source":62,"target":16},{"source":63,"target":2},{"source":63,"target":68},{"source":63,"target":16},{"source":68,"target":2},{"source":17,"target":1},{"source":17,"target":69},{"source":69,"target":2},{"source":69,"target":70},{"source":69,"target":17},{"source":70,"target":2},{"source":18,"target":1},{"source":18,"target":71},{"source":18,"target":72},{"source":18,"target":73},{"source":71,"target":2},{"source":71,"target":74},{"source":71,"target":18},{"source":74,"target":2},{"source":72,"target":75},{"source":72,"target":18},{"source":73,"target":76},{"source":73,"target":18},{"source":19,"target":1},{"source":19,"target":77},{"source":19,"target":78},{"source":77,"target":2},{"source":77,"target":79},{"source":77,"target":19},{"source":79,"target":2},{"source":78,"target":80},{"source":78,"target":19},{"source":20,"target":1},{"source":20,"target":81},{"source":20,"target":82},{"source":81,"target":2},{"source":81,"target":83},{"source":81,"target":20},{"source":83,"target":2},{"source":82,"target":84},{"source":82,"target":20},{"source":21,"target":1},{"source":21,"target":85},{"source":21,"target":86},{"source":85,"target":2},{"source":85,"target":87},{"source":85,"target":21},{"source":87,"target":2},{"source":86,"target":12},{"source":86,"target":88},{"source":86,"target":21},{"source":88,"target":12},{"source":22,"target":1},{"source":22,"target":89},{"source":22,"target":90},{"source":89,"target":2},{"source":89,"target":91},{"source":89,"target":22},{"source":91,"target":2},{"source":90,"target":13},{"source":90,"target":92},{"source":90,"target":22},{"source":92,"target":13},{"source":23,"target":1},{"source":23,"target":93},{"source":93,"target":2},{"source":93,"target":94},{"source":93,"target":23},{"source":94,"target":2},{"source":24,"target":1},{"source":24,"target":95},{"source":24,"target":96},{"source":95,"target":2},{"source":95,"target":97},{"source":95,"target":24},{"source":97,"target":2},{"source":96,"target":98},{"source":96,"target":24},{"source":25,"target":1},{"source":25,"target":99},{"source":25,"target":100},{"source":99,"target":2},{"source":99,"target":101},{"source":99,"target":25},{"source":101,"target":2},{"source":100,"target":102},{"source":100,"target":25},{"source":26,"target":1},{"source":26,"target":103},{"source":26,"target":104},{"source":103,"target":2},{"source":103,"target":105},{"source":103,"target":26},{"source":105,"target":2},{"source":104,"target":106},{"source":104,"target":26},{"source":27,"target":1},{"source":27,"target":107},{"source":107,"target":2},{"source":107,"target":108},{"source":107,"target":27},{"source":108,"target":2},{"source":28,"target":1},{"source":28,"target":109},{"source":28,"target":110},{"source":109,"target":2},{"source":109,"target":111},{"source":109,"target":28},{"source":111,"target":2},{"source":110,"target":112},{"source":110,"target":28},{"source":29,"target":1},{"source":29,"target":113},{"source":29,"target":114},{"source":113,"target":2},{"source":113,"target":115},{"source":113,"target":29},{"source":115,"target":2},{"source":114,"target":116},{"source":114,"target":29},{"source":30,"target":1},{"source":30,"target":117},{"source":30,"target":118},{"source":117,"target":2},{"source":117,"target":119},{"source":117,"target":30},{"source":119,"target":2},{"source":118,"target":120},{"source":118,"target":30},{"source":31,"target":1},{"source":31,"target":121},{"source":31,"target":122},{"source":121,"target":2},{"source":121,"target":123},{"source":121,"target":31},{"source":123,"target":2},{"source":122,"target":124},{"source":122,"target":31},{"source":32,"target":1},{"source":32,"target":125},{"source":32,"target":126},{"source":125,"target":2},{"source":125,"target":127},{"source":125,"target":32},{"source":127,"target":2},{"source":126,"target":128},{"source":126,"target":32},{"source":33,"target":1},{"source":33,"target":129},{"source":33,"target":130},{"source":129,"target":2},{"source":129,"target":131},{"source":129,"target":33},{"source":131,"target":2},{"source":130,"target":132},{"source":130,"target":33},{"source":34,"target":1},{"source":34,"target":133},{"source":34,"target":134},{"source":133,"target":2},{"source":133,"target":135},{"source":133,"target":34},{"source":135,"target":2},{"source":134,"target":136},{"source":134,"target":34},{"source":35,"target":1},{"source":35,"target":137},{"source":137,"target":2},{"source":137,"target":138},{"source":137,"target":35},{"source":138,"target":2},{"source":36,"target":1},{"source":36,"target":139},{"source":36,"target":140},{"source":139,"target":2},{"source":139,"target":141},{"source":139,"target":36},{"source":141,"target":2},{"source":140,"target":10},{"source":140,"target":142},{"source":140,"target":36},{"source":142,"target":10},{"source":37,"target":1},{"source":37,"target":143},{"source":37,"target":144},{"source":143,"target":2},{"source":143,"target":145},{"source":143,"target":37},{"source":145,"target":2},{"source":144,"target":146},{"source":144,"target":37},{"source":38,"target":1},{"source":38,"target":147},{"source":38,"target":148},{"source":38,"target":149},{"source":147,"target":2},{"source":147,"target":150},{"source":147,"target":38},{"source":150,"target":2},{"source":148,"target":151},{"source":148,"target":38},{"source":149,"target":152},{"source":149,"target":38},{"source":39,"target":1},{"source":39,"target":153},{"source":39,"target":154},{"source":39,"target":155},{"source":39,"target":156},{"source":153,"target":2},{"source":153,"target":157},{"source":153,"target":39},{"source":157,"target":2},{"source":154,"target":158},{"source":154,"target":39},{"source":155,"target":159},{"source":155,"target":39},{"source":156,"target":160},{"source":156,"target":39},{"source":40,"target":1},{"source":40,"target":161},{"source":40,"target":162},{"source":40,"target":163},{"source":161,"target":2},{"source":161,"target":164},{"source":161,"target":40},{"source":164,"target":2},{"source":162,"target":165},{"source":162,"target":40},{"source":163,"target":166},{"source":163,"target":40},{"source":41,"target":1},{"source":41,"target":167},{"source":41,"target":168},{"source":41,"target":169},{"source":167,"target":2},{"source":167,"target":170},{"source":167,"target":41},{"source":170,"target":2},{"source":168,"target":171},{"source":168,"target":41},{"source":169,"target":3},{"source":169,"target":172},{"source":169,"target":41},{"source":172,"target":3},{"source":42,"target":1},{"source":42,"target":173},{"source":42,"target":174},{"source":42,"target":175},{"source":173,"target":2},{"source":173,"target":176},{"source":173,"target":42},{"source":176,"target":2},{"source":174,"target":177},{"source":174,"target":42},{"source":175,"target":4},{"source":175,"target":178},{"source":175,"target":42},{"source":178,"target":4},{"source":43,"target":1},{"source":43,"target":179},{"source":43,"target":180},{"source":179,"target":2},{"source":179,"target":181},{"source":179,"target":43},{"source":181,"target":2},{"source":180,"target":2},{"source":180,"target":182},{"source":180,"target":43},{"source":182,"target":2},{"source":44,"target":1},{"source":44,"target":183},{"source":44,"target":184},{"source":183,"target":2},{"source":183,"target":185},{"source":183,"target":44},{"source":185,"target":2},{"source":184,"target":2},{"source":184,"target":186},{"source":184,"target":44},{"source":186,"target":2},{"source":45,"target":1},{"source":45,"target":187},{"source":45,"target":188},{"source":187,"target":2},{"source":187,"target":189},{"source":187,"target":45},{"source":189,"target":2},{"source":188,"target":2},{"source":188,"target":190},{"source":188,"target":45},{"source":190,"target":2},{"source":46,"target":1},{"source":46,"target":191},{"source":46,"target":192},{"source":191,"target":2},{"source":191,"target":193},{"source":191,"target":46},{"source":193,"target":2},{"source":192,"target":2},{"source":192,"target":194},{"source":192,"target":46},{"source":194,"target":2},{"source":47,"target":1},{"source":47,"target":195},{"source":47,"target":196},{"source":195,"target":2},{"source":195,"target":197},{"source":195,"target":47},{"source":197,"target":2},{"source":196,"target":2},{"source":196,"target":198},{"source":196,"target":47},{"source":198,"target":2},{"source":48,"target":1},{"source":48,"target":199},{"source":48,"target":200},{"source":199,"target":2},{"source":199,"target":201},{"source":199,"target":48},{"source":201,"target":2},{"source":200,"target":2},{"source":200,"target":202},{"source":200,"target":48},{"source":202,"target":2},{"source":2,"target":0},{"source":2,"target":203},{"source":2,"target":204},{"source":2,"target":205},{"source":2,"target":206},{"source":2,"target":207},{"source":2,"target":208},{"source":2,"target":209},{"source":2,"target":210},{"source":2,"target":211},{"source":2,"target":212},{"source":2,"target":213},{"source":2,"target":214},{"source":2,"target":215},{"source":2,"target":216},{"source":2,"target":217},{"source":2,"target":218},{"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":203,"target":2},{"source":203,"target":242},{"source":242,"target":243},{"source":242,"target":203},{"source":204,"target":2},{"source":204,"target":244},{"source":204,"target":245},{"source":204,"target":246},{"source":204,"target":247},{"source":244,"target":248},{"source":244,"target":204},{"source":245,"target":249},{"source":245,"target":204},{"source":246,"target":250},{"source":246,"target":204},{"source":247,"target":251},{"source":247,"target":204},{"source":205,"target":2},{"source":205,"target":252},{"source":252,"target":253},{"source":252,"target":205},{"source":206,"target":2},{"source":206,"target":254},{"source":206,"target":255},{"source":254,"target":7},{"source":254,"target":256},{"source":254,"target":206},{"source":256,"target":7},{"source":255,"target":8},{"source":255,"target":257},{"source":255,"target":206},{"source":257,"target":8},{"source":207,"target":2},{"source":207,"target":258},{"source":258,"target":9},{"source":258,"target":259},{"source":258,"target":207},{"source":259,"target":9},{"source":208,"target":2},{"source":208,"target":260},{"source":208,"target":261},{"source":260,"target":262},{"source":260,"target":208},{"source":261,"target":263},{"source":261,"target":208},{"source":209,"target":2},{"source":209,"target":264},{"source":264,"target":265},{"source":264,"target":209},{"source":210,"target":2},{"source":210,"target":266},{"source":266,"target":267},{"source":266,"target":210},{"source":211,"target":2},{"source":211,"target":268},{"source":268,"target":269},{"source":268,"target":211},{"source":212,"target":2},{"source":212,"target":270},{"source":270,"target":271},{"source":270,"target":212},{"source":213,"target":2},{"source":213,"target":272},{"source":272,"target":273},{"source":272,"target":213},{"source":214,"target":2},{"source":214,"target":274},{"source":274,"target":275},{"source":274,"target":214},{"source":215,"target":2},{"source":215,"target":276},{"source":276,"target":277},{"source":276,"target":215},{"source":216,"target":2},{"source":216,"target":278},{"source":278,"target":279},{"source":278,"target":216},{"source":217,"target":2},{"source":218,"target":2},{"source":219,"target":2},{"source":220,"target":2},{"source":221,"target":2},{"source":222,"target":2},{"source":223,"target":2},{"source":224,"target":2},{"source":225,"target":2},{"source":226,"target":2},{"source":227,"target":2},{"source":228,"target":2},{"source":229,"target":2},{"source":230,"target":2},{"source":230,"target":280},{"source":280,"target":10},{"source":280,"target":281},{"source":280,"target":230},{"source":281,"target":10},{"source":231,"target":2},{"source":232,"target":2},{"source":233,"target":2},{"source":234,"target":2},{"source":234,"target":282},{"source":282,"target":283},{"source":282,"target":234},{"source":235,"target":2},{"source":236,"target":2},{"source":237,"target":2},{"source":237,"target":284},{"source":284,"target":285},{"source":284,"target":237},{"source":238,"target":2},{"source":239,"target":2},{"source":240,"target":2},{"source":241,"target":2},{"source":3,"target":0},{"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":3,"target":292},{"source":3,"target":293},{"source":3,"target":294},{"source":3,"target":295},{"source":3,"target":296},{"source":3,"target":297},{"source":3,"target":298},{"source":3,"target":299},{"source":3,"target":300},{"source":3,"target":301},{"source":3,"target":302},{"source":3,"target":303},{"source":3,"target":304},{"source":3,"target":305},{"source":3,"target":306},{"source":286,"target":3},{"source":287,"target":3},{"source":288,"target":3},{"source":289,"target":3},{"source":290,"target":3},{"source":291,"target":3},{"source":292,"target":3},{"source":293,"target":3},{"source":294,"target":3},{"source":295,"target":3},{"source":296,"target":3},{"source":297,"target":3},{"source":298,"target":3},{"source":299,"target":3},{"source":300,"target":3},{"source":301,"target":3},{"source":302,"target":3},{"source":303,"target":3},{"source":304,"target":3},{"source":305,"target":3},{"source":306,"target":3},{"source":4,"target":0},{"source":4,"target":307},{"source":4,"target":308},{"source":307,"target":4},{"source":308,"target":4},{"source":5,"target":0},{"source":5,"target":309},{"source":5,"target":310},{"source":5,"target":311},{"source":5,"target":312},{"source":5,"target":313},{"source":5,"target":314},{"source":5,"target":315},{"source":5,"target":316},{"source":309,"target":5},{"source":309,"target":317},{"source":317,"target":6},{"source":317,"target":318},{"source":317,"target":309},{"source":318,"target":6},{"source":310,"target":5},{"source":310,"target":319},{"source":319,"target":6},{"source":319,"target":320},{"source":319,"target":310},{"source":320,"target":6},{"source":311,"target":5},{"source":311,"target":321},{"source":311,"target":322},{"source":321,"target":6},{"source":321,"target":323},{"source":321,"target":311},{"source":323,"target":6},{"source":322,"target":6},{"source":322,"target":324},{"source":322,"target":311},{"source":324,"target":6},{"source":312,"target":5},{"source":313,"target":5},{"source":313,"target":325},{"source":313,"target":326},{"source":313,"target":327},{"source":325,"target":328},{"source":325,"target":313},{"source":326,"target":329},{"source":326,"target":313},{"source":327,"target":330},{"source":327,"target":313},{"source":314,"target":5},{"source":314,"target":331},{"source":314,"target":332},{"source":314,"target":333},{"source":331,"target":334},{"source":331,"target":314},{"source":332,"target":7},{"source":332,"target":335},{"source":332,"target":314},{"source":335,"target":7},{"source":333,"target":8},{"source":333,"target":336},{"source":333,"target":314},{"source":336,"target":8},{"source":315,"target":5},{"source":315,"target":337},{"source":315,"target":338},{"source":315,"target":339},{"source":315,"target":340},{"source":337,"target":6},{"source":337,"target":341},{"source":337,"target":315},{"source":341,"target":6},{"source":338,"target":342},{"source":338,"target":315},{"source":339,"target":343},{"source":339,"target":315},{"source":340,"target":344},{"source":340,"target":315},{"source":316,"target":5},{"source":316,"target":345},{"source":316,"target":346},{"source":345,"target":6},{"source":345,"target":347},{"source":345,"target":316},{"source":347,"target":6},{"source":346,"target":6},{"source":346,"target":348},{"source":346,"target":316},{"source":348,"target":6},{"source":6,"target":0},{"source":6,"target":349},{"source":6,"target":350},{"source":6,"target":351},{"source":6,"target":352},{"source":6,"target":353},{"source":349,"target":6},{"source":349,"target":354},{"source":354,"target":355},{"source":354,"target":349},{"source":350,"target":6},{"source":350,"target":356},{"source":350,"target":357},{"source":356,"target":358},{"source":356,"target":350},{"source":357,"target":359},{"source":357,"target":350},{"source":351,"target":6},{"source":351,"target":360},{"source":360,"target":361},{"source":360,"target":351},{"source":352,"target":6},{"source":353,"target":6},{"source":7,"target":0},{"source":7,"target":362},{"source":7,"target":363},{"source":7,"target":364},{"source":362,"target":7},{"source":363,"target":7},{"source":364,"target":7},{"source":8,"target":0},{"source":8,"target":365},{"source":8,"target":366},{"source":8,"target":367},{"source":365,"target":8},{"source":366,"target":8},{"source":367,"target":8},{"source":9,"target":0},{"source":9,"target":368},{"source":9,"target":369},{"source":9,"target":370},{"source":9,"target":371},{"source":9,"target":372},{"source":368,"target":373},{"source":368,"target":9},{"source":369,"target":374},{"source":369,"target":9},{"source":370,"target":375},{"source":370,"target":9},{"source":371,"target":7},{"source":371,"target":376},{"source":371,"target":9},{"source":376,"target":7},{"source":372,"target":8},{"source":372,"target":377},{"source":372,"target":9},{"source":377,"target":8},{"source":10,"target":0},{"source":10,"target":378},{"source":10,"target":379},{"source":10,"target":380},{"source":10,"target":381},{"source":378,"target":382},{"source":378,"target":10},{"source":379,"target":383},{"source":379,"target":10},{"source":380,"target":384},{"source":380,"target":10},{"source":381,"target":385},{"source":381,"target":10},{"source":11,"target":0},{"source":11,"target":386},{"source":11,"target":387},{"source":386,"target":11},{"source":387,"target":11},{"source":12,"target":0},{"source":12,"target":388},{"source":12,"target":389},{"source":388,"target":12},{"source":389,"target":12},{"source":13,"target":0},{"source":13,"target":390},{"source":13,"target":391},{"source":390,"target":13},{"source":391,"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="pack"> <eClassifiers xsi:type="ecore:EClass" name="a -> 1"/> <eClassifiers xsi:type="ecore:EClass" name="b -> 2"/> <eClassifiers xsi:type="ecore:EClass" name="else part"/> <eClassifiers xsi:type="ecore:EClass" name="a -> 11"/> <eClassifiers xsi:type="ecore:EClass" name="b -> 12"/> <eClassifiers xsi:type="ecore:EClass" name="else part1"/> </ecore:EPackage>
github:ecore:/data/adilinam/FYP-1-Final-Evaluation/org.eclipse.m2m.tests.qvt.oml/parserTestData/models/bug219075_1/expected.ecore
ecore
pack a -> 1 b -> 2 else part a -> 11 b -> 12 else part1
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"pack","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"a -> 1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"b -> 2","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"else part","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"a -> 11","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"b -> 12","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"else part1","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="wadl" nsURI="http://org.mde/wadl/metamodel" nsPrefix="Wadl"> <eClassifiers xsi:type="ecore:EClass" name="WebApplication" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="initialPage" lowerBound="1" eType="#//Page"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pages" lowerBound="1" upperBound="-1" eType="#//Page" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pageflow" lowerBound="1" eType="#//PageFlow" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Page" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="component" lowerBound="1" upperBound="-1" eType="#//Component" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PageFlow" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="links" lowerBound="1" upperBound="-1" eType="#//Link" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Component" abstract="true" eSuperTypes="#//NamedElement"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractComponent" eSuperTypes="#//Component"/> <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="Label" eSuperTypes="#//AbstractComponent"> <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="AbstractComponentContainer" abstract="true" eSuperTypes="#//Component"/> <eClassifiers xsi:type="ecore:EClass" name="Panel" eSuperTypes="#//AbstractComponentContainer"/> <eClassifiers xsi:type="ecore:EClass" name="Window" eSuperTypes="#//Panel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="windowName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contains" lowerBound="1" upperBound="-1" eType="#//AbstractComponent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TabSheet" eSuperTypes="#//AbstractComponentContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tabsCount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GridLayout" eSuperTypes="#//AbstractComponentContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rows" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columns" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrderedLayout" eSuperTypes="#//AbstractComponentContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Orientation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomLayout" eSuperTypes="#//AbstractComponentContainer"/> <eClassifiers xsi:type="ecore:EClass" name="Link" eSuperTypes="#//AbstractComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//Page"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//Page"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Form" eSuperTypes="#//AbstractComponent"> <eStructuralFeatures xsi:type="ecore:EReference" name="formElements" lowerBound="1" upperBound="-1" eType="#//AbstractField" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Upload" eSuperTypes="#//AbstractComponent"/> <eClassifiers xsi:type="ecore:EClass" name="Embedded" eSuperTypes="#//AbstractComponent"/> <eClassifiers xsi:type="ecore:EClass" name="AbstractField" abstract="true" eSuperTypes="#//AbstractComponent"/> <eClassifiers xsi:type="ecore:EClass" name="Select" eSuperTypes="#//AbstractField"/> <eClassifiers xsi:type="ecore:EClass" name="Table" eSuperTypes="#//Select"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rows" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Columns" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Tree" eSuperTypes="#//Select"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfNodes" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Button" eSuperTypes="#//AbstractField"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" upperBound="256" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextField" eSuperTypes="#//AbstractField"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DateField" eSuperTypes="#//AbstractField"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Day" lowerBound="1" upperBound="31" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Month" lowerBound="1" upperBound="12" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="year" lowerBound="2000" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/wadl2.ecore
ecore
wadl WebApplication initialPage pages pageflow Page component PageFlow links Component AbstractComponent NamedElement name Label text AbstractComponentContainer Panel Window windowName contains TabSheet tabsCount GridLayout rows columns OrderedLayout Orientation CustomLayout Link source target Form formElements Upload Embedded AbstractField Select Table rows Columns Tree numberOfNodes Button text TextField text DateField Day Month year
null
{"directed":true,"nodes":[{"nsPrefix":"Wadl","nsURI":"http://org.mde/wadl/metamodel","name":"wadl","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WebApplication","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Page","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PageFlow","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Component","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractComponent","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":"Label","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractComponentContainer","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Panel","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Window","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TabSheet","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridLayout","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrderedLayout","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomLayout","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Form","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Upload","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Embedded","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractField","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Select","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Table","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tree","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Button","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextField","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DateField","instanceClass":null,"abstract":false,"id":25,"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":"initialPage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"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":"pages","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pageflow","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"component","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"links","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"windowName","changeable":true,"lowerBound":0,"iD":false,"id":48,"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":"contains","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"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":"tabsCount","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rows","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columns","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":"Orientation","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"formElements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rows","changeable":true,"lowerBound":1,"iD":false,"id":77,"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":"Columns","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numberOfNodes","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":256,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"text","changeable":true,"lowerBound":1,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"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":"text","changeable":true,"lowerBound":1,"iD":false,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":31,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Day","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"ordered":true,"upperBound":12,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Month","changeable":true,"lowerBound":1,"iD":false,"id":92,"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":"year","changeable":true,"lowerBound":2000,"iD":false,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":1,"target":0},{"source":1,"target":6},{"source":1,"target":26},{"source":1,"target":27},{"source":1,"target":28},{"source":1,"target":29},{"source":26,"target":2},{"source":26,"target":30},{"source":26,"target":1},{"source":30,"target":2},{"source":27,"target":2},{"source":27,"target":31},{"source":27,"target":1},{"source":31,"target":2},{"source":28,"target":3},{"source":28,"target":32},{"source":28,"target":1},{"source":32,"target":3},{"source":29,"target":6},{"source":2,"target":0},{"source":2,"target":6},{"source":2,"target":33},{"source":2,"target":34},{"source":33,"target":4},{"source":33,"target":35},{"source":33,"target":2},{"source":35,"target":4},{"source":34,"target":6},{"source":3,"target":0},{"source":3,"target":6},{"source":3,"target":36},{"source":3,"target":37},{"source":36,"target":15},{"source":36,"target":38},{"source":36,"target":3},{"source":38,"target":15},{"source":37,"target":6},{"source":4,"target":0},{"source":4,"target":6},{"source":4,"target":39},{"source":39,"target":6},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":40},{"source":40,"target":4},{"source":6,"target":0},{"source":6,"target":41},{"source":41,"target":42},{"source":41,"target":6},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":43},{"source":7,"target":44},{"source":43,"target":45},{"source":43,"target":7},{"source":44,"target":5},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":46},{"source":46,"target":4},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":47},{"source":47,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":48},{"source":10,"target":49},{"source":10,"target":50},{"source":48,"target":51},{"source":48,"target":10},{"source":49,"target":5},{"source":49,"target":52},{"source":49,"target":10},{"source":52,"target":5},{"source":50,"target":9},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":53},{"source":11,"target":54},{"source":53,"target":55},{"source":53,"target":11},{"source":54,"target":8},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":56},{"source":12,"target":57},{"source":12,"target":58},{"source":56,"target":59},{"source":56,"target":12},{"source":57,"target":60},{"source":57,"target":12},{"source":58,"target":8},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":61},{"source":13,"target":62},{"source":61,"target":63},{"source":61,"target":13},{"source":62,"target":8},{"source":14,"target":0},{"source":14,"target":8},{"source":14,"target":64},{"source":64,"target":8},{"source":15,"target":0},{"source":15,"target":5},{"source":15,"target":65},{"source":15,"target":66},{"source":15,"target":67},{"source":65,"target":2},{"source":65,"target":68},{"source":65,"target":15},{"source":68,"target":2},{"source":66,"target":2},{"source":66,"target":69},{"source":66,"target":15},{"source":69,"target":2},{"source":67,"target":5},{"source":16,"target":0},{"source":16,"target":5},{"source":16,"target":70},{"source":16,"target":71},{"source":70,"target":19},{"source":70,"target":72},{"source":70,"target":16},{"source":72,"target":19},{"source":71,"target":5},{"source":17,"target":0},{"source":17,"target":5},{"source":17,"target":73},{"source":73,"target":5},{"source":18,"target":0},{"source":18,"target":5},{"source":18,"target":74},{"source":74,"target":5},{"source":19,"target":0},{"source":19,"target":5},{"source":19,"target":75},{"source":75,"target":5},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":76},{"source":76,"target":19},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":77},{"source":21,"target":78},{"source":21,"target":79},{"source":77,"target":80},{"source":77,"target":21},{"source":78,"target":81},{"source":78,"target":21},{"source":79,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":82},{"source":22,"target":83},{"source":82,"target":84},{"source":82,"target":22},{"source":83,"target":20},{"source":23,"target":0},{"source":23,"target":19},{"source":23,"target":85},{"source":23,"target":86},{"source":85,"target":87},{"source":85,"target":23},{"source":86,"target":19},{"source":24,"target":0},{"source":24,"target":19},{"source":24,"target":88},{"source":24,"target":89},{"source":88,"target":90},{"source":88,"target":24},{"source":89,"target":19},{"source":25,"target":0},{"source":25,"target":19},{"source":25,"target":91},{"source":25,"target":92},{"source":25,"target":93},{"source":25,"target":94},{"source":91,"target":95},{"source":91,"target":25},{"source":92,"target":96},{"source":92,"target":25},{"source":93,"target":97},{"source":93,"target":25},{"source":94,"target":19}],"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="wps" nsURI="http://www.ibm.com/Zephyr/wps/1.0.0/" nsPrefix="wps"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9; The Topology Definition Model (TDM) defines a core set of concepts to describe&#xD;&#xA;&#x9;&#x9; Enterprise Architectures from the Software Applications down to the hardware &#xD;&#xA;&#x9;&#x9; requirements. The model is inherently extensible, allowing technology specific&#xD;&#xA;&#x9;&#x9; domains to define their own types. At a high level, the model is orgainzed into&#xD;&#xA;&#x9;&#x9; {@link Topology topologies}, which contain {@link Unit}s. A Unit contain &#xD;&#xA;&#x9;&#x9; {@link Capability capabilities}, {@Requirement requirements}, and four types &#xD;&#xA;&#x9;&#x9; of links ({@link DependencyLink dependency links}, {@link HostingLink hosting links},&#xD;&#xA;&#x9;&#x9; {@link ConstraintLink constraint links}, {@link MemberLink member links}. In &#xD;&#xA;&#x9;&#x9; addition, the model defines the notion of {@link Constraint constraints} which &#xD;&#xA;&#x9;&#x9; can be added to Units or Contraint Links in order to describe requirements on &#xD;&#xA;&#x9;&#x9; target application or environment. &#xD;&#xA;&#x9;&#x9;&#xD;&#xA;&#xD;&#xA;&#x9;&#x9;&#x9;&#x9;An object that can be part of a deployable module. See {@link FileArtifact}.&#xD;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="ApplicationSchedular" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Capability"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ApplicationSchedular"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataBaseName" 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="DataBaseName"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serverName" 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="ServerName"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPEContainer" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Capability"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPEContainer"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="administratorSecurityRoleMapping" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="AdministratorSecurityRoleMapping"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classpath" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Classpath"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataSourcePassword" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="DataSourcePassword"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataSourceUsername" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="DataSourceUsername"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enableAuditLog" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="EnableAuditLog"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enableCEIlogging" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="EnableCEIlogging"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externalRequestProcessingQueue" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ExternalRequestProcessingQueue"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="holdQueue" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="HoldQueue"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="implementationClassName" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ImplementationClassName"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="installBusinessProcessChoreographerExplorer" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="InstallBusinessProcessChoreographerExplorer"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="internalQueue" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="InternalQueue"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jDBCProvider" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="JDBCProvider"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jMSAPIPassword" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="JMSAPIPassword"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jMSAPIUserID" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="JMSAPIUserID"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jMSConnectionFactory" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="JMSConnectionFactory"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jMSPassword" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="JMSPassword"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jMSProvider" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="JMSProvider"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jMSResources" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="JMSResources"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jMSUserID" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="JMSUserID"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="queueManager" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="QueueManager"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="retentionQueue" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="RetentionQueue"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="systemMonitorSecurityRoleMapping" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="SystemMonitorSecurityRoleMapping"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BPEContainerUnit" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Unit"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BPEContainerUnit"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BusinessRulesManager" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Capability"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BusinessRulesManager"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="businessRulesManager" 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="BusinessRulesManager"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BusinessRulesManagerUnit" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Unit"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BusinessRulesManagerUnit"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CommonEventInfrastructure" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Capability"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="CommonEventInfrastructure"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtendedMessagingService" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Capability"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ExtendedMessagingService"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputPort" 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="InputPort"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputPort" 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="OutputPort"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ManagingEventservice" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Capability"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ManagingEventservice"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eventsInfrastructureEmitterFactoryJNDIName" 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="EventsInfrastructureEmitterFactoryJNDIName"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SCARuntime" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Capability"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SCARuntime"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="installationPath" 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="InstallationPath"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SDORuntime" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Capability"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SDORuntime"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="installationPath" 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="InstallationPath"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskContainer" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Capability"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TaskContainer"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="administratorSecurityRoleMapping" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="AdministratorSecurityRoleMapping"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classpath" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Classpath"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enableAuditLog" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="EnableAuditLog"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enableCEIlogging" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="EnableCEIlogging"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="escalationpassword" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Escalationpassword"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="holdQueue" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="HoldQueue"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jMSConnectionFactory" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="JMSConnectionFactory"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jMSPassword" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="JMSPassword"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jMSProvider" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="JMSProvider"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jMSResources" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="JMSResources"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jMSUserID" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="JMSUserID"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mailSession" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="MailSession"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="queueManager" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="QueueManager"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="systemMonitorSecurityRoleMapping" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnySimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="SystemMonitorSecurityRoleMapping"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaskContainerUnit" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Unit"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TaskContainerUnit"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WebSphereBusinessIntegrationAdaptersService" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Capability"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WebSphereBusinessIntegrationAdaptersService"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputQueueJNDIName" 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="InputQueueJNDIName"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jNDIName" 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="JNDIName"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputQueueJNDIName" 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="OutputQueueJNDIName"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeout" 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="Timeout"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WpsBaseSystem" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Capability"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WpsBaseSystem"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="installLocation" 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;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="installLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="profileDir" 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="ProfileDir"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" 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="version"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WpsBaseSystemUnit" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Unit"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xD;&#xA;&#x9;&#x9;&#x9;A WPS base system represents the the installation unit of the TDS that can hold an &#xD;&#xA;&#x9;&#x9;&#x9;WPS ServerInstance for accessing and storing user authentication data.&#xD;&#xA;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WpsBaseSystemUnit"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WPSCommonEventInfrastructureUnit" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Unit"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WPSCommonEventInfrastructureUnit"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WPSESB" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Capability"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WPSESB"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WPSESBUnit" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Unit"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WPSESBUnit"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WPSRoot"> <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="capabilityApplicationSchedular" upperBound="-2" eType="#//ApplicationSchedular" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="capability.applicationSchedular"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#capability"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilityBPEContainer" upperBound="-2" eType="#//BPEContainer" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="capability.BPEContainer"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#capability"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilityBusinessRulesManager" upperBound="-2" eType="#//BusinessRulesManager" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="capability.BusinessRulesManager"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#capability"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilityCommonEventInfrastructure" upperBound="-2" eType="#//CommonEventInfrastructure" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="capability.CommonEventInfrastructure"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#capability"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilityExtendedMessagingService" upperBound="-2" eType="#//ExtendedMessagingService" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="capability.ExtendedMessagingService"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#capability"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilityManagingEventService" upperBound="-2" eType="#//ManagingEventservice" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="capability.ManagingEventService"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#capability"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilitySCARuntime" upperBound="-2" eType="#//SCARuntime" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="capability.SCARuntime"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#capability"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilitySDORuntime" upperBound="-2" eType="#//SDORuntime" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="capability.SDORuntime"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#capability"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilityTaskContainer" upperBound="-2" eType="#//TaskContainer" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="capability.TaskContainer"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#capability"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilityWebSphereBusinessIntegrationAdaptersService" upperBound="-2" eType="#//WebSphereBusinessIntegrationAdaptersService" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="capability.WebSphereBusinessIntegrationAdaptersService"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#capability"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilityWpsBaseSystem" upperBound="-2" eType="#//WpsBaseSystem" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="capability.wpsBaseSystem"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#capability"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilityWPSESB" upperBound="-2" eType="#//WPSESB" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="capability.WPSESB"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#capability"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="capabilityWPSSIB" upperBound="-2" eType="#//WPSSIB" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="capability.WPSSIB"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#capability"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="unitBPEContainerUnit" upperBound="-2" eType="#//BPEContainerUnit" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="unit.BPEContainerUnit"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#unit"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="unitBusinessRulesManagerUnit" upperBound="-2" eType="#//BusinessRulesManagerUnit" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="unit.BusinessRulesManagerUnit"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#unit"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="unitTaskContainerUnit" upperBound="-2" eType="#//TaskContainerUnit" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="unit.TaskContainerUnit"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#unit"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="unitWpsBaseSystemUnit" upperBound="-2" eType="#//WpsBaseSystemUnit" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="unit.wpsBaseSystemUnit"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#unit"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="unitWPSCommonEventInfrastructureUnit" upperBound="-2" eType="#//WPSCommonEventInfrastructureUnit" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="unit.WPSCommonEventInfrastructureUnit"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#unit"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="unitWPSESBUnit" upperBound="-2" eType="#//WPSESBUnit" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="unit.WPSESBUnit"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#unit"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="unitWPSSIBUnit" upperBound="-2" eType="#//WPSSIBUnit" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="unit.WPSSIBUnit"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#unit"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="unitWpsSystemUnit" upperBound="-2" eType="#//WpsSystemUnit" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="unit.wpsSystemUnit"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="http://www.ibm.com/ccl/soa/deploy/core/1.0.0/#unit"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WPSSIB" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Capability"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WPSSIB"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WPSSIBUnit" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Unit"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WPSSIBUnit"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WpsSystemUnit" eSuperTypes="../../../com.ibm.ccl.soa.deploy.core/models/ecore/core.ecore#//Unit"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="WpsSystemUnit"/> <details key="kind" value="elementOnly"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/kalapriyakannan/UMLONT/com.ibm.ccl.soa.deploy.wps/models/ecore/wps.ecore
ecore
wps ApplicationSchedular dataBaseName serverName BPEContainer administratorSecurityRoleMapping classpath dataSourcePassword dataSourceUsername enableAuditLog enableCEIlogging externalRequestProcessingQueue holdQueue implementationClassName installBusinessProcessChoreographerExplorer internalQueue jDBCProvider jMSAPIPassword jMSAPIUserID jMSConnectionFactory jMSPassword jMSProvider jMSResources jMSUserID queueManager retentionQueue systemMonitorSecurityRoleMapping BPEContainerUnit BusinessRulesManager businessRulesManager BusinessRulesManagerUnit CommonEventInfrastructure name1 ExtendedMessagingService inputPort outputPort ManagingEventservice eventsInfrastructureEmitterFactoryJNDIName SCARuntime installationPath SDORuntime installationPath TaskContainer administratorSecurityRoleMapping classpath enableAuditLog enableCEIlogging escalationpassword holdQueue jMSConnectionFactory jMSPassword jMSProvider jMSResources jMSUserID mailSession queueManager systemMonitorSecurityRoleMapping TaskContainerUnit WebSphereBusinessIntegrationAdaptersService inputQueueJNDIName jNDIName name1 outputQueueJNDIName timeout WpsBaseSystem installLocation profileDir version WpsBaseSystemUnit WPSCommonEventInfrastructureUnit WPSESB name1 WPSESBUnit WPSRoot mixed xMLNSPrefixMap xSISchemaLocation capabilityApplicationSchedular capabilityBPEContainer capabilityBusinessRulesManager capabilityCommonEventInfrastructure capabilityExtendedMessagingService capabilityManagingEventService capabilitySCARuntime capabilitySDORuntime capabilityTaskContainer capabilityWebSphereBusinessIntegrationAdaptersService capabilityWpsBaseSystem capabilityWPSESB capabilityWPSSIB unitBPEContainerUnit unitBusinessRulesManagerUnit unitTaskContainerUnit unitWpsBaseSystemUnit unitWPSCommonEventInfrastructureUnit unitWPSESBUnit unitWPSSIBUnit unitWpsSystemUnit WPSSIB name1 WPSSIBUnit WpsSystemUnit
null
{"directed":true,"nodes":[{"nsPrefix":"wps","nsURI":"http://www.ibm.com/Zephyr/wps/1.0.0/","name":"wps","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationSchedular","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPEContainer","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BPEContainerUnit","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessRulesManager","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BusinessRulesManagerUnit","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CommonEventInfrastructure","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtendedMessagingService","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManagingEventservice","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SCARuntime","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SDORuntime","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskContainer","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaskContainerUnit","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WebSphereBusinessIntegrationAdaptersService","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WpsBaseSystem","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WpsBaseSystemUnit","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WPSCommonEventInfrastructureUnit","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WPSESB","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WPSESBUnit","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WPSRoot","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WPSSIB","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WPSSIBUnit","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WpsSystemUnit","instanceClass":null,"abstract":false,"id":22,"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":"dataBaseName","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serverName","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"administratorSecurityRoleMapping","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":"classpath","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":"dataSourcePassword","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dataSourceUsername","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":"enableAuditLog","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"enableCEIlogging","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":"externalRequestProcessingQueue","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":"holdQueue","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":"implementationClassName","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":"installBusinessProcessChoreographerExplorer","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":"internalQueue","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":"jDBCProvider","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":"jMSAPIPassword","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":"jMSAPIUserID","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":"jMSConnectionFactory","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":"jMSPassword","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":"jMSProvider","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"jMSResources","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":"jMSUserID","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":"queueManager","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":"retentionQueue","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":"systemMonitorSecurityRoleMapping","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"businessRulesManager","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name1","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inputPort","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputPort","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eventsInfrastructureEmitterFactoryJNDIName","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"installationPath","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"installationPath","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"administratorSecurityRoleMapping","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":"classpath","changeable":true,"lowerBound":0,"iD":false,"id":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"enableAuditLog","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":"enableCEIlogging","changeable":true,"lowerBound":0,"iD":false,"id":98,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"escalationpassword","changeable":true,"lowerBound":0,"iD":false,"id":99,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"holdQueue","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":"jMSConnectionFactory","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":"jMSPassword","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":"jMSProvider","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"jMSResources","changeable":true,"lowerBound":0,"iD":false,"id":104,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"jMSUserID","changeable":true,"lowerBound":0,"iD":false,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mailSession","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":"queueManager","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":"systemMonitorSecurityRoleMapping","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inputQueueJNDIName","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"jNDIName","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":"name1","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputQueueJNDIName","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":"timeout","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"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":"installLocation","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"profileDir","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name1","changeable":true,"lowerBound":0,"iD":false,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":151,"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":"capabilityApplicationSchedular","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":"capabilityBPEContainer","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":"capabilityBusinessRulesManager","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":"capabilityCommonEventInfrastructure","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":"capabilityExtendedMessagingService","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":"capabilityManagingEventService","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":"capabilitySCARuntime","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":"capabilitySDORuntime","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":"capabilityTaskContainer","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":"capabilityWebSphereBusinessIntegrationAdaptersService","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":"capabilityWpsBaseSystem","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":"capabilityWPSESB","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":"capabilityWPSSIB","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":"unitBPEContainerUnit","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":"unitBusinessRulesManagerUnit","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":"unitTaskContainerUnit","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":"unitWpsBaseSystemUnit","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":"unitWPSCommonEventInfrastructureUnit","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":"unitWPSESBUnit","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":"unitWPSSIBUnit","changeable":true,"resolveProxies":false,"lowerBound":0,"id":171,"derived":true},{"container":false,"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"unitWpsSystemUnit","changeable":true,"resolveProxies":false,"lowerBound":0,"id":172,"derived":true},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name1","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":1,"target":0},{"source":1,"target":23},{"source":1,"target":24},{"source":1,"target":25},{"source":23,"target":26},{"source":23,"target":1},{"source":24,"target":27},{"source":24,"target":1},{"source":2,"target":0},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":48},{"source":2,"target":49},{"source":2,"target":50},{"source":28,"target":51},{"source":28,"target":2},{"source":29,"target":52},{"source":29,"target":2},{"source":30,"target":53},{"source":30,"target":2},{"source":31,"target":54},{"source":31,"target":2},{"source":32,"target":55},{"source":32,"target":2},{"source":33,"target":56},{"source":33,"target":2},{"source":34,"target":57},{"source":34,"target":2},{"source":35,"target":58},{"source":35,"target":2},{"source":36,"target":59},{"source":36,"target":2},{"source":37,"target":60},{"source":37,"target":2},{"source":38,"target":61},{"source":38,"target":2},{"source":39,"target":62},{"source":39,"target":2},{"source":40,"target":63},{"source":40,"target":2},{"source":41,"target":64},{"source":41,"target":2},{"source":42,"target":65},{"source":42,"target":2},{"source":43,"target":66},{"source":43,"target":2},{"source":44,"target":67},{"source":44,"target":2},{"source":45,"target":68},{"source":45,"target":2},{"source":46,"target":69},{"source":46,"target":2},{"source":47,"target":70},{"source":47,"target":2},{"source":48,"target":71},{"source":48,"target":2},{"source":49,"target":72},{"source":49,"target":2},{"source":3,"target":0},{"source":3,"target":73},{"source":4,"target":0},{"source":4,"target":74},{"source":4,"target":75},{"source":74,"target":76},{"source":74,"target":4},{"source":5,"target":0},{"source":5,"target":77},{"source":6,"target":0},{"source":6,"target":78},{"source":6,"target":79},{"source":78,"target":80},{"source":78,"target":6},{"source":7,"target":0},{"source":7,"target":81},{"source":7,"target":82},{"source":7,"target":83},{"source":81,"target":84},{"source":81,"target":7},{"source":82,"target":85},{"source":82,"target":7},{"source":8,"target":0},{"source":8,"target":86},{"source":8,"target":87},{"source":86,"target":88},{"source":86,"target":8},{"source":9,"target":0},{"source":9,"target":89},{"source":9,"target":90},{"source":89,"target":91},{"source":89,"target":9},{"source":10,"target":0},{"source":10,"target":92},{"source":10,"target":93},{"source":92,"target":94},{"source":92,"target":10},{"source":11,"target":0},{"source":11,"target":95},{"source":11,"target":96},{"source":11,"target":97},{"source":11,"target":98},{"source":11,"target":99},{"source":11,"target":100},{"source":11,"target":101},{"source":11,"target":102},{"source":11,"target":103},{"source":11,"target":104},{"source":11,"target":105},{"source":11,"target":106},{"source":11,"target":107},{"source":11,"target":108},{"source":11,"target":109},{"source":95,"target":110},{"source":95,"target":11},{"source":96,"target":111},{"source":96,"target":11},{"source":97,"target":112},{"source":97,"target":11},{"source":98,"target":113},{"source":98,"target":11},{"source":99,"target":114},{"source":99,"target":11},{"source":100,"target":115},{"source":100,"target":11},{"source":101,"target":116},{"source":101,"target":11},{"source":102,"target":117},{"source":102,"target":11},{"source":103,"target":118},{"source":103,"target":11},{"source":104,"target":119},{"source":104,"target":11},{"source":105,"target":120},{"source":105,"target":11},{"source":106,"target":121},{"source":106,"target":11},{"source":107,"target":122},{"source":107,"target":11},{"source":108,"target":123},{"source":108,"target":11},{"source":12,"target":0},{"source":12,"target":124},{"source":13,"target":0},{"source":13,"target":125},{"source":13,"target":126},{"source":13,"target":127},{"source":13,"target":128},{"source":13,"target":129},{"source":13,"target":130},{"source":125,"target":131},{"source":125,"target":13},{"source":126,"target":132},{"source":126,"target":13},{"source":127,"target":133},{"source":127,"target":13},{"source":128,"target":134},{"source":128,"target":13},{"source":129,"target":135},{"source":129,"target":13},{"source":14,"target":0},{"source":14,"target":136},{"source":14,"target":137},{"source":14,"target":138},{"source":14,"target":139},{"source":136,"target":140},{"source":136,"target":14},{"source":137,"target":141},{"source":137,"target":14},{"source":138,"target":142},{"source":138,"target":14},{"source":15,"target":0},{"source":15,"target":143},{"source":16,"target":0},{"source":16,"target":144},{"source":17,"target":0},{"source":17,"target":145},{"source":17,"target":146},{"source":145,"target":147},{"source":145,"target":17},{"source":18,"target":0},{"source":18,"target":148},{"source":19,"target":0},{"source":19,"target":149},{"source":19,"target":150},{"source":19,"target":151},{"source":19,"target":152},{"source":19,"target":153},{"source":19,"target":154},{"source":19,"target":155},{"source":19,"target":156},{"source":19,"target":157},{"source":19,"target":158},{"source":19,"target":159},{"source":19,"target":160},{"source":19,"target":161},{"source":19,"target":162},{"source":19,"target":163},{"source":19,"target":164},{"source":19,"target":165},{"source":19,"target":166},{"source":19,"target":167},{"source":19,"target":168},{"source":19,"target":169},{"source":19,"target":170},{"source":19,"target":171},{"source":19,"target":172},{"source":149,"target":173},{"source":149,"target":19},{"source":150,"target":174},{"source":150,"target":19},{"source":151,"target":175},{"source":151,"target":19},{"source":152,"target":1},{"source":152,"target":176},{"source":152,"target":19},{"source":176,"target":1},{"source":153,"target":2},{"source":153,"target":177},{"source":153,"target":19},{"source":177,"target":2},{"source":154,"target":4},{"source":154,"target":178},{"source":154,"target":19},{"source":178,"target":4},{"source":155,"target":6},{"source":155,"target":179},{"source":155,"target":19},{"source":179,"target":6},{"source":156,"target":7},{"source":156,"target":180},{"source":156,"target":19},{"source":180,"target":7},{"source":157,"target":8},{"source":157,"target":181},{"source":157,"target":19},{"source":181,"target":8},{"source":158,"target":9},{"source":158,"target":182},{"source":158,"target":19},{"source":182,"target":9},{"source":159,"target":10},{"source":159,"target":183},{"source":159,"target":19},{"source":183,"target":10},{"source":160,"target":11},{"source":160,"target":184},{"source":160,"target":19},{"source":184,"target":11},{"source":161,"target":13},{"source":161,"target":185},{"source":161,"target":19},{"source":185,"target":13},{"source":162,"target":14},{"source":162,"target":186},{"source":162,"target":19},{"source":186,"target":14},{"source":163,"target":17},{"source":163,"target":187},{"source":163,"target":19},{"source":187,"target":17},{"source":164,"target":20},{"source":164,"target":188},{"source":164,"target":19},{"source":188,"target":20},{"source":165,"target":3},{"source":165,"target":189},{"source":165,"target":19},{"source":189,"target":3},{"source":166,"target":5},{"source":166,"target":190},{"source":166,"target":19},{"source":190,"target":5},{"source":167,"target":12},{"source":167,"target":191},{"source":167,"target":19},{"source":191,"target":12},{"source":168,"target":15},{"source":168,"target":192},{"source":168,"target":19},{"source":192,"target":15},{"source":169,"target":16},{"source":169,"target":193},{"source":169,"target":19},{"source":193,"target":16},{"source":170,"target":18},{"source":170,"target":194},{"source":170,"target":19},{"source":194,"target":18},{"source":171,"target":21},{"source":171,"target":195},{"source":171,"target":19},{"source":195,"target":21},{"source":172,"target":22},{"source":172,"target":196},{"source":172,"target":19},{"source":196,"target":22},{"source":20,"target":0},{"source":20,"target":197},{"source":20,"target":198},{"source":197,"target":199},{"source":197,"target":20},{"source":21,"target":0},{"source":21,"target":200},{"source":22,"target":0},{"source":22,"target":201}],"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="wsaddressing" nsURI="http://www.w3.org/2005/08/addressing" nsPrefix="wsa"> <eClassifiers xsi:type="ecore:EClass" name="AttributedQNameType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AttributedQNameType"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//QName"> <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="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="##other"/> <details key="name" value=":1"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributedQNameType1"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AttributedQNameType"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//QName"> <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="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="##other"/> <details key="name" value=":1"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributedUnsignedLongType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AttributedUnsignedLongType"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//UnsignedLong"> <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="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="##other"/> <details key="name" value=":1"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributedUnsignedLongType1"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AttributedUnsignedLongType"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//UnsignedLong"> <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="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="##other"/> <details key="name" value=":1"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributedURIType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AttributedURIType"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <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="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="##other"/> <details key="name" value=":1"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributedURIType1"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AttributedURIType"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <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="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="##other"/> <details key="name" value=":1"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentRoot"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> <details key="kind" value="mixed"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="name" value=":mixed"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xMLNSPrefixMap" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xmlns:prefix"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="xSISchemaLocation" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EStringToStringMapEntry" transient="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="xsi:schemaLocation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="action" upperBound="-2" eType="#//AttributedURIType1" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Action"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="endpointReference" upperBound="-2" eType="#//EndpointReferenceType1" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="EndpointReference"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="faultTo" upperBound="-2" eType="#//EndpointReferenceType1" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="FaultTo"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="from" upperBound="-2" eType="#//EndpointReferenceType1" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="From"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="messageID" upperBound="-2" eType="#//AttributedURIType1" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MessageID"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="metadata" upperBound="-2" eType="#//MetadataType1" volatile="true" transient="true" 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"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="problemAction" upperBound="-2" eType="#//ProblemActionType1" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ProblemAction"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="problemHeaderQName" upperBound="-2" eType="#//AttributedQNameType1" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ProblemHeaderQName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="problemIRI" upperBound="-2" eType="#//AttributedURIType1" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ProblemIRI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="referenceParameters" upperBound="-2" eType="#//ReferenceParametersType1" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ReferenceParameters"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="relatesTo" upperBound="-2" eType="#//RelatesToType1" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="RelatesTo"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="replyTo" upperBound="-2" eType="#//EndpointReferenceType1" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ReplyTo"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="retryAfter" upperBound="-2" eType="#//AttributedUnsignedLongType1" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="RetryAfter"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="to" upperBound="-2" eType="#//AttributedURIType1" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="To"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReferenceParameter" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="IsReferenceParameter"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="action1" upperBound="-2" eType="#//AttributedURIType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Action"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="endpointReference1" upperBound="-2" eType="#//EndpointReferenceType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="EndpointReference"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="faultTo1" upperBound="-2" eType="#//EndpointReferenceType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="FaultTo"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="from1" upperBound="-2" eType="#//EndpointReferenceType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="From"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="messageID1" upperBound="-2" eType="#//AttributedURIType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MessageID"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="metadata1" upperBound="-2" eType="#//MetadataType" volatile="true" transient="true" 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"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="problemAction1" upperBound="-2" eType="#//ProblemActionType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ProblemAction"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="problemHeaderQName1" upperBound="-2" eType="#//AttributedQNameType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ProblemHeaderQName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="problemIRI1" upperBound="-2" eType="#//AttributedURIType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ProblemIRI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="referenceParameters1" upperBound="-2" eType="#//ReferenceParametersType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ReferenceParameters"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="relatesTo1" upperBound="-2" eType="#//RelatesToType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="RelatesTo"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="replyTo1" upperBound="-2" eType="#//EndpointReferenceType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ReplyTo"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="retryAfter1" upperBound="-2" eType="#//AttributedUnsignedLongType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="RetryAfter"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="to1" upperBound="-2" eType="#//AttributedURIType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="To"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReferenceParameter1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="IsReferenceParameter"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EndpointReferenceType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EndpointReferenceType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="address" lowerBound="1" eType="#//AttributedURIType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Address"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="referenceParameters" eType="#//ReferenceParametersType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ReferenceParameters"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="metadata" eType="#//MetadataType" 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"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##other"/> <details key="name" value=":3"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##other"/> <details key="name" value=":4"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EndpointReferenceType1"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EndpointReferenceType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="address" lowerBound="1" eType="#//AttributedURIType1" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Address"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="referenceParameters" eType="#//ReferenceParametersType1" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ReferenceParameters"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="metadata" eType="#//MetadataType1" 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"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##other"/> <details key="name" value=":3"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anyAttribute" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attributeWildcard"/> <details key="wildcards" value="##other"/> <details key="name" value=":4"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="FaultCodesOpenEnumType" instanceClassName="javax.xml.namespace.QName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FaultCodesOpenEnumType"/> <details key="memberTypes" value="FaultCodesType http://www.eclipse.org/emf/2003/XMLType#QName"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="FaultCodesOpenEnumType1" instanceClassName="javax.xml.namespace.QName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FaultCodesOpenEnumType"/> <details key="memberTypes" value="FaultCodesType http://www.eclipse.org/emf/2003/XMLType#QName"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="FaultCodesType" instanceClassName="javax.xml.namespace.QName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FaultCodesType"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#QName"/> <details key="enumeration" value="{http://www.w3.org/2005/08/addressing}InvalidAddressingHeader {http://www.w3.org/2005/08/addressing}InvalidAddress {http://www.w3.org/2005/08/addressing}InvalidEPR {http://www.w3.org/2005/08/addressing}InvalidCardinality {http://www.w3.org/2005/08/addressing}MissingAddressInEPR {http://www.w3.org/2005/08/addressing}DuplicateMessageID {http://www.w3.org/2005/08/addressing}ActionMismatch {http://www.w3.org/2005/08/addressing}MessageAddressingHeaderRequired {http://www.w3.org/2005/08/addressing}DestinationUnreachable {http://www.w3.org/2005/08/addressing}ActionNotSupported {http://www.w3.org/2005/08/addressing}EndpointUnavailable"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="FaultCodesType1" instanceClassName="javax.xml.namespace.QName"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FaultCodesType"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#QName"/> <details key="enumeration" value="{http://www.w3.org/2005/08/addressing}InvalidAddressingHeader {http://www.w3.org/2005/08/addressing}InvalidAddress {http://www.w3.org/2005/08/addressing}InvalidEPR {http://www.w3.org/2005/08/addressing}InvalidCardinality {http://www.w3.org/2005/08/addressing}MissingAddressInEPR {http://www.w3.org/2005/08/addressing}DuplicateMessageID {http://www.w3.org/2005/08/addressing}ActionMismatch {http://www.w3.org/2005/08/addressing}MessageAddressingHeaderRequired {http://www.w3.org/2005/08/addressing}DestinationUnreachable {http://www.w3.org/2005/08/addressing}ActionNotSupported {http://www.w3.org/2005/08/addressing}EndpointUnavailable"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetadataType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MetadataType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":0"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="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="##other"/> <details key="name" value=":1"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetadataType1"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MetadataType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":0"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="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="##other"/> <details key="name" value=":1"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProblemActionType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ProblemActionType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//AttributedURIType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Action"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="soapAction" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SoapAction"/> <details key="namespace" value="##targetNamespace"/> </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="##other"/> <details key="name" value=":2"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProblemActionType1"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ProblemActionType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="action" eType="#//AttributedURIType1" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Action"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="soapAction" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SoapAction"/> <details key="namespace" value="##targetNamespace"/> </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="##other"/> <details key="name" value=":2"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceParametersType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ReferenceParametersType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":0"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="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="##other"/> <details key="name" value=":1"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceParametersType1"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ReferenceParametersType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="any" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="elementWildcard"/> <details key="wildcards" value="##any"/> <details key="name" value=":0"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="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="##other"/> <details key="name" value=":1"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelatesToType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RelatesToType"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <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="relationshipType" eType="#//RelationshipTypeOpenEnum" defaultValueLiteral="http://www.w3.org/2005/08/addressing/reply" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="RelationshipType"/> </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="##other"/> <details key="name" value=":2"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelatesToType1"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RelatesToType"/> <details key="kind" value="simple"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <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="relationshipType" eType="#//RelationshipTypeOpenEnum1" defaultValueLiteral="http://www.w3.org/2005/08/addressing/reply" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="RelationshipType"/> </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="##other"/> <details key="name" value=":2"/> <details key="processing" value="lax"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RelationshipType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RelationshipType"/> </eAnnotations> <eLiterals name="httpWwwW3Org200508AddressingReply" literal="http://www.w3.org/2005/08/addressing/reply"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RelationshipType1"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RelationshipType"/> </eAnnotations> <eLiterals name="httpWwwW3Org200508AddressingReply" literal="http://www.w3.org/2005/08/addressing/reply"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="RelationshipTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RelationshipType:Object"/> <details key="baseType" value="RelationshipType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="RelationshipTypeObject1" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RelationshipType:Object"/> <details key="baseType" value="RelationshipType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="RelationshipTypeOpenEnum" instanceClassName="java.lang.Object"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RelationshipTypeOpenEnum"/> <details key="memberTypes" value="RelationshipType http://www.eclipse.org/emf/2003/XMLType#anyURI"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="RelationshipTypeOpenEnum1" instanceClassName="java.lang.Object"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RelationshipTypeOpenEnum"/> <details key="memberTypes" value="RelationshipType http://www.eclipse.org/emf/2003/XMLType#anyURI"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/BackupTheBerlios/texosecurityidm-svn/trunk/TechnicalArtefacts/de.fraunhofer.fokus.texo.ws/model/wsaddressing.ecore
ecore
wsaddressing AttributedQNameType value anyAttribute AttributedQNameType1 value anyAttribute AttributedUnsignedLongType value anyAttribute AttributedUnsignedLongType1 value anyAttribute AttributedURIType value anyAttribute AttributedURIType1 value anyAttribute DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation action endpointReference faultTo from messageID metadata problemAction problemHeaderQName problemIRI referenceParameters relatesTo replyTo retryAfter to isReferenceParameter action1 endpointReference1 faultTo1 from1 messageID1 metadata1 problemAction1 problemHeaderQName1 problemIRI1 referenceParameters1 relatesTo1 replyTo1 retryAfter1 to1 isReferenceParameter1 EndpointReferenceType address referenceParameters metadata any anyAttribute EndpointReferenceType1 address referenceParameters metadata any anyAttribute FaultCodesOpenEnumType javax.xml.namespace.QName javax.xml.namespace.QName FaultCodesOpenEnumType1 javax.xml.namespace.QName javax.xml.namespace.QName FaultCodesType javax.xml.namespace.QName javax.xml.namespace.QName FaultCodesType1 javax.xml.namespace.QName javax.xml.namespace.QName MetadataType any anyAttribute MetadataType1 any anyAttribute ProblemActionType action soapAction anyAttribute ProblemActionType1 action soapAction anyAttribute ReferenceParametersType any anyAttribute ReferenceParametersType1 any anyAttribute RelatesToType value relationshipType http://www.w3.org/2005/08/addressing/reply anyAttribute RelatesToType1 value relationshipType http://www.w3.org/2005/08/addressing/reply anyAttribute RelationshipType httpWwwW3Org200508AddressingReply http://www.w3.org/2005/08/addressing/reply RelationshipType1 httpWwwW3Org200508AddressingReply http://www.w3.org/2005/08/addressing/reply RelationshipTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator RelationshipTypeObject1 org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator RelationshipTypeOpenEnum java.lang.Object java.lang.Object RelationshipTypeOpenEnum1 java.lang.Object java.lang.Object
null
{"directed":true,"nodes":[{"nsPrefix":"wsa","nsURI":"http://www.w3.org/2005/08/addressing","name":"wsaddressing","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributedQNameType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributedQNameType1","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributedUnsignedLongType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributedUnsignedLongType1","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributedURIType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributedURIType1","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndpointReferenceType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EndpointReferenceType1","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":"javax.xml.namespace.QName","defaultValue":null,"instanceClassName":"javax.xml.namespace.QName","name":"FaultCodesOpenEnumType","instanceClass":"javax.xml.namespace.QName","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.namespace.QName","defaultValue":null,"instanceClassName":"javax.xml.namespace.QName","name":"FaultCodesOpenEnumType1","instanceClass":"javax.xml.namespace.QName","id":11,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.namespace.QName","defaultValue":null,"instanceClassName":"javax.xml.namespace.QName","name":"FaultCodesType","instanceClass":"javax.xml.namespace.QName","id":12,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"javax.xml.namespace.QName","defaultValue":null,"instanceClassName":"javax.xml.namespace.QName","name":"FaultCodesType1","instanceClass":"javax.xml.namespace.QName","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataType1","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProblemActionType","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProblemActionType1","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceParametersType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceParametersType1","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelatesToType","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelatesToType1","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationshipType","instanceClass":null,"id":22,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationshipType1","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"RelationshipTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":24,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"RelationshipTypeObject1","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":25,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"RelationshipTypeOpenEnum","instanceClass":"java.lang.Object","id":26,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"RelationshipTypeOpenEnum1","instanceClass":"java.lang.Object","id":27,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":28,"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":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":40,"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":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":44,"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":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","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":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":"action","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":"endpointReference","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":"faultTo","changeable":true,"resolveProxies":false,"lowerBound":0,"id":57,"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":"from","changeable":true,"resolveProxies":false,"lowerBound":0,"id":58,"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":"messageID","changeable":true,"resolveProxies":false,"lowerBound":0,"id":59,"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":"metadata","changeable":true,"resolveProxies":false,"lowerBound":0,"id":60,"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":"problemAction","changeable":true,"resolveProxies":false,"lowerBound":0,"id":61,"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":"problemHeaderQName","changeable":true,"resolveProxies":false,"lowerBound":0,"id":62,"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":"problemIRI","changeable":true,"resolveProxies":false,"lowerBound":0,"id":63,"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":"referenceParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":64,"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":"relatesTo","changeable":true,"resolveProxies":false,"lowerBound":0,"id":65,"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":"replyTo","changeable":true,"resolveProxies":false,"lowerBound":0,"id":66,"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":"retryAfter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":67,"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":"to","changeable":true,"resolveProxies":false,"lowerBound":0,"id":68,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"isReferenceParameter","changeable":true,"lowerBound":0,"iD":false,"id":69,"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":"action1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":70,"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":"endpointReference1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":71,"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":"faultTo1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":72,"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":"from1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":73,"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":"messageID1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":74,"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":"metadata1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":75,"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":"problemAction1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":76,"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":"problemHeaderQName1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":77,"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":"problemIRI1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":78,"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":"referenceParameters1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":79,"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":"relatesTo1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":80,"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":"replyTo1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":81,"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":"retryAfter1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":82,"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":"to1","changeable":true,"resolveProxies":false,"lowerBound":0,"id":83,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"isReferenceParameter1","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"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"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":false,"lowerBound":1,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referenceParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metadata","changeable":true,"resolveProxies":false,"lowerBound":0,"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":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"anyAttribute","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"address","changeable":true,"resolveProxies":false,"lowerBound":1,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referenceParameters","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":"metadata","changeable":true,"resolveProxies":false,"lowerBound":0,"id":130,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":131,"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":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":138,"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":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":142,"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":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":false,"lowerBound":0,"id":146,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"soapAction","changeable":true,"lowerBound":0,"iD":false,"id":147,"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":148,"derived":false},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"action","changeable":true,"resolveProxies":false,"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":"soapAction","changeable":true,"lowerBound":0,"iD":false,"id":153,"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":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":158,"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":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"any","changeable":true,"lowerBound":0,"iD":false,"id":162,"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":163,"derived":false},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"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":166,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"http://www.w3.org/2005/08/addressing/reply","unsettable":true,"transient":false,"unique":true,"name":"relationshipType","changeable":true,"lowerBound":0,"iD":false,"id":167,"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":168,"derived":false},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"http://www.w3.org/2005/08/addressing/reply","unsettable":true,"transient":false,"unique":true,"name":"relationshipType","changeable":true,"lowerBound":0,"iD":false,"id":173,"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":174,"derived":false},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"name":"httpWwwW3Org200508AddressingReply","id":178,"value":0,"literal":"http://www.w3.org/2005/08/addressing/reply","eClass":"EEnumLiteral"},{"name":"httpWwwW3Org200508AddressingReply","id":179,"value":0,"literal":"http://www.w3.org/2005/08/addressing/reply","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":1,"target":0},{"source":1,"target":28},{"source":1,"target":29},{"source":28,"target":30},{"source":28,"target":1},{"source":29,"target":31},{"source":29,"target":1},{"source":2,"target":0},{"source":2,"target":32},{"source":2,"target":33},{"source":32,"target":34},{"source":32,"target":2},{"source":33,"target":35},{"source":33,"target":2},{"source":3,"target":0},{"source":3,"target":36},{"source":3,"target":37},{"source":36,"target":38},{"source":36,"target":3},{"source":37,"target":39},{"source":37,"target":3},{"source":4,"target":0},{"source":4,"target":40},{"source":4,"target":41},{"source":40,"target":42},{"source":40,"target":4},{"source":41,"target":43},{"source":41,"target":4},{"source":5,"target":0},{"source":5,"target":44},{"source":5,"target":45},{"source":44,"target":46},{"source":44,"target":5},{"source":45,"target":47},{"source":45,"target":5},{"source":6,"target":0},{"source":6,"target":48},{"source":6,"target":49},{"source":48,"target":50},{"source":48,"target":6},{"source":49,"target":51},{"source":49,"target":6},{"source":7,"target":0},{"source":7,"target":52},{"source":7,"target":53},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":7,"target":58},{"source":7,"target":59},{"source":7,"target":60},{"source":7,"target":61},{"source":7,"target":62},{"source":7,"target":63},{"source":7,"target":64},{"source":7,"target":65},{"source":7,"target":66},{"source":7,"target":67},{"source":7,"target":68},{"source":7,"target":69},{"source":7,"target":70},{"source":7,"target":71},{"source":7,"target":72},{"source":7,"target":73},{"source":7,"target":74},{"source":7,"target":75},{"source":7,"target":76},{"source":7,"target":77},{"source":7,"target":78},{"source":7,"target":79},{"source":7,"target":80},{"source":7,"target":81},{"source":7,"target":82},{"source":7,"target":83},{"source":7,"target":84},{"source":52,"target":85},{"source":52,"target":7},{"source":53,"target":86},{"source":53,"target":7},{"source":54,"target":87},{"source":54,"target":7},{"source":55,"target":6},{"source":55,"target":88},{"source":55,"target":7},{"source":88,"target":6},{"source":56,"target":9},{"source":56,"target":89},{"source":56,"target":7},{"source":89,"target":9},{"source":57,"target":9},{"source":57,"target":90},{"source":57,"target":7},{"source":90,"target":9},{"source":58,"target":9},{"source":58,"target":91},{"source":58,"target":7},{"source":91,"target":9},{"source":59,"target":6},{"source":59,"target":92},{"source":59,"target":7},{"source":92,"target":6},{"source":60,"target":15},{"source":60,"target":93},{"source":60,"target":7},{"source":93,"target":15},{"source":61,"target":17},{"source":61,"target":94},{"source":61,"target":7},{"source":94,"target":17},{"source":62,"target":2},{"source":62,"target":95},{"source":62,"target":7},{"source":95,"target":2},{"source":63,"target":6},{"source":63,"target":96},{"source":63,"target":7},{"source":96,"target":6},{"source":64,"target":19},{"source":64,"target":97},{"source":64,"target":7},{"source":97,"target":19},{"source":65,"target":21},{"source":65,"target":98},{"source":65,"target":7},{"source":98,"target":21},{"source":66,"target":9},{"source":66,"target":99},{"source":66,"target":7},{"source":99,"target":9},{"source":67,"target":4},{"source":67,"target":100},{"source":67,"target":7},{"source":100,"target":4},{"source":68,"target":6},{"source":68,"target":101},{"source":68,"target":7},{"source":101,"target":6},{"source":69,"target":102},{"source":69,"target":7},{"source":70,"target":5},{"source":70,"target":103},{"source":70,"target":7},{"source":103,"target":5},{"source":71,"target":8},{"source":71,"target":104},{"source":71,"target":7},{"source":104,"target":8},{"source":72,"target":8},{"source":72,"target":105},{"source":72,"target":7},{"source":105,"target":8},{"source":73,"target":8},{"source":73,"target":106},{"source":73,"target":7},{"source":106,"target":8},{"source":74,"target":5},{"source":74,"target":107},{"source":74,"target":7},{"source":107,"target":5},{"source":75,"target":14},{"source":75,"target":108},{"source":75,"target":7},{"source":108,"target":14},{"source":76,"target":16},{"source":76,"target":109},{"source":76,"target":7},{"source":109,"target":16},{"source":77,"target":1},{"source":77,"target":110},{"source":77,"target":7},{"source":110,"target":1},{"source":78,"target":5},{"source":78,"target":111},{"source":78,"target":7},{"source":111,"target":5},{"source":79,"target":18},{"source":79,"target":112},{"source":79,"target":7},{"source":112,"target":18},{"source":80,"target":20},{"source":80,"target":113},{"source":80,"target":7},{"source":113,"target":20},{"source":81,"target":8},{"source":81,"target":114},{"source":81,"target":7},{"source":114,"target":8},{"source":82,"target":3},{"source":82,"target":115},{"source":82,"target":7},{"source":115,"target":3},{"source":83,"target":5},{"source":83,"target":116},{"source":83,"target":7},{"source":116,"target":5},{"source":84,"target":117},{"source":84,"target":7},{"source":8,"target":0},{"source":8,"target":118},{"source":8,"target":119},{"source":8,"target":120},{"source":8,"target":121},{"source":8,"target":122},{"source":118,"target":5},{"source":118,"target":123},{"source":118,"target":8},{"source":123,"target":5},{"source":119,"target":18},{"source":119,"target":124},{"source":119,"target":8},{"source":124,"target":18},{"source":120,"target":14},{"source":120,"target":125},{"source":120,"target":8},{"source":125,"target":14},{"source":121,"target":126},{"source":121,"target":8},{"source":122,"target":127},{"source":122,"target":8},{"source":9,"target":0},{"source":9,"target":128},{"source":9,"target":129},{"source":9,"target":130},{"source":9,"target":131},{"source":9,"target":132},{"source":128,"target":6},{"source":128,"target":133},{"source":128,"target":9},{"source":133,"target":6},{"source":129,"target":19},{"source":129,"target":134},{"source":129,"target":9},{"source":134,"target":19},{"source":130,"target":15},{"source":130,"target":135},{"source":130,"target":9},{"source":135,"target":15},{"source":131,"target":136},{"source":131,"target":9},{"source":132,"target":137},{"source":132,"target":9},{"source":10,"target":0},{"source":11,"target":0},{"source":12,"target":0},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":138},{"source":14,"target":139},{"source":138,"target":140},{"source":138,"target":14},{"source":139,"target":141},{"source":139,"target":14},{"source":15,"target":0},{"source":15,"target":142},{"source":15,"target":143},{"source":142,"target":144},{"source":142,"target":15},{"source":143,"target":145},{"source":143,"target":15},{"source":16,"target":0},{"source":16,"target":146},{"source":16,"target":147},{"source":16,"target":148},{"source":146,"target":5},{"source":146,"target":149},{"source":146,"target":16},{"source":149,"target":5},{"source":147,"target":150},{"source":147,"target":16},{"source":148,"target":151},{"source":148,"target":16},{"source":17,"target":0},{"source":17,"target":152},{"source":17,"target":153},{"source":17,"target":154},{"source":152,"target":6},{"source":152,"target":155},{"source":152,"target":17},{"source":155,"target":6},{"source":153,"target":156},{"source":153,"target":17},{"source":154,"target":157},{"source":154,"target":17},{"source":18,"target":0},{"source":18,"target":158},{"source":18,"target":159},{"source":158,"target":160},{"source":158,"target":18},{"source":159,"target":161},{"source":159,"target":18},{"source":19,"target":0},{"source":19,"target":162},{"source":19,"target":163},{"source":162,"target":164},{"source":162,"target":19},{"source":163,"target":165},{"source":163,"target":19},{"source":20,"target":0},{"source":20,"target":166},{"source":20,"target":167},{"source":20,"target":168},{"source":166,"target":169},{"source":166,"target":20},{"source":167,"target":26},{"source":167,"target":170},{"source":167,"target":20},{"source":170,"target":26},{"source":168,"target":171},{"source":168,"target":20},{"source":21,"target":0},{"source":21,"target":172},{"source":21,"target":173},{"source":21,"target":174},{"source":172,"target":175},{"source":172,"target":21},{"source":173,"target":27},{"source":173,"target":176},{"source":173,"target":21},{"source":176,"target":27},{"source":174,"target":177},{"source":174,"target":21},{"source":22,"target":0},{"source":22,"target":178},{"source":178,"target":22},{"source":23,"target":0},{"source":23,"target":179},{"source":179,"target":23},{"source":24,"target":0},{"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="ext" nsURI="http://www.eclipselabs.org/mongo/emf/ext" nsPrefix="org.eclipselabs.mongo.emf.ext"> <eClassifiers xsi:type="ecore:EClass" name="ECollection"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/ext.ecore
ecore
ext ECollection values
null
{"directed":true,"nodes":[{"nsPrefix":"org.eclipselabs.mongo.emf.ext","nsURI":"http://www.eclipselabs.org/mongo/emf/ext","name":"ext","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ECollection","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":false,"unsettable":false,"transient":false,"unique":true,"name":"values","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="model" nsURI="http://www.mutualite.fr/mut/1.0" nsPrefix="mut"> <eClassifiers xsi:type="ecore:EClass" name="Employe"> <eOperations name="hasValidAffectationEmploiCourante" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="chain" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context" lowerBound="1"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="hasOneAndOnlyOneAffectationEmploiCourante" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="chain" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context" lowerBound="1"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="hasOneAndOnlyOneAffectationClassificationCourante" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="chain" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context" lowerBound="1"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="hasValidAffectationClassificationCourante" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="chain" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context" lowerBound="1"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EMap"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject"/> </eGenericType> </eParameters> </eOperations> <eOperations name="responsable" lowerBound="1" eType="#//Employe"/> <eOperations name="entreteneurs"> <eGenericType eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"> <eTypeArguments eClassifier="#//Employe"/> </eGenericType> </eOperations> <eOperations name="photo" lowerBound="1" eType="#//PhotoEmploye"> <eParameters name="e" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eOperations> <eOperations name="age" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"> <eParameters name="d" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="matricule" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prenom" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nom" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nomJeuneFille" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateNaissance" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="http://www.eclipse.org/CDO/DBStore"> <details key="columnType" value="DATE"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateEmbauche" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="http://www.eclipse.org/CDO/DBStore"> <details key="columnType" value="DATE"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="diplomes" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="etablissement" lowerBound="1" eType="#//Etablissement" eOpposite="#//Etablissement/employes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="affectationsEmploi" lowerBound="1" upperBound="-1" eType="#//Affectation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="affectationEmploiCourante" lowerBound="1" eType="#//Affectation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="affectationsClassification" lowerBound="1" upperBound="-1" eType="#//AffectationClassification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="affectationClassificationCourante" lowerBound="1" eType="#//AffectationClassification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sessionsFormation" upperBound="-1" eType="#//SessionFormation" eOpposite="#//SessionFormation/employes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entretiens" upperBound="-1" eType="#//Entretien" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entretiensMenes" upperBound="-1" eType="#//Entretien" eOpposite="#//Entretien/meneur"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateSortieEntreprise" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="http://www.eclipse.org/CDO/DBStore"> <details key="columnType" value="DATE"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="responsable" lowerBound="1" eType="#//Employe" eOpposite="#//Employe/subalternes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subalternes" upperBound="-1" eType="#//Employe" eOpposite="#//Employe/responsable.1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="etablissementsEnResponsabilite" upperBound="-1" eType="#//Etablissement" eOpposite="#//Etablissement/responsable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entreteneurs" lowerBound="1" upperBound="-1" eType="#//Employe" eOpposite="#//Employe/employesEntretenus"/> <eStructuralFeatures xsi:type="ecore:EReference" name="employesEntretenus" upperBound="-1" eType="#//Employe" eOpposite="#//Employe/entreteneurs.1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="etablissementsEntretenus" upperBound="-1" eType="#//Etablissement" eOpposite="#//Etablissement/entreteneurs"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Affectation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateDebut" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="http://www.eclipse.org/CDO/DBStore"> <details key="columnType" value="DATE"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateFin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="http://www.eclipse.org/CDO/DBStore"> <details key="columnType" value="DATE"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="emploi" lowerBound="1" eType="#//Emploi"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Emploi"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="intitule" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ClassificationStatut"> <eLiterals name="E1" value="1"/> <eLiterals name="E2" value="2" literal="E2"/> <eLiterals name="E3" value="3"/> <eLiterals name="E4" value="4"/> <eLiterals name="T1" value="11"/> <eLiterals name="T2" value="12"/> <eLiterals name="C1" value="21"/> <eLiterals name="C2" value="22"/> <eLiterals name="C3" value="23"/> <eLiterals name="C4" value="24"/> <eLiterals name="D" value="31"/> <eLiterals name="DENT" value="29" literal="Chirurgien Dentiste"/> <eLiterals name="ALTERNANCE" value="90" literal="En alternance"/> <eLiterals name="ADMINISTRATEUR" value="40" literal="Administrateur"/> <eLiterals name="AUTRE" value="-1" literal="Autre catégorie"/> <eLiterals name="APPRENTI"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AffectationClassification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateDebut" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="http://www.eclipse.org/CDO/DBStore"> <details key="columnType" value="DATE"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateFin" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="http://www.eclipse.org/CDO/DBStore"> <details key="columnType" value="DATE"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classification" lowerBound="1" eType="#//ClassificationStatut"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Formation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="libelle" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sessionformation" upperBound="-1" eType="#//SessionFormation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dpc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrganismeFormation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nom" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="formations" upperBound="-1" eType="#//Formation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SessionFormation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateDebut" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="http://www.eclipse.org/CDO/DBStore"> <details key="columnType" value="DATE"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateFin" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="http://www.eclipse.org/CDO/DBStore"> <details key="columnType" value="DATE"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duree" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloatObject"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Durée en heure"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="employes" upperBound="-1" eType="#//Employe" eOpposite="#//Employe/sessionsFormation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appreciations" upperBound="-1" eType="#//AppreciationSessionFormation" eOpposite="#//AppreciationSessionFormation/sessionFormation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entretien" abstract="true"> <eOperations name="employe" lowerBound="1" eType="#//Employe"/> <eOperations name="hasValidMeneur" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="chain" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context" lowerBound="1"> <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="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="http://www.eclipse.org/CDO/DBStore"> <details key="columnType" value="DATE"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="meneur" eType="#//Employe" eOpposite="#//Employe/entretiensMenes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enCours" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fake" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="scan" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appreciationsSessionFormation" upperBound="-1" eType="#//AppreciationSessionFormation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="souhaitsFormationSalarie" upperBound="-1" eType="#//SouhaitFormationSalarie" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="souhaitsFormationEvaluateur" upperBound="-1" eType="#//SouhaitFormationEvaluateur" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="autresActionsDeveloppementCompetences" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="photoEmploye" lowerBound="1" eType="#//PhotoEmploye" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentaireBilanFormation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="appreciationsSessionFormationEntretiensPrecedents" upperBound="-1" eType="#//AppreciationSessionFormation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntretienProfessionnel" eSuperTypes="#//Entretien"> <eOperations name="hasValidSynthese" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="chain" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDiagnosticChain"/> <eParameters name="context" lowerBound="1"> <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="evolutionDepuisDernierEntretien" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="evolutionSouhaiteeDansEmploiActuel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="evolutionSouhaiteeDansNouvelEmploi" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="echeance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="evolutionSouhaiteeCompetencesAcquises" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="evolutionSouhaiteeCompetencesRequises" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="evolutionSouhaiteeMoyensRealisation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="perspectivesEvolutionProfessionnelle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="perspectivesEvolutionProfessionnelleCompetencesAssociees" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="adequationProjetProBesoinsEntreprise" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="adequationProjetProBesoinsEntrepriseCommentaire" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rencontreRh" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rencontreRhCommentaire" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="synthese" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AppreciationSessionFormation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="valeur" lowerBound="1" eType="#//Appreciation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sessionFormation" lowerBound="1" eType="#//SessionFormation" eOpposite="#//SessionFormation/appreciations"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idFormation" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="libelleFormation" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateFormation" lowerBound="1" 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/CDO/DBStore"> <details key="columnType" value="DATE"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Appreciation"> <eLiterals name="Satisfaisant"/> <eLiterals name="ACompleter" value="1" literal="A compléter"/> <eLiterals name="Inutile" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SouhaitFormationEvaluateur"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="texte" lowerBound="1" 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#//ELong" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Avis"> <eLiterals name="Favorable"/> <eLiterals name="NonFavorable" value="1" literal="Non favorable"/> <eLiterals name="FavorableNonPrioritaire" value="2" literal="Favorable mais non prioritaire"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SouhaitFormationSalarie"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="texte" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="avisEvaluateur" lowerBound="1" eType="#//Avis"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mutualite"> <eStructuralFeatures xsi:type="ecore:EReference" name="etablissements" lowerBound="1" eType="#//Etablissements" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="emplois" lowerBound="1" eType="#//Emplois" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="effectif" lowerBound="1" eType="#//Effectif" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="organismes" lowerBound="1" eType="#//Organismes" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="utilisateurs" lowerBound="1" eType="#//Utilisateurs" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Etablissements"> <eStructuralFeatures xsi:type="ecore:EReference" name="etablissements" upperBound="-1" eType="#//Etablissement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Emplois"> <eStructuralFeatures xsi:type="ecore:EReference" name="emplois" upperBound="-1" eType="#//Emploi" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Effectif"> <eStructuralFeatures xsi:type="ecore:EReference" name="employes" upperBound="-1" eType="#//Employe" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Organismes"> <eStructuralFeatures xsi:type="ecore:EReference" name="organismeFormations" upperBound="-1" eType="#//OrganismeFormation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Etablissement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nom" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="employes" lowerBound="1" upperBound="-1" eType="#//Employe" eOpposite="#//Employe/etablissement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="responsable" eType="#//Employe" eOpposite="#//Employe/etablissementsEnResponsabilite"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entreteneurs" upperBound="-1" eType="#//Employe" eOpposite="#//Employe/etablissementsEntretenus"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Utilisateur"> <eStructuralFeatures xsi:type="ecore:EReference" name="employe" lowerBound="1" eType="#//Employe"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="login" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roles" upperBound="-1" eType="#//Role"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Role"> <eLiterals name="RESPONSABLE_ENTRETIEN" literal="Responsable d'entretien"/> <eLiterals name="DRH" value="1" literal="Ressource Humaines"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Utilisateurs"> <eStructuralFeatures xsi:type="ecore:EReference" name="utilisateurs" upperBound="-1" eType="#//Utilisateur" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntretienAnnuel" eSuperTypes="#//Entretien"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bilanFaitsMarquants" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bilanActivitesSatisfactions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bilanActivitesDifficultes" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="evaluationsTenuePosteMissionsPrincipales" upperBound="-1" eType="#//EvaluationTenuePoste" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="evaluationsTenuePosteMissionsSpecifiques" upperBound="-1" eType="#//EvaluationTenuePoste" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revoirFicheFonction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="revoirFicheFonctionPrecisions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="evaluationsCompetences" upperBound="-1" eType="#//EvaluationCompetence" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="evaluationsSavoirEtre" upperBound="-1" eType="#//EvaluationSavoirEtre" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pointsForts" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pointsAmeliorer" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="objectifsCommentaires" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="syntheseEvaluateur" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="syntheseSalarie" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objectifs" upperBound="-1" eType="#//Objectif" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="objectifsPrecedents" upperBound="-1" eType="#//ObjectifPrecedent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentaireEvaluationsTenuePosteMissionsPrincipales" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentaireEvaluationsTenuePosteMissionsSpecifiques" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentaireCompetences" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentaireSavoirEtre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Evaluation"> <eLiterals name="MOINS" literal="-"/> <eLiterals name="NEUTRE" value="1" literal="-/+"/> <eLiterals name="PLUS" value="2" literal="+"/> <eLiterals name="NC" value="3" literal="Non concerné(e)"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EvaluationTenuePoste"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mission" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eval" lowerBound="1" eType="#//Evaluation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Evolution"> <eLiterals name="DOWN" literal="Dégradation"/> <eLiterals name="STABLE" value="1" literal="Stable"/> <eLiterals name="UP" value="2" literal="Amélioration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EvaluationCompetence"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="competence" lowerBound="1" eType="#//Competence"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eval" lowerBound="1" eType="#//Evaluation" defaultValueLiteral="-/+"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="evol" lowerBound="1" eType="#//Evolution" defaultValueLiteral="Stable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Competence"> <eLiterals name="RespectProceduresNormes" literal="Respect des procédures et des normes"/> <eLiterals name="CapaciteDecelerUrgences" value="1" literal="Capacité à déceler les urgences, priorités et anomalies"/> <eLiterals name="Autonomie" value="2" literal="Autonomie dans la fonction"/> <eLiterals name="AnticipationOrganisation" value="3" literal="Anticipation et organisation du travail"/> <eLiterals name="VolontaireDisponible" value="4" literal="Contribution au bon fonctionnement du service (volontaire, disponible, adaptation...)"/> <eLiterals name="CollaborationCollegues" value="5" literal="Collaboration avec les collègues"/> <eLiterals name="CollaborationClients" value="6" literal="Collaboration avec les patients, clients, fournisseurs, autres..."/> <eLiterals name="Ecoute" value="7" literal="Ecoute et compréhension des besoins des interlocuteurs"/> <eLiterals name="ImagePositive" value="8" literal="Présentation d'une image positive de l'entreprise"/> <eLiterals name="Deleguer" value="9" literal="Capacité à déléguer"/> <eLiterals name="RealisationObjectifs" value="10" literal="Capacité à la réalisation d'objectifs"/> <eLiterals name="ControleObjectifs" value="11" literal="Capacité à contrôler les objectifs"/> <eLiterals name="RendreCompte" value="12" literal="Savoir rendre compte au responsable"/> <eLiterals name="Transmettre" value="13" literal="Transmettre son savoir"/> <eLiterals name="RespectConsignesEnvironnement" value="14" literal="Contribuer au respect des consignes environnementales (savoir éteindre les lumières, éviter le gaspillage papier...)"/> <eLiterals name="ContributionSecurite" value="15" literal="Contribuer au bon fonctionnement de son service (fermeture et contrôle de la sécurité, fermeture des portes et fenêtres)"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SavoirEtre"> <eLiterals name="Assiduite" literal="Assiduite /ponctualité"/> <eLiterals name="Tenue" value="1" literal="Tenue (comportementale et vestimentaire)"/> <eLiterals name="Motivation" value="2" literal="Motivation/implication (régularité dans le travail)"/> <eLiterals name="EspritEquipe" value="3" literal="Esprit d'équipe (bon état d'esprit)"/> <eLiterals name="EspritInitiative" value="4" literal="Esprit d'initiative"/> <eLiterals name="Rigueur" value="5"/> <eLiterals name="Dynamisme" value="6"/> <eLiterals name="Discretion" value="7" literal="Discrétion/confidentialité"/> <eLiterals name="ControleSoi" value="8" literal="Contrôle de soi"/> <eLiterals name="Perseverance" value="9" literal="Persévérance"/> <eLiterals name="Adaptation" value="10" literal="Faculté d'adaptation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EvaluationSavoirEtre"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="savoirEtre" lowerBound="1" eType="#//SavoirEtre"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eval" lowerBound="1" eType="#//Evaluation" defaultValueLiteral="-/+"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="evol" lowerBound="1" eType="#//Evolution" defaultValueLiteral="Stable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Objectif"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="libelle" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="echeance" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indicateurs" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="moyens" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="evaluationAtteinte" eType="#//ObjectifPrecedent" eOpposite="#//ObjectifPrecedent/objectif"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectifPrecedent"> <eStructuralFeatures xsi:type="ecore:EReference" name="objectif" eType="#//Objectif" eOpposite="#//Objectif/evaluationAtteinte"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="evaluation" lowerBound="1" eType="#//EvaluationAtteinteObjectif"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="commentaire" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="libelle" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EvaluationAtteinteObjectif"> <eLiterals name="NON" literal="Non atteint"/> <eLiterals name="PARTIEL" value="1" literal="Partiellement atteint"/> <eLiterals name="OUI" value="2" literal="Atteint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PhotoEmploye"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prenom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="age" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="etablissement" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="emploi" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classification" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="responsable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateEmbauche" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="http://www.eclipse.org/CDO/DBStore"> <details key="columnType" value="DATE"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="diplomes" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="datePrecedentEntretien" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="http://www.eclipse.org/CDO/DBStore"> <details key="columnType" value="DATE"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="datePrecedentEntretienPro" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="http://www.eclipse.org/CDO/DBStore"> <details key="columnType" value="DATE"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="datePrecedentEntretienAnnuel" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="http://www.eclipse.org/CDO/DBStore"> <details key="columnType" value="DATE"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CategorieCompetence"> <eLiterals name="TECHNIQUE" literal="Compétences Techniques"/> <eLiterals name="ORGA" value="1" literal="Compétences organisationnelles"/> <eLiterals name="RELATION" value="2" literal="Compétences relationnelles"/> <eLiterals name="MANAGER" value="3" literal="Compétences managériales"/> <eLiterals name="ECO" value="4" literal="Compétences économiques / Environnement"/> </eClassifiers> <eSubpackages name="dto" nsURI="http://www.mutualite.fr/mut/1.0/dto" nsPrefix="dto"> <eClassifiers xsi:type="ecore:EClass" name="Formulaire"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prenom" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="matricule" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="diplomes" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="service" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="poste" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="responsable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="menePar" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entretien" lowerBound="1" eType="#//Entretien"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="datePrecedentEntretien" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anciennete" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateEntreeEntreprise" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UIEmploye"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prenom" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="matricule" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nom" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UISessionFormation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quand" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duree" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="libelle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="organisme" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dpc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> </eSubpackages> <eSubpackages name="config" nsURI="http://www.mutualite.fr/mut/1.0/config" nsPrefix="config"> <eClassifiers xsi:type="ecore:EClass" name="Configuration"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jdbcUrl" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="jdbc:mysql://localhost:3306/_RH_GIC"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jdbcUser" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="userDB_RH_GIC"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jdbcPassword" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="C.,HV@%mi31lA1X',AU6"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jdbcDriver" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="com.mysql.jdbc.Driver"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ldapPort" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="389"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ldapServers" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="SRVCAADM01.MFCA.local; SRVCAADM02.MFCA.local"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ldapBaseDn" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="DC=MFCA,DC=local"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ldapIdAttribute" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="samaccountname"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ldapLogin" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="CN=Administrateur AD ReadOnly,OU=_Services,OU=Services Informatiques,OU=Utilisateurs,OU=MFCA,DC=MFCA,DC=local"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ldapPassword" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="3phzdupj"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ldapFilter" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="(&amp;(samaccountname=%s)(objectClass=user)(objectCategory=person)(memberOf=CN= MFCA RH Acces EP EAE Informatise,OU=Services Communs,OU=Groupes,OU=MFCA,DC=MFCA,DC=local)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cdoPort" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="2036"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cdoRepository" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="mutualite-rh"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ldapBase" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="ou=MFCA"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/Highbrainer/jeevaneo/mutualite-rh/fr.mutualite.rh.model/model/mut.ecore
ecore
model Employe hasValidAffectationEmploiCourante chain context hasOneAndOnlyOneAffectationEmploiCourante chain context hasOneAndOnlyOneAffectationClassificationCourante chain context hasValidAffectationClassificationCourante chain context responsable entreteneurs photo e age d matricule prenom nom nomJeuneFille dateNaissance dateEmbauche diplomes etablissement affectationsEmploi affectationEmploiCourante affectationsClassification affectationClassificationCourante sessionsFormation entretiens entretiensMenes dateSortieEntreprise responsable subalternes etablissementsEnResponsabilite entreteneurs employesEntretenus label etablissementsEntretenus Affectation dateDebut dateFin emploi Emploi intitule ClassificationStatut E1 E1 E2 E2 E3 E3 E4 E4 T1 T1 T2 T2 C1 C1 C2 C2 C3 C3 C4 C4 D D DENT Chirurgien Dentiste ALTERNANCE En alternance ADMINISTRATEUR Administrateur AUTRE Autre catégorie APPRENTI APPRENTI AffectationClassification dateDebut dateFin classification Formation libelle sessionformation dpc OrganismeFormation nom formations SessionFormation dateDebut dateFin duree employes appreciations Entretien employe hasValidMeneur chain context date meneur enCours true fake false scan appreciationsSessionFormation souhaitsFormationSalarie souhaitsFormationEvaluateur autresActionsDeveloppementCompetences photoEmploye commentaireBilanFormation appreciationsSessionFormationEntretiensPrecedents EntretienProfessionnel hasValidSynthese chain context evolutionDepuisDernierEntretien evolutionSouhaiteeDansEmploiActuel evolutionSouhaiteeDansNouvelEmploi echeance evolutionSouhaiteeCompetencesAcquises evolutionSouhaiteeCompetencesRequises evolutionSouhaiteeMoyensRealisation perspectivesEvolutionProfessionnelle perspectivesEvolutionProfessionnelleCompetencesAssociees adequationProjetProBesoinsEntreprise true adequationProjetProBesoinsEntrepriseCommentaire rencontreRh rencontreRhCommentaire synthese AppreciationSessionFormation valeur sessionFormation idFormation libelleFormation dateFormation Appreciation Satisfaisant Satisfaisant ACompleter A compléter Inutile Inutile SouhaitFormationEvaluateur texte id Avis Favorable Favorable NonFavorable Non favorable FavorableNonPrioritaire Favorable mais non prioritaire SouhaitFormationSalarie texte avisEvaluateur id Mutualite etablissements emplois effectif organismes utilisateurs Etablissements etablissements Emplois emplois Effectif employes Organismes organismeFormations Etablissement nom employes id responsable entreteneurs Utilisateur employe login roles Role RESPONSABLE_ENTRETIEN Responsable d'entretien DRH Ressource Humaines Utilisateurs utilisateurs EntretienAnnuel bilanFaitsMarquants bilanActivitesSatisfactions bilanActivitesDifficultes evaluationsTenuePosteMissionsPrincipales evaluationsTenuePosteMissionsSpecifiques revoirFicheFonction revoirFicheFonctionPrecisions evaluationsCompetences evaluationsSavoirEtre pointsForts pointsAmeliorer objectifsCommentaires syntheseEvaluateur syntheseSalarie objectifs objectifsPrecedents commentaireEvaluationsTenuePosteMissionsPrincipales commentaireEvaluationsTenuePosteMissionsSpecifiques commentaireCompetences commentaireSavoirEtre Evaluation MOINS - NEUTRE -/+ PLUS + NC Non concerné(e) EvaluationTenuePoste mission eval Evolution DOWN Dégradation STABLE Stable UP Amélioration EvaluationCompetence competence eval -/+ evol Stable Competence RespectProceduresNormes Respect des procédures et des normes CapaciteDecelerUrgences Capacité à déceler les urgences, priorités et anomalies Autonomie Autonomie dans la fonction AnticipationOrganisation Anticipation et organisation du travail VolontaireDisponible Contribution au bon fonctionnement du service (volontaire, disponible, adaptation...) CollaborationCollegues Collaboration avec les collègues CollaborationClients Collaboration avec les patients, clients, fournisseurs, autres... Ecoute Ecoute et compréhension des besoins des interlocuteurs ImagePositive Présentation d'une image positive de l'entreprise Deleguer Capacité à déléguer RealisationObjectifs Capacité à la réalisation d'objectifs ControleObjectifs Capacité à contrôler les objectifs RendreCompte Savoir rendre compte au responsable Transmettre Transmettre son savoir RespectConsignesEnvironnement Contribuer au respect des consignes environnementales (savoir éteindre les lumières, éviter le gaspillage papier...) ContributionSecurite Contribuer au bon fonctionnement de son service (fermeture et contrôle de la sécurité, fermeture des portes et fenêtres) SavoirEtre Assiduite Assiduite /ponctualité Tenue Tenue (comportementale et vestimentaire) Motivation Motivation/implication (régularité dans le travail) EspritEquipe Esprit d'équipe (bon état d'esprit) EspritInitiative Esprit d'initiative Rigueur Rigueur Dynamisme Dynamisme Discretion Discrétion/confidentialité ControleSoi Contrôle de soi Perseverance Persévérance Adaptation Faculté d'adaptation EvaluationSavoirEtre savoirEtre eval -/+ evol Stable Objectif libelle echeance indicateurs moyens evaluationAtteinte ObjectifPrecedent objectif evaluation commentaire libelle EvaluationAtteinteObjectif NON Non atteint PARTIEL Partiellement atteint OUI Atteint PhotoEmploye prenom age etablissement emploi classification responsable nom dateEmbauche diplomes datePrecedentEntretien datePrecedentEntretienPro datePrecedentEntretienAnnuel CategorieCompetence TECHNIQUE Compétences Techniques ORGA Compétences organisationnelles RELATION Compétences relationnelles MANAGER Compétences managériales ECO Compétences économiques / Environnement dto Formulaire prenom matricule nom diplomes service poste responsable menePar entretien date datePrecedentEntretien anciennete dateEntreeEntreprise UIEmploye prenom matricule nom UISessionFormation quand duree libelle organisme dpc config Configuration jdbcUrl jdbc:mysql://localhost:3306/_RH_GIC jdbcUser userDB_RH_GIC jdbcPassword C.,HV@%mi31lA1X',AU6 jdbcDriver com.mysql.jdbc.Driver ldapPort 389 ldapServers SRVCAADM01.MFCA.local; SRVCAADM02.MFCA.local ldapBaseDn DC=MFCA,DC=local ldapIdAttribute samaccountname ldapLogin CN=Administrateur AD ReadOnly,OU=_Services,OU=Services Informatiques,OU=Utilisateurs,OU=MFCA,DC=MFCA,DC=local ldapPassword 3phzdupj ldapFilter (&(samaccountname=%s)(objectClass=user)(objectCategory=person)(memberOf=CN= MFCA RH Acces EP EAE Informatise,OU=Services Communs,OU=Groupes,OU=MFCA,DC=MFCA,DC=local)(!(userAccountControl:1.2.840.113556.1.4.803:=2))) cdoPort 2036 cdoRepository mutualite-rh ldapBase ou=MFCA
null
{"directed":true,"nodes":[{"nsPrefix":"mut","nsURI":"http://www.mutualite.fr/mut/1.0","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Employe","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Affectation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Emploi","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ClassificationStatut","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AffectationClassification","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Formation","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrganismeFormation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SessionFormation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entretien","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntretienProfessionnel","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AppreciationSessionFormation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Appreciation","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SouhaitFormationEvaluateur","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Avis","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SouhaitFormationSalarie","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mutualite","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Etablissements","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Emplois","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Effectif","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Organismes","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Etablissement","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Utilisateur","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Role","instanceClass":null,"id":23,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Utilisateurs","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntretienAnnuel","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Evaluation","instanceClass":null,"id":26,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvaluationTenuePoste","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Evolution","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvaluationCompetence","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Competence","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SavoirEtre","instanceClass":null,"id":31,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvaluationSavoirEtre","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Objectif","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectifPrecedent","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EvaluationAtteinteObjectif","instanceClass":null,"id":35,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhotoEmploye","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CategorieCompetence","instanceClass":null,"id":37,"serializable":true,"eClass":"EEnum"},{"nsPrefix":"dto","nsURI":"http://www.mutualite.fr/mut/1.0/dto","name":"dto","id":38,"eClass":"EPackage"},{"nsPrefix":"config","nsURI":"http://www.mutualite.fr/mut/1.0/config","name":"config","id":39,"eClass":"EPackage"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasValidAffectationEmploiCourante","lowerBound":0,"id":40,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasOneAndOnlyOneAffectationEmploiCourante","lowerBound":0,"id":41,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasOneAndOnlyOneAffectationClassificationCourante","lowerBound":0,"id":42,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasValidAffectationClassificationCourante","lowerBound":0,"id":43,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"responsable","lowerBound":1,"id":44,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"entreteneurs","lowerBound":0,"id":45,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"photo","lowerBound":1,"id":46,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"age","lowerBound":1,"id":47,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"matricule","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prenom","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":"nom","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nomJeuneFille","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dateNaissance","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dateEmbauche","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"diplomes","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"etablissement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"affectationsEmploi","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"affectationEmploiCourante","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"affectationsClassification","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"affectationClassificationCourante","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"name":"sessionsFormation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entretiens","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entretiensMenes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dateSortieEntreprise","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"responsable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subalternes","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":"etablissementsEnResponsabilite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"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":"entreteneurs","changeable":true,"resolveProxies":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"employesEntretenus","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"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":"label","changeable":false,"lowerBound":1,"iD":false,"id":69,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"etablissementsEntretenus","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":1,"id":72,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":1,"id":73,"many":false,"required":true,"eClass":"EParameter"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":1,"id":79,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":1,"id":86,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","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":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":1,"id":93,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":1,"id":94,"many":false,"required":true,"eClass":"EParameter"},{"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"},{"ordered":true,"upperBound":1,"unique":true,"name":"e","lowerBound":0,"id":103,"many":false,"required":false,"eClass":"EParameter"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"d","lowerBound":0,"id":106,"many":false,"required":false,"eClass":"EParameter"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"employes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":116,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"employes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":122,"derived":false},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"meneur","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"responsable","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entreteneurs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dateDebut","changeable":true,"lowerBound":1,"iD":false,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dateFin","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"emploi","changeable":true,"resolveProxies":true,"lowerBound":1,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"intitule","changeable":true,"lowerBound":1,"iD":false,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"name":"E1","id":144,"value":1,"literal":"E1","eClass":"EEnumLiteral"},{"name":"E2","id":145,"value":2,"literal":"E2","eClass":"EEnumLiteral"},{"name":"E3","id":146,"value":3,"literal":"E3","eClass":"EEnumLiteral"},{"name":"E4","id":147,"value":4,"literal":"E4","eClass":"EEnumLiteral"},{"name":"T1","id":148,"value":11,"literal":"T1","eClass":"EEnumLiteral"},{"name":"T2","id":149,"value":12,"literal":"T2","eClass":"EEnumLiteral"},{"name":"C1","id":150,"value":21,"literal":"C1","eClass":"EEnumLiteral"},{"name":"C2","id":151,"value":22,"literal":"C2","eClass":"EEnumLiteral"},{"name":"C3","id":152,"value":23,"literal":"C3","eClass":"EEnumLiteral"},{"name":"C4","id":153,"value":24,"literal":"C4","eClass":"EEnumLiteral"},{"name":"D","id":154,"value":31,"literal":"D","eClass":"EEnumLiteral"},{"name":"DENT","id":155,"value":29,"literal":"Chirurgien Dentiste","eClass":"EEnumLiteral"},{"name":"ALTERNANCE","id":156,"value":90,"literal":"En alternance","eClass":"EEnumLiteral"},{"name":"ADMINISTRATEUR","id":157,"value":40,"literal":"Administrateur","eClass":"EEnumLiteral"},{"name":"AUTRE","id":158,"value":-1,"literal":"Autre catégorie","eClass":"EEnumLiteral"},{"name":"APPRENTI","id":159,"value":0,"literal":"APPRENTI","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":"dateDebut","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dateFin","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classification","changeable":true,"lowerBound":1,"iD":false,"id":162,"derived":false},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"libelle","changeable":true,"lowerBound":1,"iD":false,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sessionformation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dpc","changeable":true,"lowerBound":0,"iD":false,"id":168,"derived":false},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nom","changeable":true,"lowerBound":1,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"formations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dateDebut","changeable":true,"lowerBound":1,"iD":false,"id":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dateFin","changeable":true,"lowerBound":1,"iD":false,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duree","changeable":true,"lowerBound":1,"iD":false,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appreciations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sessionFormation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":185,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"employe","lowerBound":1,"id":186,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasValidMeneur","lowerBound":0,"id":187,"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":"date","changeable":true,"lowerBound":1,"iD":false,"id":188,"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":"enCours","changeable":true,"lowerBound":1,"iD":false,"id":189,"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":"fake","changeable":true,"lowerBound":1,"iD":false,"id":190,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"scan","changeable":true,"lowerBound":0,"iD":false,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"appreciationsSessionFormation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"souhaitsFormationSalarie","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"souhaitsFormationEvaluateur","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"autresActionsDeveloppementCompetences","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"photoEmploye","changeable":true,"resolveProxies":true,"lowerBound":1,"id":196,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commentaireBilanFormation","changeable":true,"lowerBound":0,"iD":false,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"appreciationsSessionFormationEntretiensPrecedents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":1,"id":201,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":1,"id":202,"many":false,"required":true,"eClass":"EParameter"},{"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,"unique":true,"name":"hasValidSynthese","lowerBound":0,"id":219,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"evolutionDepuisDernierEntretien","changeable":true,"lowerBound":0,"iD":false,"id":220,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"evolutionSouhaiteeDansEmploiActuel","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"evolutionSouhaiteeDansNouvelEmploi","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"echeance","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"evolutionSouhaiteeCompetencesAcquises","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"evolutionSouhaiteeCompetencesRequises","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"evolutionSouhaiteeMoyensRealisation","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"perspectivesEvolutionProfessionnelle","changeable":true,"lowerBound":0,"iD":false,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"perspectivesEvolutionProfessionnelleCompetencesAssociees","changeable":true,"lowerBound":0,"iD":false,"id":228,"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":"adequationProjetProBesoinsEntreprise","changeable":true,"lowerBound":0,"iD":false,"id":229,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"adequationProjetProBesoinsEntrepriseCommentaire","changeable":true,"lowerBound":0,"iD":false,"id":230,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rencontreRh","changeable":true,"lowerBound":0,"iD":false,"id":231,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rencontreRhCommentaire","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"synthese","changeable":true,"lowerBound":0,"iD":false,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"chain","lowerBound":1,"id":236,"many":false,"required":true,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"context","lowerBound":1,"id":237,"many":false,"required":true,"eClass":"EParameter"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"valeur","changeable":true,"lowerBound":1,"iD":false,"id":256,"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":"idFormation","changeable":false,"lowerBound":1,"iD":false,"id":257,"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":"libelleFormation","changeable":false,"lowerBound":1,"iD":false,"id":258,"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":"dateFormation","changeable":false,"lowerBound":1,"iD":false,"id":259,"derived":true},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"name":"Satisfaisant","id":265,"value":0,"literal":"Satisfaisant","eClass":"EEnumLiteral"},{"name":"ACompleter","id":266,"value":1,"literal":"A compléter","eClass":"EEnumLiteral"},{"name":"Inutile","id":267,"value":2,"literal":"Inutile","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":"texte","changeable":true,"lowerBound":1,"iD":false,"id":268,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"id","changeable":false,"lowerBound":1,"iD":false,"id":269,"derived":true},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"name":"Favorable","id":272,"value":0,"literal":"Favorable","eClass":"EEnumLiteral"},{"name":"NonFavorable","id":273,"value":1,"literal":"Non favorable","eClass":"EEnumLiteral"},{"name":"FavorableNonPrioritaire","id":274,"value":2,"literal":"Favorable mais non prioritaire","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":"texte","changeable":true,"lowerBound":1,"iD":false,"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":"avisEvaluateur","changeable":true,"lowerBound":1,"iD":false,"id":276,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"id","changeable":false,"lowerBound":1,"iD":false,"id":277,"derived":true},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"etablissements","changeable":true,"resolveProxies":true,"lowerBound":1,"id":281,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"emplois","changeable":true,"resolveProxies":true,"lowerBound":1,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"effectif","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":"organismes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":284,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"utilisateurs","changeable":true,"resolveProxies":true,"lowerBound":1,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"etablissements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":291,"derived":false},{"id":292,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"emplois","changeable":true,"resolveProxies":true,"lowerBound":0,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"employes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"organismeFormations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nom","changeable":true,"lowerBound":1,"iD":false,"id":299,"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":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":"employe","changeable":true,"resolveProxies":true,"lowerBound":1,"id":306,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"login","changeable":true,"lowerBound":1,"iD":false,"id":307,"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":"roles","changeable":true,"lowerBound":0,"iD":false,"id":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"name":"RESPONSABLE_ENTRETIEN","id":312,"value":0,"literal":"Responsable d'entretien","eClass":"EEnumLiteral"},{"name":"DRH","id":313,"value":1,"literal":"Ressource Humaines","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":"utilisateurs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":314,"derived":false},{"id":315,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bilanFaitsMarquants","changeable":true,"lowerBound":0,"iD":false,"id":316,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bilanActivitesSatisfactions","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bilanActivitesDifficultes","changeable":true,"lowerBound":0,"iD":false,"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":"evaluationsTenuePosteMissionsPrincipales","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":"evaluationsTenuePosteMissionsSpecifiques","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revoirFicheFonction","changeable":true,"lowerBound":0,"iD":false,"id":321,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"revoirFicheFonctionPrecisions","changeable":true,"lowerBound":0,"iD":false,"id":322,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"evaluationsCompetences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"evaluationsSavoirEtre","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pointsForts","changeable":true,"lowerBound":0,"iD":false,"id":325,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pointsAmeliorer","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"objectifsCommentaires","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syntheseEvaluateur","changeable":true,"lowerBound":0,"iD":false,"id":328,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"syntheseSalarie","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objectifs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objectifsPrecedents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commentaireEvaluationsTenuePosteMissionsPrincipales","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commentaireEvaluationsTenuePosteMissionsSpecifiques","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commentaireCompetences","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"commentaireSavoirEtre","changeable":true,"lowerBound":0,"iD":false,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"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"},{"name":"MOINS","id":357,"value":0,"literal":"-","eClass":"EEnumLiteral"},{"name":"NEUTRE","id":358,"value":1,"literal":"-/+","eClass":"EEnumLiteral"},{"name":"PLUS","id":359,"value":2,"literal":"+","eClass":"EEnumLiteral"},{"name":"NC","id":360,"value":3,"literal":"Non concerné(e)","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":"mission","changeable":true,"lowerBound":1,"iD":false,"id":361,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"eval","changeable":true,"lowerBound":1,"iD":false,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"name":"DOWN","id":365,"value":0,"literal":"Dégradation","eClass":"EEnumLiteral"},{"name":"STABLE","id":366,"value":1,"literal":"Stable","eClass":"EEnumLiteral"},{"name":"UP","id":367,"value":2,"literal":"Amélioration","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"competence","changeable":true,"lowerBound":1,"iD":false,"id":368,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-/+","unsettable":false,"transient":false,"unique":true,"name":"eval","changeable":true,"lowerBound":1,"iD":false,"id":369,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Stable","unsettable":false,"transient":false,"unique":true,"name":"evol","changeable":true,"lowerBound":1,"iD":false,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"name":"RespectProceduresNormes","id":374,"value":0,"literal":"Respect des procédures et des normes","eClass":"EEnumLiteral"},{"name":"CapaciteDecelerUrgences","id":375,"value":1,"literal":"Capacité à déceler les urgences, priorités et anomalies","eClass":"EEnumLiteral"},{"name":"Autonomie","id":376,"value":2,"literal":"Autonomie dans la fonction","eClass":"EEnumLiteral"},{"name":"AnticipationOrganisation","id":377,"value":3,"literal":"Anticipation et organisation du travail","eClass":"EEnumLiteral"},{"name":"VolontaireDisponible","id":378,"value":4,"literal":"Contribution au bon fonctionnement du service (volontaire, disponible, adaptation...)","eClass":"EEnumLiteral"},{"name":"CollaborationCollegues","id":379,"value":5,"literal":"Collaboration avec les collègues","eClass":"EEnumLiteral"},{"name":"CollaborationClients","id":380,"value":6,"literal":"Collaboration avec les patients, clients, fournisseurs, autres...","eClass":"EEnumLiteral"},{"name":"Ecoute","id":381,"value":7,"literal":"Ecoute et compréhension des besoins des interlocuteurs","eClass":"EEnumLiteral"},{"name":"ImagePositive","id":382,"value":8,"literal":"Présentation d'une image positive de l'entreprise","eClass":"EEnumLiteral"},{"name":"Deleguer","id":383,"value":9,"literal":"Capacité à déléguer","eClass":"EEnumLiteral"},{"name":"RealisationObjectifs","id":384,"value":10,"literal":"Capacité à la réalisation d'objectifs","eClass":"EEnumLiteral"},{"name":"ControleObjectifs","id":385,"value":11,"literal":"Capacité à contrôler les objectifs","eClass":"EEnumLiteral"},{"name":"RendreCompte","id":386,"value":12,"literal":"Savoir rendre compte au responsable","eClass":"EEnumLiteral"},{"name":"Transmettre","id":387,"value":13,"literal":"Transmettre son savoir","eClass":"EEnumLiteral"},{"name":"RespectConsignesEnvironnement","id":388,"value":14,"literal":"Contribuer au respect des consignes environnementales (savoir éteindre les lumières, éviter le gaspillage papier...)","eClass":"EEnumLiteral"},{"name":"ContributionSecurite","id":389,"value":15,"literal":"Contribuer au bon fonctionnement de son service (fermeture et contrôle de la sécurité, fermeture des portes et fenêtres)","eClass":"EEnumLiteral"},{"name":"Assiduite","id":390,"value":0,"literal":"Assiduite /ponctualité","eClass":"EEnumLiteral"},{"name":"Tenue","id":391,"value":1,"literal":"Tenue (comportementale et vestimentaire)","eClass":"EEnumLiteral"},{"name":"Motivation","id":392,"value":2,"literal":"Motivation/implication (régularité dans le travail)","eClass":"EEnumLiteral"},{"name":"EspritEquipe","id":393,"value":3,"literal":"Esprit d'équipe (bon état d'esprit)","eClass":"EEnumLiteral"},{"name":"EspritInitiative","id":394,"value":4,"literal":"Esprit d'initiative","eClass":"EEnumLiteral"},{"name":"Rigueur","id":395,"value":5,"literal":"Rigueur","eClass":"EEnumLiteral"},{"name":"Dynamisme","id":396,"value":6,"literal":"Dynamisme","eClass":"EEnumLiteral"},{"name":"Discretion","id":397,"value":7,"literal":"Discrétion/confidentialité","eClass":"EEnumLiteral"},{"name":"ControleSoi","id":398,"value":8,"literal":"Contrôle de soi","eClass":"EEnumLiteral"},{"name":"Perseverance","id":399,"value":9,"literal":"Persévérance","eClass":"EEnumLiteral"},{"name":"Adaptation","id":400,"value":10,"literal":"Faculté d'adaptation","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"savoirEtre","changeable":true,"lowerBound":1,"iD":false,"id":401,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"-/+","unsettable":false,"transient":false,"unique":true,"name":"eval","changeable":true,"lowerBound":1,"iD":false,"id":402,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"Stable","unsettable":false,"transient":false,"unique":true,"name":"evol","changeable":true,"lowerBound":1,"iD":false,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"libelle","changeable":true,"lowerBound":1,"iD":false,"id":407,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"echeance","changeable":true,"lowerBound":1,"iD":false,"id":408,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"indicateurs","changeable":true,"lowerBound":1,"iD":false,"id":409,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"moyens","changeable":true,"lowerBound":1,"iD":false,"id":410,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"evaluationAtteinte","changeable":true,"resolveProxies":true,"lowerBound":0,"id":411,"derived":false},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"objectif","changeable":true,"resolveProxies":true,"lowerBound":0,"id":417,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"evaluation","changeable":true,"lowerBound":1,"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":"commentaire","changeable":true,"lowerBound":0,"iD":false,"id":419,"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":"libelle","changeable":false,"lowerBound":1,"iD":false,"id":420,"derived":true},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"name":"NON","id":425,"value":0,"literal":"Non atteint","eClass":"EEnumLiteral"},{"name":"PARTIEL","id":426,"value":1,"literal":"Partiellement atteint","eClass":"EEnumLiteral"},{"name":"OUI","id":427,"value":2,"literal":"Atteint","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":"prenom","changeable":true,"lowerBound":0,"iD":false,"id":428,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"age","changeable":true,"lowerBound":0,"iD":false,"id":429,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"etablissement","changeable":true,"lowerBound":0,"iD":false,"id":430,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"emploi","changeable":true,"lowerBound":0,"iD":false,"id":431,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classification","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":"responsable","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":"nom","changeable":true,"lowerBound":0,"iD":false,"id":434,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dateEmbauche","changeable":true,"lowerBound":0,"iD":false,"id":435,"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":"diplomes","changeable":true,"lowerBound":0,"iD":false,"id":436,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"datePrecedentEntretien","changeable":true,"lowerBound":0,"iD":false,"id":437,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"datePrecedentEntretienPro","changeable":true,"lowerBound":0,"iD":false,"id":438,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"datePrecedentEntretienAnnuel","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"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"name":"TECHNIQUE","id":452,"value":0,"literal":"Compétences Techniques","eClass":"EEnumLiteral"},{"name":"ORGA","id":453,"value":1,"literal":"Compétences organisationnelles","eClass":"EEnumLiteral"},{"name":"RELATION","id":454,"value":2,"literal":"Compétences relationnelles","eClass":"EEnumLiteral"},{"name":"MANAGER","id":455,"value":3,"literal":"Compétences managériales","eClass":"EEnumLiteral"},{"name":"ECO","id":456,"value":4,"literal":"Compétences économiques / Environnement","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Formulaire","instanceClass":null,"abstract":false,"id":457,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UIEmploye","instanceClass":null,"abstract":false,"id":458,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UISessionFormation","instanceClass":null,"abstract":false,"id":459,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"prenom","changeable":false,"lowerBound":1,"iD":false,"id":460,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":true,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"matricule","changeable":false,"lowerBound":1,"iD":false,"id":461,"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":"nom","changeable":false,"lowerBound":0,"iD":false,"id":462,"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":"diplomes","changeable":false,"lowerBound":1,"iD":false,"id":463,"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":"service","changeable":false,"lowerBound":0,"iD":false,"id":464,"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":"poste","changeable":false,"lowerBound":0,"iD":false,"id":465,"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":"responsable","changeable":false,"lowerBound":0,"iD":false,"id":466,"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":"menePar","changeable":false,"lowerBound":0,"iD":false,"id":467,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entretien","changeable":true,"resolveProxies":true,"lowerBound":1,"id":468,"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":"date","changeable":false,"lowerBound":0,"iD":false,"id":469,"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":"datePrecedentEntretien","changeable":false,"lowerBound":0,"iD":false,"id":470,"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":"anciennete","changeable":false,"lowerBound":0,"iD":false,"id":471,"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":"dateEntreeEntreprise","changeable":false,"lowerBound":0,"iD":false,"id":472,"derived":true},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prenom","changeable":true,"lowerBound":1,"iD":false,"id":486,"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":"matricule","changeable":true,"lowerBound":1,"iD":false,"id":487,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nom","changeable":true,"lowerBound":1,"iD":false,"id":488,"derived":false},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quand","changeable":true,"lowerBound":0,"iD":false,"id":492,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duree","changeable":true,"lowerBound":0,"iD":false,"id":493,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"libelle","changeable":true,"lowerBound":0,"iD":false,"id":494,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"organisme","changeable":true,"lowerBound":0,"iD":false,"id":495,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dpc","changeable":true,"lowerBound":0,"iD":false,"id":496,"derived":false},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Configuration","instanceClass":null,"abstract":false,"id":502,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":"jdbc:mysql://localhost:3306/_RH_GIC","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"jdbc:mysql://localhost:3306/_RH_GIC","unsettable":false,"transient":false,"unique":true,"name":"jdbcUrl","changeable":true,"lowerBound":1,"iD":false,"id":503,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"userDB_RH_GIC","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"userDB_RH_GIC","unsettable":false,"transient":false,"unique":true,"name":"jdbcUser","changeable":true,"lowerBound":1,"iD":false,"id":504,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"C.,HV@%mi31lA1X',AU6","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"C.,HV@%mi31lA1X',AU6","unsettable":false,"transient":false,"unique":true,"name":"jdbcPassword","changeable":true,"lowerBound":1,"iD":false,"id":505,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"com.mysql.jdbc.Driver","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"com.mysql.jdbc.Driver","unsettable":false,"transient":false,"unique":true,"name":"jdbcDriver","changeable":true,"lowerBound":1,"iD":false,"id":506,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":389,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"389","unsettable":false,"transient":false,"unique":true,"name":"ldapPort","changeable":true,"lowerBound":1,"iD":false,"id":507,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"SRVCAADM01.MFCA.local; SRVCAADM02.MFCA.local","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"SRVCAADM01.MFCA.local; SRVCAADM02.MFCA.local","unsettable":false,"transient":false,"unique":true,"name":"ldapServers","changeable":true,"lowerBound":1,"iD":false,"id":508,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"DC=MFCA,DC=local","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"DC=MFCA,DC=local","unsettable":false,"transient":false,"unique":true,"name":"ldapBaseDn","changeable":true,"lowerBound":1,"iD":false,"id":509,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"samaccountname","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"samaccountname","unsettable":false,"transient":false,"unique":true,"name":"ldapIdAttribute","changeable":true,"lowerBound":1,"iD":false,"id":510,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"CN=Administrateur AD ReadOnly,OU=_Services,OU=Services Informatiques,OU=Utilisateurs,OU=MFCA,DC=MFCA,DC=local","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"CN=Administrateur AD ReadOnly,OU=_Services,OU=Services Informatiques,OU=Utilisateurs,OU=MFCA,DC=MFCA,DC=local","unsettable":false,"transient":false,"unique":true,"name":"ldapLogin","changeable":true,"lowerBound":1,"iD":false,"id":511,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"3phzdupj","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"3phzdupj","unsettable":false,"transient":false,"unique":true,"name":"ldapPassword","changeable":true,"lowerBound":1,"iD":false,"id":512,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"(&(samaccountname=%s)(objectClass=user)(objectCategory=person)(memberOf=CN= MFCA RH Acces EP EAE Informatise,OU=Services Communs,OU=Groupes,OU=MFCA,DC=MFCA,DC=local)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"(&(samaccountname=%s)(objectClass=user)(objectCategory=person)(memberOf=CN= MFCA RH Acces EP EAE Informatise,OU=Services Communs,OU=Groupes,OU=MFCA,DC=MFCA,DC=local)(!(userAccountControl:1.2.840.113556.1.4.803:=2)))","unsettable":false,"transient":false,"unique":true,"name":"ldapFilter","changeable":true,"lowerBound":1,"iD":false,"id":513,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":2036,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"2036","unsettable":false,"transient":false,"unique":true,"name":"cdoPort","changeable":true,"lowerBound":1,"iD":false,"id":514,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"mutualite-rh","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"mutualite-rh","unsettable":false,"transient":false,"unique":true,"name":"cdoRepository","changeable":true,"lowerBound":1,"iD":false,"id":515,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"ou=MFCA","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"ou=MFCA","unsettable":false,"transient":false,"unique":true,"name":"ldapBase","changeable":true,"lowerBound":1,"iD":false,"id":516,"derived":false},{"id":517,"eClass":"EGenericType"},{"id":518,"eClass":"EGenericType"},{"id":519,"eClass":"EGenericType"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":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":40,"target":71},{"source":40,"target":1},{"source":40,"target":72},{"source":40,"target":73},{"source":72,"target":74},{"source":72,"target":40},{"source":73,"target":75},{"source":73,"target":40},{"source":75,"target":76},{"source":75,"target":77},{"source":41,"target":78},{"source":41,"target":1},{"source":41,"target":79},{"source":41,"target":80},{"source":79,"target":81},{"source":79,"target":41},{"source":80,"target":82},{"source":80,"target":41},{"source":82,"target":83},{"source":82,"target":84},{"source":42,"target":85},{"source":42,"target":1},{"source":42,"target":86},{"source":42,"target":87},{"source":86,"target":88},{"source":86,"target":42},{"source":87,"target":89},{"source":87,"target":42},{"source":89,"target":90},{"source":89,"target":91},{"source":43,"target":92},{"source":43,"target":1},{"source":43,"target":93},{"source":43,"target":94},{"source":93,"target":95},{"source":93,"target":43},{"source":94,"target":96},{"source":94,"target":43},{"source":96,"target":97},{"source":96,"target":98},{"source":44,"target":1},{"source":44,"target":99},{"source":44,"target":1},{"source":99,"target":1},{"source":45,"target":100},{"source":45,"target":1},{"source":100,"target":101},{"source":101,"target":1},{"source":46,"target":36},{"source":46,"target":102},{"source":46,"target":1},{"source":46,"target":103},{"source":102,"target":36},{"source":103,"target":104},{"source":103,"target":46},{"source":47,"target":105},{"source":47,"target":1},{"source":47,"target":106},{"source":106,"target":107},{"source":106,"target":47},{"source":48,"target":108},{"source":48,"target":1},{"source":49,"target":109},{"source":49,"target":1},{"source":50,"target":110},{"source":50,"target":1},{"source":51,"target":111},{"source":51,"target":1},{"source":52,"target":112},{"source":52,"target":1},{"source":53,"target":113},{"source":53,"target":1},{"source":54,"target":114},{"source":54,"target":1},{"source":55,"target":21},{"source":55,"target":115},{"source":55,"target":1},{"source":55,"target":116},{"source":115,"target":21},{"source":56,"target":2},{"source":56,"target":117},{"source":56,"target":1},{"source":117,"target":2},{"source":57,"target":2},{"source":57,"target":118},{"source":57,"target":1},{"source":118,"target":2},{"source":58,"target":5},{"source":58,"target":119},{"source":58,"target":1},{"source":119,"target":5},{"source":59,"target":5},{"source":59,"target":120},{"source":59,"target":1},{"source":120,"target":5},{"source":60,"target":8},{"source":60,"target":121},{"source":60,"target":1},{"source":60,"target":122},{"source":121,"target":8},{"source":61,"target":9},{"source":61,"target":123},{"source":61,"target":1},{"source":123,"target":9},{"source":62,"target":9},{"source":62,"target":124},{"source":62,"target":1},{"source":62,"target":125},{"source":124,"target":9},{"source":63,"target":126},{"source":63,"target":1},{"source":64,"target":1},{"source":64,"target":127},{"source":64,"target":1},{"source":64,"target":65},{"source":127,"target":1},{"source":65,"target":1},{"source":65,"target":128},{"source":65,"target":1},{"source":65,"target":64},{"source":128,"target":1},{"source":66,"target":21},{"source":66,"target":129},{"source":66,"target":1},{"source":66,"target":130},{"source":129,"target":21},{"source":67,"target":1},{"source":67,"target":131},{"source":67,"target":1},{"source":67,"target":68},{"source":131,"target":1},{"source":68,"target":1},{"source":68,"target":132},{"source":68,"target":1},{"source":68,"target":67},{"source":132,"target":1},{"source":69,"target":133},{"source":69,"target":1},{"source":70,"target":21},{"source":70,"target":134},{"source":70,"target":1},{"source":70,"target":135},{"source":134,"target":21},{"source":2,"target":0},{"source":2,"target":136},{"source":2,"target":137},{"source":2,"target":138},{"source":136,"target":139},{"source":136,"target":2},{"source":137,"target":140},{"source":137,"target":2},{"source":138,"target":3},{"source":138,"target":141},{"source":138,"target":2},{"source":141,"target":3},{"source":3,"target":0},{"source":3,"target":142},{"source":142,"target":143},{"source":142,"target":3},{"source":4,"target":0},{"source":4,"target":144},{"source":4,"target":145},{"source":4,"target":146},{"source":4,"target":147},{"source":4,"target":148},{"source":4,"target":149},{"source":4,"target":150},{"source":4,"target":151},{"source":4,"target":152},{"source":4,"target":153},{"source":4,"target":154},{"source":4,"target":155},{"source":4,"target":156},{"source":4,"target":157},{"source":4,"target":158},{"source":4,"target":159},{"source":144,"target":4},{"source":145,"target":4},{"source":146,"target":4},{"source":147,"target":4},{"source":148,"target":4},{"source":149,"target":4},{"source":150,"target":4},{"source":151,"target":4},{"source":152,"target":4},{"source":153,"target":4},{"source":154,"target":4},{"source":155,"target":4},{"source":156,"target":4},{"source":157,"target":4},{"source":158,"target":4},{"source":159,"target":4},{"source":5,"target":0},{"source":5,"target":160},{"source":5,"target":161},{"source":5,"target":162},{"source":160,"target":163},{"source":160,"target":5},{"source":161,"target":164},{"source":161,"target":5},{"source":162,"target":4},{"source":162,"target":165},{"source":162,"target":5},{"source":165,"target":4},{"source":6,"target":0},{"source":6,"target":166},{"source":6,"target":167},{"source":6,"target":168},{"source":166,"target":169},{"source":166,"target":6},{"source":167,"target":8},{"source":167,"target":170},{"source":167,"target":6},{"source":170,"target":8},{"source":168,"target":171},{"source":168,"target":6},{"source":7,"target":0},{"source":7,"target":172},{"source":7,"target":173},{"source":172,"target":174},{"source":172,"target":7},{"source":173,"target":6},{"source":173,"target":175},{"source":173,"target":7},{"source":175,"target":6},{"source":8,"target":0},{"source":8,"target":176},{"source":8,"target":177},{"source":8,"target":178},{"source":8,"target":122},{"source":8,"target":179},{"source":176,"target":180},{"source":176,"target":8},{"source":177,"target":181},{"source":177,"target":8},{"source":178,"target":182},{"source":178,"target":8},{"source":122,"target":1},{"source":122,"target":183},{"source":122,"target":8},{"source":122,"target":60},{"source":183,"target":1},{"source":179,"target":11},{"source":179,"target":184},{"source":179,"target":8},{"source":179,"target":185},{"source":184,"target":11},{"source":9,"target":0},{"source":9,"target":186},{"source":9,"target":187},{"source":9,"target":188},{"source":9,"target":125},{"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":198},{"source":186,"target":1},{"source":186,"target":199},{"source":186,"target":9},{"source":199,"target":1},{"source":187,"target":200},{"source":187,"target":9},{"source":187,"target":201},{"source":187,"target":202},{"source":201,"target":203},{"source":201,"target":187},{"source":202,"target":204},{"source":202,"target":187},{"source":204,"target":205},{"source":204,"target":206},{"source":188,"target":207},{"source":188,"target":9},{"source":125,"target":1},{"source":125,"target":208},{"source":125,"target":9},{"source":125,"target":62},{"source":208,"target":1},{"source":189,"target":209},{"source":189,"target":9},{"source":190,"target":210},{"source":190,"target":9},{"source":191,"target":211},{"source":191,"target":9},{"source":192,"target":11},{"source":192,"target":212},{"source":192,"target":9},{"source":212,"target":11},{"source":193,"target":15},{"source":193,"target":213},{"source":193,"target":9},{"source":213,"target":15},{"source":194,"target":13},{"source":194,"target":214},{"source":194,"target":9},{"source":214,"target":13},{"source":195,"target":215},{"source":195,"target":9},{"source":196,"target":36},{"source":196,"target":216},{"source":196,"target":9},{"source":216,"target":36},{"source":197,"target":217},{"source":197,"target":9},{"source":198,"target":11},{"source":198,"target":218},{"source":198,"target":9},{"source":218,"target":11},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":219},{"source":10,"target":220},{"source":10,"target":221},{"source":10,"target":222},{"source":10,"target":223},{"source":10,"target":224},{"source":10,"target":225},{"source":10,"target":226},{"source":10,"target":227},{"source":10,"target":228},{"source":10,"target":229},{"source":10,"target":230},{"source":10,"target":231},{"source":10,"target":232},{"source":10,"target":233},{"source":10,"target":234},{"source":219,"target":235},{"source":219,"target":10},{"source":219,"target":236},{"source":219,"target":237},{"source":236,"target":238},{"source":236,"target":219},{"source":237,"target":239},{"source":237,"target":219},{"source":239,"target":240},{"source":239,"target":241},{"source":220,"target":242},{"source":220,"target":10},{"source":221,"target":243},{"source":221,"target":10},{"source":222,"target":244},{"source":222,"target":10},{"source":223,"target":245},{"source":223,"target":10},{"source":224,"target":246},{"source":224,"target":10},{"source":225,"target":247},{"source":225,"target":10},{"source":226,"target":248},{"source":226,"target":10},{"source":227,"target":249},{"source":227,"target":10},{"source":228,"target":250},{"source":228,"target":10},{"source":229,"target":251},{"source":229,"target":10},{"source":230,"target":252},{"source":230,"target":10},{"source":231,"target":253},{"source":231,"target":10},{"source":232,"target":254},{"source":232,"target":10},{"source":233,"target":255},{"source":233,"target":10},{"source":234,"target":9},{"source":11,"target":0},{"source":11,"target":256},{"source":11,"target":185},{"source":11,"target":257},{"source":11,"target":258},{"source":11,"target":259},{"source":256,"target":12},{"source":256,"target":260},{"source":256,"target":11},{"source":260,"target":12},{"source":185,"target":8},{"source":185,"target":261},{"source":185,"target":11},{"source":185,"target":179},{"source":261,"target":8},{"source":257,"target":262},{"source":257,"target":11},{"source":258,"target":263},{"source":258,"target":11},{"source":259,"target":264},{"source":259,"target":11},{"source":12,"target":0},{"source":12,"target":265},{"source":12,"target":266},{"source":12,"target":267},{"source":265,"target":12},{"source":266,"target":12},{"source":267,"target":12},{"source":13,"target":0},{"source":13,"target":268},{"source":13,"target":269},{"source":268,"target":270},{"source":268,"target":13},{"source":269,"target":271},{"source":269,"target":13},{"source":14,"target":0},{"source":14,"target":272},{"source":14,"target":273},{"source":14,"target":274},{"source":272,"target":14},{"source":273,"target":14},{"source":274,"target":14},{"source":15,"target":0},{"source":15,"target":275},{"source":15,"target":276},{"source":15,"target":277},{"source":275,"target":278},{"source":275,"target":15},{"source":276,"target":14},{"source":276,"target":279},{"source":276,"target":15},{"source":279,"target":14},{"source":277,"target":280},{"source":277,"target":15},{"source":16,"target":0},{"source":16,"target":281},{"source":16,"target":282},{"source":16,"target":283},{"source":16,"target":284},{"source":16,"target":285},{"source":281,"target":17},{"source":281,"target":286},{"source":281,"target":16},{"source":286,"target":17},{"source":282,"target":18},{"source":282,"target":287},{"source":282,"target":16},{"source":287,"target":18},{"source":283,"target":19},{"source":283,"target":288},{"source":283,"target":16},{"source":288,"target":19},{"source":284,"target":20},{"source":284,"target":289},{"source":284,"target":16},{"source":289,"target":20},{"source":285,"target":24},{"source":285,"target":290},{"source":285,"target":16},{"source":290,"target":24},{"source":17,"target":0},{"source":17,"target":291},{"source":291,"target":21},{"source":291,"target":292},{"source":291,"target":17},{"source":292,"target":21},{"source":18,"target":0},{"source":18,"target":293},{"source":293,"target":3},{"source":293,"target":294},{"source":293,"target":18},{"source":294,"target":3},{"source":19,"target":0},{"source":19,"target":295},{"source":295,"target":1},{"source":295,"target":296},{"source":295,"target":19},{"source":296,"target":1},{"source":20,"target":0},{"source":20,"target":297},{"source":297,"target":7},{"source":297,"target":298},{"source":297,"target":20},{"source":298,"target":7},{"source":21,"target":0},{"source":21,"target":299},{"source":21,"target":116},{"source":21,"target":300},{"source":21,"target":130},{"source":21,"target":135},{"source":299,"target":301},{"source":299,"target":21},{"source":116,"target":1},{"source":116,"target":302},{"source":116,"target":21},{"source":116,"target":55},{"source":302,"target":1},{"source":300,"target":303},{"source":300,"target":21},{"source":130,"target":1},{"source":130,"target":304},{"source":130,"target":21},{"source":130,"target":66},{"source":304,"target":1},{"source":135,"target":1},{"source":135,"target":305},{"source":135,"target":21},{"source":135,"target":70},{"source":305,"target":1},{"source":22,"target":0},{"source":22,"target":306},{"source":22,"target":307},{"source":22,"target":308},{"source":306,"target":1},{"source":306,"target":309},{"source":306,"target":22},{"source":309,"target":1},{"source":307,"target":310},{"source":307,"target":22},{"source":308,"target":23},{"source":308,"target":311},{"source":308,"target":22},{"source":311,"target":23},{"source":23,"target":0},{"source":23,"target":312},{"source":23,"target":313},{"source":312,"target":23},{"source":313,"target":23},{"source":24,"target":0},{"source":24,"target":314},{"source":314,"target":22},{"source":314,"target":315},{"source":314,"target":24},{"source":315,"target":22},{"source":25,"target":0},{"source":25,"target":9},{"source":25,"target":316},{"source":25,"target":317},{"source":25,"target":318},{"source":25,"target":319},{"source":25,"target":320},{"source":25,"target":321},{"source":25,"target":322},{"source":25,"target":323},{"source":25,"target":324},{"source":25,"target":325},{"source":25,"target":326},{"source":25,"target":327},{"source":25,"target":328},{"source":25,"target":329},{"source":25,"target":330},{"source":25,"target":331},{"source":25,"target":332},{"source":25,"target":333},{"source":25,"target":334},{"source":25,"target":335},{"source":25,"target":336},{"source":316,"target":337},{"source":316,"target":25},{"source":317,"target":338},{"source":317,"target":25},{"source":318,"target":339},{"source":318,"target":25},{"source":319,"target":27},{"source":319,"target":340},{"source":319,"target":25},{"source":340,"target":27},{"source":320,"target":27},{"source":320,"target":341},{"source":320,"target":25},{"source":341,"target":27},{"source":321,"target":342},{"source":321,"target":25},{"source":322,"target":343},{"source":322,"target":25},{"source":323,"target":29},{"source":323,"target":344},{"source":323,"target":25},{"source":344,"target":29},{"source":324,"target":32},{"source":324,"target":345},{"source":324,"target":25},{"source":345,"target":32},{"source":325,"target":346},{"source":325,"target":25},{"source":326,"target":347},{"source":326,"target":25},{"source":327,"target":348},{"source":327,"target":25},{"source":328,"target":349},{"source":328,"target":25},{"source":329,"target":350},{"source":329,"target":25},{"source":330,"target":33},{"source":330,"target":351},{"source":330,"target":25},{"source":351,"target":33},{"source":331,"target":34},{"source":331,"target":352},{"source":331,"target":25},{"source":352,"target":34},{"source":332,"target":353},{"source":332,"target":25},{"source":333,"target":354},{"source":333,"target":25},{"source":334,"target":355},{"source":334,"target":25},{"source":335,"target":356},{"source":335,"target":25},{"source":336,"target":9},{"source":26,"target":0},{"source":26,"target":357},{"source":26,"target":358},{"source":26,"target":359},{"source":26,"target":360},{"source":357,"target":26},{"source":358,"target":26},{"source":359,"target":26},{"source":360,"target":26},{"source":27,"target":0},{"source":27,"target":361},{"source":27,"target":362},{"source":361,"target":363},{"source":361,"target":27},{"source":362,"target":26},{"source":362,"target":364},{"source":362,"target":27},{"source":364,"target":26},{"source":28,"target":0},{"source":28,"target":365},{"source":28,"target":366},{"source":28,"target":367},{"source":365,"target":28},{"source":366,"target":28},{"source":367,"target":28},{"source":29,"target":0},{"source":29,"target":368},{"source":29,"target":369},{"source":29,"target":370},{"source":368,"target":30},{"source":368,"target":371},{"source":368,"target":29},{"source":371,"target":30},{"source":369,"target":26},{"source":369,"target":372},{"source":369,"target":29},{"source":372,"target":26},{"source":370,"target":28},{"source":370,"target":373},{"source":370,"target":29},{"source":373,"target":28},{"source":30,"target":0},{"source":30,"target":374},{"source":30,"target":375},{"source":30,"target":376},{"source":30,"target":377},{"source":30,"target":378},{"source":30,"target":379},{"source":30,"target":380},{"source":30,"target":381},{"source":30,"target":382},{"source":30,"target":383},{"source":30,"target":384},{"source":30,"target":385},{"source":30,"target":386},{"source":30,"target":387},{"source":30,"target":388},{"source":30,"target":389},{"source":374,"target":30},{"source":375,"target":30},{"source":376,"target":30},{"source":377,"target":30},{"source":378,"target":30},{"source":379,"target":30},{"source":380,"target":30},{"source":381,"target":30},{"source":382,"target":30},{"source":383,"target":30},{"source":384,"target":30},{"source":385,"target":30},{"source":386,"target":30},{"source":387,"target":30},{"source":388,"target":30},{"source":389,"target":30},{"source":31,"target":0},{"source":31,"target":390},{"source":31,"target":391},{"source":31,"target":392},{"source":31,"target":393},{"source":31,"target":394},{"source":31,"target":395},{"source":31,"target":396},{"source":31,"target":397},{"source":31,"target":398},{"source":31,"target":399},{"source":31,"target":400},{"source":390,"target":31},{"source":391,"target":31},{"source":392,"target":31},{"source":393,"target":31},{"source":394,"target":31},{"source":395,"target":31},{"source":396,"target":31},{"source":397,"target":31},{"source":398,"target":31},{"source":399,"target":31},{"source":400,"target":31},{"source":32,"target":0},{"source":32,"target":401},{"source":32,"target":402},{"source":32,"target":403},{"source":401,"target":31},{"source":401,"target":404},{"source":401,"target":32},{"source":404,"target":31},{"source":402,"target":26},{"source":402,"target":405},{"source":402,"target":32},{"source":405,"target":26},{"source":403,"target":28},{"source":403,"target":406},{"source":403,"target":32},{"source":406,"target":28},{"source":33,"target":0},{"source":33,"target":407},{"source":33,"target":408},{"source":33,"target":409},{"source":33,"target":410},{"source":33,"target":411},{"source":407,"target":412},{"source":407,"target":33},{"source":408,"target":413},{"source":408,"target":33},{"source":409,"target":414},{"source":409,"target":33},{"source":410,"target":415},{"source":410,"target":33},{"source":411,"target":34},{"source":411,"target":416},{"source":411,"target":33},{"source":411,"target":417},{"source":416,"target":34},{"source":34,"target":0},{"source":34,"target":417},{"source":34,"target":418},{"source":34,"target":419},{"source":34,"target":420},{"source":417,"target":33},{"source":417,"target":421},{"source":417,"target":34},{"source":417,"target":411},{"source":421,"target":33},{"source":418,"target":35},{"source":418,"target":422},{"source":418,"target":34},{"source":422,"target":35},{"source":419,"target":423},{"source":419,"target":34},{"source":420,"target":424},{"source":420,"target":34},{"source":35,"target":0},{"source":35,"target":425},{"source":35,"target":426},{"source":35,"target":427},{"source":425,"target":35},{"source":426,"target":35},{"source":427,"target":35},{"source":36,"target":0},{"source":36,"target":428},{"source":36,"target":429},{"source":36,"target":430},{"source":36,"target":431},{"source":36,"target":432},{"source":36,"target":433},{"source":36,"target":434},{"source":36,"target":435},{"source":36,"target":436},{"source":36,"target":437},{"source":36,"target":438},{"source":36,"target":439},{"source":428,"target":440},{"source":428,"target":36},{"source":429,"target":441},{"source":429,"target":36},{"source":430,"target":442},{"source":430,"target":36},{"source":431,"target":443},{"source":431,"target":36},{"source":432,"target":444},{"source":432,"target":36},{"source":433,"target":445},{"source":433,"target":36},{"source":434,"target":446},{"source":434,"target":36},{"source":435,"target":447},{"source":435,"target":36},{"source":436,"target":448},{"source":436,"target":36},{"source":437,"target":449},{"source":437,"target":36},{"source":438,"target":450},{"source":438,"target":36},{"source":439,"target":451},{"source":439,"target":36},{"source":37,"target":0},{"source":37,"target":452},{"source":37,"target":453},{"source":37,"target":454},{"source":37,"target":455},{"source":37,"target":456},{"source":452,"target":37},{"source":453,"target":37},{"source":454,"target":37},{"source":455,"target":37},{"source":456,"target":37},{"source":38,"target":457},{"source":38,"target":458},{"source":38,"target":459},{"source":38,"target":0},{"source":457,"target":38},{"source":457,"target":460},{"source":457,"target":461},{"source":457,"target":462},{"source":457,"target":463},{"source":457,"target":464},{"source":457,"target":465},{"source":457,"target":466},{"source":457,"target":467},{"source":457,"target":468},{"source":457,"target":469},{"source":457,"target":470},{"source":457,"target":471},{"source":457,"target":472},{"source":460,"target":473},{"source":460,"target":457},{"source":461,"target":474},{"source":461,"target":457},{"source":462,"target":475},{"source":462,"target":457},{"source":463,"target":476},{"source":463,"target":457},{"source":464,"target":477},{"source":464,"target":457},{"source":465,"target":478},{"source":465,"target":457},{"source":466,"target":479},{"source":466,"target":457},{"source":467,"target":480},{"source":467,"target":457},{"source":468,"target":9},{"source":468,"target":481},{"source":468,"target":457},{"source":481,"target":9},{"source":469,"target":482},{"source":469,"target":457},{"source":470,"target":483},{"source":470,"target":457},{"source":471,"target":484},{"source":471,"target":457},{"source":472,"target":485},{"source":472,"target":457},{"source":458,"target":38},{"source":458,"target":486},{"source":458,"target":487},{"source":458,"target":488},{"source":486,"target":489},{"source":486,"target":458},{"source":487,"target":490},{"source":487,"target":458},{"source":488,"target":491},{"source":488,"target":458},{"source":459,"target":38},{"source":459,"target":492},{"source":459,"target":493},{"source":459,"target":494},{"source":459,"target":495},{"source":459,"target":496},{"source":492,"target":497},{"source":492,"target":459},{"source":493,"target":498},{"source":493,"target":459},{"source":494,"target":499},{"source":494,"target":459},{"source":495,"target":500},{"source":495,"target":459},{"source":496,"target":501},{"source":496,"target":459},{"source":39,"target":502},{"source":39,"target":0},{"source":502,"target":39},{"source":502,"target":503},{"source":502,"target":504},{"source":502,"target":505},{"source":502,"target":506},{"source":502,"target":507},{"source":502,"target":508},{"source":502,"target":509},{"source":502,"target":510},{"source":502,"target":511},{"source":502,"target":512},{"source":502,"target":513},{"source":502,"target":514},{"source":502,"target":515},{"source":502,"target":516},{"source":503,"target":517},{"source":503,"target":502},{"source":504,"target":518},{"source":504,"target":502},{"source":505,"target":519},{"source":505,"target":502},{"source":506,"target":520},{"source":506,"target":502},{"source":507,"target":521},{"source":507,"target":502},{"source":508,"target":522},{"source":508,"target":502},{"source":509,"target":523},{"source":509,"target":502},{"source":510,"target":524},{"source":510,"target":502},{"source":511,"target":525},{"source":511,"target":502},{"source":512,"target":526},{"source":512,"target":502},{"source":513,"target":527},{"source":513,"target":502},{"source":514,"target":528},{"source":514,"target":502},{"source":515,"target":529},{"source":515,"target":502},{"source":516,"target":530},{"source":516,"target":502}],"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="in" nsURI="in" nsPrefix="in"> <eClassifiers xsi:type="ecore:EClass" name="parent1"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attr" eType="#//Enum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Enum"> <eLiterals name="test" literal="test"/> <eLiterals name="test2" literal="test2"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/diverse-project/kermeta/kompose_projects/org.kermeta.kompose.specialization.ecore.samples/models/enumerations/out.ecore
ecore
in parent1 attr Enum test test test2 test2
null
{"directed":true,"nodes":[{"nsPrefix":"in","nsURI":"in","name":"in","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"parent1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Enum","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attr","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"},{"name":"test","id":5,"value":0,"literal":"test","eClass":"EEnumLiteral"},{"name":"test2","id":6,"value":0,"literal":"test2","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":2},{"source":3,"target":4},{"source":3,"target":1},{"source":4,"target":2},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":6},{"source":5,"target":2},{"source":6,"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="data" nsURI="org.eclipse.fordiac.ide.model.datatype" nsPrefix="data"> <eClassifiers xsi:type="ecore:EClass" name="ArrayType" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="subranges" lowerBound="1" upperBound="-1" eType="#//Subrange" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Subrange"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialValues" 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="InitialValues"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="baseType" eType="#//DataType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BaseType1"> <eLiterals name="DATEANDTIME" literal="DATE_AND_TIME"/> <eLiterals name="BYTE" value="1"/> <eLiterals name="SINT" value="2"/> <eLiterals name="USINT" value="3"/> <eLiterals name="LWORD" value="4"/> <eLiterals name="TIME" value="5"/> <eLiterals name="WORD" value="6"/> <eLiterals name="STRING" value="7"/> <eLiterals name="BOOL" value="8"/> <eLiterals name="LREAL" value="9"/> <eLiterals name="REAL" value="10"/> <eLiterals name="LINT" value="11"/> <eLiterals name="ULINT" value="12"/> <eLiterals name="UINT" value="13"/> <eLiterals name="DATE" value="14"/> <eLiterals name="DWORD" value="15"/> <eLiterals name="INT" value="16"/> <eLiterals name="TIMEOFDAY" value="17" literal="TIME_OF_DAY"/> <eLiterals name="WSTRING" value="18"/> <eLiterals name="DINT" value="19"/> <eLiterals name="UDINT" value="20"/> <eLiterals name="ANY" value="21"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataType" abstract="true" eSuperTypes="lib.ecore#//LibraryElement"/> <eClassifiers xsi:type="ecore:EClass" name="DirectlyDerivedType" eSuperTypes="#//DerivedType"/> <eClassifiers xsi:type="ecore:EClass" name="EnumeratedType" eSuperTypes="#//ValueType"> <eStructuralFeatures xsi:type="ecore:EReference" name="enumeratedValue" lowerBound="1" upperBound="-1" eType="#//EnumeratedValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="EnumeratedValue"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumeratedValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" 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="Comment"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuredType" eSuperTypes="#//DataType"> <eStructuralFeatures xsi:type="ecore:EReference" name="varDeclaration" upperBound="-1" eType="ecore:EClass lib.ecore#//VarDeclaration" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="VarDeclaration"/> <details key="namespace" value="http://www.fordiac.org/61499/lib"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Subrange"> <eAnnotations source="http://www.obeo.fr/dsl/dnc/archetype"> <details key="archetype" value="Description"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lowerLimit" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="LowerLimit"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upperLimit" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Int"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="UpperLimit"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubrangeType" eSuperTypes="#//DerivedType"> <eStructuralFeatures xsi:type="ecore:EReference" name="subrange" lowerBound="1" eType="#//Subrange" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Subrange"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueType" eSuperTypes="#//DataType"/> <eClassifiers xsi:type="ecore:EClass" name="ElementaryType" eSuperTypes="#//ValueType"/> <eClassifiers xsi:type="ecore:EClass" name="DerivedType" eSuperTypes="#//ValueType"> <eStructuralFeatures xsi:type="ecore:EReference" name="baseType" lowerBound="1" eType="#//ElementaryType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventType" eSuperTypes="#//DataType"/> </ecore:EPackage>
github:ecore:/data/rossonet/4diac-ide/plugins/org.eclipse.fordiac.ide.model/model/data.ecore
ecore
data ArrayType subranges initialValues baseType BaseType1 DATEANDTIME DATE_AND_TIME BYTE BYTE SINT SINT USINT USINT LWORD LWORD TIME TIME WORD WORD STRING STRING BOOL BOOL LREAL LREAL REAL REAL LINT LINT ULINT ULINT UINT UINT DATE DATE DWORD DWORD INT INT TIMEOFDAY TIME_OF_DAY WSTRING WSTRING DINT DINT UDINT UDINT ANY ANY DataType DirectlyDerivedType EnumeratedType enumeratedValue EnumeratedValue comment name StructuredType varDeclaration Subrange lowerLimit upperLimit SubrangeType subrange ValueType ElementaryType DerivedType baseType EventType
null
{"directed":true,"nodes":[{"nsPrefix":"data","nsURI":"org.eclipse.fordiac.ide.model.datatype","name":"data","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BaseType1","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DirectlyDerivedType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumeratedType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumeratedValue","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subrange","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubrangeType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementaryType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivedType","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventType","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subranges","changeable":true,"resolveProxies":false,"lowerBound":1,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialValues","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseType","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"},{"name":"DATEANDTIME","id":21,"value":0,"literal":"DATE_AND_TIME","eClass":"EEnumLiteral"},{"name":"BYTE","id":22,"value":1,"literal":"BYTE","eClass":"EEnumLiteral"},{"name":"SINT","id":23,"value":2,"literal":"SINT","eClass":"EEnumLiteral"},{"name":"USINT","id":24,"value":3,"literal":"USINT","eClass":"EEnumLiteral"},{"name":"LWORD","id":25,"value":4,"literal":"LWORD","eClass":"EEnumLiteral"},{"name":"TIME","id":26,"value":5,"literal":"TIME","eClass":"EEnumLiteral"},{"name":"WORD","id":27,"value":6,"literal":"WORD","eClass":"EEnumLiteral"},{"name":"STRING","id":28,"value":7,"literal":"STRING","eClass":"EEnumLiteral"},{"name":"BOOL","id":29,"value":8,"literal":"BOOL","eClass":"EEnumLiteral"},{"name":"LREAL","id":30,"value":9,"literal":"LREAL","eClass":"EEnumLiteral"},{"name":"REAL","id":31,"value":10,"literal":"REAL","eClass":"EEnumLiteral"},{"name":"LINT","id":32,"value":11,"literal":"LINT","eClass":"EEnumLiteral"},{"name":"ULINT","id":33,"value":12,"literal":"ULINT","eClass":"EEnumLiteral"},{"name":"UINT","id":34,"value":13,"literal":"UINT","eClass":"EEnumLiteral"},{"name":"DATE","id":35,"value":14,"literal":"DATE","eClass":"EEnumLiteral"},{"name":"DWORD","id":36,"value":15,"literal":"DWORD","eClass":"EEnumLiteral"},{"name":"INT","id":37,"value":16,"literal":"INT","eClass":"EEnumLiteral"},{"name":"TIMEOFDAY","id":38,"value":17,"literal":"TIME_OF_DAY","eClass":"EEnumLiteral"},{"name":"WSTRING","id":39,"value":18,"literal":"WSTRING","eClass":"EEnumLiteral"},{"name":"DINT","id":40,"value":19,"literal":"DINT","eClass":"EEnumLiteral"},{"name":"UDINT","id":41,"value":20,"literal":"UDINT","eClass":"EEnumLiteral"},{"name":"ANY","id":42,"value":21,"literal":"ANY","eClass":"EEnumLiteral"},{"id":43,"eClass":"EGenericType"},{"id":44,"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":"enumeratedValue","changeable":true,"resolveProxies":false,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"varDeclaration","changeable":true,"resolveProxies":false,"lowerBound":0,"id":52,"derived":true},{"id":53,"eClass":"EGenericType"},{"id":54,"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":"lowerLimit","changeable":true,"lowerBound":1,"iD":false,"id":55,"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":"upperLimit","changeable":true,"lowerBound":1,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"subrange","changeable":true,"resolveProxies":false,"lowerBound":1,"id":59,"derived":false},{"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":3},{"source":1,"target":14},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":14,"target":8},{"source":14,"target":18},{"source":14,"target":1},{"source":18,"target":8},{"source":15,"target":19},{"source":15,"target":1},{"source":16,"target":3},{"source":16,"target":20},{"source":16,"target":1},{"source":20,"target":3},{"source":17,"target":3},{"source":2,"target":0},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":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":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":21,"target":2},{"source":22,"target":2},{"source":23,"target":2},{"source":24,"target":2},{"source":25,"target":2},{"source":26,"target":2},{"source":27,"target":2},{"source":28,"target":2},{"source":29,"target":2},{"source":30,"target":2},{"source":31,"target":2},{"source":32,"target":2},{"source":33,"target":2},{"source":34,"target":2},{"source":35,"target":2},{"source":36,"target":2},{"source":37,"target":2},{"source":38,"target":2},{"source":39,"target":2},{"source":40,"target":2},{"source":41,"target":2},{"source":42,"target":2},{"source":3,"target":0},{"source":3,"target":43},{"source":4,"target":0},{"source":4,"target":12},{"source":4,"target":44},{"source":44,"target":12},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":45},{"source":5,"target":46},{"source":45,"target":6},{"source":45,"target":47},{"source":45,"target":5},{"source":47,"target":6},{"source":46,"target":10},{"source":6,"target":0},{"source":6,"target":48},{"source":6,"target":49},{"source":48,"target":50},{"source":48,"target":6},{"source":49,"target":51},{"source":49,"target":6},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":52},{"source":7,"target":53},{"source":52,"target":54},{"source":52,"target":7},{"source":53,"target":3},{"source":8,"target":0},{"source":8,"target":55},{"source":8,"target":56},{"source":55,"target":57},{"source":55,"target":8},{"source":56,"target":58},{"source":56,"target":8},{"source":9,"target":0},{"source":9,"target":12},{"source":9,"target":59},{"source":9,"target":60},{"source":59,"target":8},{"source":59,"target":61},{"source":59,"target":9},{"source":61,"target":8},{"source":60,"target":12},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":62},{"source":62,"target":3},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":63},{"source":63,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":64},{"source":12,"target":65},{"source":64,"target":11},{"source":64,"target":66},{"source":64,"target":12},{"source":66,"target":11},{"source":65,"target":10},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":67},{"source":67,"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="bpeldiag" nsURI="http://ict-alive.sourceforge.net/coordination/wfannotation/bpeldiag" nsPrefix="bpeldiag"> <eClassifiers xsi:type="ecore:EClass" name="ProcessContainer"> <eStructuralFeatures xsi:type="ecore:EReference" name="process" eType="ecore:EClass ../../org.eclipse.bpel.model/src/model/bpel.ecore#//Process"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/bpeldiag.ecore
ecore
bpeldiag ProcessContainer process
null
{"directed":true,"nodes":[{"nsPrefix":"bpeldiag","nsURI":"http://ict-alive.sourceforge.net/coordination/wfannotation/bpeldiag","name":"bpeldiag","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessContainer","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":"process","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}
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="RBACmodel" nsURI="http://www.example.org/RBACmodel" nsPrefix="RBACmodel"> <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="User"> <eOperations name="assignRole"> <eParameters name="r" eType="#//Role"/> </eOperations> <eOperations name="accessHistory" upperBound="-1" eType="#//History"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idUser" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roles" lowerBound="1" upperBound="-1" eType="#//Role" eOpposite="#//Role/users"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sessions" upperBound="-1" eType="#//Session" eOpposite="#//Session/user"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delegation" upperBound="-1" eType="#//Delegation" eOpposite="#//Delegation/delegatorUser"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recieveddelegation" upperBound="-1" eType="#//Delegation" eOpposite="#//Delegation/delegateUser"/> <eStructuralFeatures xsi:type="ecore:EReference" name="revocation" upperBound="-1" eType="#//Delegation" eOpposite="#//Delegation/revokingUser"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delegatedRoles" upperBound="-1" eType="#//Role" eOpposite="#//Role/user"/> <eStructuralFeatures xsi:type="ecore:EReference" name="userLocation" lowerBound="1" eType="#//SpatialContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="userLog" upperBound="-1" eType="#//History" eOpposite="#//History/user"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Role"> <eOperations name="getCurrentAbsoluteTE" lowerBound="1" eType="#//AbsoluteTE"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="self.roleContextEnabling.oclAsType(TemporalContext).timeexpression.absolute->flatten()->asSet() &#xA;&#x9;&#x9;&#x9;-> select (i:AbsoluteTE| u.getCurrentTime().isContained(i.oclAsType(TimeInterval))= true) -> any (true) "/> </eAnnotations> <eParameters name="u" eType="#//RBACUtility"/> </eOperations> <eOperations name="assignPermission"> <eParameters name="p" eType="#//Permission"/> </eOperations> <eOperations name="accessHistory" upperBound="-1" eType="#//History"/> <eOperations name="logBOCurrentProcessInstance" upperBound="-1" eType="#//History"/> <eOperations name="getAlljuniors" ordered="false" upperBound="-1" eType="#//Role"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="&#xA;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;if self.juniors -> notEmpty() then&#xA;&#x9; self.juniors-> asSet() -> union (self.juniors-> asSet()-> collect (r:Role| r.getAlljuniors()-> asSet())->asSet())&#xA;&#x9; &#xA;&#x9; else &#xA;&#x9; self.juniors&#xA;&#x9; endif "/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idRole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="users" lowerBound="1" upperBound="-1" eType="#//User" eOpposite="#//User/roles"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDependent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStrong" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isCascading" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sessionsA" upperBound="-1" eType="#//Session" eOpposite="#//Session/activeRoles"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sessionsE" upperBound="-1" eType="#//Session" eOpposite="#//Session/enabledRoles"/> <eStructuralFeatures xsi:type="ecore:EReference" name="permissions" lowerBound="1" upperBound="-1" eType="#//Permission" eOpposite="#//Permission/roles"/> <eStructuralFeatures xsi:type="ecore:EReference" name="juniors" upperBound="-1" eType="#//Role" eOpposite="#//Role/seniors"/> <eStructuralFeatures xsi:type="ecore:EReference" name="seniors" upperBound="-1" eType="#//Role" eOpposite="#//Role/juniors"/> <eStructuralFeatures xsi:type="ecore:EReference" name="user" upperBound="-1" eType="#//User" eOpposite="#//User/delegatedRoles"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delegation" upperBound="-1" eType="#//Delegation" eOpposite="#//Delegation/delegatedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roleContextAssignment" upperBound="-1" eType="#//RBACContext" eOpposite="#//RBACContext/r1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roleContextEnabling" upperBound="-1" eType="#//RBACContext" eOpposite="#//RBACContext/r2"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logRole" upperBound="-1" eType="#//History" eOpposite="#//History/role"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Session"> <eOperations name="accessHistory" upperBound="-1" eType="#//History"/> <eOperations name="enableRole"> <eParameters name="r" eType="#//Role"/> </eOperations> <eOperations name="disableRole"> <eParameters name="r" eType="#//Role"/> </eOperations> <eOperations name="activateRole"> <eParameters name="r" eType="#//Role"/> </eOperations> <eOperations name="deactivateRole"> <eParameters name="r" eType="#//Role"/> </eOperations> <eOperations name="performOperation"> <eParameters name="op" eType="#//Operation"/> <eParameters name="p" eType="#//Permission"/> <eParameters name="r" eType="#//Role"/> </eOperations> <eOperations name="delegateRole"> <eParameters name="r" eType="#//Role"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idSession" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="activeRoles" upperBound="-1" eType="#//Role" eOpposite="#//Role/sessionsA"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enabledRoles" upperBound="-1" eType="#//Role" eOpposite="#//Role/sessionsE"/> <eStructuralFeatures xsi:type="ecore:EReference" name="user" lowerBound="1" eType="#//User" eOpposite="#//User/sessions"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Permission"> <eStructuralFeatures xsi:type="ecore:EReference" name="roles" lowerBound="1" upperBound="-1" eType="#//Role" eOpposite="#//Role/permissions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" lowerBound="1" upperBound="-1" eType="#//Operation" eOpposite="#//Operation/permissions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idPermission" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1" eType="#//Object" eOpposite="#//Object/permissions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delegation" upperBound="-1" eType="#//Delegation" eOpposite="#//Delegation/delegatedPermissions"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logPermission" upperBound="-1" eType="#//History" eOpposite="#//History/permission"/> <eStructuralFeatures xsi:type="ecore:EReference" name="permissionContextAssignment" upperBound="-1" eType="#//RBACContext" eOpposite="#//RBACContext/p1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="permissionContextEnabling" upperBound="-1" eType="#//RBACContext" eOpposite="#//RBACContext/p2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation"> <eOperations name="accessHistory" upperBound="-1" eType="#//History"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idOperation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="permissions" lowerBound="1" upperBound="-1" eType="#//Permission" eOpposite="#//Permission/operations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logOperation" upperBound="-1" eType="#//History" eOpposite="#//History/op"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Object"> <eOperations name="accessHistory" upperBound="-1" eType="#//History"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idObject" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="permissions" lowerBound="1" upperBound="-1" eType="#//Permission" eOpposite="#//Permission/object"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logObject" upperBound="-1" eType="#//History" eOpposite="#//History/object"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RBACContext" abstract="true"> <eOperations name="checkAccess" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="c" eType="#//RBACContext"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="logContext" upperBound="-1" eType="#//History" eOpposite="#//History/context"/> <eStructuralFeatures xsi:type="ecore:EReference" name="p1" eType="#//Permission" eOpposite="#//Permission/permissionContextAssignment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="p2" eType="#//Permission" eOpposite="#//Permission/permissionContextEnabling"/> <eStructuralFeatures xsi:type="ecore:EReference" name="r1" eType="#//Role" eOpposite="#//Role/roleContextAssignment"/> <eStructuralFeatures xsi:type="ecore:EReference" name="r2" eType="#//Role" eOpposite="#//Role/roleContextEnabling"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idContext" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="absolute" ordered="false" upperBound="-1" eType="#//AbsoluteTE" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relative" upperBound="-1" eType="#//RelativeTE" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpatialContext" eSuperTypes="#//RBACContext"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="location" lowerBound="1" upperBound="-1" eType="#//Location" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Delegation"> <eOperations name="revoke"/> <eOperations name="getAbsoluteDelegationPath" upperBound="-1" eType="#//Delegation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idDelegation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isRevoked" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isTransfer" eType="#//delegationType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isTotal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endDate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delegatorUser" lowerBound="1" eType="#//User" eOpposite="#//User/delegation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delegateUser" lowerBound="1" eType="#//User" eOpposite="#//User/recieveddelegation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="revokingUser" eType="#//User" eOpposite="#//User/revocation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delegatedDelegation" upperBound="-1" eType="#//Delegation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delegatedPermissions" lowerBound="1" upperBound="-1" eType="#//Permission" eOpposite="#//Permission/delegation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxDepth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delegatedRole" lowerBound="1" eType="#//Role" eOpposite="#//Role/delegation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="History"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idLog" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="role" lowerBound="1" eType="#//Role" eOpposite="#//Role/logRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1" eType="#//Object" eOpposite="#//Object/logObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="op" lowerBound="1" eType="#//Operation" eOpposite="#//Operation/logOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="permission" lowerBound="1" eType="#//Permission" eOpposite="#//Permission/logPermission"/> <eStructuralFeatures xsi:type="ecore:EReference" name="context" lowerBound="1" upperBound="2" eType="#//RBACContext" eOpposite="#//RBACContext/logContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="user" lowerBound="1" eType="#//User" eOpposite="#//User/userLog"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Root"> <eStructuralFeatures xsi:type="ecore:EReference" name="sys" eType="#//RBACUtility" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Obj" upperBound="-1" eType="#//Object" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="op" upperBound="-1" eType="#//Operation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="c" upperBound="-1" eType="#//RBACContext" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="p" upperBound="-1" eType="#//Permission" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="r" upperBound="-1" eType="#//Role" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="s" upperBound="-1" eType="#//Session" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="u" upperBound="-1" eType="#//User" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="d" upperBound="-1" eType="#//Delegation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="log" upperBound="-1" eType="#//History" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dur" upperBound="-1" eType="#//ActivationDuration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="period" upperBound="-1" eType="#//PeriodicTime" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rloc" upperBound="-1" eType="#//RelativeLocation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rd" upperBound="-1" eType="#//RelativeDirection" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RBACUtility"> <eOperations name="getBoundPermission" lowerBound="1" upperBound="-1" eType="#//Permission"/> <eOperations name="getCurrentDate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eOperations name="getCurrentTime" lowerBound="1" eType="#//TimePoint"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="&#xA;&#x9;&#x9; self.currentT "/> </eAnnotations> </eOperations> <eOperations name="getDayOfWeek" eType="#//RelativeTimePoint"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="&#xA;&#x9;&#x9;&#x9;self.currentDay"/> </eAnnotations> </eOperations> <eOperations name="getCumulativeActiveDuration" eType="#//ActivationDuration"> <eParameters name="r" eType="#//Role"/> <eParameters name="u" eType="#//User"/> <eParameters name="unit" eType="#//TimeUnitType"/> </eOperations> <eOperations name="getActiveDuration" eType="#//ActivationDuration"> <eParameters name="r" eType="#//Role"/> <eParameters name="unit" eType="#//TimeUnitType"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxPermission" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxActiveRole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxRole" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="businessTaskList" upperBound="-1" eType="#//Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="boundedPermissions" upperBound="-1" eType="#//Permission"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currentT" eType="#//TimePoint"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currentDay" eType="#//RelativeTimePoint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbsoluteTE"> <eOperations name="hasDuration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="&#xA;&#x9;&#x9;&#x9;self.duration -> notEmpty()"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="duration" eType="#//ActivationDuration" eOpposite="#//ActivationDuration/aexp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelativeTE"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idRelativeTE" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="d2" eType="#//ActivationDuration" eOpposite="#//ActivationDuration/rexp"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivationDuration"> <eOperations name="greaterThan" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="self.timeUnit = d.timeUnit&#xA;&#x9;&#x9;&#x9; and self.value> d.value"/> </eAnnotations> <eParameters name="d" eType="#//ActivationDuration"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idDuration" 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#//EBigInteger"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeUnit" eType="#//TimeUnitType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isContinous" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aexp" eType="#//AbsoluteTE" eOpposite="#//AbsoluteTE/duration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rexp" eType="#//RelativeTE" eOpposite="#//RelativeTE/d2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TimeUnitType"> <eLiterals name="second"/> <eLiterals name="minute"/> <eLiterals name="hour"/> <eLiterals name="day"/> <eLiterals name="month"/> <eLiterals name="year"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimePoint" eSuperTypes="#//AbsoluteTE"> <eOperations name="equalTo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="self.day = t.day and &#xA;&#x9;&#x9;&#x9; self.month = t.month and&#xA;&#x9;&#x9;&#x9; self.year = t.year and&#xA;&#x9;&#x9;&#x9; self.hour = t.hour and&#xA;&#x9;&#x9;&#x9; self.minute = t.minute and&#xA;&#x9;&#x9;&#x9; self.second = t.second"/> </eAnnotations> <eParameters name="t" eType="#//TimePoint"/> </eOperations> <eOperations name="isBefore" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="&#xA;&#x9;&#x9;&#x9; if self.year &lt; t.year then true &#xA;&#x9;&#x9;&#x9; &#x9;else&#xA;&#x9;&#x9;&#x9; if self.year = t.year then &#xA;&#x9;&#x9;&#x9; &#x9;if self.month &lt; t.month then&#xA;&#x9;&#x9;&#x9; &#x9;&#x9;true&#xA;&#x9;&#x9;&#x9; &#x9;else&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;if self.month = t.month then &#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;if self.day &lt; t.day then&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9; true&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;else&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;if self.day = t.day then &#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;if self.hour &lt; t.hour then&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9; true&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;else&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;if self.hour &lt; t.hour then&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;true&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;if self.hour = t.hour then&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;&#x9;if self.minute &lt; t.minute then&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;&#x9;&#x9;true&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if self.second &lt; t.second then&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;true&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;false&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;&#x9;false&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;false&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;else&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;false&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;endif&#xA;&#x9;&#x9;&#x9; &#x9;endif&#xA;&#x9;&#x9;&#x9; else&#xA;&#x9;&#x9;&#x9; &#x9;false&#xA;&#x9;&#x9;&#x9; endif&#xA;&#x9;&#x9;&#x9; endif"/> </eAnnotations> <eParameters name="t" eType="#//TimePoint"/> </eOperations> <eOperations name="isAfter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="&#xA;&#x9;&#x9;&#x9; if self.year > t.year then true &#xA;&#x9;&#x9;&#x9; &#x9;else&#xA;&#x9;&#x9;&#x9; if self.year = t.year then &#xA;&#x9;&#x9;&#x9; &#x9;if self.month > t.month then&#xA;&#x9;&#x9;&#x9; &#x9;&#x9;true&#xA;&#x9;&#x9;&#x9; &#x9;else&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;if self.month = t.month then &#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;if self.day > t.day then&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9; true&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;else&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;if self.day = t.day then &#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;if self.hour > t.hour then&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9; true&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;else&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;if self.hour > t.hour then&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;true&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;if self.hour = t.hour then&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;&#x9;if self.minute > t.minute then&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;&#x9;&#x9;true&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;&#x9;&#x9;if self.second > t.second then&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;true&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;false&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;&#x9;false&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;else&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;&#x9;false&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;endif&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;else&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;&#x9;false&#xA;&#x9;&#x9;&#x9; &#x9; &#x9;endif&#xA;&#x9;&#x9;&#x9; &#x9;endif&#xA;&#x9;&#x9;&#x9; else&#xA;&#x9;&#x9;&#x9; &#x9;false&#xA;&#x9;&#x9;&#x9; endif&#xA;&#x9;&#x9;&#x9; endif"/> </eAnnotations> <eParameters name="t" eType="#//TimePoint"/> </eOperations> <eOperations name="isContained" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="&#xA;&#x9;&#x9;&#x9; self.equalTo(t.end) or (self.isBefore (t.end) and (self.isAfter(t.start) or self.equalTo(t.start)))&#xA;&#x9;&#x9;&#x9; &#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eParameters name="t" eType="#//TimeInterval"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idTimePoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="second" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minute" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hour" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="day" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="month" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="year" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeInterval" eSuperTypes="#//AbsoluteTE"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idTimeInterval" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="start" lowerBound="1" eType="#//TimePoint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="end" eType="#//TimePoint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComposedRelativeTE" abstract="true" eSuperTypes="#//RelativeTE"> <eOperations name="checkHours" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="&#xA;&#x9;&#x9;&#x9;let hour :ecore::EInt = u.getCurrentTime().hour in &#xA;&#x9;&#x9;&#x9;if self.overlay -> notEmpty() and self.overlay ->flatten() ->exists(a|a.oclIsTypeOf(HourOfDay) or &#xA; &#x9; &#x9; a.oclAsType(RelativeTimeInterval).start.oclIsTypeOf(HourOfDay)) then&#xA;&#x9;&#x9;&#x9;&#x9;self.overlay -> exists (h: ComposedRelativeTE|h.oclIsTypeOf(RelativeTimeInterval) = true &#xA; &#x9; &#x9; &#x9;and h.oclAsType(RelativeTimeInterval).start.oclIsTypeOf(HourOfDay) = true&#xA; &#x9; &#x9; &#x9;and h.oclAsType(RelativeTimeInterval).end.oclIsTypeOf(HourOfDay) = true and &#xA; &#x9; &#x9; &#x9;h.oclAsType(RelativeTimeInterval).start.oclAsType(HourOfDay).hour &lt;= hour and&#xA; &#x9; &#x9; &#x9;(h.oclAsType(RelativeTimeInterval).end.oclAsType(HourOfDay).hour > hour or&#xA; &#x9; &#x9; &#x9;(h.oclAsType(RelativeTimeInterval).end.oclAsType(HourOfDay).hour = hour and u.getCurrentTime().minute = 0 )&#xA; &#x9; &#x9; ))&#xA; &#x9; &#x9; else&#xA; &#x9; &#x9; &#x9;true&#xA; &#x9; &#x9; endif&#xA; &#x9; &#x9; "/> </eAnnotations> <eParameters name="u" lowerBound="1" eType="#//RBACUtility"/> </eOperations> <eOperations name="checkDays" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="&#xA;&#x9;&#x9;&#x9;let day:RelativeTimePoint = u.getDayOfWeek() in &#xA;&#x9;&#x9;&#x9;if self.overlay -> notEmpty() and self.overlay ->flatten() ->exists(a|a.oclIsTypeOf(DayOfWeek) or &#xA; &#x9; &#x9; a.oclAsType(RelativeTimeInterval).start.oclIsTypeOf(DayOfWeek)) then&#xA;&#x9;&#x9;&#x9;&#x9; /* relative time interval */&#xA;&#x9;&#x9;&#x9;&#x9; self.overlay -> exists (t: ComposedRelativeTE|t.oclIsTypeOf(RelativeTimeInterval) = true and &#xA;&#x9;&#x9;&#x9;&#x9; day.isContained(t.oclAsType(RelativeTimeInterval)) = true and&#xA; t.checkHours(u)= true) or &#xA; /* relative time point */&#xA; self.overlay -> exists (t:ComposedRelativeTE|t.oclIsTypeOf(DayOfWeek) = true and &#xA; day.equalTo (t.oclAsType(DayOfWeek)) = true and&#xA; &#x9;&#x9; t.checkHours(u)= true)&#xA; &#x9; &#x9; else&#xA; &#x9; &#x9; &#x9;true&#xA; &#x9; &#x9; endif&#xA; &#x9; &#x9; "/> </eAnnotations> <eParameters name="u" lowerBound="1" eType="#//RBACUtility"/> </eOperations> <eOperations name="checkDaysRank" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="&#xA;&#x9;&#x9;&#x9;let day:RelativeTimePoint = u.getDayOfWeek() in &#xA;&#x9;&#x9;&#x9;if self.overlay -> notEmpty() and self.overlay ->flatten() ->exists(a|a.oclIsTypeOf(DayOfWeek) or &#xA; &#x9; &#x9; a.oclAsType(RelativeTimeInterval).start.oclIsTypeOf(DayOfWeek)) then &#xA; &#x9; &#x9; /* relative time interval */&#xA; &#x9; &#x9; self.overlay -> exists (t: ComposedRelativeTE|t.oclIsTypeOf(RelativeTimeInterval) = true and &#xA;&#x9;&#x9;&#x9;&#x9; day.isContained(t.oclAsType(RelativeTimeInterval)) = true and day.rank = t.oclAsType(RelativeTimeInterval).start.oclAsType(DayOfWeek).rank and&#xA; t.checkHours(u)= true) &#xA; &#x9; &#x9; or&#xA; &#x9; &#x9; /* relative time point */&#xA; self.overlay -> exists (t:ComposedRelativeTE|t.oclIsTypeOf(DayOfWeek) = true and &#xA; day.equalTo (t.oclAsType(DayOfWeek)) = true and day.rank = t.oclAsType(DayOfWeek).rank and&#xA; &#x9;&#x9; t.checkHours(u)= true)&#xA; &#x9; &#x9; else&#xA; &#x9; &#x9; &#x9;true&#xA; &#x9; &#x9; endif&#xA; &#x9; &#x9; "/> </eAnnotations> <eParameters name="u" lowerBound="1" eType="#//RBACUtility"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="overlay" upperBound="-1" eType="#//ComposedRelativeTE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelativeTimeInterval" eSuperTypes="#//ComposedRelativeTE"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idRelativeTimeInterval" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="start" lowerBound="1" eType="#//RelativeTimePoint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="end" eType="#//RelativeTimePoint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelativeTimePoint" eSuperTypes="#//ComposedRelativeTE"> <eOperations name="isContained" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="&#xA;&#x9;&#x9;&#x9; if self.oclIsTypeOf(DayOfWeek) then&#xA;&#x9;&#x9;&#x9; /*self.isBefore (t.end) and (self.isAfter(t.start) or self.equalTo(t.start)) */ &#xA;&#x9;&#x9;&#x9; self.equalTo(t.start) or ( t.start.isBefore (self) and (t.end.isAfter(self) or self.equalTo(t.end)))&#xA;&#x9;&#x9;&#x9; &#xA;&#x9;&#x9;&#x9; else&#xA;&#x9;&#x9;&#x9; false&#xA;&#x9;&#x9;&#x9; endif"/> </eAnnotations> <eParameters name="t" eType="#//RelativeTimeInterval"/> </eOperations> <eOperations name="equalTo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="if self.oclIsTypeOf(DayOfWeek) then&#xA;&#x9;&#x9;&#x9; self.oclAsType(DayOfWeek).day = t.oclAsType(DayOfWeek).day &#xA;&#x9;&#x9;&#x9; else&#xA;&#x9;&#x9;&#x9; false&#xA;&#x9;&#x9;&#x9; endif"/> </eAnnotations> <eParameters name="t" eType="#//RelativeTimePoint"/> </eOperations> <eOperations name="isAfter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="if self.oclIsTypeOf(DayOfWeek) then&#xA;&#x9;&#x9;&#x9; let Days: OrderedSet(DayType) =OrderedSet{DayType::Monday, DayType::Tuesday, &#xA;&#x9;&#x9;&#x9;&#x9; DayType::Wednesday, DayType::Thursday, DayType::Friday, DayType::Saturday, DayType::Sunday}&#xA;&#x9;&#x9;&#x9;&#x9; in Days-> indexOf (self.oclAsType(DayOfWeek).day) > Days-> indexOf (t.oclAsType(DayOfWeek).day)&#xA;&#x9;&#x9;&#x9; else&#xA;&#x9;&#x9;&#x9; false&#xA;&#x9;&#x9;&#x9; endif"/> </eAnnotations> <eParameters name="t" eType="#//RelativeTimePoint"/> </eOperations> <eOperations name="isBefore" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="if self.oclIsTypeOf(DayOfWeek) then&#xA;&#x9;&#x9;&#x9; let Days: OrderedSet(DayType) =OrderedSet{DayType::Monday, DayType::Tuesday, &#xA;&#x9;&#x9;&#x9;&#x9;DayType::Wednesday, DayType::Thursday, DayType::Friday, DayType::Saturday, DayType::Sunday}&#xA;&#x9;&#x9;&#x9;&#x9; in Days-> indexOf (self.oclAsType(DayOfWeek).day) &lt; Days-> indexOf (t.oclAsType(DayOfWeek).day)&#xA;&#x9;&#x9;&#x9; else&#xA;&#x9;&#x9;&#x9; false&#xA;&#x9;&#x9;&#x9; endif"/> </eAnnotations> <eParameters name="t" eType="#//RelativeTimePoint"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idRelativeTimePoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rank" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DayOfWeek" eSuperTypes="#//RelativeTimePoint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="day" eType="#//DayType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DayOfMonth" eSuperTypes="#//RelativeTimePoint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="day" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="month" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MonthOfYear" eSuperTypes="#//RelativeTimePoint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="month" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HourOfDay" eSuperTypes="#//RelativeTimePoint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hour" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DayType"> <eLiterals name="Monday"/> <eLiterals name="Tuesday" value="1"/> <eLiterals name="Wednesday" value="2"/> <eLiterals name="Thursday" value="3"/> <eLiterals name="Friday" value="4"/> <eLiterals name="Saturday" value="5"/> <eLiterals name="Sunday" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PeriodicTime" eSuperTypes="#//RelativeTE"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="frequency" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeUnit" eType="#//TimeUnitType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idPeriodicTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nextStart" eType="#//TimePoint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelativeLocation"> <eStructuralFeatures xsi:type="ecore:EReference" name="location" lowerBound="1" upperBound="-1" eType="#//Location" eOpposite="#//Location/relativelocation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relativedirection" lowerBound="1" eType="#//RelativeDirection" eOpposite="#//RelativeDirection/relativelocation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Location"> <eOperations name="disjoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="l" eType="#//Location"/> </eOperations> <eOperations name="contains" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="&#xA;&#x9;&#x9;&#x9; (self.label= 'zone1' and l.label = 'A') or&#xA;&#x9;&#x9;&#x9; (self.label= 'zoneL1' and l.label = 'A') or&#xA;&#x9;&#x9;&#x9; (self.label= 'zone3' and l.label = 'C')"/> </eAnnotations> <eParameters name="l" eType="#//Location"/> </eOperations> <eOperations name="overlaps" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"> <eParameters name="l" eType="#//Location"/> </eOperations> <eOperations name="computeRelative" eType="#//Location"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="body" value="&#xA;&#x9;&#x9;&#x9; Location.allInstances()->select(l|l.label = 'zone3')->any(true)"/> </eAnnotations> <eParameters name="r" eType="#//RelativeLocation"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relativelocation" eType="#//RelativeLocation" eOpposite="#//RelativeLocation/location"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PhysicalLocation" eSuperTypes="#//Location"/> <eClassifiers xsi:type="ecore:EClass" name="LogicalLocation" eSuperTypes="#//Location"/> <eClassifiers xsi:type="ecore:EClass" name="Point" eSuperTypes="#//PhysicalLocation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="long" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble" defaultValueLiteral="0.0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Polygon" eSuperTypes="#//PhysicalLocation"> <eStructuralFeatures xsi:type="ecore:EReference" name="segment" lowerBound="3" upperBound="-1" eType="#//Polyline" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Circle" eSuperTypes="#//PhysicalLocation"> <eStructuralFeatures xsi:type="ecore:EReference" name="center" lowerBound="1" eType="#//Point" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="radius" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Polyline"> <eStructuralFeatures xsi:type="ecore:EReference" name="start" lowerBound="1" eType="#//Point" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="end" lowerBound="1" eType="#//Point" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelativeDirection"> <eStructuralFeatures xsi:type="ecore:EReference" name="relativelocation" eType="#//RelativeLocation" eOpposite="#//RelativeLocation/relativedirection"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CardinalDirection" eSuperTypes="#//RelativeDirection"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//CardinalType"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="Polyline"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="angle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"> <eAnnotations source="http://schema.omg.org/spec/MOF/2.0/emof.xml#Property.oppositeRoleName"> <details key="body" value="Polyline"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QualitativeDirection" eSuperTypes="#//RelativeDirection"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//QualitativeType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CardinalType"> <eLiterals name="North"/> <eLiterals name="East"/> <eLiterals name="South"/> <eLiterals name="West"/> <eLiterals name="Northeast"/> <eLiterals name="Southeast"/> <eLiterals name="Southwest"/> <eLiterals name="Northwest"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="QualitativeType"> <eLiterals name="inside"/> <eLiterals name="outside"/> <eLiterals name="around"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemporalContext" eSuperTypes="#//RBACContext"> <eStructuralFeatures xsi:type="ecore:EReference" name="timeexpression" lowerBound="1" upperBound="-1" eType="#//TimeExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="delegationType"> <eLiterals name="grant"/> <eLiterals name="strong"/> <eLiterals name="weakStatic"/> <eLiterals name="weakDynamic"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/AmeniBF/GemRBAC-CTX-model/GemRBACCTX/model/RBACmodel.ecore
ecore
RBACmodel User assignRole r accessHistory idUser roles sessions delegation recieveddelegation revocation delegatedRoles userLocation userLog Role getCurrentAbsoluteTE u assignPermission p accessHistory logBOCurrentProcessInstance getAlljuniors idRole users isDependent isStrong isCascading sessionsA sessionsE permissions juniors seniors user delegation roleContextAssignment roleContextEnabling logRole Session accessHistory enableRole r disableRole r activateRole r deactivateRole r performOperation op p r delegateRole r idSession activeRoles enabledRoles user Permission roles operations idPermission object delegation logPermission permissionContextAssignment permissionContextEnabling Operation accessHistory idOperation permissions logOperation Object accessHistory idObject permissions logObject RBACContext checkAccess c logContext p1 p2 r1 r2 idContext TimeExpression absolute relative SpatialContext label location Delegation revoke getAbsoluteDelegationPath idDelegation isRevoked isTransfer isTotal startDate endDate delegatorUser delegateUser revokingUser delegatedDelegation delegatedPermissions maxDepth delegatedRole History idLog role object op permission context user Root sys Obj op c p r s u d log dur period rloc rd RBACUtility getBoundPermission getCurrentDate getCurrentTime getDayOfWeek getCumulativeActiveDuration r u unit getActiveDuration r unit maxPermission maxActiveRole maxRole businessTaskList boundedPermissions currentT currentDay AbsoluteTE hasDuration duration RelativeTE idRelativeTE d2 ActivationDuration greaterThan d idDuration value timeUnit isContinous aexp rexp TimeUnitType second second minute minute hour hour day day month month year year TimePoint equalTo t isBefore t isAfter t isContained t idTimePoint second minute hour day month year TimeInterval idTimeInterval start end ComposedRelativeTE checkHours u checkDays u checkDaysRank u overlay RelativeTimeInterval idRelativeTimeInterval start end RelativeTimePoint isContained t equalTo t isAfter t isBefore t idRelativeTimePoint rank DayOfWeek day DayOfMonth day month MonthOfYear month HourOfDay hour DayType Monday Monday Tuesday Tuesday Wednesday Wednesday Thursday Thursday Friday Friday Saturday Saturday Sunday Sunday PeriodicTime frequency timeUnit idPeriodicTime nextStart RelativeLocation location distance unit relativedirection Location disjoint l contains l overlaps l computeRelative r label relativelocation PhysicalLocation LogicalLocation Point long lat 0.0 Polygon segment Circle center radius Polyline start end RelativeDirection relativelocation CardinalDirection direction angle QualitativeDirection direction CardinalType North North East East South South West West Northeast Northeast Southeast Southeast Southwest Southwest Northwest Northwest QualitativeType inside inside outside outside around around TemporalContext timeexpression delegationType grant grant strong strong weakStatic weakStatic weakDynamic weakDynamic
null
{"directed":true,"nodes":[{"nsPrefix":"RBACmodel","nsURI":"http://www.example.org/RBACmodel","name":"RBACmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"User","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Session","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Permission","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RBACContext","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeExpression","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpatialContext","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delegation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"History","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Root","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RBACUtility","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbsoluteTE","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelativeTE","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivationDuration","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimeUnitType","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimePoint","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeInterval","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComposedRelativeTE","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelativeTimeInterval","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelativeTimePoint","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DayOfWeek","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DayOfMonth","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MonthOfYear","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HourOfDay","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DayType","instanceClass":null,"id":27,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PeriodicTime","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelativeLocation","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Location","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhysicalLocation","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalLocation","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Polygon","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Circle","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Polyline","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelativeDirection","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CardinalDirection","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QualitativeDirection","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CardinalType","instanceClass":null,"id":40,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"QualitativeType","instanceClass":null,"id":41,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalContext","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"delegationType","instanceClass":null,"id":43,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"unique":true,"name":"assignRole","lowerBound":0,"id":44,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"accessHistory","lowerBound":0,"id":45,"many":true,"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":"idUser","changeable":true,"lowerBound":0,"iD":false,"id":46,"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":"roles","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":"sessions","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":"delegation","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":false,"unsettable":false,"transient":false,"unique":true,"name":"recieveddelegation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"revocation","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":false,"unsettable":false,"transient":false,"unique":true,"name":"delegatedRoles","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":"userLocation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"userLog","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"r","lowerBound":0,"id":55,"many":false,"required":false,"eClass":"EParameter"},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"users","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"user","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"delegatorUser","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"delegateUser","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"revokingUser","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"user","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"user","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"getCurrentAbsoluteTE","lowerBound":1,"id":74,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"assignPermission","lowerBound":0,"id":75,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"accessHistory","lowerBound":0,"id":76,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"logBOCurrentProcessInstance","lowerBound":0,"id":77,"many":true,"required":false,"eClass":"EOperation"},{"ordered":false,"upperBound":-1,"unique":true,"name":"getAlljuniors","lowerBound":0,"id":78,"many":true,"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":"idRole","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isDependent","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isStrong","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isCascading","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sessionsA","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sessionsE","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"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":"permissions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"juniors","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":false,"unsettable":false,"transient":false,"unique":true,"name":"seniors","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":false,"unsettable":false,"transient":false,"unique":true,"name":"delegation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"roleContextAssignment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"roleContextEnabling","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"logRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"u","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EParameter"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"p","lowerBound":0,"id":95,"many":false,"required":false,"eClass":"EParameter"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"activeRoles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":106,"derived":false},{"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":"enabledRoles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"delegatedRole","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"r1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"r2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"role","changeable":true,"resolveProxies":true,"lowerBound":1,"id":121,"derived":false},{"ordered":true,"upperBound":-1,"unique":true,"name":"accessHistory","lowerBound":0,"id":122,"many":true,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"enableRole","lowerBound":0,"id":123,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"disableRole","lowerBound":0,"id":124,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"activateRole","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deactivateRole","lowerBound":0,"id":126,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"performOperation","lowerBound":0,"id":127,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"delegateRole","lowerBound":0,"id":128,"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":"idSession","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"r","lowerBound":0,"id":131,"many":false,"required":false,"eClass":"EParameter"},{"id":132,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"r","lowerBound":0,"id":133,"many":false,"required":false,"eClass":"EParameter"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"r","lowerBound":0,"id":135,"many":false,"required":false,"eClass":"EParameter"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"r","lowerBound":0,"id":137,"many":false,"required":false,"eClass":"EParameter"},{"id":138,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"op","lowerBound":0,"id":139,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"p","lowerBound":0,"id":140,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"r","lowerBound":0,"id":141,"many":false,"required":false,"eClass":"EParameter"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"r","lowerBound":0,"id":145,"many":false,"required":false,"eClass":"EParameter"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idPermission","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"delegation","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":"logPermission","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":"permissionContextAssignment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"permissionContextEnabling","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"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":"permissions","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"permissions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":163,"derived":false},{"id":164,"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":"delegatedPermissions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"permission","changeable":true,"resolveProxies":true,"lowerBound":1,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"p1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"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":"p2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"ordered":true,"upperBound":-1,"unique":true,"name":"accessHistory","lowerBound":0,"id":172,"many":true,"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":"idOperation","changeable":true,"lowerBound":0,"iD":false,"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":"logOperation","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":1,"id":179,"derived":false},{"ordered":true,"upperBound":-1,"unique":true,"name":"accessHistory","lowerBound":0,"id":180,"many":true,"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":"idObject","changeable":true,"lowerBound":0,"iD":false,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"logObject","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":187,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"checkAccess","lowerBound":0,"id":188,"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":"logContext","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idContext","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"c","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EParameter"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"context","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"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"absolute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relative","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"label","changeable":true,"lowerBound":0,"iD":false,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"revoke","lowerBound":0,"id":210,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getAbsoluteDelegationPath","lowerBound":0,"id":211,"many":true,"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":"idDelegation","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isRevoked","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isTransfer","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isTotal","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startDate","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endDate","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"delegatedDelegation","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":"maxDepth","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"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idLog","changeable":true,"lowerBound":0,"iD":false,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sys","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":"Obj","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":"op","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":"c","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"p","changeable":true,"resolveProxies":true,"lowerBound":0,"id":246,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"r","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"s","changeable":true,"resolveProxies":true,"lowerBound":0,"id":248,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"u","changeable":true,"resolveProxies":true,"lowerBound":0,"id":249,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"d","changeable":true,"resolveProxies":true,"lowerBound":0,"id":250,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"log","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":"dur","changeable":true,"resolveProxies":true,"lowerBound":0,"id":252,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rloc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"unique":true,"name":"getBoundPermission","lowerBound":1,"id":270,"many":true,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCurrentDate","lowerBound":1,"id":271,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCurrentTime","lowerBound":1,"id":272,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getDayOfWeek","lowerBound":0,"id":273,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCumulativeActiveDuration","lowerBound":0,"id":274,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getActiveDuration","lowerBound":0,"id":275,"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":"maxPermission","changeable":true,"lowerBound":0,"iD":false,"id":276,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxActiveRole","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maxRole","changeable":true,"lowerBound":0,"iD":false,"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":"businessTaskList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"boundedPermissions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":280,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"currentT","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"currentDay","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"r","lowerBound":0,"id":288,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"u","lowerBound":0,"id":289,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"unit","lowerBound":0,"id":290,"many":false,"required":false,"eClass":"EParameter"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"r","lowerBound":0,"id":295,"many":false,"required":false,"eClass":"EParameter"},{"ordered":true,"upperBound":1,"unique":true,"name":"unit","lowerBound":0,"id":296,"many":false,"required":false,"eClass":"EParameter"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"hasDuration","lowerBound":0,"id":306,"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":"duration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aexp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idRelativeTE","changeable":true,"lowerBound":0,"iD":false,"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":"d2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rexp","changeable":true,"resolveProxies":true,"lowerBound":0,"id":315,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"greaterThan","lowerBound":0,"id":316,"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":"idDuration","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeUnit","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isContinous","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"d","lowerBound":0,"id":322,"many":false,"required":false,"eClass":"EParameter"},{"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"},{"name":"second","id":330,"value":0,"literal":"second","eClass":"EEnumLiteral"},{"name":"minute","id":331,"value":0,"literal":"minute","eClass":"EEnumLiteral"},{"name":"hour","id":332,"value":0,"literal":"hour","eClass":"EEnumLiteral"},{"name":"day","id":333,"value":0,"literal":"day","eClass":"EEnumLiteral"},{"name":"month","id":334,"value":0,"literal":"month","eClass":"EEnumLiteral"},{"name":"year","id":335,"value":0,"literal":"year","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"unique":true,"name":"equalTo","lowerBound":0,"id":336,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isBefore","lowerBound":0,"id":337,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isAfter","lowerBound":0,"id":338,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isContained","lowerBound":0,"id":339,"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":"idTimePoint","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"second","changeable":true,"lowerBound":0,"iD":false,"id":341,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"minute","changeable":true,"lowerBound":0,"iD":false,"id":342,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hour","changeable":true,"lowerBound":0,"iD":false,"id":343,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"day","changeable":true,"lowerBound":0,"iD":false,"id":344,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"month","changeable":true,"lowerBound":0,"iD":false,"id":345,"derived":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":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"t","lowerBound":0,"id":349,"many":false,"required":false,"eClass":"EParameter"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"t","lowerBound":0,"id":352,"many":false,"required":false,"eClass":"EParameter"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"t","lowerBound":0,"id":355,"many":false,"required":false,"eClass":"EParameter"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"t","lowerBound":0,"id":358,"many":false,"required":false,"eClass":"EParameter"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"idTimeInterval","changeable":true,"lowerBound":0,"iD":true,"id":367,"derived":false},{"container":false,"ordered":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":368,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"end","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkHours","lowerBound":0,"id":374,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkDays","lowerBound":0,"id":375,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"checkDaysRank","lowerBound":0,"id":376,"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":"overlay","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"u","lowerBound":1,"id":380,"many":false,"required":true,"eClass":"EParameter"},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"u","lowerBound":1,"id":383,"many":false,"required":true,"eClass":"EParameter"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"u","lowerBound":1,"id":386,"many":false,"required":true,"eClass":"EParameter"},{"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":"idRelativeTimeInterval","changeable":true,"lowerBound":0,"iD":false,"id":389,"derived":false},{"container":false,"ordered":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":390,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"end","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"isContained","lowerBound":0,"id":396,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"equalTo","lowerBound":0,"id":397,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isAfter","lowerBound":0,"id":398,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"isBefore","lowerBound":0,"id":399,"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":"idRelativeTimePoint","changeable":true,"lowerBound":0,"iD":false,"id":400,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rank","changeable":true,"lowerBound":0,"iD":false,"id":401,"derived":false},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"t","lowerBound":0,"id":404,"many":false,"required":false,"eClass":"EParameter"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"t","lowerBound":0,"id":407,"many":false,"required":false,"eClass":"EParameter"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"t","lowerBound":0,"id":410,"many":false,"required":false,"eClass":"EParameter"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"t","lowerBound":0,"id":413,"many":false,"required":false,"eClass":"EParameter"},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"day","changeable":true,"lowerBound":0,"iD":false,"id":417,"derived":false},{"id":418,"eClass":"EGenericType"},{"id":419,"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":"day","changeable":true,"lowerBound":0,"iD":false,"id":420,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"month","changeable":true,"lowerBound":0,"iD":false,"id":421,"derived":false},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"month","changeable":true,"lowerBound":0,"iD":false,"id":425,"derived":false},{"id":426,"eClass":"EGenericType"},{"id":427,"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":"hour","changeable":true,"lowerBound":0,"iD":false,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"name":"Monday","id":431,"value":0,"literal":"Monday","eClass":"EEnumLiteral"},{"name":"Tuesday","id":432,"value":1,"literal":"Tuesday","eClass":"EEnumLiteral"},{"name":"Wednesday","id":433,"value":2,"literal":"Wednesday","eClass":"EEnumLiteral"},{"name":"Thursday","id":434,"value":3,"literal":"Thursday","eClass":"EEnumLiteral"},{"name":"Friday","id":435,"value":4,"literal":"Friday","eClass":"EEnumLiteral"},{"name":"Saturday","id":436,"value":5,"literal":"Saturday","eClass":"EEnumLiteral"},{"name":"Sunday","id":437,"value":6,"literal":"Sunday","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"frequency","changeable":true,"lowerBound":0,"iD":false,"id":438,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"timeUnit","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":"idPeriodicTime","changeable":true,"lowerBound":0,"iD":false,"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":"nextStart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":441,"derived":false},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"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":"location","changeable":true,"resolveProxies":true,"lowerBound":1,"id":447,"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":"distance","changeable":true,"lowerBound":0,"iD":false,"id":448,"derived":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":449,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relativedirection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":450,"derived":false},{"id":451,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relativelocation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":452,"derived":false},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relativelocation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":456,"derived":false},{"ordered":true,"upperBound":1,"unique":true,"name":"disjoint","lowerBound":0,"id":457,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"contains","lowerBound":0,"id":458,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"overlaps","lowerBound":0,"id":459,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"computeRelative","lowerBound":0,"id":460,"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":"label","changeable":true,"lowerBound":0,"iD":false,"id":461,"derived":false},{"id":462,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"l","lowerBound":0,"id":463,"many":false,"required":false,"eClass":"EParameter"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"l","lowerBound":0,"id":466,"many":false,"required":false,"eClass":"EParameter"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"l","lowerBound":0,"id":469,"many":false,"required":false,"eClass":"EParameter"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"r","lowerBound":0,"id":472,"many":false,"required":false,"eClass":"EParameter"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"long","changeable":true,"lowerBound":0,"iD":false,"id":478,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0.0","unsettable":false,"transient":false,"unique":true,"name":"lat","changeable":true,"lowerBound":0,"iD":false,"id":479,"derived":false},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"segment","changeable":true,"resolveProxies":true,"lowerBound":3,"id":483,"derived":false},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"center","changeable":true,"resolveProxies":true,"lowerBound":1,"id":486,"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":"radius","changeable":true,"lowerBound":0,"iD":false,"id":487,"derived":false},{"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":"start","changeable":true,"resolveProxies":true,"lowerBound":1,"id":491,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"end","changeable":true,"resolveProxies":true,"lowerBound":1,"id":492,"derived":false},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":496,"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":"angle","changeable":true,"lowerBound":0,"iD":false,"id":497,"derived":false},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":501,"derived":false},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"name":"North","id":504,"value":0,"literal":"North","eClass":"EEnumLiteral"},{"name":"East","id":505,"value":0,"literal":"East","eClass":"EEnumLiteral"},{"name":"South","id":506,"value":0,"literal":"South","eClass":"EEnumLiteral"},{"name":"West","id":507,"value":0,"literal":"West","eClass":"EEnumLiteral"},{"name":"Northeast","id":508,"value":0,"literal":"Northeast","eClass":"EEnumLiteral"},{"name":"Southeast","id":509,"value":0,"literal":"Southeast","eClass":"EEnumLiteral"},{"name":"Southwest","id":510,"value":0,"literal":"Southwest","eClass":"EEnumLiteral"},{"name":"Northwest","id":511,"value":0,"literal":"Northwest","eClass":"EEnumLiteral"},{"name":"inside","id":512,"value":0,"literal":"inside","eClass":"EEnumLiteral"},{"name":"outside","id":513,"value":0,"literal":"outside","eClass":"EEnumLiteral"},{"name":"around","id":514,"value":0,"literal":"around","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"timeexpression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":515,"derived":false},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"name":"grant","id":518,"value":0,"literal":"grant","eClass":"EEnumLiteral"},{"name":"strong","id":519,"value":0,"literal":"strong","eClass":"EEnumLiteral"},{"name":"weakStatic","id":520,"value":0,"literal":"weakStatic","eClass":"EEnumLiteral"},{"name":"weakDynamic","id":521,"value":0,"literal":"weakDynamic","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":1,"target":0},{"source":1,"target":44},{"source":1,"target":45},{"source":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":44,"target":1},{"source":44,"target":55},{"source":55,"target":2},{"source":55,"target":56},{"source":55,"target":44},{"source":56,"target":2},{"source":45,"target":11},{"source":45,"target":57},{"source":45,"target":1},{"source":57,"target":11},{"source":46,"target":58},{"source":46,"target":1},{"source":47,"target":2},{"source":47,"target":59},{"source":47,"target":1},{"source":47,"target":60},{"source":59,"target":2},{"source":48,"target":3},{"source":48,"target":61},{"source":48,"target":1},{"source":48,"target":62},{"source":61,"target":3},{"source":49,"target":10},{"source":49,"target":63},{"source":49,"target":1},{"source":49,"target":64},{"source":63,"target":10},{"source":50,"target":10},{"source":50,"target":65},{"source":50,"target":1},{"source":50,"target":66},{"source":65,"target":10},{"source":51,"target":10},{"source":51,"target":67},{"source":51,"target":1},{"source":51,"target":68},{"source":67,"target":10},{"source":52,"target":2},{"source":52,"target":69},{"source":52,"target":1},{"source":52,"target":70},{"source":69,"target":2},{"source":53,"target":9},{"source":53,"target":71},{"source":53,"target":1},{"source":71,"target":9},{"source":54,"target":11},{"source":54,"target":72},{"source":54,"target":1},{"source":54,"target":73},{"source":72,"target":11},{"source":2,"target":0},{"source":2,"target":74},{"source":2,"target":75},{"source":2,"target":76},{"source":2,"target":77},{"source":2,"target":78},{"source":2,"target":79},{"source":2,"target":60},{"source":2,"target":80},{"source":2,"target":81},{"source":2,"target":82},{"source":2,"target":83},{"source":2,"target":84},{"source":2,"target":85},{"source":2,"target":86},{"source":2,"target":87},{"source":2,"target":70},{"source":2,"target":88},{"source":2,"target":89},{"source":2,"target":90},{"source":2,"target":91},{"source":74,"target":14},{"source":74,"target":92},{"source":74,"target":2},{"source":74,"target":93},{"source":92,"target":14},{"source":93,"target":13},{"source":93,"target":94},{"source":93,"target":74},{"source":94,"target":13},{"source":75,"target":2},{"source":75,"target":95},{"source":95,"target":4},{"source":95,"target":96},{"source":95,"target":75},{"source":96,"target":4},{"source":76,"target":11},{"source":76,"target":97},{"source":76,"target":2},{"source":97,"target":11},{"source":77,"target":11},{"source":77,"target":98},{"source":77,"target":2},{"source":98,"target":11},{"source":78,"target":2},{"source":78,"target":99},{"source":78,"target":2},{"source":99,"target":2},{"source":79,"target":100},{"source":79,"target":2},{"source":60,"target":1},{"source":60,"target":101},{"source":60,"target":2},{"source":60,"target":47},{"source":101,"target":1},{"source":80,"target":102},{"source":80,"target":2},{"source":81,"target":103},{"source":81,"target":2},{"source":82,"target":104},{"source":82,"target":2},{"source":83,"target":3},{"source":83,"target":105},{"source":83,"target":2},{"source":83,"target":106},{"source":105,"target":3},{"source":84,"target":3},{"source":84,"target":107},{"source":84,"target":2},{"source":84,"target":108},{"source":107,"target":3},{"source":85,"target":4},{"source":85,"target":109},{"source":85,"target":2},{"source":85,"target":110},{"source":109,"target":4},{"source":86,"target":2},{"source":86,"target":111},{"source":86,"target":2},{"source":86,"target":87},{"source":111,"target":2},{"source":87,"target":2},{"source":87,"target":112},{"source":87,"target":2},{"source":87,"target":86},{"source":112,"target":2},{"source":70,"target":1},{"source":70,"target":113},{"source":70,"target":2},{"source":70,"target":52},{"source":113,"target":1},{"source":88,"target":10},{"source":88,"target":114},{"source":88,"target":2},{"source":88,"target":115},{"source":114,"target":10},{"source":89,"target":7},{"source":89,"target":116},{"source":89,"target":2},{"source":89,"target":117},{"source":116,"target":7},{"source":90,"target":7},{"source":90,"target":118},{"source":90,"target":2},{"source":90,"target":119},{"source":118,"target":7},{"source":91,"target":11},{"source":91,"target":120},{"source":91,"target":2},{"source":91,"target":121},{"source":120,"target":11},{"source":3,"target":0},{"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":106},{"source":3,"target":108},{"source":3,"target":62},{"source":122,"target":11},{"source":122,"target":130},{"source":122,"target":3},{"source":130,"target":11},{"source":123,"target":3},{"source":123,"target":131},{"source":131,"target":2},{"source":131,"target":132},{"source":131,"target":123},{"source":132,"target":2},{"source":124,"target":3},{"source":124,"target":133},{"source":133,"target":2},{"source":133,"target":134},{"source":133,"target":124},{"source":134,"target":2},{"source":125,"target":3},{"source":125,"target":135},{"source":135,"target":2},{"source":135,"target":136},{"source":135,"target":125},{"source":136,"target":2},{"source":126,"target":3},{"source":126,"target":137},{"source":137,"target":2},{"source":137,"target":138},{"source":137,"target":126},{"source":138,"target":2},{"source":127,"target":3},{"source":127,"target":139},{"source":127,"target":140},{"source":127,"target":141},{"source":139,"target":5},{"source":139,"target":142},{"source":139,"target":127},{"source":142,"target":5},{"source":140,"target":4},{"source":140,"target":143},{"source":140,"target":127},{"source":143,"target":4},{"source":141,"target":2},{"source":141,"target":144},{"source":141,"target":127},{"source":144,"target":2},{"source":128,"target":3},{"source":128,"target":145},{"source":145,"target":2},{"source":145,"target":146},{"source":145,"target":128},{"source":146,"target":2},{"source":129,"target":147},{"source":129,"target":3},{"source":106,"target":2},{"source":106,"target":148},{"source":106,"target":3},{"source":106,"target":83},{"source":148,"target":2},{"source":108,"target":2},{"source":108,"target":149},{"source":108,"target":3},{"source":108,"target":84},{"source":149,"target":2},{"source":62,"target":1},{"source":62,"target":150},{"source":62,"target":3},{"source":62,"target":48},{"source":150,"target":1},{"source":4,"target":0},{"source":4,"target":110},{"source":4,"target":151},{"source":4,"target":152},{"source":4,"target":153},{"source":4,"target":154},{"source":4,"target":155},{"source":4,"target":156},{"source":4,"target":157},{"source":110,"target":2},{"source":110,"target":158},{"source":110,"target":4},{"source":110,"target":85},{"source":158,"target":2},{"source":151,"target":5},{"source":151,"target":159},{"source":151,"target":4},{"source":151,"target":160},{"source":159,"target":5},{"source":152,"target":161},{"source":152,"target":4},{"source":153,"target":6},{"source":153,"target":162},{"source":153,"target":4},{"source":153,"target":163},{"source":162,"target":6},{"source":154,"target":10},{"source":154,"target":164},{"source":154,"target":4},{"source":154,"target":165},{"source":164,"target":10},{"source":155,"target":11},{"source":155,"target":166},{"source":155,"target":4},{"source":155,"target":167},{"source":166,"target":11},{"source":156,"target":7},{"source":156,"target":168},{"source":156,"target":4},{"source":156,"target":169},{"source":168,"target":7},{"source":157,"target":7},{"source":157,"target":170},{"source":157,"target":4},{"source":157,"target":171},{"source":170,"target":7},{"source":5,"target":0},{"source":5,"target":172},{"source":5,"target":173},{"source":5,"target":160},{"source":5,"target":174},{"source":172,"target":11},{"source":172,"target":175},{"source":172,"target":5},{"source":175,"target":11},{"source":173,"target":176},{"source":173,"target":5},{"source":160,"target":4},{"source":160,"target":177},{"source":160,"target":5},{"source":160,"target":151},{"source":177,"target":4},{"source":174,"target":11},{"source":174,"target":178},{"source":174,"target":5},{"source":174,"target":179},{"source":178,"target":11},{"source":6,"target":0},{"source":6,"target":180},{"source":6,"target":181},{"source":6,"target":163},{"source":6,"target":182},{"source":180,"target":11},{"source":180,"target":183},{"source":180,"target":6},{"source":183,"target":11},{"source":181,"target":184},{"source":181,"target":6},{"source":163,"target":4},{"source":163,"target":185},{"source":163,"target":6},{"source":163,"target":153},{"source":185,"target":4},{"source":182,"target":11},{"source":182,"target":186},{"source":182,"target":6},{"source":182,"target":187},{"source":186,"target":11},{"source":7,"target":0},{"source":7,"target":188},{"source":7,"target":189},{"source":7,"target":169},{"source":7,"target":171},{"source":7,"target":117},{"source":7,"target":119},{"source":7,"target":190},{"source":188,"target":191},{"source":188,"target":7},{"source":188,"target":192},{"source":192,"target":7},{"source":192,"target":193},{"source":192,"target":188},{"source":193,"target":7},{"source":189,"target":11},{"source":189,"target":194},{"source":189,"target":7},{"source":189,"target":195},{"source":194,"target":11},{"source":169,"target":4},{"source":169,"target":196},{"source":169,"target":7},{"source":169,"target":156},{"source":196,"target":4},{"source":171,"target":4},{"source":171,"target":197},{"source":171,"target":7},{"source":171,"target":157},{"source":197,"target":4},{"source":117,"target":2},{"source":117,"target":198},{"source":117,"target":7},{"source":117,"target":89},{"source":198,"target":2},{"source":119,"target":2},{"source":119,"target":199},{"source":119,"target":7},{"source":119,"target":90},{"source":199,"target":2},{"source":190,"target":200},{"source":190,"target":7},{"source":8,"target":0},{"source":8,"target":201},{"source":8,"target":202},{"source":201,"target":14},{"source":201,"target":203},{"source":201,"target":8},{"source":203,"target":14},{"source":202,"target":15},{"source":202,"target":204},{"source":202,"target":8},{"source":204,"target":15},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":205},{"source":9,"target":206},{"source":9,"target":207},{"source":205,"target":208},{"source":205,"target":9},{"source":206,"target":30},{"source":206,"target":209},{"source":206,"target":9},{"source":209,"target":30},{"source":207,"target":7},{"source":10,"target":0},{"source":10,"target":210},{"source":10,"target":211},{"source":10,"target":212},{"source":10,"target":213},{"source":10,"target":214},{"source":10,"target":215},{"source":10,"target":216},{"source":10,"target":217},{"source":10,"target":64},{"source":10,"target":66},{"source":10,"target":68},{"source":10,"target":218},{"source":10,"target":165},{"source":10,"target":219},{"source":10,"target":115},{"source":210,"target":10},{"source":211,"target":10},{"source":211,"target":220},{"source":211,"target":10},{"source":220,"target":10},{"source":212,"target":221},{"source":212,"target":10},{"source":213,"target":222},{"source":213,"target":10},{"source":214,"target":43},{"source":214,"target":223},{"source":214,"target":10},{"source":223,"target":43},{"source":215,"target":224},{"source":215,"target":10},{"source":216,"target":225},{"source":216,"target":10},{"source":217,"target":226},{"source":217,"target":10},{"source":64,"target":1},{"source":64,"target":227},{"source":64,"target":10},{"source":64,"target":49},{"source":227,"target":1},{"source":66,"target":1},{"source":66,"target":228},{"source":66,"target":10},{"source":66,"target":50},{"source":228,"target":1},{"source":68,"target":1},{"source":68,"target":229},{"source":68,"target":10},{"source":68,"target":51},{"source":229,"target":1},{"source":218,"target":10},{"source":218,"target":230},{"source":218,"target":10},{"source":230,"target":10},{"source":165,"target":4},{"source":165,"target":231},{"source":165,"target":10},{"source":165,"target":154},{"source":231,"target":4},{"source":219,"target":232},{"source":219,"target":10},{"source":115,"target":2},{"source":115,"target":233},{"source":115,"target":10},{"source":115,"target":88},{"source":233,"target":2},{"source":11,"target":0},{"source":11,"target":234},{"source":11,"target":121},{"source":11,"target":187},{"source":11,"target":179},{"source":11,"target":167},{"source":11,"target":195},{"source":11,"target":73},{"source":234,"target":235},{"source":234,"target":11},{"source":121,"target":2},{"source":121,"target":236},{"source":121,"target":11},{"source":121,"target":91},{"source":236,"target":2},{"source":187,"target":6},{"source":187,"target":237},{"source":187,"target":11},{"source":187,"target":182},{"source":237,"target":6},{"source":179,"target":5},{"source":179,"target":238},{"source":179,"target":11},{"source":179,"target":174},{"source":238,"target":5},{"source":167,"target":4},{"source":167,"target":239},{"source":167,"target":11},{"source":167,"target":155},{"source":239,"target":4},{"source":195,"target":7},{"source":195,"target":240},{"source":195,"target":11},{"source":195,"target":189},{"source":240,"target":7},{"source":73,"target":1},{"source":73,"target":241},{"source":73,"target":11},{"source":73,"target":54},{"source":241,"target":1},{"source":12,"target":0},{"source":12,"target":242},{"source":12,"target":243},{"source":12,"target":244},{"source":12,"target":245},{"source":12,"target":246},{"source":12,"target":247},{"source":12,"target":248},{"source":12,"target":249},{"source":12,"target":250},{"source":12,"target":251},{"source":12,"target":252},{"source":12,"target":253},{"source":12,"target":254},{"source":12,"target":255},{"source":242,"target":13},{"source":242,"target":256},{"source":242,"target":12},{"source":256,"target":13},{"source":243,"target":6},{"source":243,"target":257},{"source":243,"target":12},{"source":257,"target":6},{"source":244,"target":5},{"source":244,"target":258},{"source":244,"target":12},{"source":258,"target":5},{"source":245,"target":7},{"source":245,"target":259},{"source":245,"target":12},{"source":259,"target":7},{"source":246,"target":4},{"source":246,"target":260},{"source":246,"target":12},{"source":260,"target":4},{"source":247,"target":2},{"source":247,"target":261},{"source":247,"target":12},{"source":261,"target":2},{"source":248,"target":3},{"source":248,"target":262},{"source":248,"target":12},{"source":262,"target":3},{"source":249,"target":1},{"source":249,"target":263},{"source":249,"target":12},{"source":263,"target":1},{"source":250,"target":10},{"source":250,"target":264},{"source":250,"target":12},{"source":264,"target":10},{"source":251,"target":11},{"source":251,"target":265},{"source":251,"target":12},{"source":265,"target":11},{"source":252,"target":16},{"source":252,"target":266},{"source":252,"target":12},{"source":266,"target":16},{"source":253,"target":28},{"source":253,"target":267},{"source":253,"target":12},{"source":267,"target":28},{"source":254,"target":29},{"source":254,"target":268},{"source":254,"target":12},{"source":268,"target":29},{"source":255,"target":37},{"source":255,"target":269},{"source":255,"target":12},{"source":269,"target":37},{"source":13,"target":0},{"source":13,"target":270},{"source":13,"target":271},{"source":13,"target":272},{"source":13,"target":273},{"source":13,"target":274},{"source":13,"target":275},{"source":13,"target":276},{"source":13,"target":277},{"source":13,"target":278},{"source":13,"target":279},{"source":13,"target":280},{"source":13,"target":281},{"source":13,"target":282},{"source":270,"target":4},{"source":270,"target":283},{"source":270,"target":13},{"source":283,"target":4},{"source":271,"target":284},{"source":271,"target":13},{"source":272,"target":18},{"source":272,"target":285},{"source":272,"target":13},{"source":285,"target":18},{"source":273,"target":22},{"source":273,"target":286},{"source":273,"target":13},{"source":286,"target":22},{"source":274,"target":16},{"source":274,"target":287},{"source":274,"target":13},{"source":274,"target":288},{"source":274,"target":289},{"source":274,"target":290},{"source":287,"target":16},{"source":288,"target":2},{"source":288,"target":291},{"source":288,"target":274},{"source":291,"target":2},{"source":289,"target":1},{"source":289,"target":292},{"source":289,"target":274},{"source":292,"target":1},{"source":290,"target":17},{"source":290,"target":293},{"source":290,"target":274},{"source":293,"target":17},{"source":275,"target":16},{"source":275,"target":294},{"source":275,"target":13},{"source":275,"target":295},{"source":275,"target":296},{"source":294,"target":16},{"source":295,"target":2},{"source":295,"target":297},{"source":295,"target":275},{"source":297,"target":2},{"source":296,"target":17},{"source":296,"target":298},{"source":296,"target":275},{"source":298,"target":17},{"source":276,"target":299},{"source":276,"target":13},{"source":277,"target":300},{"source":277,"target":13},{"source":278,"target":301},{"source":278,"target":13},{"source":279,"target":5},{"source":279,"target":302},{"source":279,"target":13},{"source":302,"target":5},{"source":280,"target":4},{"source":280,"target":303},{"source":280,"target":13},{"source":303,"target":4},{"source":281,"target":18},{"source":281,"target":304},{"source":281,"target":13},{"source":304,"target":18},{"source":282,"target":22},{"source":282,"target":305},{"source":282,"target":13},{"source":305,"target":22},{"source":14,"target":0},{"source":14,"target":306},{"source":14,"target":307},{"source":306,"target":308},{"source":306,"target":14},{"source":307,"target":16},{"source":307,"target":309},{"source":307,"target":14},{"source":307,"target":310},{"source":309,"target":16},{"source":15,"target":0},{"source":15,"target":311},{"source":15,"target":312},{"source":311,"target":313},{"source":311,"target":15},{"source":312,"target":16},{"source":312,"target":314},{"source":312,"target":15},{"source":312,"target":315},{"source":314,"target":16},{"source":16,"target":0},{"source":16,"target":316},{"source":16,"target":317},{"source":16,"target":318},{"source":16,"target":319},{"source":16,"target":320},{"source":16,"target":310},{"source":16,"target":315},{"source":316,"target":321},{"source":316,"target":16},{"source":316,"target":322},{"source":322,"target":16},{"source":322,"target":323},{"source":322,"target":316},{"source":323,"target":16},{"source":317,"target":324},{"source":317,"target":16},{"source":318,"target":325},{"source":318,"target":16},{"source":319,"target":17},{"source":319,"target":326},{"source":319,"target":16},{"source":326,"target":17},{"source":320,"target":327},{"source":320,"target":16},{"source":310,"target":14},{"source":310,"target":328},{"source":310,"target":16},{"source":310,"target":307},{"source":328,"target":14},{"source":315,"target":15},{"source":315,"target":329},{"source":315,"target":16},{"source":315,"target":312},{"source":329,"target":15},{"source":17,"target":0},{"source":17,"target":330},{"source":17,"target":331},{"source":17,"target":332},{"source":17,"target":333},{"source":17,"target":334},{"source":17,"target":335},{"source":330,"target":17},{"source":331,"target":17},{"source":332,"target":17},{"source":333,"target":17},{"source":334,"target":17},{"source":335,"target":17},{"source":18,"target":0},{"source":18,"target":14},{"source":18,"target":336},{"source":18,"target":337},{"source":18,"target":338},{"source":18,"target":339},{"source":18,"target":340},{"source":18,"target":341},{"source":18,"target":342},{"source":18,"target":343},{"source":18,"target":344},{"source":18,"target":345},{"source":18,"target":346},{"source":18,"target":347},{"source":336,"target":348},{"source":336,"target":18},{"source":336,"target":349},{"source":349,"target":18},{"source":349,"target":350},{"source":349,"target":336},{"source":350,"target":18},{"source":337,"target":351},{"source":337,"target":18},{"source":337,"target":352},{"source":352,"target":18},{"source":352,"target":353},{"source":352,"target":337},{"source":353,"target":18},{"source":338,"target":354},{"source":338,"target":18},{"source":338,"target":355},{"source":355,"target":18},{"source":355,"target":356},{"source":355,"target":338},{"source":356,"target":18},{"source":339,"target":357},{"source":339,"target":18},{"source":339,"target":358},{"source":358,"target":19},{"source":358,"target":359},{"source":358,"target":339},{"source":359,"target":19},{"source":340,"target":360},{"source":340,"target":18},{"source":341,"target":361},{"source":341,"target":18},{"source":342,"target":362},{"source":342,"target":18},{"source":343,"target":363},{"source":343,"target":18},{"source":344,"target":364},{"source":344,"target":18},{"source":345,"target":365},{"source":345,"target":18},{"source":346,"target":366},{"source":346,"target":18},{"source":347,"target":14},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":367},{"source":19,"target":368},{"source":19,"target":369},{"source":19,"target":370},{"source":367,"target":371},{"source":367,"target":19},{"source":368,"target":18},{"source":368,"target":372},{"source":368,"target":19},{"source":372,"target":18},{"source":369,"target":18},{"source":369,"target":373},{"source":369,"target":19},{"source":373,"target":18},{"source":370,"target":14},{"source":20,"target":0},{"source":20,"target":15},{"source":20,"target":374},{"source":20,"target":375},{"source":20,"target":376},{"source":20,"target":377},{"source":20,"target":378},{"source":374,"target":379},{"source":374,"target":20},{"source":374,"target":380},{"source":380,"target":13},{"source":380,"target":381},{"source":380,"target":374},{"source":381,"target":13},{"source":375,"target":382},{"source":375,"target":20},{"source":375,"target":383},{"source":383,"target":13},{"source":383,"target":384},{"source":383,"target":375},{"source":384,"target":13},{"source":376,"target":385},{"source":376,"target":20},{"source":376,"target":386},{"source":386,"target":13},{"source":386,"target":387},{"source":386,"target":376},{"source":387,"target":13},{"source":377,"target":20},{"source":377,"target":388},{"source":377,"target":20},{"source":388,"target":20},{"source":378,"target":15},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":389},{"source":21,"target":390},{"source":21,"target":391},{"source":21,"target":392},{"source":389,"target":393},{"source":389,"target":21},{"source":390,"target":22},{"source":390,"target":394},{"source":390,"target":21},{"source":394,"target":22},{"source":391,"target":22},{"source":391,"target":395},{"source":391,"target":21},{"source":395,"target":22},{"source":392,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":396},{"source":22,"target":397},{"source":22,"target":398},{"source":22,"target":399},{"source":22,"target":400},{"source":22,"target":401},{"source":22,"target":402},{"source":396,"target":403},{"source":396,"target":22},{"source":396,"target":404},{"source":404,"target":21},{"source":404,"target":405},{"source":404,"target":396},{"source":405,"target":21},{"source":397,"target":406},{"source":397,"target":22},{"source":397,"target":407},{"source":407,"target":22},{"source":407,"target":408},{"source":407,"target":397},{"source":408,"target":22},{"source":398,"target":409},{"source":398,"target":22},{"source":398,"target":410},{"source":410,"target":22},{"source":410,"target":411},{"source":410,"target":398},{"source":411,"target":22},{"source":399,"target":412},{"source":399,"target":22},{"source":399,"target":413},{"source":413,"target":22},{"source":413,"target":414},{"source":413,"target":399},{"source":414,"target":22},{"source":400,"target":415},{"source":400,"target":22},{"source":401,"target":416},{"source":401,"target":22},{"source":402,"target":20},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":417},{"source":23,"target":418},{"source":417,"target":27},{"source":417,"target":419},{"source":417,"target":23},{"source":419,"target":27},{"source":418,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":420},{"source":24,"target":421},{"source":24,"target":422},{"source":420,"target":423},{"source":420,"target":24},{"source":421,"target":424},{"source":421,"target":24},{"source":422,"target":22},{"source":25,"target":0},{"source":25,"target":22},{"source":25,"target":425},{"source":25,"target":426},{"source":425,"target":427},{"source":425,"target":25},{"source":426,"target":22},{"source":26,"target":0},{"source":26,"target":22},{"source":26,"target":428},{"source":26,"target":429},{"source":428,"target":430},{"source":428,"target":26},{"source":429,"target":22},{"source":27,"target":0},{"source":27,"target":431},{"source":27,"target":432},{"source":27,"target":433},{"source":27,"target":434},{"source":27,"target":435},{"source":27,"target":436},{"source":27,"target":437},{"source":431,"target":27},{"source":432,"target":27},{"source":433,"target":27},{"source":434,"target":27},{"source":435,"target":27},{"source":436,"target":27},{"source":437,"target":27},{"source":28,"target":0},{"source":28,"target":15},{"source":28,"target":438},{"source":28,"target":439},{"source":28,"target":440},{"source":28,"target":441},{"source":28,"target":442},{"source":438,"target":443},{"source":438,"target":28},{"source":439,"target":17},{"source":439,"target":444},{"source":439,"target":28},{"source":444,"target":17},{"source":440,"target":445},{"source":440,"target":28},{"source":441,"target":18},{"source":441,"target":446},{"source":441,"target":28},{"source":446,"target":18},{"source":442,"target":15},{"source":29,"target":0},{"source":29,"target":447},{"source":29,"target":448},{"source":29,"target":449},{"source":29,"target":450},{"source":447,"target":30},{"source":447,"target":451},{"source":447,"target":29},{"source":447,"target":452},{"source":451,"target":30},{"source":448,"target":453},{"source":448,"target":29},{"source":449,"target":454},{"source":449,"target":29},{"source":450,"target":37},{"source":450,"target":455},{"source":450,"target":29},{"source":450,"target":456},{"source":455,"target":37},{"source":30,"target":0},{"source":30,"target":457},{"source":30,"target":458},{"source":30,"target":459},{"source":30,"target":460},{"source":30,"target":461},{"source":30,"target":452},{"source":457,"target":462},{"source":457,"target":30},{"source":457,"target":463},{"source":463,"target":30},{"source":463,"target":464},{"source":463,"target":457},{"source":464,"target":30},{"source":458,"target":465},{"source":458,"target":30},{"source":458,"target":466},{"source":466,"target":30},{"source":466,"target":467},{"source":466,"target":458},{"source":467,"target":30},{"source":459,"target":468},{"source":459,"target":30},{"source":459,"target":469},{"source":469,"target":30},{"source":469,"target":470},{"source":469,"target":459},{"source":470,"target":30},{"source":460,"target":30},{"source":460,"target":471},{"source":460,"target":30},{"source":460,"target":472},{"source":471,"target":30},{"source":472,"target":29},{"source":472,"target":473},{"source":472,"target":460},{"source":473,"target":29},{"source":461,"target":474},{"source":461,"target":30},{"source":452,"target":29},{"source":452,"target":475},{"source":452,"target":30},{"source":452,"target":447},{"source":475,"target":29},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":476},{"source":476,"target":30},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":477},{"source":477,"target":30},{"source":33,"target":0},{"source":33,"target":31},{"source":33,"target":478},{"source":33,"target":479},{"source":33,"target":480},{"source":478,"target":481},{"source":478,"target":33},{"source":479,"target":482},{"source":479,"target":33},{"source":480,"target":31},{"source":34,"target":0},{"source":34,"target":31},{"source":34,"target":483},{"source":34,"target":484},{"source":483,"target":36},{"source":483,"target":485},{"source":483,"target":34},{"source":485,"target":36},{"source":484,"target":31},{"source":35,"target":0},{"source":35,"target":31},{"source":35,"target":486},{"source":35,"target":487},{"source":35,"target":488},{"source":486,"target":33},{"source":486,"target":489},{"source":486,"target":35},{"source":489,"target":33},{"source":487,"target":490},{"source":487,"target":35},{"source":488,"target":31},{"source":36,"target":0},{"source":36,"target":491},{"source":36,"target":492},{"source":491,"target":33},{"source":491,"target":493},{"source":491,"target":36},{"source":493,"target":33},{"source":492,"target":33},{"source":492,"target":494},{"source":492,"target":36},{"source":494,"target":33},{"source":37,"target":0},{"source":37,"target":456},{"source":456,"target":29},{"source":456,"target":495},{"source":456,"target":37},{"source":456,"target":450},{"source":495,"target":29},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":496},{"source":38,"target":497},{"source":38,"target":498},{"source":496,"target":40},{"source":496,"target":499},{"source":496,"target":38},{"source":499,"target":40},{"source":497,"target":500},{"source":497,"target":38},{"source":498,"target":37},{"source":39,"target":0},{"source":39,"target":37},{"source":39,"target":501},{"source":39,"target":502},{"source":501,"target":41},{"source":501,"target":503},{"source":501,"target":39},{"source":503,"target":41},{"source":502,"target":37},{"source":40,"target":0},{"source":40,"target":504},{"source":40,"target":505},{"source":40,"target":506},{"source":40,"target":507},{"source":40,"target":508},{"source":40,"target":509},{"source":40,"target":510},{"source":40,"target":511},{"source":504,"target":40},{"source":505,"target":40},{"source":506,"target":40},{"source":507,"target":40},{"source":508,"target":40},{"source":509,"target":40},{"source":510,"target":40},{"source":511,"target":40},{"source":41,"target":0},{"source":41,"target":512},{"source":41,"target":513},{"source":41,"target":514},{"source":512,"target":41},{"source":513,"target":41},{"source":514,"target":41},{"source":42,"target":0},{"source":42,"target":7},{"source":42,"target":515},{"source":42,"target":516},{"source":515,"target":8},{"source":515,"target":517},{"source":515,"target":42},{"source":517,"target":8},{"source":516,"target":7},{"source":43,"target":0},{"source":43,"target":518},{"source":43,"target":519},{"source":43,"target":520},{"source":43,"target":521},{"source":518,"target":43},{"source":519,"target":43},{"source":520,"target":43},{"source":521,"target":43}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="roscodegenerator" nsURI="http://jkk.sze.hu/roscodegenerator" nsPrefix="roscodegenerator"> <eClassifiers xsi:type="ecore:EClass" name="ROSNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="topicupdate" upperBound="-1" eType="#//TopicUpdate" containment="true" eOpposite="#//TopicUpdate/rosnode"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="threads" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="receiveFrom" upperBound="-1" eType="#//TopicReceive" containment="true" eOpposite="#//TopicReceive/rosnode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="state" upperBound="-1" eType="#//MIMOState" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rosparam" upperBound="-1" eType="#//RosParam" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instance_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pkg" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ROSTopic"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="topic_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rosmsg" lowerBound="1" eType="#//ROSMsg"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//TopicUpdate" eOpposite="#//TopicUpdate/producesTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="product" upperBound="-1" eType="#//TopicReceive" eOpposite="#//TopicReceive/rostopic"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ROSMsg"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prefix" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ROSPackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="rosnode" upperBound="-1" eType="#//ROSNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rosmsg" upperBound="-1" eType="#//ROSMsg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rostopic" upperBound="-1" eType="#//ROSTopic" 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="globalparam" upperBound="-1" eType="#//RosParam" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TopicUpdate" eSuperTypes="#//TopicWorker"> <eStructuralFeatures xsi:type="ecore:EReference" name="producesTo" lowerBound="1" eType="#//ROSTopic" eOpposite="#//ROSTopic/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rosnode" eType="#//ROSNode" eOpposite="#//ROSNode/topicupdate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="frequency" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sync" upperBound="-1" eType="#//ROSTopic"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="latch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mimostate" upperBound="-1" eType="#//MIMOState" eOpposite="#//MIMOState/output"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TopicReceive" eSuperTypes="#//TopicWorker"> <eStructuralFeatures xsi:type="ecore:EReference" name="rostopic" eType="#//ROSTopic" eOpposite="#//ROSTopic/product"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rosnode" eType="#//ROSNode" eOpposite="#//ROSNode/receiveFrom"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mimostate" upperBound="-1" eType="#//MIMOState" eOpposite="#//MIMOState/input"/> <eStructuralFeatures xsi:type="ecore:EReference" name="triggerstates" upperBound="-1" eType="#//MIMOState"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="triggertype" eType="#//TriggerType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MIMOState"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="output" lowerBound="1" upperBound="-1" eType="#//TopicUpdate" eOpposite="#//TopicUpdate/mimostate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="input" lowerBound="1" upperBound="-1" eType="#//TopicReceive" eOpposite="#//TopicReceive/mimostate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="order_past" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="order_future" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TopicWorker" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TriggerType"> <eLiterals name="TRANSFORM" value="1"/> <eLiterals name="ERROR" value="2"/> <eLiterals name="DANGER" value="2"/> <eLiterals name="EVENT" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RosParam"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/szenergy/szenergy_mdse_tools/code-generators/hu.sze.jkk.ros.code.generator.pim.model/model/roscodegenerator.ecore
ecore
roscodegenerator ROSNode name topicupdate threads receiveFrom state rosparam instance_name pkg ROSTopic topic_name rosmsg source product ROSMsg name prefix ROSPackage rosnode rosmsg rostopic name globalparam TopicUpdate producesTo rosnode frequency sync latch mimostate TopicReceive rostopic rosnode mimostate triggerstates triggertype MIMOState name output input order_past order_future TopicWorker id TriggerType TRANSFORM TRANSFORM ERROR ERROR DANGER DANGER EVENT EVENT RosParam name value
null
{"directed":true,"nodes":[{"nsPrefix":"roscodegenerator","nsURI":"http://jkk.sze.hu/roscodegenerator","name":"roscodegenerator","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ROSNode","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ROSTopic","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ROSMsg","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ROSPackage","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopicUpdate","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopicReceive","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MIMOState","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TopicWorker","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TriggerType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RosParam","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"topicupdate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"threads","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"receiveFrom","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":"state","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":"rosparam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"instance_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":"pkg","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rosnode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rosnode","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"topic_name","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rosmsg","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","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":false,"unsettable":false,"transient":false,"unique":true,"name":"product","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"producesTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"rostopic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"prefix","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rosnode","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":"rosmsg","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":"rostopic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"globalparam","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"frequency","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sync","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"latch","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mimostate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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":"mimostate","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":"triggerstates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"triggertype","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":1,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"order_past","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"order_future","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"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"name":"TRANSFORM","id":85,"value":1,"literal":"TRANSFORM","eClass":"EEnumLiteral"},{"name":"ERROR","id":86,"value":2,"literal":"ERROR","eClass":"EEnumLiteral"},{"name":"DANGER","id":87,"value":2,"literal":"DANGER","eClass":"EEnumLiteral"},{"name":"EVENT","id":88,"value":3,"literal":"EVENT","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":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":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":1,"target":18},{"source":11,"target":19},{"source":11,"target":1},{"source":12,"target":5},{"source":12,"target":20},{"source":12,"target":1},{"source":12,"target":21},{"source":20,"target":5},{"source":13,"target":22},{"source":13,"target":1},{"source":14,"target":6},{"source":14,"target":23},{"source":14,"target":1},{"source":14,"target":24},{"source":23,"target":6},{"source":15,"target":7},{"source":15,"target":25},{"source":15,"target":1},{"source":25,"target":7},{"source":16,"target":10},{"source":16,"target":26},{"source":16,"target":1},{"source":26,"target":10},{"source":17,"target":27},{"source":17,"target":1},{"source":18,"target":28},{"source":18,"target":1},{"source":2,"target":0},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":29,"target":33},{"source":29,"target":2},{"source":30,"target":3},{"source":30,"target":34},{"source":30,"target":2},{"source":34,"target":3},{"source":31,"target":5},{"source":31,"target":35},{"source":31,"target":2},{"source":31,"target":36},{"source":35,"target":5},{"source":32,"target":6},{"source":32,"target":37},{"source":32,"target":2},{"source":32,"target":38},{"source":37,"target":6},{"source":3,"target":0},{"source":3,"target":39},{"source":3,"target":40},{"source":39,"target":41},{"source":39,"target":3},{"source":40,"target":42},{"source":40,"target":3},{"source":4,"target":0},{"source":4,"target":43},{"source":4,"target":44},{"source":4,"target":45},{"source":4,"target":46},{"source":4,"target":47},{"source":43,"target":1},{"source":43,"target":48},{"source":43,"target":4},{"source":48,"target":1},{"source":44,"target":3},{"source":44,"target":49},{"source":44,"target":4},{"source":49,"target":3},{"source":45,"target":2},{"source":45,"target":50},{"source":45,"target":4},{"source":50,"target":2},{"source":46,"target":51},{"source":46,"target":4},{"source":47,"target":10},{"source":47,"target":52},{"source":47,"target":4},{"source":52,"target":10},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":36},{"source":5,"target":21},{"source":5,"target":53},{"source":5,"target":54},{"source":5,"target":55},{"source":5,"target":56},{"source":5,"target":57},{"source":36,"target":2},{"source":36,"target":58},{"source":36,"target":5},{"source":36,"target":31},{"source":58,"target":2},{"source":21,"target":1},{"source":21,"target":59},{"source":21,"target":5},{"source":21,"target":12},{"source":59,"target":1},{"source":53,"target":60},{"source":53,"target":5},{"source":54,"target":2},{"source":54,"target":61},{"source":54,"target":5},{"source":61,"target":2},{"source":55,"target":62},{"source":55,"target":5},{"source":56,"target":7},{"source":56,"target":63},{"source":56,"target":5},{"source":56,"target":64},{"source":63,"target":7},{"source":57,"target":8},{"source":6,"target":0},{"source":6,"target":8},{"source":6,"target":38},{"source":6,"target":24},{"source":6,"target":65},{"source":6,"target":66},{"source":6,"target":67},{"source":6,"target":68},{"source":38,"target":2},{"source":38,"target":69},{"source":38,"target":6},{"source":38,"target":32},{"source":69,"target":2},{"source":24,"target":1},{"source":24,"target":70},{"source":24,"target":6},{"source":24,"target":14},{"source":70,"target":1},{"source":65,"target":7},{"source":65,"target":71},{"source":65,"target":6},{"source":65,"target":72},{"source":71,"target":7},{"source":66,"target":7},{"source":66,"target":73},{"source":66,"target":6},{"source":73,"target":7},{"source":67,"target":9},{"source":67,"target":74},{"source":67,"target":6},{"source":74,"target":9},{"source":68,"target":8},{"source":7,"target":0},{"source":7,"target":75},{"source":7,"target":64},{"source":7,"target":72},{"source":7,"target":76},{"source":7,"target":77},{"source":75,"target":78},{"source":75,"target":7},{"source":64,"target":5},{"source":64,"target":79},{"source":64,"target":7},{"source":64,"target":56},{"source":79,"target":5},{"source":72,"target":6},{"source":72,"target":80},{"source":72,"target":7},{"source":72,"target":65},{"source":80,"target":6},{"source":76,"target":81},{"source":76,"target":7},{"source":77,"target":82},{"source":77,"target":7},{"source":8,"target":0},{"source":8,"target":83},{"source":83,"target":84},{"source":83,"target":8},{"source":9,"target":0},{"source":9,"target":85},{"source":9,"target":86},{"source":9,"target":87},{"source":9,"target":88},{"source":85,"target":9},{"source":86,"target":9},{"source":87,"target":9},{"source":88,"target":9},{"source":10,"target":0},{"source":10,"target":89},{"source":10,"target":90},{"source":89,"target":91},{"source":89,"target":10},{"source":90,"target":92},{"source":90,"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="simpleimperativeProv" nsURI="simpleimperativeProv" nsPrefix="simpleimperativeProv"> <eClassifiers xsi:type="ecore:EClass" name="Statement" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Program"> <eStructuralFeatures xsi:type="ecore:EReference" name="statements" upperBound="-1" eType="//Statement" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/damenac/puzzle/examples/modularization/fr.inria.diverse.examples.simpleimperative/models/simpleimperativeProv.ecore
ecore
simpleimperativeProv Statement Program statements
null
{"directed":true,"nodes":[{"nsPrefix":"simpleimperativeProv","nsURI":"simpleimperativeProv","name":"simpleimperativeProv","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Program","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"container":false,"ordered":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":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="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/Mehdi23/FlexoModelingLanguage/org.xtext.example.FlexoLanguage/src-gen/org/xtext/example/mydsl/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="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="region" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="availability_zone" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tag_Name" 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="JAVA_install_shell" 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="ssh_keys_istall_shell" 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="Server2" eSuperTypes="#//DICECompute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="server2Type" 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_server2_chef" lowerBound="1" eType="#//server2_chef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contains_MySQL" eType="#//OracleDB" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasCEP" eType="#//CEP" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Server1" eSuperTypes="#//DICECompute"> <eStructuralFeatures xsi:type="ecore:EReference" name="contains_config" lowerBound="1" eType="#//config" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contains_parsers" lowerBound="1" upperBound="-1" eType="#//AIS_NMEA_Parser" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contains_server1_chef" lowerBound="1" eType="#//server1_chef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="server1Type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containsEventIntegrator" eType="#//EventIntegrator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contains_AIS_Logger" eType="#//AIS_Logger" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contains_RabitMQ" eType="#//RabitMQ" 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="AIS_NMEA_Parser" eSuperTypes="#//NodeComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="InputRate" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="MaxPriority" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="TCP_UDP" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pathtoJarFile" 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="server2_chef" eSuperTypes="#//chef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="chef_cook_books" upperBound="-1" eType="#//Server2Books"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="server1_chef" eSuperTypes="#//chef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="chef_cook_books" upperBound="-1" eType="#//Server1Books"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Server1Books"> <eLiterals name="apt_default" literal="recipe[apt::default]"/> <eLiterals name="java_default" value="1" literal="recipe[java::default]"/> <eLiterals name="rabitMQbook" value="3" literal="recipe[RabitMQ::default]"/> <eLiterals name="server1book" value="2" literal="recipe[server1::default]"/> <eLiterals name="spark_master" value="4" literal="recipe[hadoop::spark_master]"/> <eLiterals name="hadoop_hadoop_hdfs_namenode" value="5" literal="recipe[hadoop::hadoop_hdfs_namenode]"/> <eLiterals name="hadoop_hadoop_yarn_resourcemanager" value="6" literal="recipe[hadoop::hadoop_yarn_resourcemanager]"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Server2Books"> <eLiterals name="apt_default" literal="recipe[apt::default]"/> <eLiterals name="java_default" value="1" literal="recipe[java::default]"/> <eLiterals name="server2book" value="2" literal="recipe[server2::default]"/> <eLiterals name="spark_worker" value="3" literal="recipe[hadoop::spark_worker]"/> <eLiterals name="hadoop_hadoop_hdfs_datanode" value="4" literal="recipe[hadoop::hadoop_hdfs_datanode]"/> <eLiterals name="hadoop_hadoop_yarn_nodemanager" value="5" literal="recipe[hadoop::hadoop_yarn_nodemanager]"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="interfaceType"> <eLiterals name="cloudify_interfaces_lifecycle"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Posi_DDSM"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasLinuxServer1" lowerBound="1" eType="#//Server1" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasLinuxServer2" eType="#//Server2" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <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="hasRelationships" upperBound="-1" eType="#//NodeRelationsipComponent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="tosca_definitions_version"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasoutputs" upperBound="-1" eType="#//output" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasinputs" upperBound="-1" eType="#//input" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasAISReceiver" eType="#//AISReceiver"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasPMS_ApplicationSrv" eType="#//ApplicationsServer" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasDatabaseServer" eType="#//DBServer" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OracleDB" eSuperTypes="#//NodeComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="JDBC_DriverClass" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rootUser" 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="dbuser" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dbpassword" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="DB_dbUrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tableName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fieldNames" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DICE_compute_derived"> <eLiterals name="cloudify_nodes_compute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="cloudifyComponentNode_type"> <eLiterals name="Cloudify_nodes_root"/> <eLiterals name="Cloudify_chef_nodes_ApplicationServer" value="1"/> </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"/> <eLiterals name="cloudify_relationships_connected_to" value="1"/> <eLiterals name="cloudify_relationships_depend_on" value="2"/> </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="CEP" eSuperTypes="#//NodeComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Port_cartography_files_path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Geospetial_ruls_files_path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jarfilePath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DBServer" eSuperTypes="#//DICECompute"> <eStructuralFeatures xsi:type="ecore:EReference" name="containsOracleDB" eType="#//OracleDB" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containsNoSQL" eType="#//NoSQL" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contains_DB_chef" eType="#//DBServer_chef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AISReceiver"/> <eClassifiers xsi:type="ecore:EClass" name="RabitMQ" eSuperTypes="#//NodeComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rabbitmqNodeIpAddress" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rabbitmqNodePport" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rabbitmqDistPort" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rabbitmqNodename" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rabbitmqUseLongname" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hostName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventIntegrator" eSuperTypes="#//NodeComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="webService_source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="WebServiceDestination" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jarfilePath" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DBServer_chef" eSuperTypes="#//chef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="chef_cook_books" upperBound="-1" eType="#//oracleBooks"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ApplicationsServer" eSuperTypes="#//DICECompute"> <eStructuralFeatures xsi:type="ecore:EReference" name="containsPMS" eType="#//PMS" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contains_applicationSrv_chef" eType="#//PMS_ApplicationServer_Chef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PMS" eSuperTypes="#//NodeComponent"> <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="PMS_ApplicationServer_Chef" eSuperTypes="#//chef"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="chef_cook_books" upperBound="-1" eType="#//ApplicationServerBooks"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="oracleBooks"> <eLiterals name="oracle_default" literal="recipe[oracle::default]"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ApplicationServerBooks"> <eLiterals name="Posi_app_serv_default" literal="recipe[PosiAppServer::default]"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NoSQL"/> <eClassifiers xsi:type="ecore:EClass" name="AIS_Logger"/> </ecore:EPackage>
github:ecore:/data/MicheleGuerriero/DICE/DiceModelingProject/model/DDSM-Posidonia/ddsm.posidonia.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 region availability_zone tag_Name 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 JAVA_install_shell user security_groups ssh_keys_istall_shell derived_from api_uuid password customer Server2 server2Type instances contains_server2_chef contains_MySQL hasCEP Server1 contains_config contains_parsers contains_server1_chef server1Type containsEventIntegrator contains_AIS_Logger contains_RabitMQ 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 AIS_NMEA_Parser InputRate MaxPriority TCP_UDP pathtoJarFile config config server2_chef chef_cook_books server1_chef chef_cook_books Server1Books apt_default recipe[apt::default] java_default recipe[java::default] rabitMQbook recipe[RabitMQ::default] server1book recipe[server1::default] spark_master recipe[hadoop::spark_master] hadoop_hadoop_hdfs_namenode recipe[hadoop::hadoop_hdfs_namenode] hadoop_hadoop_yarn_resourcemanager recipe[hadoop::hadoop_yarn_resourcemanager] Server2Books apt_default recipe[apt::default] java_default recipe[java::default] server2book recipe[server2::default] spark_worker recipe[hadoop::spark_worker] hadoop_hadoop_hdfs_datanode recipe[hadoop::hadoop_hdfs_datanode] hadoop_hadoop_yarn_nodemanager recipe[hadoop::hadoop_yarn_nodemanager] interfaceType cloudify_interfaces_lifecycle cloudify_interfaces_lifecycle Posi_DDSM hasLinuxServer1 hasLinuxServer2 type imports hasRelationships id tosca_definitions_version hasoutputs hasinputs hasAISReceiver hasPMS_ApplicationSrv hasDatabaseServer OracleDB JDBC_DriverClass rootUser password dbuser dbpassword DB_dbUrl tableName fieldNames 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 CEP Port_cartography_files_path Geospetial_ruls_files_path jarfilePath DBServer containsOracleDB containsNoSQL contains_DB_chef AISReceiver RabitMQ rabbitmqNodeIpAddress rabbitmqNodePport rabbitmqDistPort rabbitmqNodename rabbitmqUseLongname hostName EventIntegrator webService_source WebServiceDestination jarfilePath DBServer_chef chef_cook_books ApplicationsServer containsPMS contains_applicationSrv_chef PMS name PMS_ApplicationServer_Chef chef_cook_books oracleBooks oracle_default recipe[oracle::default] ApplicationServerBooks Posi_app_serv_default recipe[PosiAppServer::default] NoSQL AIS_Logger
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":"Server2","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Server1","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":"AIS_NMEA_Parser","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"config","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"server2_chef","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"server1_chef","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Server1Books","instanceClass":null,"id":77,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Server2Books","instanceClass":null,"id":78,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"interfaceType","instanceClass":null,"id":79,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Posi_DDSM","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OracleDB","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DICE_compute_derived","instanceClass":null,"id":82,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"cloudifyComponentNode_type","instanceClass":null,"id":83,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NodeRelationsipComponent","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceInterface","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetInterface","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"relationshipType","instanceClass":null,"id":87,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"output","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"input","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CEP","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DBServer","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AISReceiver","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RabitMQ","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventIntegrator","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DBServer_chef","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationsServer","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PMS","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PMS_ApplicationServer_Chef","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"oracleBooks","instanceClass":null,"id":99,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ApplicationServerBooks","instanceClass":null,"id":100,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NoSQL","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AIS_Logger","instanceClass":null,"abstract":false,"id":102,"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":103,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"providesCloudService","changeable":true,"resolveProxies":true,"lowerBound":1,"id":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":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":110,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasScalingPolicy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"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":112,"derived":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":113,"derived":false},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"providesCloudSoftware","changeable":true,"resolveProxies":true,"lowerBound":1,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"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":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":122,"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":123,"derived":false},{"container":false,"ordered":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":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasCostProfile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"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":130,"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":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"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":136,"derived":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":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definedOn","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},{"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":145,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"composedOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"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":152,"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":153,"derived":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":154,"derived":false},{"container":false,"ordered":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":155,"derived":false},{"id":156,"eClass":"EGenericType"},{"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":"relatedToResourcePool","changeable":true,"resolveProxies":true,"lowerBound":1,"id":160,"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":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"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":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"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":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inLocation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"composedOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"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":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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"runsOnCloudResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"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":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":"language","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":"technology","changeable":true,"lowerBound":0,"iD":false,"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":"runsOnResourcePool","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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"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":"platform","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"deployedOnCloudPlatform","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"runsOnCloudResource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"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":195,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"runsOnResourcePool","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"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":208,"derived":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":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inRegion","changeable":true,"resolveProxies":true,"lowerBound":1,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"id":219,"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":220,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":221,"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":222,"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":223,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cost","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reverseLinkToB","changeable":true,"resolveProxies":true,"lowerBound":1,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reverseLinkToA","changeable":true,"resolveProxies":true,"lowerBound":1,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"EGenericType"},{"container":false,"ordered":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":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"CloudElementA","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":238,"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":239,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"has","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"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":245,"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":246,"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":247,"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":248,"derived":false},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"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":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"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":258,"derived":false},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":261,"derived":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":262,"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":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usesCloudStorage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"OS","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cpu","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ram","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"disk_size","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":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":272,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domain","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"},{"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":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usesCloudStorage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"DBType","changeable":true,"lowerBound":1,"iD":false,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"name":"cpu","id":294,"value":0,"literal":"cpu","eClass":"EEnumLiteral"},{"name":"memory","id":295,"value":1,"literal":"memory","eClass":"EEnumLiteral"},{"name":"storage","id":296,"value":2,"literal":"storage","eClass":"EEnumLiteral"},{"name":"compute","id":297,"value":0,"literal":"compute","eClass":"EEnumLiteral"},{"name":"cloudstorage","id":298,"value":1,"literal":"cloudstorage","eClass":"EEnumLiteral"},{"name":"frontend","id":299,"value":0,"literal":"frontend","eClass":"EEnumLiteral"},{"name":"middleware","id":300,"value":1,"literal":"middleware","eClass":"EEnumLiteral"},{"name":"backend","id":301,"value":2,"literal":"backend","eClass":"EEnumLiteral"},{"name":"database","id":302,"value":3,"literal":"database","eClass":"EEnumLiteral"},{"name":"storage","id":303,"value":4,"literal":"storage","eClass":"EEnumLiteral"},{"name":"queue","id":304,"value":5,"literal":"queue","eClass":"EEnumLiteral"},{"name":"cache","id":305,"value":6,"literal":"cache","eClass":"EEnumLiteral"},{"name":"relational","id":306,"value":1,"literal":"relational","eClass":"EEnumLiteral"},{"name":"nosql","id":307,"value":0,"literal":"nosql","eClass":"EEnumLiteral"},{"name":"blobstorage","id":308,"value":0,"literal":"blobstorage","eClass":"EEnumLiteral"},{"name":"filesystem","id":309,"value":1,"literal":"filesystem","eClass":"EEnumLiteral"},{"name":"linux","id":310,"value":0,"literal":"linux","eClass":"EEnumLiteral"},{"name":"windows","id":311,"value":1,"literal":"windows","eClass":"EEnumLiteral"},{"name":"mac","id":312,"value":2,"literal":"mac","eClass":"EEnumLiteral"},{"name":"undefined","id":313,"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":314,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":315,"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":316,"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":317,"derived":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":318,"derived":false},{"container":false,"ordered":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":319,"derived":false},{"container":false,"ordered":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":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":"lowerBound","changeable":true,"lowerBound":0,"iD":false,"id":321,"derived":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":322,"derived":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":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"},{"container":false,"ordered":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":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"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":335,"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":336,"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":337,"derived":false},{"container":false,"ordered":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":338,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definedOn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasFreeQuota","changeable":true,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"id":345,"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":346,"derived":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":347,"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":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"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":357,"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":358,"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":359,"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":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"name":"per_hour","id":365,"value":0,"literal":"per_hour","eClass":"EEnumLiteral"},{"name":"per_GBmonth","id":366,"value":1,"literal":"per_GBmonth","eClass":"EEnumLiteral"},{"name":"per_million_I_O","id":367,"value":2,"literal":"per_million_I_O","eClass":"EEnumLiteral"},{"name":"per_1year","id":368,"value":3,"literal":"per_1year","eClass":"EEnumLiteral"},{"name":"per_3year","id":369,"value":4,"literal":"per_3year","eClass":"EEnumLiteral"},{"name":"per_3year_hour","id":370,"value":5,"literal":"per_3year_hour","eClass":"EEnumLiteral"},{"name":"per_GBout","id":371,"value":6,"literal":"per_GBout","eClass":"EEnumLiteral"},{"name":"per_GBmonth_consumed","id":372,"value":7,"literal":"per_GBmonth_consumed","eClass":"EEnumLiteral"},{"name":"per_GB_consumed","id":373,"value":8,"literal":"per_GB_consumed","eClass":"EEnumLiteral"},{"name":"CPU_utilization","id":374,"value":0,"literal":"CPU_utilization","eClass":"EEnumLiteral"},{"name":"TrafficLoad","id":375,"value":1,"literal":"TrafficLoad","eClass":"EEnumLiteral"},{"name":"Memory","id":376,"value":2,"literal":"Memory","eClass":"EEnumLiteral"},{"name":"GreaterThan","id":377,"value":0,"literal":"GreaterThan","eClass":"EEnumLiteral"},{"name":"LowerThan","id":378,"value":1,"literal":"LowerThan","eClass":"EEnumLiteral"},{"name":"GreaterOrEquals","id":379,"value":2,"literal":"GreaterOrEquals","eClass":"EEnumLiteral"},{"name":"LowerOrEquals","id":380,"value":3,"literal":"LowerOrEquals","eClass":"EEnumLiteral"},{"name":"EqualsTo","id":381,"value":4,"literal":"EqualsTo","eClass":"EEnumLiteral"},{"name":"platform","id":382,"value":0,"literal":"platform","eClass":"EEnumLiteral"},{"name":"resource","id":383,"value":1,"literal":"resource","eClass":"EEnumLiteral"},{"name":"software","id":384,"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":385,"derived":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":386,"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":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"name":"ScaleIN","id":391,"value":0,"literal":"ScaleIN","eClass":"EEnumLiteral"},{"name":"ScaleOUT","id":392,"value":1,"literal":"ScaleOUT","eClass":"EEnumLiteral"},{"name":"REST","id":393,"value":0,"literal":"REST","eClass":"EEnumLiteral"},{"name":"SOAP","id":394,"value":1,"literal":"SOAP","eClass":"EEnumLiteral"},{"name":"ssdOptimized","id":395,"value":0,"literal":"ssdOptimized","eClass":"EEnumLiteral"},{"name":"maxConnections","id":396,"value":1,"literal":"maxConnections","eClass":"EEnumLiteral"},{"name":"maxRequests","id":397,"value":2,"literal":"maxRequests","eClass":"EEnumLiteral"},{"name":"multiAzReplicas","id":398,"value":3,"literal":"multiAzReplicas","eClass":"EEnumLiteral"},{"name":"orderPreserving","id":399,"value":4,"literal":"orderPreserving","eClass":"EEnumLiteral"},{"name":"replicas","id":400,"value":5,"literal":"replicas","eClass":"EEnumLiteral"},{"name":"requestSize","id":401,"value":6,"literal":"requestSize","eClass":"EEnumLiteral"},{"name":"delay","id":402,"value":7,"literal":"delay","eClass":"EEnumLiteral"},{"name":"storage","id":403,"value":8,"literal":"storage","eClass":"EEnumLiteral"},{"name":"multiplyingFactor","id":404,"value":9,"literal":"multiplyingFactor","eClass":"EEnumLiteral"},{"name":"maxRollbackHours","id":405,"value":10,"literal":"maxRollbackHours","eClass":"EEnumLiteral"},{"name":"maxEntrySize","id":406,"value":11,"literal":"maxEntrySize","eClass":"EEnumLiteral"},{"name":"replicasChangeable","id":407,"value":12,"literal":"replicasChangeable","eClass":"EEnumLiteral"},{"name":"replicasPayedSingularly","id":408,"value":13,"literal":"replicasPayedSingularly","eClass":"EEnumLiteral"},{"name":"dataReplicas","id":409,"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":410,"derived":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":411,"derived":false},{"id":412,"eClass":"EGenericType"},{"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":"port_speed","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":"subnet_id","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":"region","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":"availability_zone","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":"tag_Name","changeable":true,"lowerBound":0,"iD":false,"id":419,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"access_key_id","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":"secret_access_key","changeable":true,"lowerBound":0,"iD":false,"id":421,"derived":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":422,"derived":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":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":"url","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":"ce_certificate","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":"image_uuid","changeable":true,"lowerBound":0,"iD":false,"id":426,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"net_uuid","changeable":true,"lowerBound":0,"iD":false,"id":427,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"server_type","changeable":true,"lowerBound":0,"iD":false,"id":428,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key_uuid","changeable":true,"lowerBound":0,"iD":false,"id":429,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"wait_started_interval","changeable":true,"lowerBound":0,"iD":false,"id":430,"derived":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":431,"derived":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":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":"JAVA_install_shell","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":"user","changeable":true,"lowerBound":0,"iD":false,"id":434,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"security_groups","changeable":true,"lowerBound":0,"iD":false,"id":435,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ssh_keys_istall_shell","changeable":true,"lowerBound":0,"iD":false,"id":436,"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":437,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"api_uuid","changeable":true,"lowerBound":0,"iD":false,"id":438,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","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":"customer","changeable":true,"lowerBound":0,"iD":false,"id":440,"derived":false},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"server2Type","changeable":true,"lowerBound":0,"iD":false,"id":468,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"instances","changeable":true,"lowerBound":0,"iD":false,"id":469,"derived":false},{"container":false,"ordered":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_server2_chef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":470,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contains_MySQL","changeable":true,"resolveProxies":true,"lowerBound":0,"id":471,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasCEP","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"container":false,"ordered":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":479,"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":"contains_parsers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":480,"derived":false},{"container":false,"ordered":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_server1_chef","changeable":true,"resolveProxies":true,"lowerBound":1,"id":481,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"server1Type","changeable":true,"lowerBound":0,"iD":false,"id":482,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containsEventIntegrator","changeable":true,"resolveProxies":true,"lowerBound":0,"id":483,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contains_AIS_Logger","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"contains_RabitMQ","changeable":true,"resolveProxies":true,"lowerBound":0,"id":485,"derived":false},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"name":"resourceManager","id":494,"value":0,"literal":"resourceManager","eClass":"EEnumLiteral"},{"name":"nameNode","id":495,"value":1,"literal":"nameNode","eClass":"EEnumLiteral"},{"name":"secondaryNameNode","id":496,"value":2,"literal":"secondaryNameNode","eClass":"EEnumLiteral"},{"name":"dataNode","id":497,"value":4,"literal":"dataNode","eClass":"EEnumLiteral"},{"name":"nodeManager","id":498,"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":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"name":"HDFS","id":502,"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":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":"type","changeable":true,"lowerBound":0,"iD":false,"id":504,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interfaces","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":"relationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":506,"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":507,"derived":false},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":513,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"lowerBound":0,"iD":false,"id":514,"derived":false},{"id":515,"eClass":"EGenericType"},{"id":516,"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":517,"derived":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":518,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"configure","changeable":true,"lowerBound":0,"iD":false,"id":519,"derived":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":520,"derived":false},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"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":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":"chef_server_url","changeable":true,"lowerBound":0,"iD":false,"id":526,"derived":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":527,"derived":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":528,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"validation_key","changeable":true,"lowerBound":0,"iD":false,"id":529,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"node_name_prefix","changeable":true,"lowerBound":0,"iD":false,"id":530,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"node_name_suffix","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":"attributes","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":"runlists","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"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"InputRate","changeable":true,"lowerBound":0,"iD":false,"id":544,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"MaxPriority","changeable":true,"lowerBound":0,"iD":false,"id":545,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"TCP_UDP","changeable":true,"lowerBound":0,"iD":false,"id":546,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pathtoJarFile","changeable":true,"lowerBound":0,"iD":false,"id":547,"derived":false},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"config","changeable":true,"lowerBound":0,"iD":false,"id":553,"derived":false},{"id":554,"eClass":"EGenericType"},{"id":555,"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":556,"derived":false},{"id":557,"eClass":"EGenericType"},{"id":558,"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":559,"derived":false},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"name":"apt_default","id":562,"value":0,"literal":"recipe[apt::default]","eClass":"EEnumLiteral"},{"name":"java_default","id":563,"value":1,"literal":"recipe[java::default]","eClass":"EEnumLiteral"},{"name":"rabitMQbook","id":564,"value":3,"literal":"recipe[RabitMQ::default]","eClass":"EEnumLiteral"},{"name":"server1book","id":565,"value":2,"literal":"recipe[server1::default]","eClass":"EEnumLiteral"},{"name":"spark_master","id":566,"value":4,"literal":"recipe[hadoop::spark_master]","eClass":"EEnumLiteral"},{"name":"hadoop_hadoop_hdfs_namenode","id":567,"value":5,"literal":"recipe[hadoop::hadoop_hdfs_namenode]","eClass":"EEnumLiteral"},{"name":"hadoop_hadoop_yarn_resourcemanager","id":568,"value":6,"literal":"recipe[hadoop::hadoop_yarn_resourcemanager]","eClass":"EEnumLiteral"},{"name":"apt_default","id":569,"value":0,"literal":"recipe[apt::default]","eClass":"EEnumLiteral"},{"name":"java_default","id":570,"value":1,"literal":"recipe[java::default]","eClass":"EEnumLiteral"},{"name":"server2book","id":571,"value":2,"literal":"recipe[server2::default]","eClass":"EEnumLiteral"},{"name":"spark_worker","id":572,"value":3,"literal":"recipe[hadoop::spark_worker]","eClass":"EEnumLiteral"},{"name":"hadoop_hadoop_hdfs_datanode","id":573,"value":4,"literal":"recipe[hadoop::hadoop_hdfs_datanode]","eClass":"EEnumLiteral"},{"name":"hadoop_hadoop_yarn_nodemanager","id":574,"value":5,"literal":"recipe[hadoop::hadoop_yarn_nodemanager]","eClass":"EEnumLiteral"},{"name":"cloudify_interfaces_lifecycle","id":575,"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":"hasLinuxServer1","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"hasLinuxServer2","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":"type","changeable":true,"lowerBound":0,"iD":false,"id":578,"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":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":"hasRelationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":580,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"tosca_definitions_version","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"tosca_definitions_version","unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":581,"derived":false},{"container":false,"ordered":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":582,"derived":false},{"container":false,"ordered":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":583,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasAISReceiver","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":"hasPMS_ApplicationSrv","changeable":true,"resolveProxies":true,"lowerBound":0,"id":585,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasDatabaseServer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":586,"derived":false},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"JDBC_DriverClass","changeable":true,"lowerBound":0,"iD":false,"id":598,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rootUser","changeable":true,"lowerBound":0,"iD":false,"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":"password","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":"dbuser","changeable":true,"lowerBound":0,"iD":false,"id":601,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dbpassword","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":"DB_dbUrl","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":"tableName","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":"fieldNames","changeable":true,"lowerBound":0,"iD":false,"id":605,"derived":false},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"name":"cloudify_nodes_compute","id":615,"value":0,"literal":"cloudify_nodes_compute","eClass":"EEnumLiteral"},{"name":"Cloudify_nodes_root","id":616,"value":0,"literal":"Cloudify_nodes_root","eClass":"EEnumLiteral"},{"name":"Cloudify_chef_nodes_ApplicationServer","id":617,"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":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":"derived_from","changeable":true,"lowerBound":0,"iD":false,"id":619,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasSourceInterface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":620,"derived":false},{"container":false,"ordered":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":621,"derived":false},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":626,"derived":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":627,"derived":false},{"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":"type","changeable":true,"lowerBound":0,"iD":false,"id":630,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preconfigure","changeable":true,"lowerBound":0,"iD":false,"id":631,"derived":false},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"name":"cloudify_relationships_contained_in","id":634,"value":0,"literal":"cloudify_relationships_contained_in","eClass":"EEnumLiteral"},{"name":"cloudify_relationships_connected_to","id":635,"value":1,"literal":"cloudify_relationships_connected_to","eClass":"EEnumLiteral"},{"name":"cloudify_relationships_depend_on","id":636,"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":637,"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":638,"derived":false},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":641,"derived":false},{"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":642,"derived":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":643,"derived":false},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"id":646,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Port_cartography_files_path","changeable":true,"lowerBound":0,"iD":false,"id":647,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Geospetial_ruls_files_path","changeable":true,"lowerBound":0,"iD":false,"id":648,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"jarfilePath","changeable":true,"lowerBound":0,"iD":false,"id":649,"derived":false},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"id":652,"eClass":"EGenericType"},{"id":653,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containsOracleDB","changeable":true,"resolveProxies":true,"lowerBound":0,"id":654,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containsNoSQL","changeable":true,"resolveProxies":true,"lowerBound":0,"id":655,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contains_DB_chef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":656,"derived":false},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"id":660,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rabbitmqNodeIpAddress","changeable":true,"lowerBound":0,"iD":false,"id":661,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rabbitmqNodePport","changeable":true,"lowerBound":0,"iD":false,"id":662,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rabbitmqDistPort","changeable":true,"lowerBound":0,"iD":false,"id":663,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rabbitmqNodename","changeable":true,"lowerBound":0,"iD":false,"id":664,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rabbitmqUseLongname","changeable":true,"lowerBound":0,"iD":false,"id":665,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hostName","changeable":true,"lowerBound":0,"iD":false,"id":666,"derived":false},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"id":669,"eClass":"EGenericType"},{"id":670,"eClass":"EGenericType"},{"id":671,"eClass":"EGenericType"},{"id":672,"eClass":"EGenericType"},{"id":673,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"webService_source","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":"WebServiceDestination","changeable":true,"lowerBound":0,"iD":false,"id":675,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"jarfilePath","changeable":true,"lowerBound":0,"iD":false,"id":676,"derived":false},{"id":677,"eClass":"EGenericType"},{"id":678,"eClass":"EGenericType"},{"id":679,"eClass":"EGenericType"},{"id":680,"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":681,"derived":false},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containsPMS","changeable":true,"resolveProxies":true,"lowerBound":0,"id":684,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contains_applicationSrv_chef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":685,"derived":false},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"id":688,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":689,"derived":false},{"id":690,"eClass":"EGenericType"},{"id":691,"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":692,"derived":false},{"id":693,"eClass":"EGenericType"},{"id":694,"eClass":"EGenericType"},{"name":"oracle_default","id":695,"value":0,"literal":"recipe[oracle::default]","eClass":"EEnumLiteral"},{"name":"Posi_app_serv_default","id":696,"value":0,"literal":"recipe[PosiAppServer::default]","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":1,"target":0},{"source":1,"target":103},{"source":1,"target":104},{"source":103,"target":105},{"source":103,"target":1},{"source":104,"target":106},{"source":104,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":107},{"source":2,"target":108},{"source":107,"target":3},{"source":107,"target":109},{"source":107,"target":2},{"source":109,"target":3},{"source":108,"target":1},{"source":3,"target":0},{"source":3,"target":110},{"source":3,"target":111},{"source":3,"target":112},{"source":3,"target":113},{"source":110,"target":6},{"source":110,"target":114},{"source":110,"target":3},{"source":114,"target":6},{"source":111,"target":8},{"source":111,"target":115},{"source":111,"target":3},{"source":115,"target":8},{"source":112,"target":116},{"source":112,"target":3},{"source":113,"target":117},{"source":113,"target":3},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":118},{"source":4,"target":119},{"source":118,"target":15},{"source":118,"target":120},{"source":118,"target":4},{"source":120,"target":15},{"source":119,"target":1},{"source":5,"target":0},{"source":5,"target":121},{"source":5,"target":122},{"source":5,"target":123},{"source":5,"target":124},{"source":121,"target":125},{"source":121,"target":5},{"source":122,"target":126},{"source":122,"target":5},{"source":123,"target":48},{"source":123,"target":127},{"source":123,"target":5},{"source":127,"target":48},{"source":124,"target":50},{"source":124,"target":128},{"source":124,"target":5},{"source":124,"target":129},{"source":128,"target":50},{"source":6,"target":0},{"source":6,"target":130},{"source":6,"target":131},{"source":6,"target":132},{"source":130,"target":7},{"source":130,"target":133},{"source":130,"target":6},{"source":133,"target":7},{"source":131,"target":134},{"source":131,"target":6},{"source":132,"target":135},{"source":132,"target":6},{"source":7,"target":0},{"source":7,"target":136},{"source":7,"target":137},{"source":7,"target":138},{"source":136,"target":139},{"source":136,"target":7},{"source":137,"target":140},{"source":137,"target":7},{"source":138,"target":141},{"source":138,"target":7},{"source":8,"target":0},{"source":8,"target":142},{"source":8,"target":143},{"source":8,"target":144},{"source":8,"target":145},{"source":8,"target":146},{"source":142,"target":9},{"source":142,"target":147},{"source":142,"target":8},{"source":147,"target":9},{"source":143,"target":148},{"source":143,"target":8},{"source":144,"target":149},{"source":144,"target":8},{"source":145,"target":57},{"source":145,"target":150},{"source":145,"target":8},{"source":150,"target":57},{"source":146,"target":51},{"source":146,"target":151},{"source":146,"target":8},{"source":151,"target":51},{"source":9,"target":0},{"source":9,"target":152},{"source":9,"target":153},{"source":9,"target":154},{"source":9,"target":155},{"source":152,"target":35},{"source":152,"target":156},{"source":152,"target":9},{"source":156,"target":35},{"source":153,"target":157},{"source":153,"target":9},{"source":154,"target":158},{"source":154,"target":9},{"source":155,"target":29},{"source":155,"target":159},{"source":155,"target":9},{"source":155,"target":160},{"source":159,"target":29},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":161},{"source":10,"target":162},{"source":161,"target":13},{"source":161,"target":163},{"source":161,"target":10},{"source":163,"target":13},{"source":162,"target":3},{"source":11,"target":0},{"source":11,"target":3},{"source":11,"target":164},{"source":11,"target":165},{"source":164,"target":14},{"source":164,"target":166},{"source":164,"target":11},{"source":166,"target":14},{"source":165,"target":3},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":167},{"source":12,"target":168},{"source":167,"target":15},{"source":167,"target":169},{"source":167,"target":12},{"source":169,"target":15},{"source":168,"target":3},{"source":13,"target":0},{"source":13,"target":50},{"source":13,"target":170},{"source":13,"target":171},{"source":13,"target":172},{"source":13,"target":173},{"source":13,"target":174},{"source":170,"target":22},{"source":170,"target":175},{"source":170,"target":13},{"source":175,"target":22},{"source":171,"target":28},{"source":171,"target":176},{"source":171,"target":13},{"source":176,"target":28},{"source":172,"target":30},{"source":172,"target":177},{"source":172,"target":13},{"source":177,"target":30},{"source":173,"target":43},{"source":173,"target":178},{"source":173,"target":13},{"source":178,"target":43},{"source":174,"target":50},{"source":14,"target":0},{"source":14,"target":50},{"source":14,"target":179},{"source":14,"target":180},{"source":14,"target":181},{"source":14,"target":182},{"source":14,"target":183},{"source":14,"target":184},{"source":14,"target":185},{"source":179,"target":13},{"source":179,"target":186},{"source":179,"target":14},{"source":186,"target":13},{"source":180,"target":44},{"source":180,"target":187},{"source":180,"target":14},{"source":187,"target":44},{"source":181,"target":188},{"source":181,"target":14},{"source":182,"target":189},{"source":182,"target":14},{"source":183,"target":9},{"source":183,"target":190},{"source":183,"target":14},{"source":190,"target":9},{"source":184,"target":60},{"source":184,"target":191},{"source":184,"target":14},{"source":184,"target":192},{"source":191,"target":60},{"source":185,"target":50},{"source":15,"target":0},{"source":15,"target":50},{"source":15,"target":193},{"source":15,"target":194},{"source":15,"target":195},{"source":15,"target":196},{"source":15,"target":197},{"source":193,"target":14},{"source":193,"target":198},{"source":193,"target":15},{"source":198,"target":14},{"source":194,"target":13},{"source":194,"target":199},{"source":194,"target":15},{"source":199,"target":13},{"source":195,"target":58},{"source":195,"target":200},{"source":195,"target":15},{"source":200,"target":58},{"source":196,"target":9},{"source":196,"target":201},{"source":196,"target":15},{"source":201,"target":9},{"source":197,"target":50},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":202},{"source":202,"target":14},{"source":17,"target":0},{"source":17,"target":14},{"source":17,"target":203},{"source":203,"target":14},{"source":18,"target":0},{"source":18,"target":14},{"source":18,"target":204},{"source":204,"target":14},{"source":19,"target":0},{"source":19,"target":14},{"source":19,"target":205},{"source":205,"target":14},{"source":20,"target":0},{"source":20,"target":14},{"source":20,"target":206},{"source":206,"target":14},{"source":21,"target":0},{"source":21,"target":14},{"source":21,"target":207},{"source":207,"target":14},{"source":22,"target":0},{"source":22,"target":208},{"source":22,"target":209},{"source":208,"target":210},{"source":208,"target":22},{"source":209,"target":211},{"source":209,"target":22},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":212},{"source":212,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":213},{"source":24,"target":214},{"source":213,"target":23},{"source":213,"target":215},{"source":213,"target":24},{"source":215,"target":23},{"source":214,"target":22},{"source":25,"target":0},{"source":25,"target":24},{"source":25,"target":216},{"source":216,"target":24},{"source":26,"target":0},{"source":26,"target":15},{"source":26,"target":217},{"source":217,"target":15},{"source":27,"target":0},{"source":27,"target":15},{"source":27,"target":218},{"source":218,"target":15},{"source":28,"target":0},{"source":28,"target":219},{"source":28,"target":220},{"source":28,"target":221},{"source":28,"target":222},{"source":28,"target":223},{"source":28,"target":224},{"source":28,"target":225},{"source":28,"target":226},{"source":219,"target":13},{"source":219,"target":227},{"source":219,"target":28},{"source":227,"target":13},{"source":220,"target":228},{"source":220,"target":28},{"source":221,"target":229},{"source":221,"target":28},{"source":222,"target":230},{"source":222,"target":28},{"source":223,"target":231},{"source":223,"target":28},{"source":224,"target":232},{"source":224,"target":28},{"source":225,"target":50},{"source":225,"target":233},{"source":225,"target":28},{"source":225,"target":234},{"source":233,"target":50},{"source":226,"target":50},{"source":226,"target":235},{"source":226,"target":28},{"source":226,"target":236},{"source":235,"target":50},{"source":29,"target":0},{"source":29,"target":237},{"source":29,"target":238},{"source":29,"target":239},{"source":29,"target":160},{"source":237,"target":240},{"source":237,"target":29},{"source":238,"target":241},{"source":238,"target":29},{"source":239,"target":56},{"source":239,"target":242},{"source":239,"target":29},{"source":242,"target":56},{"source":160,"target":9},{"source":160,"target":243},{"source":160,"target":29},{"source":160,"target":155},{"source":243,"target":9},{"source":30,"target":0},{"source":30,"target":244},{"source":30,"target":245},{"source":30,"target":246},{"source":30,"target":247},{"source":30,"target":248},{"source":244,"target":34},{"source":244,"target":249},{"source":244,"target":30},{"source":249,"target":34},{"source":245,"target":250},{"source":245,"target":30},{"source":246,"target":42},{"source":246,"target":251},{"source":246,"target":30},{"source":251,"target":42},{"source":247,"target":252},{"source":247,"target":30},{"source":248,"target":253},{"source":248,"target":30},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":254},{"source":254,"target":30},{"source":32,"target":0},{"source":32,"target":30},{"source":32,"target":255},{"source":32,"target":256},{"source":255,"target":257},{"source":255,"target":32},{"source":256,"target":30},{"source":33,"target":0},{"source":33,"target":30},{"source":33,"target":258},{"source":33,"target":259},{"source":258,"target":260},{"source":258,"target":33},{"source":259,"target":30},{"source":34,"target":0},{"source":34,"target":261},{"source":34,"target":262},{"source":34,"target":263},{"source":261,"target":264},{"source":261,"target":34},{"source":262,"target":265},{"source":262,"target":34},{"source":263,"target":266},{"source":263,"target":34},{"source":35,"target":0},{"source":35,"target":13},{"source":35,"target":267},{"source":35,"target":268},{"source":35,"target":269},{"source":35,"target":270},{"source":35,"target":271},{"source":35,"target":272},{"source":35,"target":273},{"source":35,"target":274},{"source":267,"target":36},{"source":267,"target":275},{"source":267,"target":35},{"source":275,"target":36},{"source":268,"target":47},{"source":268,"target":276},{"source":268,"target":35},{"source":276,"target":47},{"source":269,"target":277},{"source":269,"target":35},{"source":270,"target":278},{"source":270,"target":35},{"source":271,"target":279},{"source":271,"target":35},{"source":272,"target":280},{"source":272,"target":35},{"source":273,"target":281},{"source":273,"target":35},{"source":274,"target":13},{"source":36,"target":0},{"source":36,"target":13},{"source":36,"target":282},{"source":36,"target":283},{"source":282,"target":46},{"source":282,"target":284},{"source":282,"target":36},{"source":284,"target":46},{"source":283,"target":13},{"source":37,"target":0},{"source":37,"target":14},{"source":37,"target":285},{"source":37,"target":286},{"source":37,"target":287},{"source":285,"target":36},{"source":285,"target":288},{"source":285,"target":37},{"source":288,"target":36},{"source":286,"target":45},{"source":286,"target":289},{"source":286,"target":37},{"source":289,"target":45},{"source":287,"target":14},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":290},{"source":290,"target":37},{"source":39,"target":0},{"source":39,"target":37},{"source":39,"target":291},{"source":291,"target":37},{"source":40,"target":0},{"source":40,"target":36},{"source":40,"target":292},{"source":292,"target":36},{"source":41,"target":0},{"source":41,"target":36},{"source":41,"target":293},{"source":293,"target":36},{"source":42,"target":0},{"source":42,"target":294},{"source":42,"target":295},{"source":42,"target":296},{"source":294,"target":42},{"source":295,"target":42},{"source":296,"target":42},{"source":43,"target":0},{"source":43,"target":297},{"source":43,"target":298},{"source":297,"target":43},{"source":298,"target":43},{"source":44,"target":0},{"source":44,"target":299},{"source":44,"target":300},{"source":44,"target":301},{"source":44,"target":302},{"source":44,"target":303},{"source":44,"target":304},{"source":44,"target":305},{"source":299,"target":44},{"source":300,"target":44},{"source":301,"target":44},{"source":302,"target":44},{"source":303,"target":44},{"source":304,"target":44},{"source":305,"target":44},{"source":45,"target":0},{"source":45,"target":306},{"source":45,"target":307},{"source":306,"target":45},{"source":307,"target":45},{"source":46,"target":0},{"source":46,"target":308},{"source":46,"target":309},{"source":308,"target":46},{"source":309,"target":46},{"source":47,"target":0},{"source":47,"target":310},{"source":47,"target":311},{"source":47,"target":312},{"source":47,"target":313},{"source":310,"target":47},{"source":311,"target":47},{"source":312,"target":47},{"source":313,"target":47},{"source":48,"target":0},{"source":48,"target":314},{"source":48,"target":315},{"source":48,"target":316},{"source":48,"target":317},{"source":48,"target":318},{"source":48,"target":319},{"source":48,"target":320},{"source":48,"target":321},{"source":48,"target":322},{"source":48,"target":323},{"source":314,"target":324},{"source":314,"target":48},{"source":315,"target":325},{"source":315,"target":48},{"source":316,"target":326},{"source":316,"target":48},{"source":317,"target":52},{"source":317,"target":327},{"source":317,"target":48},{"source":327,"target":52},{"source":318,"target":328},{"source":318,"target":48},{"source":319,"target":50},{"source":319,"target":329},{"source":319,"target":48},{"source":319,"target":330},{"source":329,"target":50},{"source":320,"target":30},{"source":320,"target":331},{"source":320,"target":48},{"source":331,"target":30},{"source":321,"target":332},{"source":321,"target":48},{"source":322,"target":333},{"source":322,"target":48},{"source":323,"target":334},{"source":323,"target":48},{"source":49,"target":0},{"source":49,"target":335},{"source":49,"target":336},{"source":49,"target":337},{"source":49,"target":338},{"source":49,"target":339},{"source":335,"target":340},{"source":335,"target":49},{"source":336,"target":52},{"source":336,"target":341},{"source":336,"target":49},{"source":341,"target":52},{"source":337,"target":342},{"source":337,"target":49},{"source":338,"target":50},{"source":338,"target":343},{"source":338,"target":49},{"source":338,"target":344},{"source":343,"target":50},{"source":339,"target":30},{"source":339,"target":345},{"source":339,"target":49},{"source":345,"target":30},{"source":50,"target":0},{"source":50,"target":346},{"source":50,"target":347},{"source":50,"target":348},{"source":50,"target":236},{"source":50,"target":234},{"source":50,"target":129},{"source":50,"target":330},{"source":50,"target":344},{"source":346,"target":349},{"source":346,"target":50},{"source":347,"target":350},{"source":347,"target":50},{"source":348,"target":55},{"source":348,"target":351},{"source":348,"target":50},{"source":351,"target":55},{"source":236,"target":28},{"source":236,"target":352},{"source":236,"target":50},{"source":236,"target":226},{"source":352,"target":28},{"source":234,"target":28},{"source":234,"target":353},{"source":234,"target":50},{"source":234,"target":225},{"source":353,"target":28},{"source":129,"target":5},{"source":129,"target":354},{"source":129,"target":50},{"source":129,"target":124},{"source":354,"target":5},{"source":330,"target":48},{"source":330,"target":355},{"source":330,"target":50},{"source":330,"target":319},{"source":355,"target":48},{"source":344,"target":49},{"source":344,"target":356},{"source":344,"target":50},{"source":344,"target":338},{"source":356,"target":49},{"source":51,"target":0},{"source":51,"target":357},{"source":51,"target":358},{"source":51,"target":359},{"source":51,"target":360},{"source":357,"target":361},{"source":357,"target":51},{"source":358,"target":53},{"source":358,"target":362},{"source":358,"target":51},{"source":362,"target":53},{"source":359,"target":363},{"source":359,"target":51},{"source":360,"target":54},{"source":360,"target":364},{"source":360,"target":51},{"source":364,"target":54},{"source":52,"target":0},{"source":52,"target":365},{"source":52,"target":366},{"source":52,"target":367},{"source":52,"target":368},{"source":52,"target":369},{"source":52,"target":370},{"source":52,"target":371},{"source":52,"target":372},{"source":52,"target":373},{"source":365,"target":52},{"source":366,"target":52},{"source":367,"target":52},{"source":368,"target":52},{"source":369,"target":52},{"source":370,"target":52},{"source":371,"target":52},{"source":372,"target":52},{"source":373,"target":52},{"source":53,"target":0},{"source":53,"target":374},{"source":53,"target":375},{"source":53,"target":376},{"source":374,"target":53},{"source":375,"target":53},{"source":376,"target":53},{"source":54,"target":0},{"source":54,"target":377},{"source":54,"target":378},{"source":54,"target":379},{"source":54,"target":380},{"source":54,"target":381},{"source":377,"target":54},{"source":378,"target":54},{"source":379,"target":54},{"source":380,"target":54},{"source":381,"target":54},{"source":55,"target":0},{"source":55,"target":382},{"source":55,"target":383},{"source":55,"target":384},{"source":382,"target":55},{"source":383,"target":55},{"source":384,"target":55},{"source":56,"target":0},{"source":56,"target":385},{"source":56,"target":386},{"source":56,"target":387},{"source":385,"target":388},{"source":385,"target":56},{"source":386,"target":389},{"source":386,"target":56},{"source":387,"target":390},{"source":387,"target":56},{"source":57,"target":0},{"source":57,"target":391},{"source":57,"target":392},{"source":391,"target":57},{"source":392,"target":57},{"source":58,"target":0},{"source":58,"target":393},{"source":58,"target":394},{"source":393,"target":58},{"source":394,"target":58},{"source":59,"target":0},{"source":59,"target":395},{"source":59,"target":396},{"source":59,"target":397},{"source":59,"target":398},{"source":59,"target":399},{"source":59,"target":400},{"source":59,"target":401},{"source":59,"target":402},{"source":59,"target":403},{"source":59,"target":404},{"source":59,"target":405},{"source":59,"target":406},{"source":59,"target":407},{"source":59,"target":408},{"source":59,"target":409},{"source":395,"target":59},{"source":396,"target":59},{"source":397,"target":59},{"source":398,"target":59},{"source":399,"target":59},{"source":400,"target":59},{"source":401,"target":59},{"source":402,"target":59},{"source":403,"target":59},{"source":404,"target":59},{"source":405,"target":59},{"source":406,"target":59},{"source":407,"target":59},{"source":408,"target":59},{"source":409,"target":59},{"source":60,"target":0},{"source":60,"target":192},{"source":60,"target":410},{"source":60,"target":411},{"source":192,"target":14},{"source":192,"target":412},{"source":192,"target":60},{"source":192,"target":184},{"source":412,"target":14},{"source":410,"target":59},{"source":410,"target":413},{"source":410,"target":60},{"source":413,"target":59},{"source":411,"target":414},{"source":411,"target":60},{"source":61,"target":0},{"source":61,"target":35},{"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":61,"target":428},{"source":61,"target":429},{"source":61,"target":430},{"source":61,"target":431},{"source":61,"target":432},{"source":61,"target":433},{"source":61,"target":434},{"source":61,"target":435},{"source":61,"target":436},{"source":61,"target":437},{"source":61,"target":438},{"source":61,"target":439},{"source":61,"target":440},{"source":61,"target":441},{"source":415,"target":442},{"source":415,"target":61},{"source":416,"target":443},{"source":416,"target":61},{"source":417,"target":444},{"source":417,"target":61},{"source":418,"target":445},{"source":418,"target":61},{"source":419,"target":446},{"source":419,"target":61},{"source":420,"target":447},{"source":420,"target":61},{"source":421,"target":448},{"source":421,"target":61},{"source":422,"target":449},{"source":422,"target":61},{"source":423,"target":450},{"source":423,"target":61},{"source":424,"target":451},{"source":424,"target":61},{"source":425,"target":452},{"source":425,"target":61},{"source":426,"target":453},{"source":426,"target":61},{"source":427,"target":454},{"source":427,"target":61},{"source":428,"target":455},{"source":428,"target":61},{"source":429,"target":456},{"source":429,"target":61},{"source":430,"target":457},{"source":430,"target":61},{"source":431,"target":458},{"source":431,"target":61},{"source":432,"target":459},{"source":432,"target":61},{"source":433,"target":460},{"source":433,"target":61},{"source":434,"target":461},{"source":434,"target":61},{"source":435,"target":462},{"source":435,"target":61},{"source":436,"target":463},{"source":436,"target":61},{"source":437,"target":82},{"source":437,"target":464},{"source":437,"target":61},{"source":464,"target":82},{"source":438,"target":465},{"source":438,"target":61},{"source":439,"target":466},{"source":439,"target":61},{"source":440,"target":467},{"source":440,"target":61},{"source":441,"target":35},{"source":62,"target":0},{"source":62,"target":61},{"source":62,"target":468},{"source":62,"target":469},{"source":62,"target":470},{"source":62,"target":471},{"source":62,"target":472},{"source":62,"target":473},{"source":468,"target":474},{"source":468,"target":62},{"source":469,"target":475},{"source":469,"target":62},{"source":470,"target":75},{"source":470,"target":476},{"source":470,"target":62},{"source":476,"target":75},{"source":471,"target":81},{"source":471,"target":477},{"source":471,"target":62},{"source":477,"target":81},{"source":472,"target":90},{"source":472,"target":478},{"source":472,"target":62},{"source":478,"target":90},{"source":473,"target":61},{"source":63,"target":0},{"source":63,"target":61},{"source":63,"target":479},{"source":63,"target":480},{"source":63,"target":481},{"source":63,"target":482},{"source":63,"target":483},{"source":63,"target":484},{"source":63,"target":485},{"source":63,"target":486},{"source":479,"target":74},{"source":479,"target":487},{"source":479,"target":63},{"source":487,"target":74},{"source":480,"target":73},{"source":480,"target":488},{"source":480,"target":63},{"source":488,"target":73},{"source":481,"target":76},{"source":481,"target":489},{"source":481,"target":63},{"source":489,"target":76},{"source":482,"target":490},{"source":482,"target":63},{"source":483,"target":94},{"source":483,"target":491},{"source":483,"target":63},{"source":491,"target":94},{"source":484,"target":102},{"source":484,"target":492},{"source":484,"target":63},{"source":492,"target":102},{"source":485,"target":93},{"source":485,"target":493},{"source":485,"target":63},{"source":493,"target":93},{"source":486,"target":61},{"source":64,"target":0},{"source":64,"target":494},{"source":64,"target":495},{"source":64,"target":496},{"source":494,"target":64},{"source":495,"target":64},{"source":496,"target":64},{"source":65,"target":0},{"source":65,"target":497},{"source":65,"target":498},{"source":497,"target":65},{"source":498,"target":65},{"source":66,"target":0},{"source":66,"target":40},{"source":66,"target":499},{"source":66,"target":500},{"source":499,"target":67},{"source":499,"target":501},{"source":499,"target":66},{"source":501,"target":67},{"source":500,"target":40},{"source":67,"target":0},{"source":67,"target":502},{"source":502,"target":67},{"source":68,"target":0},{"source":69,"target":0},{"source":69,"target":503},{"source":69,"target":504},{"source":69,"target":505},{"source":69,"target":506},{"source":69,"target":507},{"source":503,"target":508},{"source":503,"target":69},{"source":504,"target":509},{"source":504,"target":69},{"source":505,"target":71},{"source":505,"target":510},{"source":505,"target":69},{"source":510,"target":71},{"source":506,"target":70},{"source":506,"target":511},{"source":506,"target":69},{"source":511,"target":70},{"source":507,"target":83},{"source":507,"target":512},{"source":507,"target":69},{"source":512,"target":83},{"source":70,"target":0},{"source":70,"target":513},{"source":70,"target":514},{"source":513,"target":515},{"source":513,"target":70},{"source":514,"target":516},{"source":514,"target":70},{"source":71,"target":0},{"source":71,"target":517},{"source":71,"target":518},{"source":71,"target":519},{"source":71,"target":520},{"source":517,"target":79},{"source":517,"target":521},{"source":517,"target":71},{"source":521,"target":79},{"source":518,"target":522},{"source":518,"target":71},{"source":519,"target":523},{"source":519,"target":71},{"source":520,"target":524},{"source":520,"target":71},{"source":72,"target":0},{"source":72,"target":69},{"source":72,"target":525},{"source":72,"target":526},{"source":72,"target":527},{"source":72,"target":528},{"source":72,"target":529},{"source":72,"target":530},{"source":72,"target":531},{"source":72,"target":532},{"source":72,"target":533},{"source":72,"target":534},{"source":525,"target":535},{"source":525,"target":72},{"source":526,"target":536},{"source":526,"target":72},{"source":527,"target":537},{"source":527,"target":72},{"source":528,"target":538},{"source":528,"target":72},{"source":529,"target":539},{"source":529,"target":72},{"source":530,"target":540},{"source":530,"target":72},{"source":531,"target":541},{"source":531,"target":72},{"source":532,"target":542},{"source":532,"target":72},{"source":533,"target":543},{"source":533,"target":72},{"source":534,"target":69},{"source":73,"target":0},{"source":73,"target":69},{"source":73,"target":544},{"source":73,"target":545},{"source":73,"target":546},{"source":73,"target":547},{"source":73,"target":548},{"source":544,"target":549},{"source":544,"target":73},{"source":545,"target":550},{"source":545,"target":73},{"source":546,"target":551},{"source":546,"target":73},{"source":547,"target":552},{"source":547,"target":73},{"source":548,"target":69},{"source":74,"target":0},{"source":74,"target":69},{"source":74,"target":553},{"source":74,"target":554},{"source":553,"target":555},{"source":553,"target":74},{"source":554,"target":69},{"source":75,"target":0},{"source":75,"target":72},{"source":75,"target":556},{"source":75,"target":557},{"source":556,"target":78},{"source":556,"target":558},{"source":556,"target":75},{"source":558,"target":78},{"source":557,"target":72},{"source":76,"target":0},{"source":76,"target":72},{"source":76,"target":559},{"source":76,"target":560},{"source":559,"target":77},{"source":559,"target":561},{"source":559,"target":76},{"source":561,"target":77},{"source":560,"target":72},{"source":77,"target":0},{"source":77,"target":562},{"source":77,"target":563},{"source":77,"target":564},{"source":77,"target":565},{"source":77,"target":566},{"source":77,"target":567},{"source":77,"target":568},{"source":562,"target":77},{"source":563,"target":77},{"source":564,"target":77},{"source":565,"target":77},{"source":566,"target":77},{"source":567,"target":77},{"source":568,"target":77},{"source":78,"target":0},{"source":78,"target":569},{"source":78,"target":570},{"source":78,"target":571},{"source":78,"target":572},{"source":78,"target":573},{"source":78,"target":574},{"source":569,"target":78},{"source":570,"target":78},{"source":571,"target":78},{"source":572,"target":78},{"source":573,"target":78},{"source":574,"target":78},{"source":79,"target":0},{"source":79,"target":575},{"source":575,"target":79},{"source":80,"target":0},{"source":80,"target":576},{"source":80,"target":577},{"source":80,"target":578},{"source":80,"target":579},{"source":80,"target":580},{"source":80,"target":581},{"source":80,"target":582},{"source":80,"target":583},{"source":80,"target":584},{"source":80,"target":585},{"source":80,"target":586},{"source":576,"target":63},{"source":576,"target":587},{"source":576,"target":80},{"source":587,"target":63},{"source":577,"target":62},{"source":577,"target":588},{"source":577,"target":80},{"source":588,"target":62},{"source":578,"target":589},{"source":578,"target":80},{"source":579,"target":590},{"source":579,"target":80},{"source":580,"target":84},{"source":580,"target":591},{"source":580,"target":80},{"source":591,"target":84},{"source":581,"target":592},{"source":581,"target":80},{"source":582,"target":88},{"source":582,"target":593},{"source":582,"target":80},{"source":593,"target":88},{"source":583,"target":89},{"source":583,"target":594},{"source":583,"target":80},{"source":594,"target":89},{"source":584,"target":92},{"source":584,"target":595},{"source":584,"target":80},{"source":595,"target":92},{"source":585,"target":96},{"source":585,"target":596},{"source":585,"target":80},{"source":596,"target":96},{"source":586,"target":91},{"source":586,"target":597},{"source":586,"target":80},{"source":597,"target":91},{"source":81,"target":0},{"source":81,"target":69},{"source":81,"target":598},{"source":81,"target":599},{"source":81,"target":600},{"source":81,"target":601},{"source":81,"target":602},{"source":81,"target":603},{"source":81,"target":604},{"source":81,"target":605},{"source":81,"target":606},{"source":598,"target":607},{"source":598,"target":81},{"source":599,"target":608},{"source":599,"target":81},{"source":600,"target":609},{"source":600,"target":81},{"source":601,"target":610},{"source":601,"target":81},{"source":602,"target":611},{"source":602,"target":81},{"source":603,"target":612},{"source":603,"target":81},{"source":604,"target":613},{"source":604,"target":81},{"source":605,"target":614},{"source":605,"target":81},{"source":606,"target":69},{"source":82,"target":0},{"source":82,"target":615},{"source":615,"target":82},{"source":83,"target":0},{"source":83,"target":616},{"source":83,"target":617},{"source":616,"target":83},{"source":617,"target":83},{"source":84,"target":0},{"source":84,"target":618},{"source":84,"target":619},{"source":84,"target":620},{"source":84,"target":621},{"source":618,"target":622},{"source":618,"target":84},{"source":619,"target":623},{"source":619,"target":84},{"source":620,"target":85},{"source":620,"target":624},{"source":620,"target":84},{"source":624,"target":85},{"source":621,"target":86},{"source":621,"target":625},{"source":621,"target":84},{"source":625,"target":86},{"source":85,"target":0},{"source":85,"target":626},{"source":85,"target":627},{"source":626,"target":628},{"source":626,"target":85},{"source":627,"target":629},{"source":627,"target":85},{"source":86,"target":0},{"source":86,"target":630},{"source":86,"target":631},{"source":630,"target":632},{"source":630,"target":86},{"source":631,"target":633},{"source":631,"target":86},{"source":87,"target":0},{"source":87,"target":634},{"source":87,"target":635},{"source":87,"target":636},{"source":634,"target":87},{"source":635,"target":87},{"source":636,"target":87},{"source":88,"target":0},{"source":88,"target":637},{"source":88,"target":638},{"source":637,"target":639},{"source":637,"target":88},{"source":638,"target":640},{"source":638,"target":88},{"source":89,"target":0},{"source":89,"target":641},{"source":89,"target":642},{"source":89,"target":643},{"source":641,"target":644},{"source":641,"target":89},{"source":642,"target":645},{"source":642,"target":89},{"source":643,"target":646},{"source":643,"target":89},{"source":90,"target":0},{"source":90,"target":69},{"source":90,"target":647},{"source":90,"target":648},{"source":90,"target":649},{"source":90,"target":650},{"source":647,"target":651},{"source":647,"target":90},{"source":648,"target":652},{"source":648,"target":90},{"source":649,"target":653},{"source":649,"target":90},{"source":650,"target":69},{"source":91,"target":0},{"source":91,"target":61},{"source":91,"target":654},{"source":91,"target":655},{"source":91,"target":656},{"source":91,"target":657},{"source":654,"target":81},{"source":654,"target":658},{"source":654,"target":91},{"source":658,"target":81},{"source":655,"target":101},{"source":655,"target":659},{"source":655,"target":91},{"source":659,"target":101},{"source":656,"target":95},{"source":656,"target":660},{"source":656,"target":91},{"source":660,"target":95},{"source":657,"target":61},{"source":92,"target":0},{"source":93,"target":0},{"source":93,"target":69},{"source":93,"target":661},{"source":93,"target":662},{"source":93,"target":663},{"source":93,"target":664},{"source":93,"target":665},{"source":93,"target":666},{"source":93,"target":667},{"source":661,"target":668},{"source":661,"target":93},{"source":662,"target":669},{"source":662,"target":93},{"source":663,"target":670},{"source":663,"target":93},{"source":664,"target":671},{"source":664,"target":93},{"source":665,"target":672},{"source":665,"target":93},{"source":666,"target":673},{"source":666,"target":93},{"source":667,"target":69},{"source":94,"target":0},{"source":94,"target":69},{"source":94,"target":674},{"source":94,"target":675},{"source":94,"target":676},{"source":94,"target":677},{"source":674,"target":678},{"source":674,"target":94},{"source":675,"target":679},{"source":675,"target":94},{"source":676,"target":680},{"source":676,"target":94},{"source":677,"target":69},{"source":95,"target":0},{"source":95,"target":72},{"source":95,"target":681},{"source":95,"target":682},{"source":681,"target":99},{"source":681,"target":683},{"source":681,"target":95},{"source":683,"target":99},{"source":682,"target":72},{"source":96,"target":0},{"source":96,"target":61},{"source":96,"target":684},{"source":96,"target":685},{"source":96,"target":686},{"source":684,"target":97},{"source":684,"target":687},{"source":684,"target":96},{"source":687,"target":97},{"source":685,"target":98},{"source":685,"target":688},{"source":685,"target":96},{"source":688,"target":98},{"source":686,"target":61},{"source":97,"target":0},{"source":97,"target":69},{"source":97,"target":689},{"source":97,"target":690},{"source":689,"target":691},{"source":689,"target":97},{"source":690,"target":69},{"source":98,"target":0},{"source":98,"target":72},{"source":98,"target":692},{"source":98,"target":693},{"source":692,"target":100},{"source":692,"target":694},{"source":692,"target":98},{"source":694,"target":100},{"source":693,"target":72},{"source":99,"target":0},{"source":99,"target":695},{"source":695,"target":99},{"source":100,"target":0},{"source":100,"target":696},{"source":696,"target":100},{"source":101,"target":0},{"source":102,"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="technicalid" nsURI="http://www.obeonetwork.org/dsl/technicalid/2.0.0" nsPrefix="technicalid"> <eClassifiers xsi:type="ecore:EClass" name="Identifiable" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="technicalid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/tue-mdse/ocl-dataset/dataset-mtl/repos/ObeoNetwork/InformationSystem/models/technicalid/plugins/org.obeonetwork.dsl.technicalid/model/technicalid.ecore
ecore
technicalid Identifiable technicalid
null
{"directed":true,"nodes":[{"nsPrefix":"technicalid","nsURI":"http://www.obeonetwork.org/dsl/technicalid/2.0.0","name":"technicalid","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identifiable","instanceClass":null,"abstract":true,"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":"technicalid","changeable":true,"lowerBound":0,"iD":true,"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"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="inforsid4" nsURI="http://inforsid4" nsPrefix="_inforsid4"> <eClassifiers xsi:type="ecore:EClass" name="Facebook"> <eAnnotations source="diagraph"> <details key="node"/> <details key="pov"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="countries" upperBound="-1" eType="#//Country" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="communities" upperBound="-1" eType="#//Community" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="EReference0" eType="#//EClass1" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Member" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="ref=communities"/> <details key="cref=images"/> <details key="cref=posts"/> </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="#//Friendship" containment="true" eOpposite="#//Friendship/from"/> <eStructuralFeatures xsi:type="ecore:EReference" name="communities" upperBound="-1" eType="#//Community"/> <eStructuralFeatures xsi:type="ecore:EReference" name="images" upperBound="-1" eType="#//Image" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="comments" upperBound="-1" eType="#//Comment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="posts" upperBound="-1" eType="#//Post" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eAnnotations source="diagraph"> <details key="label=name"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Friendship"> <eAnnotations source="diagraph"> <details key="link"/> <details key="cont=Member.relations"/> <details key="lsrc=from"/> <details key="ltrg=to"/> <details key="label=since"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//Member" eOpposite="#//Member/relations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//Member"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="since" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pending" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Country" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="kref=members"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="members" upperBound="-1" eType="#//Member" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Community" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Commentable" abstract="true" eSuperTypes="#//NamedElement"> <eAnnotations source="diagraph"> <details key="node"/> <details key="label=content"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comment"> <eAnnotations source="diagraph"> <details key="link"/> <details key="lsrc=from"/> <details key="ltrg=to"/> <details key="cont=Member.comments"/> <details key="label=content"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//Member"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" eType="#//Commentable"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Image" eSuperTypes="#//Commentable"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Post" eSuperTypes="#//Commentable"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass0"> <eAnnotations source="diagraph"/> <eAnnotations source="diagraph"> <details key="view=vweclass1"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass1" eSuperTypes="#//EClass0"> <eAnnotations source="diagraph"> <details key="node"/> <details key="nav:vweclass1"/> <details key="kref=EReference0"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vweclass1"/> <details key="pov"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="c" upperBound="-1" eType="#//EClass2" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="EReference0" eType="#//EClass3" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass2" eSuperTypes="#//EClass0"> <eAnnotations source="diagraph"> <details key="link"/> <details key="cont=EClass1.c"/> <details key="lsrc=s"/> <details key="ltrg=t"/> </eAnnotations> <eAnnotations source="diagraph"> <details key="node"/> <details key="view=vweclass1"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="s" eType="#//EClass1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="t" eType="#//EClass1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass3" eSuperTypes="#//Post"> <eAnnotations source="diagraph"> <details key="node"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/inforsid4.ecore
ecore
inforsid4 Facebook countries communities EReference0 Member id relations communities images comments posts NamedElement name Friendship from to since pending Country members Community Commentable content Comment from to content Image Post EClass0 EClass1 c EReference0 EClass2 s t EClass3
null
{"directed":true,"nodes":[{"nsPrefix":"_inforsid4","nsURI":"http://inforsid4","name":"inforsid4","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Facebook","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Member","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Friendship","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Country","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Community","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Commentable","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comment","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Image","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Post","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass0","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass1","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass2","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass3","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"countries","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":"communities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"EReference0","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relations","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":"communities","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":"images","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":"comments","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":"posts","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"since","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pending","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"members","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"to","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":"content","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"c","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"EReference0","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"s","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"t","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":1,"target":17},{"source":15,"target":5},{"source":15,"target":18},{"source":15,"target":1},{"source":18,"target":5},{"source":16,"target":6},{"source":16,"target":19},{"source":16,"target":1},{"source":19,"target":6},{"source":17,"target":12},{"source":17,"target":20},{"source":17,"target":1},{"source":20,"target":12},{"source":2,"target":0},{"source":2,"target":3},{"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":28},{"source":21,"target":2},{"source":22,"target":4},{"source":22,"target":29},{"source":22,"target":2},{"source":22,"target":30},{"source":29,"target":4},{"source":23,"target":6},{"source":23,"target":31},{"source":23,"target":2},{"source":31,"target":6},{"source":24,"target":9},{"source":24,"target":32},{"source":24,"target":2},{"source":32,"target":9},{"source":25,"target":8},{"source":25,"target":33},{"source":25,"target":2},{"source":33,"target":8},{"source":26,"target":10},{"source":26,"target":34},{"source":26,"target":2},{"source":34,"target":10},{"source":27,"target":3},{"source":3,"target":0},{"source":3,"target":35},{"source":35,"target":36},{"source":35,"target":3},{"source":4,"target":0},{"source":4,"target":30},{"source":4,"target":37},{"source":4,"target":38},{"source":4,"target":39},{"source":30,"target":2},{"source":30,"target":40},{"source":30,"target":4},{"source":30,"target":22},{"source":40,"target":2},{"source":37,"target":2},{"source":37,"target":41},{"source":37,"target":4},{"source":41,"target":2},{"source":38,"target":42},{"source":38,"target":4},{"source":39,"target":43},{"source":39,"target":4},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":44},{"source":5,"target":45},{"source":44,"target":2},{"source":44,"target":46},{"source":44,"target":5},{"source":46,"target":2},{"source":45,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":47},{"source":47,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":48},{"source":7,"target":49},{"source":48,"target":50},{"source":48,"target":7},{"source":49,"target":3},{"source":8,"target":0},{"source":8,"target":51},{"source":8,"target":52},{"source":8,"target":53},{"source":51,"target":2},{"source":51,"target":54},{"source":51,"target":8},{"source":54,"target":2},{"source":52,"target":7},{"source":52,"target":55},{"source":52,"target":8},{"source":55,"target":7},{"source":53,"target":56},{"source":53,"target":8},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":57},{"source":57,"target":7},{"source":10,"target":0},{"source":10,"target":7},{"source":10,"target":58},{"source":58,"target":7},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":59},{"source":12,"target":60},{"source":12,"target":61},{"source":59,"target":13},{"source":59,"target":62},{"source":59,"target":12},{"source":62,"target":13},{"source":60,"target":14},{"source":60,"target":63},{"source":60,"target":12},{"source":63,"target":14},{"source":61,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":64},{"source":13,"target":65},{"source":13,"target":66},{"source":64,"target":12},{"source":64,"target":67},{"source":64,"target":13},{"source":67,"target":12},{"source":65,"target":12},{"source":65,"target":68},{"source":65,"target":13},{"source":68,"target":12},{"source":66,"target":11},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":69},{"source":69,"target":10}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="SACM" nsURI="http://www.omg.org/spec/SACM/2.0" nsPrefix="sacm"> <eAnnotations source="http://www.eclipse.org/OCL/Import"> <details key="ecore" value="http://www.eclipse.org/emf/2002/Ecore"/> </eAnnotations> <eSubpackages name="Commons" nsURI="http://www.omg.org/spec/SACM/2.0/Commons" nsPrefix="SACM_Commons"> <eClassifiers xsi:type="ecore:EClass" name="SACMElement" abstract="true"> <eAnnotations source="Comment"> <details key="text" value="Base class for SACM"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelElement" abstract="true" eSuperTypes="#//Commons/SACMElement"> <eAnnotations source="Comment"> <details key="text" value="Base element for the majority of modeling elements"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="Comment"> <details key="text" value="To uniquely identifies the element within the scope of the model"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="Comment"> <details key="text" value="The name of the element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eAnnotations source="Comment"> <details key="text" value="Flag to indicate if the element is abstract"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//Commons/Description" containment="true"> <eAnnotations source="Comment"> <details key="text" value="The description of the element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="inplementationConstraint" upperBound="-1" eType="#//Commons/ImplementationConstraint" containment="true"> <eAnnotations source="Comment"> <details key="text" value="Allows constraints to be added to the element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="note" upperBound="-1" eType="#//Commons/Note" containment="true"> <eAnnotations source="Comment"> <details key="text" value="Annotations on the element"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="taggedValue" upperBound="-1" eType="#//Commons/TaggedValue" containment="true"> <eAnnotations source="Comment"> <details key="text" value="Tagged value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UtilityElement" abstract="true" eSuperTypes="#//Commons/SACMElement"> <eAnnotations source="Comment"> <details key="text" value="UtilityElement supports the specification of additional information for a ModelElement"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sExpression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="Comment"> <details key="text" value="Simple expression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//Terminology/Expression" containment="true"> <eAnnotations source="Comment"> <details key="text" value="Expression that contains the value of the element"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImplementationConstraint" eSuperTypes="#//Commons/UtilityElement"> <eAnnotations source="Comment"> <details key="text" value="To indicate the conditions to fulfill in order to allow an abstract ModeElement to become non-abstract"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Description" eSuperTypes="#//Commons/UtilityElement"> <eAnnotations source="Comment"> <details key="text" value="To provide details about a Modelelement in relation to aspects such as their content of purpose"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Note" eSuperTypes="#//Commons/UtilityElement"> <eAnnotations source="Comment"> <details key="text" value="To specify additional generic, unstructured, untyped information about a ModelElement"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TaggedValue" eSuperTypes="#//Commons/UtilityElement"> <eAnnotations source="Comment"> <details key="text" value="To specify attributes and their corresponding values for a ModelElement"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sKey" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="Comment"> <details key="text" value="Simple key"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="#//Terminology/Expression" containment="true"> <eAnnotations source="Comment"> <details key="text" value="the key of the tagged value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </eSubpackages> <eSubpackages name="Packages" nsURI="http://www.omg.org/spec/SACM/2.0/Packages" nsPrefix="SACM_Packages"> <eAnnotations source="Comment"> <details key="text" value=""/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AssuranceCasePackage" eSuperTypes="#//Artefact/ArtefactElement"> <eAnnotations source="Comment"> <details key="text" value="Root class for creating structured assurance cases"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="assuranceCasePackageCitation" upperBound="-1" eType="#//Packages/AssuranceCasePackageCitation" containment="true"> <eAnnotations source="Comment"> <details key="text" value="A collection of optional citations to other AssuranceCasePackages"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="assuranceCasePackage" upperBound="-1" eType="#//Packages/AssuranceCasePackage" containment="true"> <eAnnotations source="Comment"> <details key="text" value="Optional sub-packages"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="interface" upperBound="-1" eType="#//Packages/AssuranceCasePackageInterface"> <eAnnotations source="Comment"> <details key="text" value="A number of interfaces that the current package may implement"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="argumentPackage" upperBound="-1" eType="#//Argumentation/ArgumentPackage" containment="true"> <eAnnotations source="Comment"> <details key="text" value="A number of argument packages"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="artefactPackage" upperBound="-1" eType="#//Artefact/ArtefactPackage" containment="true"> <eAnnotations source="Comment"> <details key="text" value="A number of artfact sub-packages"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="terminologyPackage" upperBound="-1" eType="#//Terminology/TerminologyPackage" containment="true"> <eAnnotations source="Comment"> <details key="text" value="A number of optional terminology sub-packages"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssuranceCasePackageInterface" eSuperTypes="#//Packages/AssuranceCasePackage"> <eAnnotations source="Comment"> <details key="text" value="Enables the declaration of the elements of an AssuranceCasePackage that might be refered to in another AssuranceCasePackage"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssuranceCasePackageCitation" eSuperTypes="#//Packages/AssuranceCasePackage"> <eAnnotations source="Comment"> <details key="text" value="Used to cite another AssuranceCasePackage, used when there is a need to refer to another AssuanceCasePackage"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="citedPackage" lowerBound="1" eType="#//Packages/AssuranceCasePackage"/> </eClassifiers> </eSubpackages> <eSubpackages name="Terminology" nsURI="http://www.omg.org/spec/SACM/2.0/Terminology" nsPrefix="SACM_Terminology"> <eClassifiers xsi:type="ecore:EClass" name="TerminologyElement" abstract="true" eSuperTypes="#//Commons/ModelElement"> <eAnnotations source="Comment"> <details key="text" value="Base class for specifying the terminology aspects of an assurance case"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TerminologyPackage" eSuperTypes="#//Terminology/TerminologyElement"> <eAnnotations source="Comment"> <details key="text" value="Container class for SACM terminology assets"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="terminologyAsset" upperBound="-1" eType="#//Terminology/TerminologyAsset" containment="true"> <eAnnotations source="Comment"> <details key="text" value="Contained assets"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="terminologyPackage" upperBound="-1" eType="#//Terminology/TerminologyPackage" containment="true"> <eAnnotations source="Comment"> <details key="text" value="Sub packages"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="terminologyPackageCitation" upperBound="-1" eType="#//Terminology/TerminologyPackageCitation" containment="true"> <eAnnotations source="Comment"> <details key="text" value="Citations contained in the current TerminologyPackage"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TerminologyPackageCitation" eSuperTypes="#//Terminology/TerminologyPackage"> <eAnnotations source="Comment"> <details key="text" value="Used to refer to another TerminologyPackage"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="citedPackage" eType="#//Terminology/TerminologyPackage"> <eAnnotations source="Comment"> <details key="text" value="Cited TerminologyPackage"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TerminologyAsset" abstract="true" eSuperTypes="#//Terminology/TerminologyElement"> <eAnnotations source="Comment"> <details key="text" value="Base class for terminology assets"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="#//Terminology/TerminologyAsset"> <eAnnotations source="Comment"> <details key="text" value="Describes categories of ExpressionElements and used to group these elements within TerminologyPackages"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionElement" abstract="true" eSuperTypes="#//Terminology/TerminologyAsset"> <eAnnotations source="Comment"> <details key="text" value="Base class for expressions in SACM"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="category" upperBound="-1" eType="#//Terminology/Category"> <eAnnotations source="Comment"> <details key="text" value="Category(-ies) that the current element belongs to"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//Terminology/ExpressionElement"> <eAnnotations source="Comment"> <details key="text" value="Used to model abstract/concrete phrases in SACM"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="Comment"> <details key="text" value="Used to record the value of the expression"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="element" upperBound="-1" eType="#//Terminology/ExpressionElement"> <eAnnotations source="Comment"> <details key="text" value="Optional reference to other ExpressionElements forming part of the StructuredExpression"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Term" eSuperTypes="#//Terminology/ExpressionElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="Comment"> <details key="text" value="An attribute recording the value of the term"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externalReference" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="Comment"> <details key="text" value="An external reference"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TerminologyAssetCitation" eSuperTypes="#//Terminology/ExpressionElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="citedElement" lowerBound="1" eType="#//Terminology/TerminologyAsset"/> </eClassifiers> </eSubpackages> <eSubpackages name="Argumentation" nsURI="http://www.omg.org/spec/SACM/2.0/Argumentation" nsPrefix="SACM_Argumentation"> <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="ArgumentationElement" abstract="true" eSuperTypes="#//Commons/ModelElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="Comment"> <details key="text" value="Content"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArgumentPackage" eSuperTypes="#//Argumentation/ArgumentationElement"> <eAnnotations source="Comment"> <details key="text" value="Container for a structured argument represented using SACM"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="isValidModule"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="isValidModule" value="self.name = 'Module'"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="argumentAsset" upperBound="-1" eType="#//Argumentation/ArgumentAsset" containment="true"> <eAnnotations source="Comment"> <details key="text" value="An optional set of ArgumentAssets"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="argumentPackage" upperBound="-1" eType="#//Argumentation/ArgumentPackage" containment="true"> <eAnnotations source="Comment"> <details key="text" value="An optional set of sub packages"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="interface" upperBound="-1" eType="#//Argumentation/ArgumentPackageInterface"> <eAnnotations source="Comment"> <details key="text" value="An optional set of interfaces"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="argumentPackageCitation" upperBound="-1" eType="#//Argumentation/ArgumentPackageCitation" containment="true"> <eAnnotations source="Comment"> <details key="text" value="An optional set of citations"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArgumentPackageCitation" eSuperTypes="#//Argumentation/ArgumentPackage"> <eAnnotations source="Comment"> <details key="text" value="Used to cite another ArgumentPackage"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="citedPackage" lowerBound="1" eType="#//Argumentation/ArgumentPackage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArgumentPackageBinding" eSuperTypes="#//Argumentation/ArgumentPackage"> <eAnnotations source="Comment"> <details key="text" value="Record the mapping between two or more ArgumentPackages"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="isValidContractModule"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="isValidContractModule" value="&#xA;&#x9;&#x9;&#x9;self.name = 'ContractModule' and&#xA;&#x9;&#x9;&#x9;self.participantPackage->size() = self.participantPackage->asSet()->size()"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="participantPackage" lowerBound="2" upperBound="-1" eType="#//Argumentation/ArgumentPackage"> <eAnnotations source="Comment"> <details key="text" value="To be discussed"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArgumentPackageInterface" eSuperTypes="#//Argumentation/ArgumentPackage"> <eAnnotations source="Comment"> <details key="text" value="Used to declare the ArgumentAssets contained in an ArgumentPackage"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArgumentAsset" abstract="true" eSuperTypes="#//Argumentation/ArgumentationElement"> <eAnnotations source="Comment"> <details key="text" value="Base class for the elements of structured argument in SACM"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assertion" abstract="true" eSuperTypes="#//Argumentation/ArgumentAsset"> <eAnnotations source="Comment"> <details key="text" value="Used to record the popositions of Argumentation"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="metaClaim" upperBound="-1" eType="#//Argumentation/Claim" containment="true"> <eAnnotations source="Comment"> <details key="text" value="References to Claims concerining the Assertion, e.g. confidence in the Assertion"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactElementCitation" eSuperTypes="#//Argumentation/ArgumentAsset"> <eAnnotations source="Comment"> <details key="text" value="Enables the citation of an Artefact that relates to the structured argument"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="isValidGSNNotation"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="isValidGSNNotation" value="&#xA;&#x9;&#x9;&#x9;(self.name = 'Solution' and self.isAbstract = false) or&#xA;&#x9;&#x9;&#x9;(self.name = 'Solution' and self.isAbstract = false and self.taggedValue->exists(t|t.sKey='public')) or&#xA;&#x9;&#x9;&#x9; &#xA;&#x9;&#x9;&#x9;(self.name = 'Context' and self.isAbstract = false) or&#xA;&#x9;&#x9;&#x9;(self.name = 'Context' and self.isAbstract = false and self.taggedValue->exists(t|t.sKey='public')) or&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;(self.name = 'Solution' and self.isAbstract = true and self.taggedValue->exists(t|t.sKey = 'uninstantiated')) or &#xA;&#x9;&#x9; (self.name = 'Context' and self.isAbstract = true and self.taggedValue->exists(t|t.sKey = 'uninstantiated'))"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externalReference" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="Comment"> <details key="text" value="Record a URL to a external evidence"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="citedArtefact" eType="#//Artefact/ArtefactElement"> <eAnnotations source="Comment"> <details key="text" value="Cited artefact"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArgumentAssetCitation" eSuperTypes="#//Argumentation/ArgumentAsset"> <eAnnotations source="Comment"> <details key="text" value="Used to cite ArgumentAsset"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="isValidGSNNotation"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="isValidGSNNotation" value="&#xA;&#x9;&#x9;&#x9;(self.name = 'AwayGoal') or&#xA;&#x9;&#x9;&#x9;(self.name = 'AwaySolution') or&#xA;&#x9;&#x9;&#x9;(self.name = 'AwayContext')"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="citedAsset" lowerBound="1" eType="#//Argumentation/ArgumentAsset"> <eAnnotations source="Comment"> <details key="text" value="Refers to another ArgumentAsset"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Claim" eSuperTypes="#//Argumentation/Assertion"> <eAnnotations source="Comment"> <details key="text" value="Used to record the propositions of any structured argument"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="isValidGSNNotation"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="isValidGSNNotation" value="(self.name = 'Goal' and self.assumed = false and self.isAbstract = false) or&#xA;&#x9;&#x9;&#x9;(self.name = 'Goal' and self.assumed = false and self.isAbstract = false and self.taggedValue->exists(t|t.sKey='public')) or&#xA;&#x9;&#x9;&#x9;(self.name = 'Goal' and self.assumed = false and self.isAbstract = false and self.taggedValue->exists(t|t.sKey='TBSC') and not self.taggedValue->exists(t|t.sKey='undeveloped')) or &#xA;&#x9;&#x9;&#x9;(self.name ='Assumption' and self.assumed = true and self.isAbstract = false) or&#xA;&#x9;&#x9;&#x9;(self.name ='Assumption' and self.assumed = true and self.isAbstract = false and self.taggedValue->exists(t|t.sKey = 'uninstantiated')) or &#xA;&#x9;&#x9;&#x9;(self.name = 'Justification' and self.assumed = false and self.isAbstract = false) or&#xA;&#x9;&#x9;&#x9;(self.name = 'Justification' and self.assumed = false and self.isAbstract = false and self.taggedValue->exists(t|t.sKey = 'uninstantiated')) or&#xA;&#x9;&#x9;&#x9;(self.name = 'Goal' and self.assumed = false and self.isAbstract = true and self.taggedValue->exists(t|t.sKey = 'undeveloped') and not self.taggedValue->exists(t|t.sKey='TBSC')) or&#xA;&#x9;&#x9;&#x9;(self.name = 'Context' and self.assumed = true and self.isAbstract = false) or&#xA;&#x9;&#x9;&#x9;(self.name = 'Goal' and self.assumed = false and self.isAbstract = true and self.taggedValue->exists(t|t.sKey = 'uninstantiated'))"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="assumed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eAnnotations source="Comment"> <details key="text" value="Flag to indicate if the claim is assumed to be true"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toBeSupported" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eAnnotations source="Comment"> <details key="text" value="Flag to indicate if the claim is to be further supported"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArgumentReasoning" eSuperTypes="#//Argumentation/ArgumentAsset"> <eAnnotations source="Comment"> <details key="text" value="Used to provide additional description or explanation of the asserted inference or challange that connects one or more Claims"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="isValidReasoning"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="isValidReasoning" value="&#xA;&#x9;&#x9;&#x9;(AssertedInference.allInstances()->select(as|as.reasoning = self)->size() = 1 and &#xA;&#x9;&#x9;&#x9;self.name = 'Strategy' and self.isAbstract = false) or &#xA;&#x9;&#x9;&#x9;(self.name = 'Strategy' and self.isAbstract = true and self.taggedValue->exists(t|t.sKey = 'undeveloped')) or&#xA;&#x9;&#x9;&#x9;(self.name = 'Strategy' and self.isAbstract = true and self.taggedValue->exists(t|t.sKey = 'uninstantiated'))"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="structure" eType="#//Argumentation/ArgumentPackage"> <eAnnotations source="Comment"> <details key="text" value="Optional reference to another ArgumentPackage that provides the detailed structure of the argument"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertedRelationship" abstract="true" eSuperTypes="#//Argumentation/Assertion"> <eAnnotations source="Comment"> <details key="text" value="Abstract association class that enables the ArgumentAssets of any structured argument to be linked together"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-1" eType="#//Argumentation/ArgumentAsset"> <eAnnotations source="Comment"> <details key="text" value="Source of the relationship"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1" eType="#//Argumentation/ArgumentAsset"> <eAnnotations source="Comment"> <details key="text" value="Target of the relationship"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="reasoning" eType="#//Argumentation/ArgumentReasoning"> <eAnnotations source="Comment"> <details key="text" value="Reasoning of the relationship"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertedInference" eSuperTypes="#//Argumentation/AssertedRelationship"> <eAnnotations source="Comment"> <details key="text" value="Records the inference that a user declares to exist between on or more Assertion and another Assertion"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="validSupportedBy"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="validSupportedBy" value="&#xA;&#x9;&#x9;&#x9;(self.name = 'SupportedBy' and&#xA;&#x9;&#x9;&#x9;self.source->forAll(s|(s.oclIsTypeOf(Claim) and s.name = 'Goal') or &#xA;&#x9;&#x9;&#x9;&#x9;(s.oclIsTypeOf(ArgumentAssetCitation) and s.name = 'AwayGoal') or&#xA;&#x9;&#x9;&#x9;&#x9;(s.oclIsTypeOf(ArgumentPackage) and s.name = 'Module') or&#xA;&#x9;&#x9;&#x9;&#x9;(s.oclIsTypeOf(ArgumentPackageBinding) and s.name = 'Contract')&#xA;&#x9;&#x9;&#x9;) and &#xA;&#x9;&#x9;&#x9;self.target->forAll(t|t.oclIsTypeOf(Claim) and t.name = 'Goal')) &#xA;&#x9;&#x9;&#x9;or&#xA;&#x9;&#x9;&#x9;(self.name = 'SupportedBy' and&#xA;&#x9;&#x9;&#x9;self.source->forAll(s|s.oclIsTypeOf(Claim) and s.name = 'Goal' or &#xA;&#x9;&#x9;&#x9;&#x9;(s.oclIsTypeOf(ArgumentAssetCitation) and s.name = 'AwayGoal') or&#xA;&#x9;&#x9;&#x9;&#x9;(s.oclIsTypeOf(ArgumentPackage) and s.name = 'Module') or&#xA;&#x9;&#x9;&#x9;&#x9;(s.oclIsTypeOf(ArgumentPackageBinding) and s.name = 'Contract')) and &#xA;&#x9;&#x9;&#x9;self.target->forAll(t|t.oclIsTypeOf(Claim) and t.name = 'Goal') and &#xA;&#x9;&#x9;&#x9;self.reasoning->notEmpty()) &#xA;&#x9;&#x9;&#x9;or&#xA;&#x9;&#x9;&#x9;(self.name = 'SupportedBy' and&#xA;&#x9;&#x9;&#x9;self.source->forAll(s|s.oclIsTypeOf(Claim) and s.name = 'Goal' ) and &#xA;&#x9;&#x9;&#x9;self.target->forAll(t|t.oclIsTypeOf(Claim) and t.name = 'Goal') and &#xA;&#x9;&#x9;&#x9;self.taggedValue->exists(t|t.sKey = 'uninstantiated')) &#xA;&#x9;&#x9;&#x9;or&#xA;&#x9;&#x9;&#x9;(self.name = 'SupportedBy' and&#xA;&#x9;&#x9;&#x9;self.source->forAll(s|s.oclIsTypeOf(Claim) and s.name = 'Goal' or &#xA;&#x9;&#x9;&#x9;&#x9;(s.oclIsTypeOf(ArgumentAssetCitation) and s.name = 'AwayGoal') or&#xA;&#x9;&#x9;&#x9;&#x9;(s.oclIsTypeOf(ArgumentPackage) and s.name = 'Module') or&#xA;&#x9;&#x9;&#x9;&#x9;(s.oclIsTypeOf(ArgumentPackageBinding) and s.name = 'Contract')) and &#xA;&#x9;&#x9;&#x9;self.target->forAll(t|t.oclIsTypeOf(Claim) and t.name = 'Goal') and &#xA;&#x9;&#x9;&#x9;self.taggedValue->one(t|t.sKey = 'required') and&#xA;&#x9;&#x9;&#x9;self.taggedValue->select(t|t.sKey='required')->first().sExpression->oclAsType(Integer) > 0) &#xA;&#x9;&#x9;&#x9;or&#xA;&#x9;&#x9;&#x9;(self.name = 'SupportedBy' and&#xA;&#x9;&#x9;&#x9;self.source->forAll(s|s.oclIsTypeOf(Claim) and s.name = 'Goal' or &#xA;&#x9;&#x9;&#x9;&#x9;(s.oclIsTypeOf(ArgumentAssetCitation) and s.name = 'AwayGoal') or&#xA;&#x9;&#x9;&#x9;&#x9;(s.oclIsTypeOf(ArgumentPackage) and s.name = 'Module') or&#xA;&#x9;&#x9;&#x9;&#x9;(s.oclIsTypeOf(ArgumentPackageBinding) and s.name = 'Contract')) and &#xA;&#x9;&#x9;&#x9;self.target->forAll(t|t.oclIsTypeOf(Claim) and t.name = 'Goal') and &#xA;&#x9;&#x9;&#x9;self.reasoning->notEmpty() and &#xA;&#x9;&#x9;&#x9;self.taggedValue->one(t|t.sKey = 'required') and&#xA;&#x9;&#x9;&#x9;self.taggedValue->select(t|t.sKey='required')->first().sExpression->oclAsType(Integer) > 0)&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertedEvidence" eSuperTypes="#//Argumentation/AssertedRelationship"> <eAnnotations source="Comment"> <details key="text" value="Records the declaration that one or more artefacts of Evidence provide information that helps establish the truth of a Claim"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="isValidSupportedBy"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="isValidSupportedBy" value="&#xA;&#x9;&#x9;&#x9;(self.name = 'SupportedBy' and&#xA;&#x9;&#x9;&#x9;self.source->forAll(s|(s.oclIsTypeOf(ArtefactElementCitation) and s.name = 'Solution') or&#xA;&#x9;&#x9;&#x9;&#x9;(s.oclIsTypeOf(ArgumentAssetCitation) and s.name = 'AwayGoal')&#xA;&#x9;&#x9;&#x9;) and&#xA;&#x9;&#x9;&#x9;self.target->forAll(t|t.oclIsTypeOf(Claim) and t.name = 'Goal'))&#xA;&#x9;&#x9;&#x9;or&#xA;&#x9;&#x9;&#x9;(self.name = 'SupportedBy' and&#xA;&#x9;&#x9;&#x9;self.source->forAll(s|(s.oclIsTypeOf(ArtefactElementCitation) and s.name = 'Solution') or&#xA;&#x9;&#x9;&#x9;&#x9;(s.oclIsTypeOf(ArgumentAssetCitation) and s.name = 'AwayGoal')&#xA;&#x9;&#x9;&#x9;) and&#xA;&#x9;&#x9;&#x9;self.target->forAll(t|t.oclIsTypeOf(Claim) and t.name = 'Goal') and &#xA;&#x9;&#x9;&#x9;self.taggedValue->exists(t|t.sKey = 'uninstantiated')) &#xA;&#x9;&#x9;&#x9;or&#xA;&#x9;&#x9;&#x9;(self.name = 'SupportedBy' and&#xA;&#x9;&#x9;&#x9;self.source->forAll(s|(s.oclIsTypeOf(ArtefactElementCitation) and s.name = 'Solution') or&#xA;&#x9;&#x9;&#x9;&#x9;(s.oclIsTypeOf(ArgumentAssetCitation) and s.name = 'AwayGoal')&#xA;&#x9;&#x9;&#x9;) and&#xA;&#x9;&#x9;&#x9;self.target->forAll(t|t.oclIsTypeOf(Claim) and t.name = 'Goal') and&#xA;&#x9;&#x9;&#x9;self.taggedValue->one(t|t.sKey = 'required') and&#xA;&#x9;&#x9;&#x9;self.taggedValue->select(t|t.sKey='required')->first().sExpression->oclAsType(Integer) > 0)"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertedChallenge" eSuperTypes="#//Argumentation/AssertedRelationship"> <eAnnotations source="Comment"> <details key="text" value="Records the challenge that a user declares to exist between one or more Claims and another Claim"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertedCounterEvidence" eSuperTypes="#//Argumentation/AssertedRelationship"> <eAnnotations source="Comment"> <details key="text" value="Used to associate evidence to a Claim, where this evidence is being asserted to infer that the Claim is false"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertedContext" eSuperTypes="#//Argumentation/AssertedRelationship"> <eAnnotations source="Comment"> <details key="text" value="Used to declare that the artefact cited by an ArtefactElementCitation provides the context for the interpretation and scoping of a Claim"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="isValidInContextOf"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="isValidInContextOf" value="&#xA;&#x9;&#x9;&#x9;(self.name = 'InContextOf' and self.isAbstract = false and &#xA;&#x9;&#x9;&#x9;&#x9;self.source->forAll(s|(s.oclIsTypeOf(ArtefactElementCitation) and s.name = 'Context') or&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;(s.oclIsTypeOf(Claim) and s.name = 'Context') or&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;(s.oclIsTypeOf(Claim) and s.name = 'Justification') or&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;(s.oclIsTypeOf(Claim) and s.name = 'Assumption') or &#xA;&#x9;&#x9;&#x9;&#x9;&#x9;(s.oclIsTypeOf(ArgumentAssetCitation) and s.name = 'AwayGoal') or&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;(s.oclIsTypeOf(ArgumentAssetCitation) and s.name = 'AwayContext') or&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;(s.oclIsTypeOf(ArgumentPackage) and s.name = 'Module')&#xA;&#x9;&#x9;&#x9;&#x9;) and&#xA;&#x9;&#x9;&#x9;&#x9;self.target->forAll(t|t.oclIsTypeOf(Claim) and t.name = 'Goal')&#xA;&#x9;&#x9;&#x9;) or&#xA;&#x9;&#x9;&#x9;(self.name = 'InContextOf' and self.isAbstract = true and self.taggedValue->exists(t|t.sKey = 'uninstantiated'))"/> </eAnnotations> </eClassifiers> </eSubpackages> <eSubpackages name="Artefact" nsURI="http://www.omg.org/spec/SACM/2.0/Artefact" nsPrefix="SACM_Artefact"> <eClassifiers xsi:type="ecore:EClass" name="ArtefactElement" abstract="true" eSuperTypes="#//Commons/ModelElement"> <eAnnotations source="Comment"> <details key="text" value="To specify all the identifiable units of data modeled and managed in a structured assurance case"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactPackage" eSuperTypes="#//Artefact/ArtefactElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="artefactPackageCitation" upperBound="-1" eType="#//Artefact/ArtefactPackageCitation" containment="true"> <eAnnotations source="Comment"> <details key="text" value="An optional set of citation to other ArtefactPackages"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="artefactAsset" upperBound="-1" eType="#//Artefact/ArtefactAsset" containment="true"> <eAnnotations source="Comment"> <details key="text" value="An optional set of ArtefactAsset elements"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="artefactPackage" upperBound="-1" eType="#//Artefact/ArtefactPackage" containment="true"> <eAnnotations source="Comment"> <details key="text" value="An optional set of contained ArtefactPackage elements"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="interface" upperBound="-1" eType="#//Artefact/ArtefactPackageInterface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactPackageCitation" eSuperTypes="#//Artefact/ArtefactPackage"> <eAnnotations source="Comment"> <details key="text" value="Used to cite another ArtefactPackage"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="citedPackage" lowerBound="1" eType="#//Artefact/ArtefactPackage"> <eAnnotations source="Comment"> <details key="text" value="Cited ArtefactPackage"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactPackageBinding" eSuperTypes="#//Artefact/ArtefactPackage"> <eAnnotations source="Comment"> <details key="text" value="Used to record ArtefactAssertRelationships between the ArtefactAssets of two or more ArtefactPackages"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="participantpackage" lowerBound="2" upperBound="-1" eType="#//Artefact/ArtefactPackage"> <eAnnotations source="Comment"> <details key="text" value="The ArtefactPackages containing the ArtefactAssets being related together by the ArtefactPackageBinding"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactPackageInterface" eSuperTypes="#//Artefact/ArtefactPackage"> <eAnnotations source="Comment"> <details key="text" value="Defines an interface that may be exchanged between users"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactAsset" abstract="true" eSuperTypes="#//Artefact/ArtefactElement"> <eAnnotations source="Comment"> <details key="text" value="Represents the artefact-specific pieces of information of an assurance case"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactAssetCitation" eSuperTypes="#//Artefact/ArtefactAsset"> <eAnnotations source="Comment"> <details key="text" value="Allows an ArtefactPackage to refer to the components of another ArtefactPackage"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="citedAsset" lowerBound="1" eType="#//Artefact/ArtefactAsset"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Artefact" eSuperTypes="#//Artefact/ArtefactAsset"> <eAnnotations source="Comment"> <details key="text" value="Represents the distinguishable units of data used in an assurance case"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="Comment"> <details key="text" value="Version of the artefact"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="Comment"> <details key="text" value="Date of creation"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="artefactProperty" upperBound="-1" eType="#//Artefact/ArtefactProperty" containment="true"> <eAnnotations source="Comment"> <details key="text" value="Properties this Artefact possesses"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="artefactEvent" upperBound="-1" eType="#//Artefact/ArtefactEvent" containment="true"> <eAnnotations source="Comment"> <details key="text" value="Set of ArtefactEvents that represent the lifecycle of the Arteface"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactProperty" eSuperTypes="#//Artefact/ArtefactAsset"> <eAnnotations source="Comment"> <details key="text" value="Enables the specification of the characteristics of an Artefact"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactEvent" eSuperTypes="#//Artefact/ArtefactAsset"> <eAnnotations source="Comment"> <details key="text" value="Enables the specification of the events in the lifecycle of an Artefact"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"> <eAnnotations source="Comment"> <details key="text" value="date when the event occurred"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Resource" eSuperTypes="#//Artefact/ArtefactAsset"> <eAnnotations source="Comment"> <details key="text" value="Corresponds ot the tangible objects representing an Artefact"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="location" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="Comment"> <details key="text" value="The path or URL specifying the location of the Resource"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="#//Artefact/ArtefactAsset"> <eAnnotations source="Comment"> <details key="text" value="Represents units of work related to the management of ArtefactAssets"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endTime" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Technique" eSuperTypes="#//Artefact/ArtefactAsset"> <eAnnotations source="Comment"> <details key="text" value="Represents techniques associated with Artefacts"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Participant" eSuperTypes="#//Artefact/ArtefactAsset"> <eAnnotations source="Comment"> <details key="text" value="Enables the specification of the parties involved in the management of ArtefactAssets"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactAssetRelationship" abstract="true" eSuperTypes="#//Artefact/ArtefactAsset"> <eAnnotations source="Comment"> <details key="text" value="Enables the ArtefactAssets of an assurance case to be linked together"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="source" upperBound="-1" eType="#//Artefact/ArtefactAsset"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" upperBound="-1" eType="#//Artefact/ArtefactAsset"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactRelationship" eSuperTypes="#//Artefact/ArtefactAssetRelationship"> <eAnnotations source="Comment"> <details key="text" value="Enables two Artefacts to be linked together"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActivityRelationship" eSuperTypes="#//Artefact/ArtefactAssetRelationship"> <eAnnotations source="Comment"> <details key="text" value="Enables two Activities to be related together"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactActivityRelationship" eSuperTypes="#//Artefact/ArtefactAssetRelationship"> <eAnnotations source="Comment"> <details key="text" value="Enables Artefact and an Activity to be Linked together"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactTechniqueRelationship" eSuperTypes="#//Artefact/ArtefactAssetRelationship"> <eAnnotations source="Comment"> <details key="text" value="Enables an Artefact and a Technique to be linked together"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParticipantRoleRelationship" eSuperTypes="#//Artefact/ArtefactAssetRelationship"> <eAnnotations source="Comment"> <details key="text" value="Enables a Participant to be linked to other ArtefactAssets"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArtefactResourceRelationship" eSuperTypes="#//Artefact/ArtefactAssetRelationship"> <eAnnotations source="Comment"> <details key="text" value="Enables an Artefact and a Resource to be linked together"/> </eAnnotations> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/tue-mdse/ocl-dataset/dataset/repos/epsilonlabs/SACM-UML-Profile/sacm.emf/model/SACM.ecore
ecore
SACM Commons SACMElement ModelElement gid name isAbstract description inplementationConstraint note taggedValue UtilityElement sExpression expression ImplementationConstraint Description Note TaggedValue sKey key Packages AssuranceCasePackage assuranceCasePackageCitation assuranceCasePackage interface argumentPackage artefactPackage terminologyPackage AssuranceCasePackageInterface AssuranceCasePackageCitation citedPackage Terminology TerminologyElement TerminologyPackage terminologyAsset terminologyPackage terminologyPackageCitation TerminologyPackageCitation citedPackage TerminologyAsset Category ExpressionElement category Expression value element Term value externalReference TerminologyAssetCitation citedElement Argumentation ArgumentationElement content ArgumentPackage argumentAsset argumentPackage interface argumentPackageCitation ArgumentPackageCitation citedPackage ArgumentPackageBinding participantPackage ArgumentPackageInterface ArgumentAsset Assertion metaClaim ArtefactElementCitation externalReference citedArtefact ArgumentAssetCitation citedAsset Claim assumed toBeSupported ArgumentReasoning structure AssertedRelationship source target reasoning AssertedInference AssertedEvidence AssertedChallenge AssertedCounterEvidence AssertedContext Artefact ArtefactElement ArtefactPackage artefactPackageCitation artefactAsset artefactPackage interface ArtefactPackageCitation citedPackage ArtefactPackageBinding participantpackage ArtefactPackageInterface ArtefactAsset ArtefactAssetCitation citedAsset Artefact version date artefactProperty artefactEvent ArtefactProperty ArtefactEvent date Resource location Activity startTime endTime Technique Participant ArtefactAssetRelationship source target ArtefactRelationship ActivityRelationship ArtefactActivityRelationship ArtefactTechniqueRelationship ParticipantRoleRelationship ArtefactResourceRelationship
null
{"directed":true,"nodes":[{"nsPrefix":"sacm","nsURI":"http://www.omg.org/spec/SACM/2.0","name":"SACM","id":0,"eClass":"EPackage"},{"nsPrefix":"SACM_Commons","nsURI":"http://www.omg.org/spec/SACM/2.0/Commons","name":"Commons","id":1,"eClass":"EPackage"},{"nsPrefix":"SACM_Packages","nsURI":"http://www.omg.org/spec/SACM/2.0/Packages","name":"Packages","id":2,"eClass":"EPackage"},{"nsPrefix":"SACM_Terminology","nsURI":"http://www.omg.org/spec/SACM/2.0/Terminology","name":"Terminology","id":3,"eClass":"EPackage"},{"nsPrefix":"SACM_Argumentation","nsURI":"http://www.omg.org/spec/SACM/2.0/Argumentation","name":"Argumentation","id":4,"eClass":"EPackage"},{"nsPrefix":"SACM_Artefact","nsURI":"http://www.omg.org/spec/SACM/2.0/Artefact","name":"Artefact","id":5,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SACMElement","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelElement","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UtilityElement","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImplementationConstraint","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Description","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Note","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TaggedValue","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gid","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"description","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":"inplementationConstraint","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":"note","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":"taggedValue","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"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sExpression","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sKey","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssuranceCasePackage","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssuranceCasePackageInterface","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssuranceCasePackageCitation","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactElement","instanceClass":null,"abstract":true,"id":45,"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":"assuranceCasePackageCitation","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":"assuranceCasePackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interface","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":"argumentPackage","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":"artefactPackage","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":"terminologyPackage","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentPackage","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"id":57,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactPackage","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"id":59,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminologyPackage","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"citedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminologyElement","instanceClass":null,"abstract":true,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminologyPackageCitation","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminologyAsset","instanceClass":null,"abstract":true,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionElement","instanceClass":null,"abstract":true,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminologyAssetCitation","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"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":"terminologyAsset","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":"terminologyPackage","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":"terminologyPackageCitation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"citedPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"category","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"externalReference","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"citedElement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentationElement","instanceClass":null,"abstract":true,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentPackageCitation","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentPackageBinding","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentPackageInterface","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentAsset","instanceClass":null,"abstract":true,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assertion","instanceClass":null,"abstract":true,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactElementCitation","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentAssetCitation","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Claim","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgumentReasoning","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertedRelationship","instanceClass":null,"abstract":true,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertedInference","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertedEvidence","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertedChallenge","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertedCounterEvidence","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertedContext","instanceClass":null,"abstract":false,"id":117,"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":"content","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argumentAsset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argumentPackage","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":"interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"argumentPackageCitation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"citedPackage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participantPackage","changeable":true,"resolveProxies":true,"lowerBound":2,"id":133,"derived":false},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metaClaim","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"externalReference","changeable":true,"lowerBound":0,"iD":false,"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":"citedArtefact","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"citedAsset","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"assumed","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toBeSupported","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"structure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reasoning","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactPackageCitation","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactPackageBinding","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactPackageInterface","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactAsset","instanceClass":null,"abstract":true,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactAssetCitation","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Artefact","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactProperty","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactEvent","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Technique","instanceClass":null,"abstract":false,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Participant","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactAssetRelationship","instanceClass":null,"abstract":true,"id":181,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactRelationship","instanceClass":null,"abstract":false,"id":182,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActivityRelationship","instanceClass":null,"abstract":false,"id":183,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactActivityRelationship","instanceClass":null,"abstract":false,"id":184,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactTechniqueRelationship","instanceClass":null,"abstract":false,"id":185,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParticipantRoleRelationship","instanceClass":null,"abstract":false,"id":186,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArtefactResourceRelationship","instanceClass":null,"abstract":false,"id":187,"interface":false,"eClass":"EClass"},{"id":188,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"artefactPackageCitation","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":"artefactAsset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"artefactPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"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":"citedPackage","changeable":true,"resolveProxies":true,"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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"participantpackage","changeable":true,"resolveProxies":true,"lowerBound":2,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"citedAsset","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":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":0,"iD":false,"id":210,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"artefactProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"artefactEvent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"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":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"startTime","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endTime","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"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":0},{"source":6,"target":1},{"source":7,"target":1},{"source":7,"target":6},{"source":7,"target":13},{"source":7,"target":14},{"source":7,"target":15},{"source":7,"target":16},{"source":7,"target":17},{"source":7,"target":18},{"source":7,"target":19},{"source":7,"target":20},{"source":13,"target":21},{"source":13,"target":7},{"source":14,"target":22},{"source":14,"target":7},{"source":15,"target":23},{"source":15,"target":7},{"source":16,"target":10},{"source":16,"target":24},{"source":16,"target":7},{"source":24,"target":10},{"source":17,"target":9},{"source":17,"target":25},{"source":17,"target":7},{"source":25,"target":9},{"source":18,"target":11},{"source":18,"target":26},{"source":18,"target":7},{"source":26,"target":11},{"source":19,"target":12},{"source":19,"target":27},{"source":19,"target":7},{"source":27,"target":12},{"source":20,"target":6},{"source":8,"target":1},{"source":8,"target":6},{"source":8,"target":28},{"source":8,"target":29},{"source":8,"target":30},{"source":28,"target":31},{"source":28,"target":8},{"source":29,"target":32},{"source":29,"target":33},{"source":29,"target":8},{"source":33,"target":32},{"source":30,"target":6},{"source":9,"target":1},{"source":9,"target":8},{"source":9,"target":34},{"source":34,"target":8},{"source":10,"target":1},{"source":10,"target":8},{"source":10,"target":35},{"source":35,"target":8},{"source":11,"target":1},{"source":11,"target":8},{"source":11,"target":36},{"source":36,"target":8},{"source":12,"target":1},{"source":12,"target":8},{"source":12,"target":37},{"source":12,"target":38},{"source":12,"target":39},{"source":37,"target":40},{"source":37,"target":12},{"source":38,"target":32},{"source":38,"target":41},{"source":38,"target":12},{"source":41,"target":32},{"source":39,"target":8},{"source":2,"target":42},{"source":2,"target":43},{"source":2,"target":44},{"source":2,"target":0},{"source":42,"target":2},{"source":42,"target":45},{"source":42,"target":46},{"source":42,"target":47},{"source":42,"target":48},{"source":42,"target":49},{"source":42,"target":50},{"source":42,"target":51},{"source":42,"target":52},{"source":46,"target":44},{"source":46,"target":53},{"source":46,"target":42},{"source":53,"target":44},{"source":47,"target":42},{"source":47,"target":54},{"source":47,"target":42},{"source":54,"target":42},{"source":48,"target":43},{"source":48,"target":55},{"source":48,"target":42},{"source":55,"target":43},{"source":49,"target":56},{"source":49,"target":57},{"source":49,"target":42},{"source":57,"target":56},{"source":50,"target":58},{"source":50,"target":59},{"source":50,"target":42},{"source":59,"target":58},{"source":51,"target":60},{"source":51,"target":61},{"source":51,"target":42},{"source":61,"target":60},{"source":52,"target":45},{"source":43,"target":2},{"source":43,"target":42},{"source":43,"target":62},{"source":62,"target":42},{"source":44,"target":2},{"source":44,"target":42},{"source":44,"target":63},{"source":44,"target":64},{"source":63,"target":42},{"source":63,"target":65},{"source":63,"target":44},{"source":65,"target":42},{"source":64,"target":42},{"source":3,"target":66},{"source":3,"target":60},{"source":3,"target":67},{"source":3,"target":68},{"source":3,"target":69},{"source":3,"target":70},{"source":3,"target":32},{"source":3,"target":71},{"source":3,"target":72},{"source":3,"target":0},{"source":66,"target":3},{"source":66,"target":7},{"source":66,"target":73},{"source":73,"target":7},{"source":60,"target":3},{"source":60,"target":66},{"source":60,"target":74},{"source":60,"target":75},{"source":60,"target":76},{"source":60,"target":77},{"source":74,"target":68},{"source":74,"target":78},{"source":74,"target":60},{"source":78,"target":68},{"source":75,"target":60},{"source":75,"target":79},{"source":75,"target":60},{"source":79,"target":60},{"source":76,"target":67},{"source":76,"target":80},{"source":76,"target":60},{"source":80,"target":67},{"source":77,"target":66},{"source":67,"target":3},{"source":67,"target":60},{"source":67,"target":81},{"source":67,"target":82},{"source":81,"target":60},{"source":81,"target":83},{"source":81,"target":67},{"source":83,"target":60},{"source":82,"target":60},{"source":68,"target":3},{"source":68,"target":66},{"source":68,"target":84},{"source":84,"target":66},{"source":69,"target":3},{"source":69,"target":68},{"source":69,"target":85},{"source":85,"target":68},{"source":70,"target":3},{"source":70,"target":68},{"source":70,"target":86},{"source":70,"target":87},{"source":86,"target":69},{"source":86,"target":88},{"source":86,"target":70},{"source":88,"target":69},{"source":87,"target":68},{"source":32,"target":3},{"source":32,"target":70},{"source":32,"target":89},{"source":32,"target":90},{"source":32,"target":91},{"source":89,"target":92},{"source":89,"target":32},{"source":90,"target":70},{"source":90,"target":93},{"source":90,"target":32},{"source":93,"target":70},{"source":91,"target":70},{"source":71,"target":3},{"source":71,"target":70},{"source":71,"target":94},{"source":71,"target":95},{"source":71,"target":96},{"source":94,"target":97},{"source":94,"target":71},{"source":95,"target":98},{"source":95,"target":71},{"source":96,"target":70},{"source":72,"target":3},{"source":72,"target":70},{"source":72,"target":99},{"source":72,"target":100},{"source":99,"target":68},{"source":99,"target":101},{"source":99,"target":72},{"source":101,"target":68},{"source":100,"target":70},{"source":4,"target":102},{"source":4,"target":56},{"source":4,"target":103},{"source":4,"target":104},{"source":4,"target":105},{"source":4,"target":106},{"source":4,"target":107},{"source":4,"target":108},{"source":4,"target":109},{"source":4,"target":110},{"source":4,"target":111},{"source":4,"target":112},{"source":4,"target":113},{"source":4,"target":114},{"source":4,"target":115},{"source":4,"target":116},{"source":4,"target":117},{"source":4,"target":0},{"source":102,"target":4},{"source":102,"target":7},{"source":102,"target":118},{"source":102,"target":119},{"source":118,"target":120},{"source":118,"target":102},{"source":119,"target":7},{"source":56,"target":4},{"source":56,"target":102},{"source":56,"target":121},{"source":56,"target":122},{"source":56,"target":123},{"source":56,"target":124},{"source":56,"target":125},{"source":121,"target":106},{"source":121,"target":126},{"source":121,"target":56},{"source":126,"target":106},{"source":122,"target":56},{"source":122,"target":127},{"source":122,"target":56},{"source":127,"target":56},{"source":123,"target":105},{"source":123,"target":128},{"source":123,"target":56},{"source":128,"target":105},{"source":124,"target":103},{"source":124,"target":129},{"source":124,"target":56},{"source":129,"target":103},{"source":125,"target":102},{"source":103,"target":4},{"source":103,"target":56},{"source":103,"target":130},{"source":103,"target":131},{"source":130,"target":56},{"source":130,"target":132},{"source":130,"target":103},{"source":132,"target":56},{"source":131,"target":56},{"source":104,"target":4},{"source":104,"target":56},{"source":104,"target":133},{"source":104,"target":134},{"source":133,"target":56},{"source":133,"target":135},{"source":133,"target":104},{"source":135,"target":56},{"source":134,"target":56},{"source":105,"target":4},{"source":105,"target":56},{"source":105,"target":136},{"source":136,"target":56},{"source":106,"target":4},{"source":106,"target":102},{"source":106,"target":137},{"source":137,"target":102},{"source":107,"target":4},{"source":107,"target":106},{"source":107,"target":138},{"source":107,"target":139},{"source":138,"target":110},{"source":138,"target":140},{"source":138,"target":107},{"source":140,"target":110},{"source":139,"target":106},{"source":108,"target":4},{"source":108,"target":106},{"source":108,"target":141},{"source":108,"target":142},{"source":108,"target":143},{"source":141,"target":144},{"source":141,"target":108},{"source":142,"target":45},{"source":142,"target":145},{"source":142,"target":108},{"source":145,"target":45},{"source":143,"target":106},{"source":109,"target":4},{"source":109,"target":106},{"source":109,"target":146},{"source":109,"target":147},{"source":146,"target":106},{"source":146,"target":148},{"source":146,"target":109},{"source":148,"target":106},{"source":147,"target":106},{"source":110,"target":4},{"source":110,"target":107},{"source":110,"target":149},{"source":110,"target":150},{"source":110,"target":151},{"source":149,"target":152},{"source":149,"target":110},{"source":150,"target":153},{"source":150,"target":110},{"source":151,"target":107},{"source":111,"target":4},{"source":111,"target":106},{"source":111,"target":154},{"source":111,"target":155},{"source":154,"target":56},{"source":154,"target":156},{"source":154,"target":111},{"source":156,"target":56},{"source":155,"target":106},{"source":112,"target":4},{"source":112,"target":107},{"source":112,"target":157},{"source":112,"target":158},{"source":112,"target":159},{"source":112,"target":160},{"source":157,"target":106},{"source":157,"target":161},{"source":157,"target":112},{"source":161,"target":106},{"source":158,"target":106},{"source":158,"target":162},{"source":158,"target":112},{"source":162,"target":106},{"source":159,"target":111},{"source":159,"target":163},{"source":159,"target":112},{"source":163,"target":111},{"source":160,"target":107},{"source":113,"target":4},{"source":113,"target":112},{"source":113,"target":164},{"source":164,"target":112},{"source":114,"target":4},{"source":114,"target":112},{"source":114,"target":165},{"source":165,"target":112},{"source":115,"target":4},{"source":115,"target":112},{"source":115,"target":166},{"source":166,"target":112},{"source":116,"target":4},{"source":116,"target":112},{"source":116,"target":167},{"source":167,"target":112},{"source":117,"target":4},{"source":117,"target":112},{"source":117,"target":168},{"source":168,"target":112},{"source":5,"target":45},{"source":5,"target":58},{"source":5,"target":169},{"source":5,"target":170},{"source":5,"target":171},{"source":5,"target":172},{"source":5,"target":173},{"source":5,"target":174},{"source":5,"target":175},{"source":5,"target":176},{"source":5,"target":177},{"source":5,"target":178},{"source":5,"target":179},{"source":5,"target":180},{"source":5,"target":181},{"source":5,"target":182},{"source":5,"target":183},{"source":5,"target":184},{"source":5,"target":185},{"source":5,"target":186},{"source":5,"target":187},{"source":5,"target":0},{"source":45,"target":5},{"source":45,"target":7},{"source":45,"target":188},{"source":188,"target":7},{"source":58,"target":5},{"source":58,"target":45},{"source":58,"target":189},{"source":58,"target":190},{"source":58,"target":191},{"source":58,"target":192},{"source":58,"target":193},{"source":189,"target":169},{"source":189,"target":194},{"source":189,"target":58},{"source":194,"target":169},{"source":190,"target":172},{"source":190,"target":195},{"source":190,"target":58},{"source":195,"target":172},{"source":191,"target":58},{"source":191,"target":196},{"source":191,"target":58},{"source":196,"target":58},{"source":192,"target":171},{"source":192,"target":197},{"source":192,"target":58},{"source":197,"target":171},{"source":193,"target":45},{"source":169,"target":5},{"source":169,"target":58},{"source":169,"target":198},{"source":169,"target":199},{"source":198,"target":58},{"source":198,"target":200},{"source":198,"target":169},{"source":200,"target":58},{"source":199,"target":58},{"source":170,"target":5},{"source":170,"target":58},{"source":170,"target":201},{"source":170,"target":202},{"source":201,"target":58},{"source":201,"target":203},{"source":201,"target":170},{"source":203,"target":58},{"source":202,"target":58},{"source":171,"target":5},{"source":171,"target":58},{"source":171,"target":204},{"source":204,"target":58},{"source":172,"target":5},{"source":172,"target":45},{"source":172,"target":205},{"source":205,"target":45},{"source":173,"target":5},{"source":173,"target":172},{"source":173,"target":206},{"source":173,"target":207},{"source":206,"target":172},{"source":206,"target":208},{"source":206,"target":173},{"source":208,"target":172},{"source":207,"target":172},{"source":174,"target":5},{"source":174,"target":172},{"source":174,"target":209},{"source":174,"target":210},{"source":174,"target":211},{"source":174,"target":212},{"source":174,"target":213},{"source":209,"target":214},{"source":209,"target":174},{"source":210,"target":215},{"source":210,"target":174},{"source":211,"target":175},{"source":211,"target":216},{"source":211,"target":174},{"source":216,"target":175},{"source":212,"target":176},{"source":212,"target":217},{"source":212,"target":174},{"source":217,"target":176},{"source":213,"target":172},{"source":175,"target":5},{"source":175,"target":172},{"source":175,"target":218},{"source":218,"target":172},{"source":176,"target":5},{"source":176,"target":172},{"source":176,"target":219},{"source":176,"target":220},{"source":219,"target":221},{"source":219,"target":176},{"source":220,"target":172},{"source":177,"target":5},{"source":177,"target":172},{"source":177,"target":222},{"source":177,"target":223},{"source":222,"target":224},{"source":222,"target":177},{"source":223,"target":172},{"source":178,"target":5},{"source":178,"target":172},{"source":178,"target":225},{"source":178,"target":226},{"source":178,"target":227},{"source":225,"target":228},{"source":225,"target":178},{"source":226,"target":229},{"source":226,"target":178},{"source":227,"target":172},{"source":179,"target":5},{"source":179,"target":172},{"source":179,"target":230},{"source":230,"target":172},{"source":180,"target":5},{"source":180,"target":172},{"source":180,"target":231},{"source":231,"target":172},{"source":181,"target":5},{"source":181,"target":172},{"source":181,"target":232},{"source":181,"target":233},{"source":181,"target":234},{"source":232,"target":172},{"source":232,"target":235},{"source":232,"target":181},{"source":235,"target":172},{"source":233,"target":172},{"source":233,"target":236},{"source":233,"target":181},{"source":236,"target":172},{"source":234,"target":172},{"source":182,"target":5},{"source":182,"target":181},{"source":182,"target":237},{"source":237,"target":181},{"source":183,"target":5},{"source":183,"target":181},{"source":183,"target":238},{"source":238,"target":181},{"source":184,"target":5},{"source":184,"target":181},{"source":184,"target":239},{"source":239,"target":181},{"source":185,"target":5},{"source":185,"target":181},{"source":185,"target":240},{"source":240,"target":181},{"source":186,"target":5},{"source":186,"target":181},{"source":186,"target":241},{"source":241,"target":181},{"source":187,"target":5},{"source":187,"target":181},{"source":187,"target":242},{"source":242,"target":181}],"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="table" nsURI="http://www.eclipse.org/sirius/table/1.1.0" nsPrefix="table"> <eClassifiers xsi:type="ecore:EClass" name="DTable" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//DRepresentation #//LineContainer #//DTableElementUpdater"> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1" eType="#//DColumn" containment="true" eOpposite="#//DColumn/table"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="headerColumnWidth" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="description" eType="#//description/TableDescription"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DTableElementUpdater" abstract="true" interface="true"> <eOperations name="activate"> <eParameters name="sync" lowerBound="1" eType="#//DTableElementSynchronizer"/> </eOperations> <eOperations name="deactivate"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DTableElement" abstract="true" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//DRepresentationElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="tableElementMapping" eType="#//description/TableMapping" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The mapping of the element."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LineContainer" abstract="true" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//DSemanticDecorator"> <eStructuralFeatures xsi:type="ecore:EReference" name="lines" upperBound="-1" eType="#//DLine" containment="true" eOpposite="#//DLine/container"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DLine" eSuperTypes="#//LineContainer #//DTableElement #//DTableElementUpdater"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="originMapping" lowerBound="1" eType="#//description/LineMapping"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="collapsed" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cells" upperBound="-1" eType="#//DCell" containment="true" eOpposite="#//DCell/line"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of cells of this line. This list does not necessarily have as many cells as there are columns. Indeed, the «blank cells» are not created."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//LineContainer" eOpposite="#//LineContainer/lines"/> <eStructuralFeatures xsi:type="ecore:EReference" name="orderedCells" upperBound="-1" eType="#//DCell" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Same list as &quot;cells&quot; but sorted according to the order of columns."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="currentStyle" eType="#//DTableElementStyle" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Stores the best style of the LineMapping style updater : &#xA;* The first conditional foreground style (with predicate expression that returns true), otherwise the default foreground style.&#xA;* The first conditional background style (with predicate expression that returns true), otherwise the default background style."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DCell" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//DSemanticDecorator #//DTableElement #//DTableElementUpdater"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="line" eType="#//DLine" eOpposite="#//DLine/cells"/> <eStructuralFeatures xsi:type="ecore:EReference" name="column" eType="#//DColumn" eOpposite="#//DColumn/cells"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currentStyle" eType="#//DCellStyle" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Stores the best style of the IntersectionMapping style updater and ColumnMapping style updater :&#xA;* Foreground&#xA;** The first conditional foreground style of the cell (with predicate expression that returns true). In this case the foregroundStyleOrigin references the intersection mapping and the defaultForegroundStyle is equal false.&#xA;** Otherwise the first conditional foreground style of the column (with predicate expression that returns true). In this case the foregroundStyleOrigin references the column mapping and the defaultForegroundStyle is equal false.&#xA;** Otherwise, if it exists, the default foreground style of the cell. In this case the foregroundStyleOrigin references the intersection mapping and the defaultForegroundStyle is equal true.&#xA;** Otherwise, if the default foreground style of the column uses variable color, the default foreground style of the column. In this case the foregroundStyleOrigin references the column mapping and the defaultForegroundStyle is equal true.&#xA;* Background&#xA;** The first conditional background style of the cell (with predicate expression that returns true). In this case the backgroundStyleOrigin references the intersection mapping and the defaultBackgroundStyle is equal false.&#xA;** Otherwise the first conditional background style of the column (with predicate expression that returns true). In this case the backgroundStyleOrigin references the column mapping and the defaultBackgroundStyle is equal false.&#xA;** Otherwise, if it exists, the default background style of the cell. In this case the backgroundStyleOrigin references the intersection mapping and the defaultBackgroundStyle is equal true.&#xA;** Otherwise, if the default background style of the column uses variable color, the default background style of the column. In this case the backgroundStyleOrigin references the column mapping and the defaultBackgroundStyle is equal true."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="updater" eType="#//description/CellUpdater" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="intersectionMapping" eType="#//description/IntersectionMapping"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DCellStyle" eSuperTypes="#//DTableElementStyle"> <eStructuralFeatures xsi:type="ecore:EReference" name="foregroundStyleOrigin" eType="#//description/TableMapping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Needed to know the origin of the foreground part of this DCellStyle to respect the style priority rules between Cell, Line and Column.&#xA;This TableMapping can be only an IntersectionMapping or a ColumnMapping."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="backgroundStyleOrigin" eType="#//description/TableMapping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Needed to know the origin of the background part of this DCellStyle to respect the style priority rules between Cell, Line and Column.&#xA;This TableMapping can be only an IntersectionMapping or a ColumnMapping."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DColumn" abstract="true" eSuperTypes="#//DTableElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="label" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cells" upperBound="-1" eType="#//DCell" eOpposite="#//DCell/column"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="List of cells of this column. This list does not necessarily have as many cells as there are lines. Indeed, the «blank cells» are not created."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="originMapping" lowerBound="1" eType="#//description/ColumnMapping"/> <eStructuralFeatures xsi:type="ecore:EReference" name="table" eType="#//DTable" eOpposite="#//DTable/columns"/> <eStructuralFeatures xsi:type="ecore:EReference" name="orderedCells" upperBound="-1" eType="#//DCell" changeable="false" volatile="true" transient="true" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Same list as a&quot;cells&quot; but sorted according to the order of lines."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visible" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="currentStyle" eType="#//DTableElementStyle" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Stores the best style of the ColumnMapping style updater :&#xA;* The best style is only the default foreground style and the default background style (and only if the color use for it is not with variable parts: ComputedColor or InterpolatedColor). &#xA;* We can not store the result of the conditional styles (foreground and background) because the predicateExpression depend on the semantic element of each line."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DTargetColumn" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//DSemanticDecorator #//DColumn #//DTableElementUpdater"/> <eClassifiers xsi:type="ecore:EClass" name="DFeatureColumn" eSuperTypes="#//DColumn"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DTableElementSynchronizer" abstract="true"> <eOperations name="refresh"> <eParameters name="cell" lowerBound="1" eType="#//DCell"/> </eOperations> <eOperations name="refresh"> <eParameters name="column" lowerBound="1" eType="#//DColumn"/> </eOperations> <eOperations name="refresh"> <eParameters name="line" lowerBound="1" eType="#//DLine"/> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DTableElementStyle"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="labelSize" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="8"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The font size."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="labelFormat" eType="ecore:EEnum ../../org.eclipse.sirius/model/viewpoint.ecore#//FontFormat" defaultValueLiteral="normal"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The font format."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="foregroundColor" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//RGBValues" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="backgroundColor" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//RGBValues" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultForegroundStyle" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Determine if the foreground part of the style is computed from a conditional style or not (default style)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultBackgroundStyle" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Determine if the background part of the style is computed from a conditional style or not (default style)."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eSubpackages name="description" nsURI="http://www.eclipse.org/sirius/table/description/1.1.0" nsPrefix="description"> <eClassifiers xsi:type="ecore:EClass" name="TableDescription" abstract="true" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/RepresentationDescription ../../org.eclipse.sirius/model/viewpoint.ecore#//description/DocumentedElement ../../org.eclipse.sirius/model/viewpoint.ecore#//description/EndUserDocumentedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preconditionExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression" defaultValueLiteral=""> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The precondition (Acceleo Expression)."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType"> <details key="returnType" value="boolean"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domainClass" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/TypeName"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedRepresentationCreationDescriptions" upperBound="-1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationCreationDescription" containment="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="All tools of the section."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="reusedRepresentationCreationDescriptions" upperBound="-1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationCreationDescription" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="All tools of the section."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="allRepresentationCreationDescriptions" upperBound="-1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationCreationDescription" changeable="false" volatile="true" transient="true" derived="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="All tools of the section."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedRepresentationNavigationDescriptions" upperBound="-1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationNavigationDescription" containment="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="All navigation tools."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="reusedRepresentationNavigationDescriptions" upperBound="-1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationNavigationDescription" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="All navigation tools."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="allRepresentationNavigationDescriptions" upperBound="-1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationNavigationDescription" changeable="false" volatile="true" transient="true" derived="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="All navigation tools."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLineMappings" lowerBound="1" upperBound="-1" eType="#//description/LineMapping" containment="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reusedLineMappings" upperBound="-1" eType="#//description/LineMapping" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allLineMappings" lowerBound="1" upperBound="-1" eType="#//description/LineMapping" changeable="false" volatile="true" transient="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedCreateLine" upperBound="-1" eType="#//description/CreateLineTool" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reusedCreateLine" upperBound="-1" eType="#//description/CreateLineTool"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allCreateLine" upperBound="-1" eType="#//description/CreateLineTool" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialHeaderColumnWidth" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The initial width of the column header (calculated if not available)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="importedElements" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EditionTableDescription" eSuperTypes="#//description/TableDescription"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedColumnMappings" lowerBound="1" upperBound="-1" eType="#//description/FeatureColumnMapping" containment="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reusedColumnMappings" upperBound="-1" eType="#//description/FeatureColumnMapping" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allColumnMappings" lowerBound="1" upperBound="-1" eType="#//description/FeatureColumnMapping" changeable="false" volatile="true" transient="true" derived="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CrossTableDescription" eSuperTypes="#//description/TableDescription"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedColumnMappings" lowerBound="1" upperBound="-1" eType="#//description/ElementColumnMapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="intersection" upperBound="-1" eType="#//description/IntersectionMapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="createColumn" upperBound="-1" eType="#//description/CreateCrossColumnTool" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableMapping" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/RepresentationElementMapping"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="semanticElements" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The elements that are represented by this mapping."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="contentassist" value=""/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType"> <details key="returnType" value="a Collection&lt;EObject> or an EObject."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"> <details key="view" value="table.DTableElement | current DTableElement (DCell, DColumn, DLine, ...)."/> <details key="containerView" value="ecore.EObject | container of the current DTableElement (variable is available if container is not null)."/> <details key="container" value="ecore.EObject | semantic target of containerView (if it is a DSemanticDecorator)."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LineMapping" eSuperTypes="#//description/TableMapping #//description/StyleUpdater"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedSubLines" upperBound="-1" eType="#//description/LineMapping" containment="true" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reusedSubLines" upperBound="-1" eType="#//description/LineMapping" eOpposite="#//description/LineMapping/reusedInMappings"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allSubLines" upperBound="-1" eType="#//description/LineMapping" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reusedInMappings" upperBound="-1" eType="#//description/LineMapping" eOpposite="#//description/LineMapping/reusedSubLines"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domainClass" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/TypeName"/> <eStructuralFeatures xsi:type="ecore:EReference" name="create" upperBound="-1" eType="#//description/CreateLineTool" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delete" eType="#//description/DeleteLineTool" containment="true" eOpposite="#//description/DeleteLineTool/mapping"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="semanticCandidatesExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType"> <details key="returnType" value="a Collection&lt;EObject> or an EObject."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"> <details key="viewpoint" value="table.DTable | (deprecated) current DTable."/> <details key="table" value="table.DTable | current DTable."/> <details key="root" value="ecore.EObject | semantic target of $table."/> <details key="containerView" value="table.LineContainer | current LineContainer (DLine or DTable)."/> <details key="container" value="ecore.EObject | semantic target of $containerView (if it is a DSemanticDecorator)."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="headerLabelExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType"> <details key="returnType" value="a string."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ColumnMapping" eSuperTypes="#//description/TableMapping"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="headerLabelExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType"> <details key="returnType" value="a string."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialWidth" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The initial width of the column (calculated if not available)."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementColumnMapping" eSuperTypes="#//description/ColumnMapping #//description/StyleUpdater"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domainClass" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/TypeName"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="semanticCandidatesExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType"> <details key="returnType" value="a Collection&lt;EObject> or an EObject."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"> <details key="viewpoint" value="table.DTable | (deprecated) current DTable."/> <details key="table" value="table.DTable | current DTable."/> <details key="containerView" value="table.DTable | current DTable."/> <details key="container" value="ecore.EObject | semantic element targeted by the current DTable."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="create" upperBound="-1" eType="#//description/CreateColumnTool" containment="true" eOpposite="#//description/CreateColumnTool/mapping"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delete" eType="#//description/DeleteColumnTool" containment="true" eOpposite="#//description/DeleteColumnTool/mapping"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureColumnMapping" eSuperTypes="#//description/ColumnMapping #//description/CellUpdater #//description/StyleUpdater"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureName" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="labelExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType"> <details key="returnType" value="a string."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"> <details key="root" value="ecore.EObject | semantic target of the current DTable."/> <details key="line" value="table.DLine | DLine of the current DCell."/> <details key="lineSemantic" value="ecore.EObject | semantic target of $line"/> <details key="container" value="ecore.EObject | semantic target of $line."/> <details key="column" value="table.DColumn | DColumn of the current DCell."/> <details key="columnSemantic" value="ecore.EObject | semantic target of $column"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureParentExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression to get the parent of the feature. By default, the parent of the feature is the semantic element of the line."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType"> <details key="returnType" value="a Collection&lt;EObject> or an EObject."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"> <details key="root" value="ecore.EObject | semantic target of the current DTable."/> <details key="container" value="ecore.EObject | semantic target of the current DLine."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CellUpdater"> <eOperations name="getLabelComputationExpression" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"/> <eOperations name="getCreateCell" eType="#//description/CreateCellTool"/> <eStructuralFeatures xsi:type="ecore:EReference" name="directEdit" eType="#//description/LabelEditTool" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="canEdit" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType"> <details key="returnType" value="a boolean."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StyleUpdater" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultForeground" eType="#//description/ForegroundStyleDescription" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="foregroundConditionalStyle" upperBound="-1" eType="#//description/ForegroundConditionalStyle" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultBackground" eType="#//description/BackgroundStyleDescription" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="backgroundConditionalStyle" upperBound="-1" eType="#//description/BackgroundConditionalStyle" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntersectionMapping" eSuperTypes="#//description/TableMapping #//description/CellUpdater #//description/StyleUpdater"> <eStructuralFeatures xsi:type="ecore:EReference" name="lineMapping" lowerBound="1" upperBound="-1" eType="#//description/LineMapping" eKeys="../../org.eclipse.sirius/model/viewpoint.ecore#//description/IdentifiedElement/name"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columnMapping" lowerBound="1" eType="#//description/ColumnMapping"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="labelExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType"> <details key="returnType" value="a string."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"> <details key="root" value="ecore.EObject | semantic target of the current DTable."/> <details key="line" value="table.DLine | DLine of the current DCell."/> <details key="lineSemantic" value="ecore.EObject | semantic target of $line"/> <details key="container" value="ecore.EObject | semantic target of $line."/> <details key="column" value="table.DColumn | DColumn of the current DCell."/> <details key="columnSemantic" value="ecore.EObject | semantic target of $column"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="useDomainClass" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columnFinderExpression" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType"> <details key="returnType" value="a Collection&lt;EObject> or an EObject."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lineFinderExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType"> <details key="returnType" value="a Collection&lt;EObject> or an EObject."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="semanticCandidatesExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType"> <details key="returnType" value="a Collection&lt;EObject> or an EObject."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domainClass" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/TypeName"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preconditionExpression" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="An expression guarding the effect if evaluated to false."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="contentassist" value=""/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType"> <details key="returnType" value="a boolean."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"> <details key="line" value="table.DLine | the source view of the current potential line."/> <details key="lineSemantic" value="ecore.EObject | the semantic element of $line."/> <details key="column" value="table.DColumn | the source view of the current potential column."/> <details key="columnSemantic" value="ecore.EObject | the semantic element of $column."/> <details key="table" value="table.DTable | the current DTable."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="create" eType="#//description/CreateCellTool" containment="true" eOpposite="#//description/CreateCellTool/mapping"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableTool"> <eStructuralFeatures xsi:type="ecore:EReference" name="variables" upperBound="-1" eType="#//description/TableVariable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="firstModelOperation" lowerBound="1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/ModelOperation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabelEditTool" eSuperTypes="#//description/TableTool"> <eStructuralFeatures xsi:type="ecore:EReference" name="mask" lowerBound="1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/EditMaskVariables" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The edit mask."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateTool" abstract="true" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/AbstractToolDescription #//description/TableTool"/> <eClassifiers xsi:type="ecore:EClass" name="CreateColumnTool" eSuperTypes="#//description/CreateTool"> <eStructuralFeatures xsi:type="ecore:EReference" name="mapping" lowerBound="1" eType="#//description/ElementColumnMapping" eOpposite="#//description/ElementColumnMapping/create"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateCrossColumnTool" eSuperTypes="#//description/CreateTool"> <eStructuralFeatures xsi:type="ecore:EReference" name="mapping" lowerBound="1" eType="#//description/ElementColumnMapping"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateLineTool" eSuperTypes="#//description/CreateTool"> <eStructuralFeatures xsi:type="ecore:EReference" name="mapping" eType="#//description/LineMapping"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CreateCellTool" eSuperTypes="#//description/TableTool ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/AbstractToolDescription"> <eStructuralFeatures xsi:type="ecore:EReference" name="mask" lowerBound="1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/EditMaskVariables" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The edit mask."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="mapping" lowerBound="1" eType="#//description/IntersectionMapping" eOpposite="#//description/IntersectionMapping/create"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeleteTool" abstract="true" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/AbstractToolDescription #//description/TableTool"/> <eClassifiers xsi:type="ecore:EClass" name="DeleteColumnTool" eSuperTypes="#//description/DeleteTool"> <eStructuralFeatures xsi:type="ecore:EReference" name="mapping" lowerBound="1" eType="#//description/ElementColumnMapping" eOpposite="#//description/ElementColumnMapping/delete"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeleteLineTool" eSuperTypes="#//description/DeleteTool"> <eStructuralFeatures xsi:type="ecore:EReference" name="mapping" lowerBound="1" eType="#//description/LineMapping" eOpposite="#//description/LineMapping/delete"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForegroundStyleDescription"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="labelSize" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="12"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The font size."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="labelFormat" eType="ecore:EEnum ../../org.eclipse.sirius/model/viewpoint.ecore#//FontFormat" defaultValueLiteral="normal"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The font format."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="foreGroundColor" lowerBound="1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/ColorDescription"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BackgroundStyleDescription"> <eStructuralFeatures xsi:type="ecore:EReference" name="backgroundColor" lowerBound="1" eType="ecore:EClass ../../org.eclipse.sirius/model/viewpoint.ecore#//description/ColorDescription"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForegroundConditionalStyle"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="predicateExpression" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType"> <details key="returnType" value="a boolean."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//description/ForegroundStyleDescription" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BackgroundConditionalStyle"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="predicateExpression" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.sirius/model/viewpoint.ecore#//description/InterpretedExpression"> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/returnType"> <details key="returnType" value="a boolean."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/sirius/interpreted/expression/variables"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="style" eType="#//description/BackgroundStyleDescription" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableVariable" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/AbstractVariable ../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/VariableContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="documentation" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableCreationDescription" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationCreationDescription"> <eStructuralFeatures xsi:type="ecore:EReference" name="tableDescription" lowerBound="1" eType="#//description/TableDescription"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TableNavigationDescription" eSuperTypes="../../org.eclipse.sirius/model/viewpoint.ecore#//description/tool/RepresentationNavigationDescription"> <eStructuralFeatures xsi:type="ecore:EReference" name="tableDescription" lowerBound="1" eType="#//description/TableDescription"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/cbrun/org.eclipse.sirius/plugins/org.eclipse.sirius.table/model/table.ecore
ecore
table DTable columns headerColumnWidth description DTableElementUpdater activate sync deactivate DTableElement tableElementMapping LineContainer lines DLine label originMapping visible true collapsed false cells container orderedCells currentStyle DCell label line column currentStyle updater intersectionMapping DCellStyle foregroundStyleOrigin backgroundStyleOrigin DColumn label cells originMapping table orderedCells visible true width currentStyle DTargetColumn DFeatureColumn featureName DTableElementSynchronizer refresh cell refresh column refresh line DTableElementStyle labelSize 8 labelFormat normal foregroundColor backgroundColor defaultForegroundStyle false defaultBackgroundStyle false description TableDescription preconditionExpression domainClass ownedRepresentationCreationDescriptions reusedRepresentationCreationDescriptions allRepresentationCreationDescriptions ownedRepresentationNavigationDescriptions reusedRepresentationNavigationDescriptions allRepresentationNavigationDescriptions ownedLineMappings reusedLineMappings allLineMappings ownedCreateLine reusedCreateLine allCreateLine initialHeaderColumnWidth importedElements EditionTableDescription ownedColumnMappings reusedColumnMappings allColumnMappings CrossTableDescription ownedColumnMappings intersection createColumn TableMapping semanticElements LineMapping ownedSubLines reusedSubLines allSubLines reusedInMappings domainClass create delete semanticCandidatesExpression headerLabelExpression ColumnMapping headerLabelExpression initialWidth ElementColumnMapping domainClass semanticCandidatesExpression create delete FeatureColumnMapping featureName labelExpression featureParentExpression CellUpdater getLabelComputationExpression getCreateCell directEdit canEdit StyleUpdater defaultForeground foregroundConditionalStyle defaultBackground backgroundConditionalStyle IntersectionMapping lineMapping columnMapping labelExpression useDomainClass false columnFinderExpression lineFinderExpression semanticCandidatesExpression domainClass preconditionExpression create TableTool variables firstModelOperation LabelEditTool mask CreateTool CreateColumnTool mapping CreateCrossColumnTool mapping CreateLineTool mapping CreateCellTool mask mapping DeleteTool DeleteColumnTool mapping DeleteLineTool mapping ForegroundStyleDescription labelSize 12 labelFormat normal foreGroundColor BackgroundStyleDescription backgroundColor ForegroundConditionalStyle predicateExpression style BackgroundConditionalStyle predicateExpression style TableVariable documentation TableCreationDescription tableDescription TableNavigationDescription tableDescription
null
{"directed":true,"nodes":[{"nsPrefix":"table","nsURI":"http://www.eclipse.org/sirius/table/1.1.0","name":"table","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTable","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTableElementUpdater","instanceClass":null,"abstract":true,"id":2,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTableElement","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineContainer","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DLine","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DCell","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DCellStyle","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DColumn","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTargetColumn","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DFeatureColumn","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTableElementSynchronizer","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTableElementStyle","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"nsPrefix":"description","nsURI":"http://www.eclipse.org/sirius/table/description/1.1.0","name":"description","id":13,"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":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"headerColumnWidth","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"resolveProxies":true,"lowerBound":0,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"table","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableDescription","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"activate","lowerBound":0,"id":25,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"deactivate","lowerBound":0,"id":26,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"sync","lowerBound":1,"id":27,"many":false,"required":true,"eClass":"EParameter"},{"id":28,"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":"tableElementMapping","changeable":false,"resolveProxies":true,"lowerBound":0,"id":29,"derived":true},{"id":30,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableMapping","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"container","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"visible","changeable":true,"lowerBound":1,"iD":false,"id":39,"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":"collapsed","changeable":true,"lowerBound":1,"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":"cells","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"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":"orderedCells","changeable":false,"resolveProxies":true,"lowerBound":0,"id":42,"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":"currentStyle","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LineMapping","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"line","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"resolveProxies":true,"lowerBound":0,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"currentStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"updater","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"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":"intersectionMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cells","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"id":69,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellUpdater","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"id":71,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntersectionMapping","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"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":"foregroundStyleOrigin","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":"backgroundStyleOrigin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"label","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"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":"orderedCells","changeable":false,"resolveProxies":true,"lowerBound":0,"id":81,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"visible","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"width","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"currentStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ColumnMapping","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"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":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"refresh","lowerBound":0,"id":101,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"refresh","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"refresh","lowerBound":0,"id":103,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"cell","lowerBound":1,"id":104,"many":false,"required":true,"eClass":"EParameter"},{"id":105,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"column","lowerBound":1,"id":106,"many":false,"required":true,"eClass":"EParameter"},{"id":107,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"line","lowerBound":1,"id":108,"many":false,"required":true,"eClass":"EParameter"},{"id":109,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"8","unsettable":false,"transient":false,"unique":true,"name":"labelSize","changeable":true,"lowerBound":0,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"normal","unsettable":false,"transient":false,"unique":true,"name":"labelFormat","changeable":true,"lowerBound":0,"iD":false,"id":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":"foregroundColor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","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":"false","unsettable":false,"transient":false,"unique":true,"name":"defaultForegroundStyle","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"defaultBackgroundStyle","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"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EditionTableDescription","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CrossTableDescription","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementColumnMapping","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureColumnMapping","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StyleUpdater","instanceClass":null,"abstract":true,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableTool","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabelEditTool","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateTool","instanceClass":null,"abstract":true,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateColumnTool","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateCrossColumnTool","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateLineTool","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateCellTool","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteTool","instanceClass":null,"abstract":true,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteColumnTool","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteLineTool","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForegroundStyleDescription","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BackgroundStyleDescription","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForegroundConditionalStyle","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BackgroundConditionalStyle","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableVariable","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableCreationDescription","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableNavigationDescription","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"preconditionExpression","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domainClass","changeable":true,"lowerBound":1,"iD":false,"id":145,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedRepresentationCreationDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedRepresentationCreationDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"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":"allRepresentationCreationDescriptions","changeable":false,"resolveProxies":true,"lowerBound":0,"id":148,"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":"ownedRepresentationNavigationDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":149,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedRepresentationNavigationDescriptions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":150,"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":"allRepresentationNavigationDescriptions","changeable":false,"resolveProxies":true,"lowerBound":0,"id":151,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLineMappings","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedLineMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allLineMappings","changeable":false,"resolveProxies":true,"lowerBound":1,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedCreateLine","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":"reusedCreateLine","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"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":"allCreateLine","changeable":false,"resolveProxies":true,"lowerBound":0,"id":157,"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":"initialHeaderColumnWidth","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"importedElements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"id":161,"eClass":"EGenericType"},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedColumnMappings","changeable":true,"resolveProxies":true,"lowerBound":1,"id":179,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedColumnMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"allColumnMappings","changeable":false,"resolveProxies":true,"lowerBound":1,"id":181,"derived":true},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"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":"ownedColumnMappings","changeable":true,"resolveProxies":true,"lowerBound":1,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"intersection","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"createColumn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"semanticElements","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedSubLines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reusedSubLines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"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":"allSubLines","changeable":false,"resolveProxies":true,"lowerBound":0,"id":198,"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":"reusedInMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domainClass","changeable":true,"lowerBound":1,"iD":false,"id":200,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"create","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":"delete","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"semanticCandidatesExpression","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"headerLabelExpression","changeable":true,"lowerBound":0,"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"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"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":"mapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"headerLabelExpression","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialWidth","changeable":true,"lowerBound":0,"iD":false,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domainClass","changeable":true,"lowerBound":1,"iD":false,"id":222,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"semanticCandidatesExpression","changeable":true,"lowerBound":0,"iD":false,"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":"create","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"delete","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":233,"derived":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":234,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelExpression","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":"featureParentExpression","changeable":true,"lowerBound":0,"iD":false,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"getLabelComputationExpression","lowerBound":1,"id":243,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getCreateCell","lowerBound":0,"id":244,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directEdit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"canEdit","changeable":true,"lowerBound":0,"iD":false,"id":246,"derived":false},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultForeground","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":"foregroundConditionalStyle","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":"defaultBackground","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"backgroundConditionalStyle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"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":"lineMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"columnMapping","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"labelExpression","changeable":true,"lowerBound":0,"iD":false,"id":261,"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":"useDomainClass","changeable":true,"lowerBound":1,"iD":false,"id":262,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columnFinderExpression","changeable":true,"lowerBound":1,"iD":false,"id":263,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lineFinderExpression","changeable":true,"lowerBound":0,"iD":false,"id":264,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"semanticCandidatesExpression","changeable":true,"lowerBound":0,"iD":false,"id":265,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"domainClass","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preconditionExpression","changeable":true,"lowerBound":0,"iD":false,"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":"create","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"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"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapping","changeable":true,"resolveProxies":true,"lowerBound":1,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"variables","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"firstModelOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":284,"derived":false},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mask","changeable":true,"resolveProxies":true,"lowerBound":1,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapping","changeable":true,"resolveProxies":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"mapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"derived":false},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mask","changeable":true,"resolveProxies":true,"lowerBound":1,"id":300,"derived":false},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"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":false,"eClass":"EAttribute","defaultValueLiteral":"12","unsettable":false,"transient":false,"unique":true,"name":"labelSize","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"normal","unsettable":false,"transient":false,"unique":true,"name":"labelFormat","changeable":true,"lowerBound":0,"iD":false,"id":312,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"foreGroundColor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","changeable":true,"resolveProxies":true,"lowerBound":1,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"predicateExpression","changeable":true,"lowerBound":1,"iD":false,"id":319,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"predicateExpression","changeable":true,"lowerBound":1,"iD":false,"id":323,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"style","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"documentation","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tableDescription","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"tableDescription","changeable":true,"resolveProxies":true,"lowerBound":1,"id":334,"derived":false},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":1,"target":0},{"source":1,"target":4},{"source":1,"target":2},{"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":8},{"source":14,"target":20},{"source":14,"target":1},{"source":14,"target":21},{"source":20,"target":8},{"source":15,"target":22},{"source":15,"target":1},{"source":16,"target":23},{"source":16,"target":24},{"source":16,"target":1},{"source":24,"target":23},{"source":18,"target":4},{"source":19,"target":2},{"source":2,"target":0},{"source":2,"target":25},{"source":2,"target":26},{"source":25,"target":2},{"source":25,"target":27},{"source":27,"target":11},{"source":27,"target":28},{"source":27,"target":25},{"source":28,"target":11},{"source":26,"target":2},{"source":3,"target":0},{"source":3,"target":29},{"source":3,"target":30},{"source":29,"target":31},{"source":29,"target":32},{"source":29,"target":3},{"source":32,"target":31},{"source":4,"target":0},{"source":4,"target":33},{"source":4,"target":34},{"source":33,"target":5},{"source":33,"target":35},{"source":33,"target":4},{"source":33,"target":36},{"source":35,"target":5},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":3},{"source":5,"target":2},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":5,"target":36},{"source":5,"target":42},{"source":5,"target":43},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":46},{"source":37,"target":47},{"source":37,"target":5},{"source":38,"target":48},{"source":38,"target":49},{"source":38,"target":5},{"source":49,"target":48},{"source":39,"target":50},{"source":39,"target":5},{"source":40,"target":51},{"source":40,"target":5},{"source":41,"target":6},{"source":41,"target":52},{"source":41,"target":5},{"source":41,"target":53},{"source":52,"target":6},{"source":36,"target":4},{"source":36,"target":54},{"source":36,"target":5},{"source":36,"target":33},{"source":54,"target":4},{"source":42,"target":6},{"source":42,"target":55},{"source":42,"target":5},{"source":55,"target":6},{"source":43,"target":12},{"source":43,"target":56},{"source":43,"target":5},{"source":56,"target":12},{"source":44,"target":4},{"source":45,"target":3},{"source":46,"target":2},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":2},{"source":6,"target":57},{"source":6,"target":53},{"source":6,"target":58},{"source":6,"target":59},{"source":6,"target":60},{"source":6,"target":61},{"source":6,"target":62},{"source":6,"target":63},{"source":6,"target":64},{"source":57,"target":65},{"source":57,"target":6},{"source":53,"target":5},{"source":53,"target":66},{"source":53,"target":6},{"source":53,"target":41},{"source":66,"target":5},{"source":58,"target":8},{"source":58,"target":67},{"source":58,"target":6},{"source":58,"target":68},{"source":67,"target":8},{"source":59,"target":7},{"source":59,"target":69},{"source":59,"target":6},{"source":69,"target":7},{"source":60,"target":70},{"source":60,"target":71},{"source":60,"target":6},{"source":71,"target":70},{"source":61,"target":72},{"source":61,"target":73},{"source":61,"target":6},{"source":73,"target":72},{"source":63,"target":3},{"source":64,"target":2},{"source":7,"target":0},{"source":7,"target":12},{"source":7,"target":74},{"source":7,"target":75},{"source":7,"target":76},{"source":74,"target":31},{"source":74,"target":77},{"source":74,"target":7},{"source":77,"target":31},{"source":75,"target":31},{"source":75,"target":78},{"source":75,"target":7},{"source":78,"target":31},{"source":76,"target":12},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":79},{"source":8,"target":68},{"source":8,"target":80},{"source":8,"target":21},{"source":8,"target":81},{"source":8,"target":82},{"source":8,"target":83},{"source":8,"target":84},{"source":8,"target":85},{"source":79,"target":86},{"source":79,"target":8},{"source":68,"target":6},{"source":68,"target":87},{"source":68,"target":8},{"source":68,"target":58},{"source":87,"target":6},{"source":80,"target":88},{"source":80,"target":89},{"source":80,"target":8},{"source":89,"target":88},{"source":21,"target":1},{"source":21,"target":90},{"source":21,"target":8},{"source":21,"target":14},{"source":90,"target":1},{"source":81,"target":6},{"source":81,"target":91},{"source":81,"target":8},{"source":91,"target":6},{"source":82,"target":92},{"source":82,"target":8},{"source":83,"target":93},{"source":83,"target":8},{"source":84,"target":12},{"source":84,"target":94},{"source":84,"target":8},{"source":94,"target":12},{"source":85,"target":3},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":2},{"source":9,"target":95},{"source":9,"target":96},{"source":9,"target":97},{"source":96,"target":8},{"source":97,"target":2},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":98},{"source":10,"target":99},{"source":98,"target":100},{"source":98,"target":10},{"source":99,"target":8},{"source":11,"target":0},{"source":11,"target":101},{"source":11,"target":102},{"source":11,"target":103},{"source":101,"target":11},{"source":101,"target":104},{"source":104,"target":6},{"source":104,"target":105},{"source":104,"target":101},{"source":105,"target":6},{"source":102,"target":11},{"source":102,"target":106},{"source":106,"target":8},{"source":106,"target":107},{"source":106,"target":102},{"source":107,"target":8},{"source":103,"target":11},{"source":103,"target":108},{"source":108,"target":5},{"source":108,"target":109},{"source":108,"target":103},{"source":109,"target":5},{"source":12,"target":0},{"source":12,"target":110},{"source":12,"target":111},{"source":12,"target":112},{"source":12,"target":113},{"source":12,"target":114},{"source":12,"target":115},{"source":110,"target":116},{"source":110,"target":12},{"source":111,"target":117},{"source":111,"target":12},{"source":112,"target":118},{"source":112,"target":12},{"source":113,"target":119},{"source":113,"target":12},{"source":114,"target":120},{"source":114,"target":12},{"source":115,"target":121},{"source":115,"target":12},{"source":13,"target":23},{"source":13,"target":122},{"source":13,"target":123},{"source":13,"target":31},{"source":13,"target":48},{"source":13,"target":88},{"source":13,"target":124},{"source":13,"target":125},{"source":13,"target":70},{"source":13,"target":126},{"source":13,"target":72},{"source":13,"target":127},{"source":13,"target":128},{"source":13,"target":129},{"source":13,"target":130},{"source":13,"target":131},{"source":13,"target":132},{"source":13,"target":133},{"source":13,"target":134},{"source":13,"target":135},{"source":13,"target":136},{"source":13,"target":137},{"source":13,"target":138},{"source":13,"target":139},{"source":13,"target":140},{"source":13,"target":141},{"source":13,"target":142},{"source":13,"target":143},{"source":13,"target":0},{"source":23,"target":13},{"source":23,"target":144},{"source":23,"target":145},{"source":23,"target":146},{"source":23,"target":147},{"source":23,"target":148},{"source":23,"target":149},{"source":23,"target":150},{"source":23,"target":151},{"source":23,"target":152},{"source":23,"target":153},{"source":23,"target":154},{"source":23,"target":155},{"source":23,"target":156},{"source":23,"target":157},{"source":23,"target":158},{"source":23,"target":159},{"source":23,"target":160},{"source":23,"target":161},{"source":23,"target":162},{"source":144,"target":163},{"source":144,"target":23},{"source":145,"target":164},{"source":145,"target":23},{"source":146,"target":165},{"source":146,"target":23},{"source":147,"target":166},{"source":147,"target":23},{"source":148,"target":167},{"source":148,"target":23},{"source":149,"target":168},{"source":149,"target":23},{"source":150,"target":169},{"source":150,"target":23},{"source":151,"target":170},{"source":151,"target":23},{"source":152,"target":48},{"source":152,"target":171},{"source":152,"target":23},{"source":171,"target":48},{"source":153,"target":48},{"source":153,"target":172},{"source":153,"target":23},{"source":172,"target":48},{"source":154,"target":48},{"source":154,"target":173},{"source":154,"target":23},{"source":173,"target":48},{"source":155,"target":132},{"source":155,"target":174},{"source":155,"target":23},{"source":174,"target":132},{"source":156,"target":132},{"source":156,"target":175},{"source":156,"target":23},{"source":175,"target":132},{"source":157,"target":132},{"source":157,"target":176},{"source":157,"target":23},{"source":176,"target":132},{"source":158,"target":177},{"source":158,"target":23},{"source":159,"target":178},{"source":159,"target":23},{"source":122,"target":13},{"source":122,"target":23},{"source":122,"target":179},{"source":122,"target":180},{"source":122,"target":181},{"source":122,"target":182},{"source":179,"target":125},{"source":179,"target":183},{"source":179,"target":122},{"source":183,"target":125},{"source":180,"target":125},{"source":180,"target":184},{"source":180,"target":122},{"source":184,"target":125},{"source":181,"target":125},{"source":181,"target":185},{"source":181,"target":122},{"source":185,"target":125},{"source":182,"target":23},{"source":123,"target":13},{"source":123,"target":23},{"source":123,"target":186},{"source":123,"target":187},{"source":123,"target":188},{"source":123,"target":189},{"source":186,"target":124},{"source":186,"target":190},{"source":186,"target":123},{"source":190,"target":124},{"source":187,"target":72},{"source":187,"target":191},{"source":187,"target":123},{"source":191,"target":72},{"source":188,"target":131},{"source":188,"target":192},{"source":188,"target":123},{"source":192,"target":131},{"source":189,"target":23},{"source":31,"target":13},{"source":31,"target":193},{"source":31,"target":194},{"source":193,"target":195},{"source":193,"target":31},{"source":48,"target":13},{"source":48,"target":31},{"source":48,"target":126},{"source":48,"target":196},{"source":48,"target":197},{"source":48,"target":198},{"source":48,"target":199},{"source":48,"target":200},{"source":48,"target":201},{"source":48,"target":202},{"source":48,"target":203},{"source":48,"target":204},{"source":48,"target":205},{"source":48,"target":206},{"source":196,"target":48},{"source":196,"target":207},{"source":196,"target":48},{"source":207,"target":48},{"source":197,"target":48},{"source":197,"target":208},{"source":197,"target":48},{"source":197,"target":199},{"source":208,"target":48},{"source":198,"target":48},{"source":198,"target":209},{"source":198,"target":48},{"source":209,"target":48},{"source":199,"target":48},{"source":199,"target":210},{"source":199,"target":48},{"source":199,"target":197},{"source":210,"target":48},{"source":200,"target":211},{"source":200,"target":48},{"source":201,"target":132},{"source":201,"target":212},{"source":201,"target":48},{"source":212,"target":132},{"source":202,"target":136},{"source":202,"target":213},{"source":202,"target":48},{"source":202,"target":214},{"source":213,"target":136},{"source":203,"target":215},{"source":203,"target":48},{"source":204,"target":216},{"source":204,"target":48},{"source":205,"target":31},{"source":206,"target":126},{"source":88,"target":13},{"source":88,"target":31},{"source":88,"target":217},{"source":88,"target":218},{"source":88,"target":219},{"source":217,"target":220},{"source":217,"target":88},{"source":218,"target":221},{"source":218,"target":88},{"source":219,"target":31},{"source":124,"target":13},{"source":124,"target":88},{"source":124,"target":126},{"source":124,"target":222},{"source":124,"target":223},{"source":124,"target":224},{"source":124,"target":225},{"source":124,"target":226},{"source":124,"target":227},{"source":222,"target":228},{"source":222,"target":124},{"source":223,"target":229},{"source":223,"target":124},{"source":224,"target":130},{"source":224,"target":230},{"source":224,"target":124},{"source":224,"target":231},{"source":230,"target":130},{"source":225,"target":135},{"source":225,"target":232},{"source":225,"target":124},{"source":225,"target":233},{"source":232,"target":135},{"source":226,"target":88},{"source":227,"target":126},{"source":125,"target":13},{"source":125,"target":88},{"source":125,"target":70},{"source":125,"target":126},{"source":125,"target":234},{"source":125,"target":235},{"source":125,"target":236},{"source":125,"target":237},{"source":125,"target":238},{"source":125,"target":239},{"source":234,"target":240},{"source":234,"target":125},{"source":235,"target":241},{"source":235,"target":125},{"source":236,"target":242},{"source":236,"target":125},{"source":237,"target":88},{"source":238,"target":70},{"source":239,"target":126},{"source":70,"target":13},{"source":70,"target":243},{"source":70,"target":244},{"source":70,"target":245},{"source":70,"target":246},{"source":243,"target":247},{"source":243,"target":70},{"source":244,"target":133},{"source":244,"target":248},{"source":244,"target":70},{"source":248,"target":133},{"source":245,"target":128},{"source":245,"target":249},{"source":245,"target":70},{"source":249,"target":128},{"source":246,"target":250},{"source":246,"target":70},{"source":126,"target":13},{"source":126,"target":251},{"source":126,"target":252},{"source":126,"target":253},{"source":126,"target":254},{"source":251,"target":137},{"source":251,"target":255},{"source":251,"target":126},{"source":255,"target":137},{"source":252,"target":139},{"source":252,"target":256},{"source":252,"target":126},{"source":256,"target":139},{"source":253,"target":138},{"source":253,"target":257},{"source":253,"target":126},{"source":257,"target":138},{"source":254,"target":140},{"source":254,"target":258},{"source":254,"target":126},{"source":258,"target":140},{"source":72,"target":13},{"source":72,"target":31},{"source":72,"target":70},{"source":72,"target":126},{"source":72,"target":259},{"source":72,"target":260},{"source":72,"target":261},{"source":72,"target":262},{"source":72,"target":263},{"source":72,"target":264},{"source":72,"target":265},{"source":72,"target":266},{"source":72,"target":267},{"source":72,"target":268},{"source":72,"target":269},{"source":72,"target":270},{"source":72,"target":271},{"source":259,"target":48},{"source":259,"target":272},{"source":259,"target":72},{"source":272,"target":48},{"source":260,"target":88},{"source":260,"target":273},{"source":260,"target":72},{"source":273,"target":88},{"source":261,"target":274},{"source":261,"target":72},{"source":262,"target":275},{"source":262,"target":72},{"source":263,"target":276},{"source":263,"target":72},{"source":264,"target":277},{"source":264,"target":72},{"source":265,"target":278},{"source":265,"target":72},{"source":266,"target":279},{"source":266,"target":72},{"source":267,"target":280},{"source":267,"target":72},{"source":268,"target":133},{"source":268,"target":281},{"source":268,"target":72},{"source":268,"target":282},{"source":281,"target":133},{"source":269,"target":31},{"source":270,"target":70},{"source":271,"target":126},{"source":127,"target":13},{"source":127,"target":283},{"source":127,"target":284},{"source":283,"target":141},{"source":283,"target":285},{"source":283,"target":127},{"source":285,"target":141},{"source":284,"target":286},{"source":284,"target":127},{"source":128,"target":13},{"source":128,"target":127},{"source":128,"target":287},{"source":128,"target":288},{"source":287,"target":289},{"source":287,"target":128},{"source":288,"target":127},{"source":129,"target":13},{"source":129,"target":127},{"source":129,"target":290},{"source":129,"target":291},{"source":291,"target":127},{"source":130,"target":13},{"source":130,"target":129},{"source":130,"target":231},{"source":130,"target":292},{"source":231,"target":124},{"source":231,"target":293},{"source":231,"target":130},{"source":231,"target":224},{"source":293,"target":124},{"source":292,"target":129},{"source":131,"target":13},{"source":131,"target":129},{"source":131,"target":294},{"source":131,"target":295},{"source":294,"target":124},{"source":294,"target":296},{"source":294,"target":131},{"source":296,"target":124},{"source":295,"target":129},{"source":132,"target":13},{"source":132,"target":129},{"source":132,"target":297},{"source":132,"target":298},{"source":297,"target":48},{"source":297,"target":299},{"source":297,"target":132},{"source":299,"target":48},{"source":298,"target":129},{"source":133,"target":13},{"source":133,"target":127},{"source":133,"target":300},{"source":133,"target":282},{"source":133,"target":301},{"source":133,"target":302},{"source":300,"target":303},{"source":300,"target":133},{"source":282,"target":72},{"source":282,"target":304},{"source":282,"target":133},{"source":282,"target":268},{"source":304,"target":72},{"source":301,"target":127},{"source":134,"target":13},{"source":134,"target":127},{"source":134,"target":305},{"source":134,"target":306},{"source":306,"target":127},{"source":135,"target":13},{"source":135,"target":134},{"source":135,"target":233},{"source":135,"target":307},{"source":233,"target":124},{"source":233,"target":308},{"source":233,"target":135},{"source":233,"target":225},{"source":308,"target":124},{"source":307,"target":134},{"source":136,"target":13},{"source":136,"target":134},{"source":136,"target":214},{"source":136,"target":309},{"source":214,"target":48},{"source":214,"target":310},{"source":214,"target":136},{"source":214,"target":202},{"source":310,"target":48},{"source":309,"target":134},{"source":137,"target":13},{"source":137,"target":311},{"source":137,"target":312},{"source":137,"target":313},{"source":311,"target":314},{"source":311,"target":137},{"source":312,"target":315},{"source":312,"target":137},{"source":313,"target":316},{"source":313,"target":137},{"source":138,"target":13},{"source":138,"target":317},{"source":317,"target":318},{"source":317,"target":138},{"source":139,"target":13},{"source":139,"target":319},{"source":139,"target":320},{"source":319,"target":321},{"source":319,"target":139},{"source":320,"target":137},{"source":320,"target":322},{"source":320,"target":139},{"source":322,"target":137},{"source":140,"target":13},{"source":140,"target":323},{"source":140,"target":324},{"source":323,"target":325},{"source":323,"target":140},{"source":324,"target":138},{"source":324,"target":326},{"source":324,"target":140},{"source":326,"target":138},{"source":141,"target":13},{"source":141,"target":327},{"source":141,"target":328},{"source":141,"target":329},{"source":327,"target":330},{"source":327,"target":141},{"source":142,"target":13},{"source":142,"target":331},{"source":142,"target":332},{"source":331,"target":23},{"source":331,"target":333},{"source":331,"target":142},{"source":333,"target":23},{"source":143,"target":13},{"source":143,"target":334},{"source":143,"target":335},{"source":334,"target":23},{"source":334,"target":336},{"source":334,"target":143},{"source":336,"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="mcloot" nsURI="http://www.raptor.com/mcloottable/Mcloot" nsPrefix="mcloot"> <eClassifiers xsi:type="ecore:EClass" name="LootTable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//EnumLootTableType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="poolsDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="pools" upperBound="-1" eType="#//LootPool" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LootPool"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="conditionsDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" upperBound="-1" eType="#//LootCondition" 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="rollsDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rolls" eType="#//LongRange" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="entriesDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//LootEntry" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bonusRollsDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="bonusRolls" eType="#//DoubleRange" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="functionsDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1" eType="#//LootFunction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LootEntry"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="conditionsDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" upperBound="-1" eType="#//LootCondition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualityDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quality" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expandDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expand" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="functionsDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1" eType="#//LootFunction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="childrenDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//LootEntry" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="entryName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weightDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LootFunction"> <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="ApplyBonusLootFunction" eSuperTypes="#//LootFunction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enchantment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="formula" eType="#//EnumBonusFormula"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extraDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extra" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="probabilityDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="probability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bonusMultiplierDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bonusMultiplier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CopyNameLootFunction" eSuperTypes="#//LootFunction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="#//EnumNBTSource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CopyNBTLootFunction" eSuperTypes="#//LootFunction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="#//EnumNBTSource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ops" upperBound="-1" eType="#//NBTOperation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NBTOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="source" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="target" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AppendNBTOperation" eSuperTypes="#//NBTOperation"/> <eClassifiers xsi:type="ecore:EClass" name="ReplaceNBTOperation" eSuperTypes="#//NBTOperation"/> <eClassifiers xsi:type="ecore:EClass" name="MergeNBTOperation" eSuperTypes="#//NBTOperation"/> <eClassifiers xsi:type="ecore:EClass" name="CopyStateLootFunction" eSuperTypes="#//LootFunction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="block" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="properties" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnchantRandomlyLootFunction" eSuperTypes="#//LootFunction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enchantments" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnchantWithLevelsLootFunction" eSuperTypes="#//LootFunction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="treasureDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="treasure" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="levels" eType="#//LongRange" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExplorationMapLootFunction" eSuperTypes="#//LootFunction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="destination" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="decoration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="zoomDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="zoom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="searchRadiusDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="searchRadius" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="skipExistingChunksDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="skipExistingChunks" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExplosionDecayLootFunction" eSuperTypes="#//LootFunction"/> <eClassifiers xsi:type="ecore:EClass" name="FurnaceSmeltLootFunction" eSuperTypes="#//LootFunction"/> <eClassifiers xsi:type="ecore:EClass" name="FillPlayerHeadLootFunction" eSuperTypes="#//LootFunction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="entity" eType="#//EnumEntitySource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LimitCountLootFunction" eSuperTypes="#//LootFunction"> <eStructuralFeatures xsi:type="ecore:EReference" name="limit" eType="#//LongRange" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LootingEnchantLootFunction" eSuperTypes="#//LootFunction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="limitDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="limit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EReference" name="count" eType="#//LongRange" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetAttributesLootFunction" eSuperTypes="#//LootFunction"> <eStructuralFeatures xsi:type="ecore:EReference" name="modifiers" upperBound="-1" eType="#//AttributeModifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeModifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operation" eType="#//EnumAttributeModifierOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="amount" eType="#//DoubleRange" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uuid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="slotDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="singleSlot" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="slots" unique="false" upperBound="-1" eType="#//EnumEquipmentSlot"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetContentsLootFunction" eSuperTypes="#//LootFunction"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//LootEntry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetCountLootFunction" eSuperTypes="#//LootFunction"> <eStructuralFeatures xsi:type="ecore:EReference" name="count" eType="#//Count" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Count"/> <eClassifiers xsi:type="ecore:EClass" name="ExactCount" eSuperTypes="#//Count"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="amount" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SpecialCount" eSuperTypes="#//Count"/> <eClassifiers xsi:type="ecore:EClass" name="UniformCount" eSuperTypes="#//SpecialCount"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinomialCount" eSuperTypes="#//SpecialCount"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="n" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="p" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetDamageLootFunction" eSuperTypes="#//LootFunction"> <eStructuralFeatures xsi:type="ecore:EReference" name="damage" eType="#//DoubleRange" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetLoreLootFunction" eSuperTypes="#//LootFunction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="replaceDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="replace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="entity" eType="#//EnumEntitySource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lore" upperBound="-1" eType="#//MCJsonValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetNameLootFunction" eSuperTypes="#//LootFunction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="entity" eType="#//EnumEntitySource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itemName" eType="#//MCJsonValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetNBTLootFunction" eSuperTypes="#//LootFunction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetStewEffectLootFunction" eSuperTypes="#//LootFunction"> <eStructuralFeatures xsi:type="ecore:EReference" name="effects" upperBound="-1" eType="#//StewEffect" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StewEffect"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="duration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LootCondition"/> <eClassifiers xsi:type="ecore:EClass" name="NamedLootCondition" eSuperTypes="#//LootCondition"> <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="BlockStatePropertiesLootCondition" eSuperTypes="#//NamedLootCondition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inverted" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="block" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//BlockStateProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockStateProperty"> <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="DamageSourcePropertiesLootCondition" eSuperTypes="#//NamedLootCondition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bypassesArmorDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bypassesArmor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bypassesInvulnerabilityDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bypassesInvulnerability" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bypassesMagicDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bypassesMagic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="directEntity" eType="#//EntityPredicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="explosionDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="explosion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fireDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fire" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="magicDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="magic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectileDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lightningDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lightning" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceEntity" eType="#//EntityPredicate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityPropertiesLootCondition" eSuperTypes="#//NamedLootCondition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="entity" eType="#//EnumEntitySource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predicate" eType="#//EntityPredicate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityScoresLootCondition" eSuperTypes="#//NamedLootCondition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="entity" eType="#//EnumEntitySource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scores" upperBound="-1" eType="#//EntityScore" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityScore"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="objective" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="score" eType="#//LongRange" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KilledByPlayerLootCondition" eSuperTypes="#//NamedLootCondition"/> <eClassifiers xsi:type="ecore:EClass" name="LocationCheckLootCondition" eSuperTypes="#//NamedLootCondition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="undefinedOffsetX" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="offsetX" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="undefinedOffsetY" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="offsetY" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="undefinedOffsetZ" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="offsetZ" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predicate" eType="#//LocationPredicate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatchToolLootCondition" eSuperTypes="#//NamedLootCondition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inverted" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predicate" eType="#//ItemPredicate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RandomChanceLootCondition" eSuperTypes="#//NamedLootCondition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="chance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lootingMultiplierDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lootingMultiplier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReferenceLootCondition" eSuperTypes="#//NamedLootCondition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ref" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SurvivesExplosionLootCondition" eSuperTypes="#//NamedLootCondition"/> <eClassifiers xsi:type="ecore:EClass" name="TableBonusLootCondition" eSuperTypes="#//NamedLootCondition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enchantment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="chances" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TimeCheckLootCondition" eSuperTypes="#//NamedLootCondition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="periodDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="period" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inverted" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//LongRange" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToolEnchantmentLootCondition" eSuperTypes="#//NamedLootCondition"> <eStructuralFeatures xsi:type="ecore:EReference" name="enchantments" upperBound="-1" eType="#//EnchantmentLevel" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnchantmentLevel"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enchantment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="levels" eType="#//LongRange" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WeatherCheckLootCondition" eSuperTypes="#//NamedLootCondition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inverted" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="raining" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="thundering" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityPredicate"> <eStructuralFeatures xsi:type="ecore:EReference" name="absoluteDistance" eType="#//DoubleRange" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="horizontalDistance" eType="#//DoubleRange" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="xDistance" eType="#//DoubleRange" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="yDistance" eType="#//DoubleRange" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="zDistance" eType="#//DoubleRange" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="effectsDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="effects" upperBound="-1" eType="#//EffectPredicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="equipment" upperBound="-1" eType="#//EquipmentPredicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultEquipment" eType="#//ItemPredicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="flags" eType="#//EntityFlags" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nbt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="player" eType="#//PlayerPredicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="team" 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="location" eType="#//LocationPredicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fishingHook" eType="#//FishingHookPredicate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FishingHookPredicate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inOpenWaterDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inOpenWater" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EffectPredicate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="amplifier" eType="#//LongRange" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="duration" eType="#//LongRange" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EquipmentPredicate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="slots" unique="false" upperBound="-1" eType="#//EnumEquipmentSlot"/> <eStructuralFeatures xsi:type="ecore:EReference" name="predicate" eType="#//ItemPredicate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EnumEquipmentSlot"> <eLiterals name="MAINHAND" literal="mainhand"/> <eLiterals name="OFFHAND" value="1" literal="offhand"/> <eLiterals name="HEAD" value="2" literal="head"/> <eLiterals name="CHEST" value="3" literal="chest"/> <eLiterals name="LEGS" value="4" literal="legs"/> <eLiterals name="FEET" value="5" literal="feet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityFlags"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="onFireDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="onFire" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sneakingDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sneaking" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sprintingDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sprinting" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="swimmingDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="swimming" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="babyDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="baby" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlayerPredicate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="advancementsDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="advancements" upperBound="-1" eType="#//AdvancementPredicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gamemodeDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gamemode" eType="#//EnumGamemode"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="recipesDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recipes" upperBound="-1" eType="#//RecipePredicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="statsDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="stats" upperBound="-1" eType="#//StatisticPredicate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdvancementPredicate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="didNotGet" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="criteria" upperBound="-1" eType="#//AdvancementCriteria" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AdvancementCriteria"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="criteriaNames" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="didNotGet" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EnumGamemode"> <eLiterals name="SURVIVAL" literal="survival"/> <eLiterals name="CREATIVE" value="1" literal="creative"/> <eLiterals name="ADVENTURE" value="2" literal="adventure"/> <eLiterals name="SPECTATOR" value="3" literal="spectator"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecipePredicate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="recipe" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="didNotGet" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StatisticPredicate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SingleStatisticPredicate" eSuperTypes="#//StatisticPredicate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//LongRange" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamespacedStatisticPredicate" eSuperTypes="#//StatisticPredicate"> <eStructuralFeatures xsi:type="ecore:EReference" name="stats" upperBound="-1" eType="#//UnnamespacedStatisticPredicate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnnamespacedStatisticPredicate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//LongRange" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LocationPredicate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="biome" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//BlockPredicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dimension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="feature" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fluid" eType="#//FluidPredicate" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="light" eType="#//LongRange" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="xPos" eType="#//DoubleRange" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="yPos" eType="#//DoubleRange" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="zPos" eType="#//DoubleRange" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ItemPredicate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="item" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="countDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="count" eType="#//LongRange" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="durabilityDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="durability" eType="#//LongRange" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enchantmentsDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enchantments" upperBound="-1" eType="#//EnchantmentLevel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="storedEnchantmentsDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="storedEnchantments" upperBound="-1" eType="#//EnchantmentLevel" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nbtDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nbt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="potionDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="potion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockPredicate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="block" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nbt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stateDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//BlockStatePropertyPredicate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BlockStatePropertyPredicate"> <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="valueRange" eType="#//NormalLongRange" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FluidPredicate"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tag" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fluid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stateDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//BlockStatePropertyPredicate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EnumLootTableType"> <eLiterals name="GENERIC" literal="generic"/> <eLiterals name="BLOCK" value="1" literal="block"/> <eLiterals name="ENTITY" value="2" literal="entity"/> <eLiterals name="CHEST" value="3" literal="chest"/> <eLiterals name="FISHING" value="4" literal="fishing"/> <eLiterals name="GIFT" value="5" literal="gift"/> <eLiterals name="ADVANCEMENT_REWARD" value="6" literal="advancement_reward"/> <eLiterals name="BARTER" value="7" literal="barter"/> <eLiterals name="EMPTY" value="8" literal="empty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EnumBonusFormula"> <eLiterals name="BINOMIAL_WITH_BONUS_COUNT" literal="binomial_with_bonus_count"/> <eLiterals name="UNIFORM_BONUS_COUNT" value="1" literal="uniform_bonus_count"/> <eLiterals name="ORE_DROPS" value="2" literal="ore_drops"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EnumNBTSource"> <eLiterals name="BLOCK_ENTITY" literal="block_entity"/> <eLiterals name="THIS" value="1" literal="this"/> <eLiterals name="KILLER" value="2" literal="killer"/> <eLiterals name="KILLER_PLAYER" value="3" literal="killer_player"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EnumAttributeModifierOperation"> <eLiterals name="ADDITION" literal="addition"/> <eLiterals name="MULTIPLY_BASE" value="1" literal="multiply_base"/> <eLiterals name="MULTIPLY_TOTAL" value="2" literal="multiply_total"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EnumEntitySource"> <eLiterals name="THIS" literal="this"/> <eLiterals name="KILLER" value="1" literal="killer"/> <eLiterals name="KILLER_PLAYER" value="2" literal="killer_player"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MCJsonValue"/> <eClassifiers xsi:type="ecore:EClass" name="MCJsonObject" eSuperTypes="#//MCJsonValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//MCJsonEntry" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MCJsonEntry"> <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="#//MCJsonValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MCJsonArray" eSuperTypes="#//MCJsonValue"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//MCJsonValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MCJsonString" eSuperTypes="#//MCJsonValue"> <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="MCJsonNumber" eSuperTypes="#//MCJsonValue"/> <eClassifiers xsi:type="ecore:EClass" name="MCJsonIntegral" eSuperTypes="#//MCJsonNumber"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MCJsonFloatingPoint" eSuperTypes="#//MCJsonNumber"> <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="MCJsonBoolean" eSuperTypes="#//MCJsonValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MCJsonNull" eSuperTypes="#//MCJsonValue"/> <eClassifiers xsi:type="ecore:EClass" name="LongRange"/> <eClassifiers xsi:type="ecore:EClass" name="ExactLongRange" eSuperTypes="#//LongRange"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NormalLongRange" eSuperTypes="#//LongRange"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DoubleRange"/> <eClassifiers xsi:type="ecore:EClass" name="ExactDoubleRange" eSuperTypes="#//DoubleRange"> <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="NormalDoubleRange" eSuperTypes="#//DoubleRange"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LootFunctionWithConditions" eSuperTypes="#//LootFunction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="conditionsDefined" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditions" upperBound="-1" eType="#//LootCondition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="function" eType="#//LootFunction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlternativeLootCondition" eSuperTypes="#//LootCondition"> <eStructuralFeatures xsi:type="ecore:EReference" name="alternatives" upperBound="-1" eType="#//LootCondition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InvertedLootCondition" eSuperTypes="#//LootCondition"> <eStructuralFeatures xsi:type="ecore:EReference" name="term" eType="#//LootCondition" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/raptor494/Xtext-Minecraft-JSON-Languages/com.raptor.mcloot/model/generated/Mcloot.ecore
ecore
mcloot LootTable typeDefined type poolsDefined pools LootPool conditionsDefined conditions name rollsDefined rolls entriesDefined entries bonusRollsDefined bonusRolls functionsDefined functions LootEntry conditionsDefined conditions type name qualityDefined quality expandDefined expand functionsDefined functions childrenDefined children entryName weightDefined weight LootFunction id ApplyBonusLootFunction enchantment formula extraDefined extra probabilityDefined probability bonusMultiplierDefined bonusMultiplier CopyNameLootFunction source CopyNBTLootFunction source ops NBTOperation id source target AppendNBTOperation ReplaceNBTOperation MergeNBTOperation CopyStateLootFunction block properties EnchantRandomlyLootFunction enchantments EnchantWithLevelsLootFunction treasureDefined treasure levels ExplorationMapLootFunction destination decoration zoomDefined zoom searchRadiusDefined searchRadius skipExistingChunksDefined skipExistingChunks ExplosionDecayLootFunction FurnaceSmeltLootFunction FillPlayerHeadLootFunction entity LimitCountLootFunction limit LootingEnchantLootFunction limitDefined limit count SetAttributesLootFunction modifiers AttributeModifier id operation amount attributeName uuid slotDefined singleSlot slots SetContentsLootFunction entries SetCountLootFunction count Count ExactCount amount SpecialCount UniformCount min max BinomialCount n p SetDamageLootFunction damage SetLoreLootFunction replaceDefined replace entity lore SetNameLootFunction entity itemName SetNBTLootFunction tag SetStewEffectLootFunction effects StewEffect type duration LootCondition NamedLootCondition id BlockStatePropertiesLootCondition inverted block properties BlockStateProperty name value DamageSourcePropertiesLootCondition bypassesArmorDefined bypassesArmor bypassesInvulnerabilityDefined bypassesInvulnerability bypassesMagicDefined bypassesMagic directEntity explosionDefined explosion fireDefined fire magicDefined magic projectileDefined projectile lightningDefined lightning sourceEntity EntityPropertiesLootCondition entity predicate EntityScoresLootCondition entity scores EntityScore objective score KilledByPlayerLootCondition LocationCheckLootCondition undefinedOffsetX offsetX undefinedOffsetY offsetY undefinedOffsetZ offsetZ predicate MatchToolLootCondition inverted predicate RandomChanceLootCondition chance lootingMultiplierDefined lootingMultiplier ReferenceLootCondition ref SurvivesExplosionLootCondition TableBonusLootCondition enchantment chances TimeCheckLootCondition periodDefined period inverted value ToolEnchantmentLootCondition enchantments EnchantmentLevel enchantment levels WeatherCheckLootCondition inverted raining thundering EntityPredicate absoluteDistance horizontalDistance xDistance yDistance zDistance effectsDefined effects equipment defaultEquipment flags nbt player team type location fishingHook FishingHookPredicate inOpenWaterDefined inOpenWater EffectPredicate id amplifier duration EquipmentPredicate slots predicate EnumEquipmentSlot MAINHAND mainhand OFFHAND offhand HEAD head CHEST chest LEGS legs FEET feet EntityFlags onFireDefined onFire sneakingDefined sneaking sprintingDefined sprinting swimmingDefined swimming babyDefined baby PlayerPredicate advancementsDefined advancements gamemodeDefined gamemode recipesDefined recipes statsDefined stats AdvancementPredicate name didNotGet criteria AdvancementCriteria criteriaNames didNotGet EnumGamemode SURVIVAL survival CREATIVE creative ADVENTURE adventure SPECTATOR spectator RecipePredicate recipe didNotGet StatisticPredicate type SingleStatisticPredicate stat value NamespacedStatisticPredicate stats UnnamespacedStatisticPredicate stat value LocationPredicate biome block dimension feature fluid light xPos yPos zPos ItemPredicate tag item countDefined count durabilityDefined durability enchantmentsDefined enchantments storedEnchantmentsDefined storedEnchantments nbtDefined nbt potionDefined potion BlockPredicate tag block nbt stateDefined properties BlockStatePropertyPredicate name value valueRange FluidPredicate tag fluid stateDefined properties EnumLootTableType GENERIC generic BLOCK block ENTITY entity CHEST chest FISHING fishing GIFT gift ADVANCEMENT_REWARD advancement_reward BARTER barter EMPTY empty EnumBonusFormula BINOMIAL_WITH_BONUS_COUNT binomial_with_bonus_count UNIFORM_BONUS_COUNT uniform_bonus_count ORE_DROPS ore_drops EnumNBTSource BLOCK_ENTITY block_entity THIS this KILLER killer KILLER_PLAYER killer_player EnumAttributeModifierOperation ADDITION addition MULTIPLY_BASE multiply_base MULTIPLY_TOTAL multiply_total EnumEntitySource THIS this KILLER killer KILLER_PLAYER killer_player MCJsonValue MCJsonObject entries MCJsonEntry name value MCJsonArray elements MCJsonString value MCJsonNumber MCJsonIntegral value MCJsonFloatingPoint value MCJsonBoolean value MCJsonNull LongRange ExactLongRange value NormalLongRange min max DoubleRange ExactDoubleRange value NormalDoubleRange min max LootFunctionWithConditions conditionsDefined conditions function AlternativeLootCondition alternatives InvertedLootCondition term
null
{"directed":true,"nodes":[{"nsPrefix":"mcloot","nsURI":"http://www.raptor.com/mcloottable/Mcloot","name":"mcloot","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LootTable","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LootPool","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LootEntry","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LootFunction","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplyBonusLootFunction","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CopyNameLootFunction","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CopyNBTLootFunction","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NBTOperation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AppendNBTOperation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplaceNBTOperation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MergeNBTOperation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CopyStateLootFunction","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnchantRandomlyLootFunction","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnchantWithLevelsLootFunction","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExplorationMapLootFunction","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExplosionDecayLootFunction","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FurnaceSmeltLootFunction","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FillPlayerHeadLootFunction","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LimitCountLootFunction","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LootingEnchantLootFunction","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetAttributesLootFunction","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeModifier","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetContentsLootFunction","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetCountLootFunction","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Count","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExactCount","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SpecialCount","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniformCount","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinomialCount","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetDamageLootFunction","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetLoreLootFunction","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetNameLootFunction","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetNBTLootFunction","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetStewEffectLootFunction","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StewEffect","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LootCondition","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedLootCondition","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockStatePropertiesLootCondition","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockStateProperty","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DamageSourcePropertiesLootCondition","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityPropertiesLootCondition","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityScoresLootCondition","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityScore","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KilledByPlayerLootCondition","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocationCheckLootCondition","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchToolLootCondition","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RandomChanceLootCondition","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReferenceLootCondition","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SurvivesExplosionLootCondition","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TableBonusLootCondition","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TimeCheckLootCondition","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToolEnchantmentLootCondition","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnchantmentLevel","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WeatherCheckLootCondition","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityPredicate","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FishingHookPredicate","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EffectPredicate","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EquipmentPredicate","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumEquipmentSlot","instanceClass":null,"id":59,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityFlags","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlayerPredicate","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdvancementPredicate","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdvancementCriteria","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumGamemode","instanceClass":null,"id":64,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecipePredicate","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StatisticPredicate","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SingleStatisticPredicate","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamespacedStatisticPredicate","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnnamespacedStatisticPredicate","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocationPredicate","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ItemPredicate","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockPredicate","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockStatePropertyPredicate","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FluidPredicate","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumLootTableType","instanceClass":null,"id":75,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumBonusFormula","instanceClass":null,"id":76,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumNBTSource","instanceClass":null,"id":77,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumAttributeModifierOperation","instanceClass":null,"id":78,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumEntitySource","instanceClass":null,"id":79,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MCJsonValue","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MCJsonObject","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MCJsonEntry","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MCJsonArray","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MCJsonString","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MCJsonNumber","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MCJsonIntegral","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MCJsonFloatingPoint","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MCJsonBoolean","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MCJsonNull","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LongRange","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExactLongRange","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NormalLongRange","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleRange","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExactDoubleRange","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NormalDoubleRange","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LootFunctionWithConditions","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlternativeLootCondition","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InvertedLootCondition","instanceClass":null,"abstract":false,"id":98,"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":"typeDefined","changeable":true,"lowerBound":0,"iD":false,"id":99,"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":100,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"poolsDefined","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":"pools","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conditionsDefined","changeable":true,"lowerBound":0,"iD":false,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"rollsDefined","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":true,"unsettable":false,"transient":false,"unique":true,"name":"rolls","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"entriesDefined","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bonusRollsDefined","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bonusRolls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"functionsDefined","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"conditionsDefined","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualityDefined","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quality","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expandDefined","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expand","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"functionsDefined","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"childrenDefined","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":"children","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"entryName","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weightDefined","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":0,"iD":false,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"enchantment","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extraDefined","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extra","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"probabilityDefined","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"probability","changeable":true,"lowerBound":0,"iD":false,"id":166,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bonusMultiplierDefined","changeable":true,"lowerBound":0,"iD":false,"id":167,"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":"bonusMultiplier","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"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":178,"derived":false},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":181,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ops","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"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":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":"source","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"block","changeable":true,"lowerBound":0,"iD":false,"id":195,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"properties","changeable":true,"lowerBound":0,"iD":false,"id":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"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":"enchantments","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"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":"treasureDefined","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"treasure","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"levels","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"destination","changeable":true,"lowerBound":0,"iD":false,"id":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":"decoration","changeable":true,"lowerBound":0,"iD":false,"id":211,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"zoomDefined","changeable":true,"lowerBound":0,"iD":false,"id":212,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"zoom","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"searchRadiusDefined","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"searchRadius","changeable":true,"lowerBound":0,"iD":false,"id":215,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"skipExistingChunksDefined","changeable":true,"lowerBound":0,"iD":false,"id":216,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"skipExistingChunks","changeable":true,"lowerBound":0,"iD":false,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"lowerBound":0,"iD":false,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"limit","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"limitDefined","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"limit","changeable":true,"lowerBound":0,"iD":false,"id":236,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"count","changeable":true,"resolveProxies":true,"lowerBound":0,"id":237,"derived":false},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":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":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"lowerBound":0,"iD":false,"id":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":"amount","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeName","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":"uuid","changeable":true,"lowerBound":0,"iD":false,"id":249,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"slotDefined","changeable":true,"lowerBound":0,"iD":false,"id":250,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"singleSlot","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"slots","changeable":true,"lowerBound":0,"iD":false,"id":252,"derived":false},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"count","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"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":"amount","changeable":true,"lowerBound":0,"iD":false,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"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":"n","changeable":true,"lowerBound":0,"iD":false,"id":276,"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":"p","changeable":true,"lowerBound":0,"iD":false,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"damage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"replaceDefined","changeable":true,"lowerBound":0,"iD":false,"id":284,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"replace","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"lowerBound":0,"iD":false,"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":"lore","changeable":true,"resolveProxies":true,"lowerBound":0,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"lowerBound":0,"iD":false,"id":293,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"itemName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":294,"derived":false},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tag","changeable":true,"lowerBound":0,"iD":false,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"effects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":304,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"lowerBound":0,"iD":false,"id":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"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":308,"derived":false},{"id":309,"eClass":"EGenericType"},{"id":310,"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":"inverted","changeable":true,"lowerBound":0,"iD":false,"id":311,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"block","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":"properties","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"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":"bypassesArmorDefined","changeable":true,"lowerBound":0,"iD":false,"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":"bypassesArmor","changeable":true,"lowerBound":0,"iD":false,"id":323,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bypassesInvulnerabilityDefined","changeable":true,"lowerBound":0,"iD":false,"id":324,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bypassesInvulnerability","changeable":true,"lowerBound":0,"iD":false,"id":325,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bypassesMagicDefined","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":"bypassesMagic","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"directEntity","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"explosionDefined","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"explosion","changeable":true,"lowerBound":0,"iD":false,"id":330,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fireDefined","changeable":true,"lowerBound":0,"iD":false,"id":331,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fire","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"magicDefined","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"magic","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":"projectileDefined","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":"projectile","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lightningDefined","changeable":true,"lowerBound":0,"iD":false,"id":337,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lightning","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":"sourceEntity","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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"lowerBound":0,"iD":false,"id":359,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"predicate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"lowerBound":0,"iD":false,"id":364,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scores","changeable":true,"resolveProxies":true,"lowerBound":0,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"objective","changeable":true,"lowerBound":0,"iD":false,"id":369,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"score","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"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":"undefinedOffsetX","changeable":true,"lowerBound":0,"iD":false,"id":374,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"offsetX","changeable":true,"lowerBound":0,"iD":false,"id":375,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"undefinedOffsetY","changeable":true,"lowerBound":0,"iD":false,"id":376,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"offsetY","changeable":true,"lowerBound":0,"iD":false,"id":377,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"undefinedOffsetZ","changeable":true,"lowerBound":0,"iD":false,"id":378,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"offsetZ","changeable":true,"lowerBound":0,"iD":false,"id":379,"derived":false},{"container":false,"ordered":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":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"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":"inverted","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":"predicate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"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":"chance","changeable":true,"lowerBound":0,"iD":false,"id":394,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lootingMultiplierDefined","changeable":true,"lowerBound":0,"iD":false,"id":395,"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":"lootingMultiplier","changeable":true,"lowerBound":0,"iD":false,"id":396,"derived":false},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"lowerBound":0,"iD":false,"id":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":"enchantment","changeable":true,"lowerBound":0,"iD":false,"id":405,"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":"chances","changeable":true,"lowerBound":0,"iD":false,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"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":"periodDefined","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":"period","changeable":true,"lowerBound":0,"iD":false,"id":411,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inverted","changeable":true,"lowerBound":0,"iD":false,"id":412,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":413,"derived":false},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enchantments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":419,"derived":false},{"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":"enchantment","changeable":true,"lowerBound":0,"iD":false,"id":422,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"levels","changeable":true,"resolveProxies":true,"lowerBound":0,"id":423,"derived":false},{"id":424,"eClass":"EGenericType"},{"id":425,"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":"inverted","changeable":true,"lowerBound":0,"iD":false,"id":426,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"raining","changeable":true,"lowerBound":0,"iD":false,"id":427,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"thundering","changeable":true,"lowerBound":0,"iD":false,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"absoluteDistance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":433,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"horizontalDistance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xDistance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":435,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"yDistance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":436,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"zDistance","changeable":true,"resolveProxies":true,"lowerBound":0,"id":437,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"effectsDefined","changeable":true,"lowerBound":0,"iD":false,"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":"effects","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":true,"unsettable":false,"transient":false,"unique":true,"name":"equipment","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":"defaultEquipment","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":"flags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":442,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nbt","changeable":true,"lowerBound":0,"iD":false,"id":443,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"player","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"team","changeable":true,"lowerBound":0,"iD":false,"id":445,"derived":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":446,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"location","changeable":true,"resolveProxies":true,"lowerBound":0,"id":447,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fishingHook","changeable":true,"resolveProxies":true,"lowerBound":0,"id":448,"derived":false},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inOpenWaterDefined","changeable":true,"lowerBound":0,"iD":false,"id":465,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inOpenWater","changeable":true,"lowerBound":0,"iD":false,"id":466,"derived":false},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":false,"id":469,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"amplifier","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":true,"unsettable":false,"transient":false,"unique":true,"name":"duration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"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":"slots","changeable":true,"lowerBound":0,"iD":false,"id":475,"derived":false},{"container":false,"ordered":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":476,"derived":false},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"name":"MAINHAND","id":479,"value":0,"literal":"mainhand","eClass":"EEnumLiteral"},{"name":"OFFHAND","id":480,"value":1,"literal":"offhand","eClass":"EEnumLiteral"},{"name":"HEAD","id":481,"value":2,"literal":"head","eClass":"EEnumLiteral"},{"name":"CHEST","id":482,"value":3,"literal":"chest","eClass":"EEnumLiteral"},{"name":"LEGS","id":483,"value":4,"literal":"legs","eClass":"EEnumLiteral"},{"name":"FEET","id":484,"value":5,"literal":"feet","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":"onFireDefined","changeable":true,"lowerBound":0,"iD":false,"id":485,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"onFire","changeable":true,"lowerBound":0,"iD":false,"id":486,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sneakingDefined","changeable":true,"lowerBound":0,"iD":false,"id":487,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sneaking","changeable":true,"lowerBound":0,"iD":false,"id":488,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sprintingDefined","changeable":true,"lowerBound":0,"iD":false,"id":489,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sprinting","changeable":true,"lowerBound":0,"iD":false,"id":490,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"swimmingDefined","changeable":true,"lowerBound":0,"iD":false,"id":491,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"swimming","changeable":true,"lowerBound":0,"iD":false,"id":492,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"babyDefined","changeable":true,"lowerBound":0,"iD":false,"id":493,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"baby","changeable":true,"lowerBound":0,"iD":false,"id":494,"derived":false},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"eClass":"EGenericType"},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"advancementsDefined","changeable":true,"lowerBound":0,"iD":false,"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":"advancements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":506,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gamemodeDefined","changeable":true,"lowerBound":0,"iD":false,"id":507,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gamemode","changeable":true,"lowerBound":0,"iD":false,"id":508,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"recipesDefined","changeable":true,"lowerBound":0,"iD":false,"id":509,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"recipes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":510,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"statsDefined","changeable":true,"lowerBound":0,"iD":false,"id":511,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stats","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":521,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"didNotGet","changeable":true,"lowerBound":0,"iD":false,"id":522,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"criteria","changeable":true,"resolveProxies":true,"lowerBound":0,"id":523,"derived":false},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"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":"criteriaNames","changeable":true,"lowerBound":0,"iD":false,"id":527,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"didNotGet","changeable":true,"lowerBound":0,"iD":false,"id":528,"derived":false},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"name":"SURVIVAL","id":531,"value":0,"literal":"survival","eClass":"EEnumLiteral"},{"name":"CREATIVE","id":532,"value":1,"literal":"creative","eClass":"EEnumLiteral"},{"name":"ADVENTURE","id":533,"value":2,"literal":"adventure","eClass":"EEnumLiteral"},{"name":"SPECTATOR","id":534,"value":3,"literal":"spectator","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":"recipe","changeable":true,"lowerBound":0,"iD":false,"id":535,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"didNotGet","changeable":true,"lowerBound":0,"iD":false,"id":536,"derived":false},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"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":539,"derived":false},{"id":540,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stat","changeable":true,"lowerBound":0,"iD":false,"id":541,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stats","changeable":true,"resolveProxies":true,"lowerBound":0,"id":546,"derived":false},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stat","changeable":true,"lowerBound":0,"iD":false,"id":549,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":550,"derived":false},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"biome","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":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":554,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"dimension","changeable":true,"lowerBound":0,"iD":false,"id":555,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"lowerBound":0,"iD":false,"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":"fluid","changeable":true,"resolveProxies":true,"lowerBound":0,"id":557,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"light","changeable":true,"resolveProxies":true,"lowerBound":0,"id":558,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"xPos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":559,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"yPos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":560,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"zPos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":561,"derived":false},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tag","changeable":true,"lowerBound":0,"iD":false,"id":571,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"item","changeable":true,"lowerBound":0,"iD":false,"id":572,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"countDefined","changeable":true,"lowerBound":0,"iD":false,"id":573,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"count","changeable":true,"resolveProxies":true,"lowerBound":0,"id":574,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"durabilityDefined","changeable":true,"lowerBound":0,"iD":false,"id":575,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"durability","changeable":true,"resolveProxies":true,"lowerBound":0,"id":576,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"enchantmentsDefined","changeable":true,"lowerBound":0,"iD":false,"id":577,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"enchantments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":578,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"storedEnchantmentsDefined","changeable":true,"lowerBound":0,"iD":false,"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":"storedEnchantments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":580,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nbtDefined","changeable":true,"lowerBound":0,"iD":false,"id":581,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nbt","changeable":true,"lowerBound":0,"iD":false,"id":582,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"potionDefined","changeable":true,"lowerBound":0,"iD":false,"id":583,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"potion","changeable":true,"lowerBound":0,"iD":false,"id":584,"derived":false},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"id":587,"eClass":"EGenericType"},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tag","changeable":true,"lowerBound":0,"iD":false,"id":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":"block","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":"nbt","changeable":true,"lowerBound":0,"iD":false,"id":601,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stateDefined","changeable":true,"lowerBound":0,"iD":false,"id":602,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":603,"derived":false},{"id":604,"eClass":"EGenericType"},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"value","changeable":true,"lowerBound":0,"iD":false,"id":610,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"valueRange","changeable":true,"resolveProxies":true,"lowerBound":0,"id":611,"derived":false},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tag","changeable":true,"lowerBound":0,"iD":false,"id":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":"fluid","changeable":true,"lowerBound":0,"iD":false,"id":616,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stateDefined","changeable":true,"lowerBound":0,"iD":false,"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":"properties","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"},{"name":"GENERIC","id":623,"value":0,"literal":"generic","eClass":"EEnumLiteral"},{"name":"BLOCK","id":624,"value":1,"literal":"block","eClass":"EEnumLiteral"},{"name":"ENTITY","id":625,"value":2,"literal":"entity","eClass":"EEnumLiteral"},{"name":"CHEST","id":626,"value":3,"literal":"chest","eClass":"EEnumLiteral"},{"name":"FISHING","id":627,"value":4,"literal":"fishing","eClass":"EEnumLiteral"},{"name":"GIFT","id":628,"value":5,"literal":"gift","eClass":"EEnumLiteral"},{"name":"ADVANCEMENT_REWARD","id":629,"value":6,"literal":"advancement_reward","eClass":"EEnumLiteral"},{"name":"BARTER","id":630,"value":7,"literal":"barter","eClass":"EEnumLiteral"},{"name":"EMPTY","id":631,"value":8,"literal":"empty","eClass":"EEnumLiteral"},{"name":"BINOMIAL_WITH_BONUS_COUNT","id":632,"value":0,"literal":"binomial_with_bonus_count","eClass":"EEnumLiteral"},{"name":"UNIFORM_BONUS_COUNT","id":633,"value":1,"literal":"uniform_bonus_count","eClass":"EEnumLiteral"},{"name":"ORE_DROPS","id":634,"value":2,"literal":"ore_drops","eClass":"EEnumLiteral"},{"name":"BLOCK_ENTITY","id":635,"value":0,"literal":"block_entity","eClass":"EEnumLiteral"},{"name":"THIS","id":636,"value":1,"literal":"this","eClass":"EEnumLiteral"},{"name":"KILLER","id":637,"value":2,"literal":"killer","eClass":"EEnumLiteral"},{"name":"KILLER_PLAYER","id":638,"value":3,"literal":"killer_player","eClass":"EEnumLiteral"},{"name":"ADDITION","id":639,"value":0,"literal":"addition","eClass":"EEnumLiteral"},{"name":"MULTIPLY_BASE","id":640,"value":1,"literal":"multiply_base","eClass":"EEnumLiteral"},{"name":"MULTIPLY_TOTAL","id":641,"value":2,"literal":"multiply_total","eClass":"EEnumLiteral"},{"name":"THIS","id":642,"value":0,"literal":"this","eClass":"EEnumLiteral"},{"name":"KILLER","id":643,"value":1,"literal":"killer","eClass":"EEnumLiteral"},{"name":"KILLER_PLAYER","id":644,"value":2,"literal":"killer_player","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":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":645,"derived":false},{"id":646,"eClass":"EGenericType"},{"id":647,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":649,"derived":false},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"container":false,"ordered":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":652,"derived":false},{"id":653,"eClass":"EGenericType"},{"id":654,"eClass":"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":655,"derived":false},{"id":656,"eClass":"EGenericType"},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":659,"derived":false},{"id":660,"eClass":"EGenericType"},{"id":661,"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":662,"derived":false},{"id":663,"eClass":"EGenericType"},{"id":664,"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":665,"derived":false},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":669,"derived":false},{"id":670,"eClass":"EGenericType"},{"id":671,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":0,"iD":false,"id":672,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":0,"iD":false,"id":673,"derived":false},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"},{"id":676,"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":677,"derived":false},{"id":678,"eClass":"EGenericType"},{"id":679,"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":"min","changeable":true,"lowerBound":0,"iD":false,"id":680,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":0,"iD":false,"id":681,"derived":false},{"id":682,"eClass":"EGenericType"},{"id":683,"eClass":"EGenericType"},{"id":684,"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":"conditionsDefined","changeable":true,"lowerBound":0,"iD":false,"id":685,"derived":false},{"container":false,"ordered":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":686,"derived":false},{"container":false,"ordered":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":687,"derived":false},{"id":688,"eClass":"EGenericType"},{"id":689,"eClass":"EGenericType"},{"id":690,"eClass":"EGenericType"},{"id":691,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"alternatives","changeable":true,"resolveProxies":true,"lowerBound":0,"id":692,"derived":false},{"id":693,"eClass":"EGenericType"},{"id":694,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":true,"lowerBound":0,"id":695,"derived":false},{"id":696,"eClass":"EGenericType"},{"id":697,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":99,"target":103},{"source":99,"target":1},{"source":100,"target":75},{"source":100,"target":104},{"source":100,"target":1},{"source":104,"target":75},{"source":101,"target":105},{"source":101,"target":1},{"source":102,"target":2},{"source":102,"target":106},{"source":102,"target":1},{"source":106,"target":2},{"source":2,"target":0},{"source":2,"target":107},{"source":2,"target":108},{"source":2,"target":109},{"source":2,"target":110},{"source":2,"target":111},{"source":2,"target":112},{"source":2,"target":113},{"source":2,"target":114},{"source":2,"target":115},{"source":2,"target":116},{"source":2,"target":117},{"source":107,"target":118},{"source":107,"target":2},{"source":108,"target":36},{"source":108,"target":119},{"source":108,"target":2},{"source":119,"target":36},{"source":109,"target":120},{"source":109,"target":2},{"source":110,"target":121},{"source":110,"target":2},{"source":111,"target":90},{"source":111,"target":122},{"source":111,"target":2},{"source":122,"target":90},{"source":112,"target":123},{"source":112,"target":2},{"source":113,"target":3},{"source":113,"target":124},{"source":113,"target":2},{"source":124,"target":3},{"source":114,"target":125},{"source":114,"target":2},{"source":115,"target":93},{"source":115,"target":126},{"source":115,"target":2},{"source":126,"target":93},{"source":116,"target":127},{"source":116,"target":2},{"source":117,"target":4},{"source":117,"target":128},{"source":117,"target":2},{"source":128,"target":4},{"source":3,"target":0},{"source":3,"target":129},{"source":3,"target":130},{"source":3,"target":131},{"source":3,"target":132},{"source":3,"target":133},{"source":3,"target":134},{"source":3,"target":135},{"source":3,"target":136},{"source":3,"target":137},{"source":3,"target":138},{"source":3,"target":139},{"source":3,"target":140},{"source":3,"target":141},{"source":3,"target":142},{"source":3,"target":143},{"source":129,"target":144},{"source":129,"target":3},{"source":130,"target":36},{"source":130,"target":145},{"source":130,"target":3},{"source":145,"target":36},{"source":131,"target":146},{"source":131,"target":3},{"source":132,"target":147},{"source":132,"target":3},{"source":133,"target":148},{"source":133,"target":3},{"source":134,"target":149},{"source":134,"target":3},{"source":135,"target":150},{"source":135,"target":3},{"source":136,"target":151},{"source":136,"target":3},{"source":137,"target":152},{"source":137,"target":3},{"source":138,"target":4},{"source":138,"target":153},{"source":138,"target":3},{"source":153,"target":4},{"source":139,"target":154},{"source":139,"target":3},{"source":140,"target":3},{"source":140,"target":155},{"source":140,"target":3},{"source":155,"target":3},{"source":141,"target":156},{"source":141,"target":3},{"source":142,"target":157},{"source":142,"target":3},{"source":143,"target":158},{"source":143,"target":3},{"source":4,"target":0},{"source":4,"target":159},{"source":159,"target":160},{"source":159,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":161},{"source":5,"target":162},{"source":5,"target":163},{"source":5,"target":164},{"source":5,"target":165},{"source":5,"target":166},{"source":5,"target":167},{"source":5,"target":168},{"source":5,"target":169},{"source":161,"target":170},{"source":161,"target":5},{"source":162,"target":76},{"source":162,"target":171},{"source":162,"target":5},{"source":171,"target":76},{"source":163,"target":172},{"source":163,"target":5},{"source":164,"target":173},{"source":164,"target":5},{"source":165,"target":174},{"source":165,"target":5},{"source":166,"target":175},{"source":166,"target":5},{"source":167,"target":176},{"source":167,"target":5},{"source":168,"target":177},{"source":168,"target":5},{"source":169,"target":4},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":178},{"source":6,"target":179},{"source":178,"target":77},{"source":178,"target":180},{"source":178,"target":6},{"source":180,"target":77},{"source":179,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":181},{"source":7,"target":182},{"source":7,"target":183},{"source":181,"target":77},{"source":181,"target":184},{"source":181,"target":7},{"source":184,"target":77},{"source":182,"target":8},{"source":182,"target":185},{"source":182,"target":7},{"source":185,"target":8},{"source":183,"target":4},{"source":8,"target":0},{"source":8,"target":186},{"source":8,"target":187},{"source":8,"target":188},{"source":186,"target":189},{"source":186,"target":8},{"source":187,"target":190},{"source":187,"target":8},{"source":188,"target":191},{"source":188,"target":8},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":192},{"source":192,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":193},{"source":193,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":194},{"source":194,"target":8},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":195},{"source":12,"target":196},{"source":12,"target":197},{"source":195,"target":198},{"source":195,"target":12},{"source":196,"target":199},{"source":196,"target":12},{"source":197,"target":4},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":200},{"source":13,"target":201},{"source":200,"target":202},{"source":200,"target":13},{"source":201,"target":4},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":203},{"source":14,"target":204},{"source":14,"target":205},{"source":14,"target":206},{"source":203,"target":207},{"source":203,"target":14},{"source":204,"target":208},{"source":204,"target":14},{"source":205,"target":90},{"source":205,"target":209},{"source":205,"target":14},{"source":209,"target":90},{"source":206,"target":4},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":210},{"source":15,"target":211},{"source":15,"target":212},{"source":15,"target":213},{"source":15,"target":214},{"source":15,"target":215},{"source":15,"target":216},{"source":15,"target":217},{"source":15,"target":218},{"source":210,"target":219},{"source":210,"target":15},{"source":211,"target":220},{"source":211,"target":15},{"source":212,"target":221},{"source":212,"target":15},{"source":213,"target":222},{"source":213,"target":15},{"source":214,"target":223},{"source":214,"target":15},{"source":215,"target":224},{"source":215,"target":15},{"source":216,"target":225},{"source":216,"target":15},{"source":217,"target":226},{"source":217,"target":15},{"source":218,"target":4},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":227},{"source":227,"target":4},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":228},{"source":228,"target":4},{"source":18,"target":0},{"source":18,"target":4},{"source":18,"target":229},{"source":18,"target":230},{"source":229,"target":79},{"source":229,"target":231},{"source":229,"target":18},{"source":231,"target":79},{"source":230,"target":4},{"source":19,"target":0},{"source":19,"target":4},{"source":19,"target":232},{"source":19,"target":233},{"source":232,"target":90},{"source":232,"target":234},{"source":232,"target":19},{"source":234,"target":90},{"source":233,"target":4},{"source":20,"target":0},{"source":20,"target":4},{"source":20,"target":235},{"source":20,"target":236},{"source":20,"target":237},{"source":20,"target":238},{"source":235,"target":239},{"source":235,"target":20},{"source":236,"target":240},{"source":236,"target":20},{"source":237,"target":90},{"source":237,"target":241},{"source":237,"target":20},{"source":241,"target":90},{"source":238,"target":4},{"source":21,"target":0},{"source":21,"target":4},{"source":21,"target":242},{"source":21,"target":243},{"source":242,"target":22},{"source":242,"target":244},{"source":242,"target":21},{"source":244,"target":22},{"source":243,"target":4},{"source":22,"target":0},{"source":22,"target":245},{"source":22,"target":246},{"source":22,"target":247},{"source":22,"target":248},{"source":22,"target":249},{"source":22,"target":250},{"source":22,"target":251},{"source":22,"target":252},{"source":245,"target":253},{"source":245,"target":22},{"source":246,"target":78},{"source":246,"target":254},{"source":246,"target":22},{"source":254,"target":78},{"source":247,"target":93},{"source":247,"target":255},{"source":247,"target":22},{"source":255,"target":93},{"source":248,"target":256},{"source":248,"target":22},{"source":249,"target":257},{"source":249,"target":22},{"source":250,"target":258},{"source":250,"target":22},{"source":251,"target":259},{"source":251,"target":22},{"source":252,"target":59},{"source":252,"target":260},{"source":252,"target":22},{"source":260,"target":59},{"source":23,"target":0},{"source":23,"target":4},{"source":23,"target":261},{"source":23,"target":262},{"source":261,"target":3},{"source":261,"target":263},{"source":261,"target":23},{"source":263,"target":3},{"source":262,"target":4},{"source":24,"target":0},{"source":24,"target":4},{"source":24,"target":264},{"source":24,"target":265},{"source":264,"target":25},{"source":264,"target":266},{"source":264,"target":24},{"source":266,"target":25},{"source":265,"target":4},{"source":25,"target":0},{"source":26,"target":0},{"source":26,"target":25},{"source":26,"target":267},{"source":26,"target":268},{"source":267,"target":269},{"source":267,"target":26},{"source":268,"target":25},{"source":27,"target":0},{"source":27,"target":25},{"source":27,"target":270},{"source":270,"target":25},{"source":28,"target":0},{"source":28,"target":27},{"source":28,"target":271},{"source":28,"target":272},{"source":28,"target":273},{"source":271,"target":274},{"source":271,"target":28},{"source":272,"target":275},{"source":272,"target":28},{"source":273,"target":27},{"source":29,"target":0},{"source":29,"target":27},{"source":29,"target":276},{"source":29,"target":277},{"source":29,"target":278},{"source":276,"target":279},{"source":276,"target":29},{"source":277,"target":280},{"source":277,"target":29},{"source":278,"target":27},{"source":30,"target":0},{"source":30,"target":4},{"source":30,"target":281},{"source":30,"target":282},{"source":281,"target":93},{"source":281,"target":283},{"source":281,"target":30},{"source":283,"target":93},{"source":282,"target":4},{"source":31,"target":0},{"source":31,"target":4},{"source":31,"target":284},{"source":31,"target":285},{"source":31,"target":286},{"source":31,"target":287},{"source":31,"target":288},{"source":284,"target":289},{"source":284,"target":31},{"source":285,"target":290},{"source":285,"target":31},{"source":286,"target":79},{"source":286,"target":291},{"source":286,"target":31},{"source":291,"target":79},{"source":287,"target":80},{"source":287,"target":292},{"source":287,"target":31},{"source":292,"target":80},{"source":288,"target":4},{"source":32,"target":0},{"source":32,"target":4},{"source":32,"target":293},{"source":32,"target":294},{"source":32,"target":295},{"source":293,"target":79},{"source":293,"target":296},{"source":293,"target":32},{"source":296,"target":79},{"source":294,"target":80},{"source":294,"target":297},{"source":294,"target":32},{"source":297,"target":80},{"source":295,"target":4},{"source":33,"target":0},{"source":33,"target":4},{"source":33,"target":298},{"source":33,"target":299},{"source":298,"target":300},{"source":298,"target":33},{"source":299,"target":4},{"source":34,"target":0},{"source":34,"target":4},{"source":34,"target":301},{"source":34,"target":302},{"source":301,"target":35},{"source":301,"target":303},{"source":301,"target":34},{"source":303,"target":35},{"source":302,"target":4},{"source":35,"target":0},{"source":35,"target":304},{"source":35,"target":305},{"source":304,"target":306},{"source":304,"target":35},{"source":305,"target":307},{"source":305,"target":35},{"source":36,"target":0},{"source":37,"target":0},{"source":37,"target":36},{"source":37,"target":308},{"source":37,"target":309},{"source":308,"target":310},{"source":308,"target":37},{"source":309,"target":36},{"source":38,"target":0},{"source":38,"target":37},{"source":38,"target":311},{"source":38,"target":312},{"source":38,"target":313},{"source":38,"target":314},{"source":311,"target":315},{"source":311,"target":38},{"source":312,"target":316},{"source":312,"target":38},{"source":313,"target":39},{"source":313,"target":317},{"source":313,"target":38},{"source":317,"target":39},{"source":314,"target":37},{"source":39,"target":0},{"source":39,"target":318},{"source":39,"target":319},{"source":318,"target":320},{"source":318,"target":39},{"source":319,"target":321},{"source":319,"target":39},{"source":40,"target":0},{"source":40,"target":37},{"source":40,"target":322},{"source":40,"target":323},{"source":40,"target":324},{"source":40,"target":325},{"source":40,"target":326},{"source":40,"target":327},{"source":40,"target":328},{"source":40,"target":329},{"source":40,"target":330},{"source":40,"target":331},{"source":40,"target":332},{"source":40,"target":333},{"source":40,"target":334},{"source":40,"target":335},{"source":40,"target":336},{"source":40,"target":337},{"source":40,"target":338},{"source":40,"target":339},{"source":40,"target":340},{"source":322,"target":341},{"source":322,"target":40},{"source":323,"target":342},{"source":323,"target":40},{"source":324,"target":343},{"source":324,"target":40},{"source":325,"target":344},{"source":325,"target":40},{"source":326,"target":345},{"source":326,"target":40},{"source":327,"target":346},{"source":327,"target":40},{"source":328,"target":55},{"source":328,"target":347},{"source":328,"target":40},{"source":347,"target":55},{"source":329,"target":348},{"source":329,"target":40},{"source":330,"target":349},{"source":330,"target":40},{"source":331,"target":350},{"source":331,"target":40},{"source":332,"target":351},{"source":332,"target":40},{"source":333,"target":352},{"source":333,"target":40},{"source":334,"target":353},{"source":334,"target":40},{"source":335,"target":354},{"source":335,"target":40},{"source":336,"target":355},{"source":336,"target":40},{"source":337,"target":356},{"source":337,"target":40},{"source":338,"target":357},{"source":338,"target":40},{"source":339,"target":55},{"source":339,"target":358},{"source":339,"target":40},{"source":358,"target":55},{"source":340,"target":37},{"source":41,"target":0},{"source":41,"target":37},{"source":41,"target":359},{"source":41,"target":360},{"source":41,"target":361},{"source":359,"target":79},{"source":359,"target":362},{"source":359,"target":41},{"source":362,"target":79},{"source":360,"target":55},{"source":360,"target":363},{"source":360,"target":41},{"source":363,"target":55},{"source":361,"target":37},{"source":42,"target":0},{"source":42,"target":37},{"source":42,"target":364},{"source":42,"target":365},{"source":42,"target":366},{"source":364,"target":79},{"source":364,"target":367},{"source":364,"target":42},{"source":367,"target":79},{"source":365,"target":43},{"source":365,"target":368},{"source":365,"target":42},{"source":368,"target":43},{"source":366,"target":37},{"source":43,"target":0},{"source":43,"target":369},{"source":43,"target":370},{"source":369,"target":371},{"source":369,"target":43},{"source":370,"target":90},{"source":370,"target":372},{"source":370,"target":43},{"source":372,"target":90},{"source":44,"target":0},{"source":44,"target":37},{"source":44,"target":373},{"source":373,"target":37},{"source":45,"target":0},{"source":45,"target":37},{"source":45,"target":374},{"source":45,"target":375},{"source":45,"target":376},{"source":45,"target":377},{"source":45,"target":378},{"source":45,"target":379},{"source":45,"target":380},{"source":45,"target":381},{"source":374,"target":382},{"source":374,"target":45},{"source":375,"target":383},{"source":375,"target":45},{"source":376,"target":384},{"source":376,"target":45},{"source":377,"target":385},{"source":377,"target":45},{"source":378,"target":386},{"source":378,"target":45},{"source":379,"target":387},{"source":379,"target":45},{"source":380,"target":70},{"source":380,"target":388},{"source":380,"target":45},{"source":388,"target":70},{"source":381,"target":37},{"source":46,"target":0},{"source":46,"target":37},{"source":46,"target":389},{"source":46,"target":390},{"source":46,"target":391},{"source":389,"target":392},{"source":389,"target":46},{"source":390,"target":71},{"source":390,"target":393},{"source":390,"target":46},{"source":393,"target":71},{"source":391,"target":37},{"source":47,"target":0},{"source":47,"target":37},{"source":47,"target":394},{"source":47,"target":395},{"source":47,"target":396},{"source":47,"target":397},{"source":394,"target":398},{"source":394,"target":47},{"source":395,"target":399},{"source":395,"target":47},{"source":396,"target":400},{"source":396,"target":47},{"source":397,"target":37},{"source":48,"target":0},{"source":48,"target":37},{"source":48,"target":401},{"source":48,"target":402},{"source":401,"target":403},{"source":401,"target":48},{"source":402,"target":37},{"source":49,"target":0},{"source":49,"target":37},{"source":49,"target":404},{"source":404,"target":37},{"source":50,"target":0},{"source":50,"target":37},{"source":50,"target":405},{"source":50,"target":406},{"source":50,"target":407},{"source":405,"target":408},{"source":405,"target":50},{"source":406,"target":409},{"source":406,"target":50},{"source":407,"target":37},{"source":51,"target":0},{"source":51,"target":37},{"source":51,"target":410},{"source":51,"target":411},{"source":51,"target":412},{"source":51,"target":413},{"source":51,"target":414},{"source":410,"target":415},{"source":410,"target":51},{"source":411,"target":416},{"source":411,"target":51},{"source":412,"target":417},{"source":412,"target":51},{"source":413,"target":90},{"source":413,"target":418},{"source":413,"target":51},{"source":418,"target":90},{"source":414,"target":37},{"source":52,"target":0},{"source":52,"target":37},{"source":52,"target":419},{"source":52,"target":420},{"source":419,"target":53},{"source":419,"target":421},{"source":419,"target":52},{"source":421,"target":53},{"source":420,"target":37},{"source":53,"target":0},{"source":53,"target":422},{"source":53,"target":423},{"source":422,"target":424},{"source":422,"target":53},{"source":423,"target":90},{"source":423,"target":425},{"source":423,"target":53},{"source":425,"target":90},{"source":54,"target":0},{"source":54,"target":37},{"source":54,"target":426},{"source":54,"target":427},{"source":54,"target":428},{"source":54,"target":429},{"source":426,"target":430},{"source":426,"target":54},{"source":427,"target":431},{"source":427,"target":54},{"source":428,"target":432},{"source":428,"target":54},{"source":429,"target":37},{"source":55,"target":0},{"source":55,"target":433},{"source":55,"target":434},{"source":55,"target":435},{"source":55,"target":436},{"source":55,"target":437},{"source":55,"target":438},{"source":55,"target":439},{"source":55,"target":440},{"source":55,"target":441},{"source":55,"target":442},{"source":55,"target":443},{"source":55,"target":444},{"source":55,"target":445},{"source":55,"target":446},{"source":55,"target":447},{"source":55,"target":448},{"source":433,"target":93},{"source":433,"target":449},{"source":433,"target":55},{"source":449,"target":93},{"source":434,"target":93},{"source":434,"target":450},{"source":434,"target":55},{"source":450,"target":93},{"source":435,"target":93},{"source":435,"target":451},{"source":435,"target":55},{"source":451,"target":93},{"source":436,"target":93},{"source":436,"target":452},{"source":436,"target":55},{"source":452,"target":93},{"source":437,"target":93},{"source":437,"target":453},{"source":437,"target":55},{"source":453,"target":93},{"source":438,"target":454},{"source":438,"target":55},{"source":439,"target":57},{"source":439,"target":455},{"source":439,"target":55},{"source":455,"target":57},{"source":440,"target":58},{"source":440,"target":456},{"source":440,"target":55},{"source":456,"target":58},{"source":441,"target":71},{"source":441,"target":457},{"source":441,"target":55},{"source":457,"target":71},{"source":442,"target":60},{"source":442,"target":458},{"source":442,"target":55},{"source":458,"target":60},{"source":443,"target":459},{"source":443,"target":55},{"source":444,"target":61},{"source":444,"target":460},{"source":444,"target":55},{"source":460,"target":61},{"source":445,"target":461},{"source":445,"target":55},{"source":446,"target":462},{"source":446,"target":55},{"source":447,"target":70},{"source":447,"target":463},{"source":447,"target":55},{"source":463,"target":70},{"source":448,"target":56},{"source":448,"target":464},{"source":448,"target":55},{"source":464,"target":56},{"source":56,"target":0},{"source":56,"target":465},{"source":56,"target":466},{"source":465,"target":467},{"source":465,"target":56},{"source":466,"target":468},{"source":466,"target":56},{"source":57,"target":0},{"source":57,"target":469},{"source":57,"target":470},{"source":57,"target":471},{"source":469,"target":472},{"source":469,"target":57},{"source":470,"target":90},{"source":470,"target":473},{"source":470,"target":57},{"source":473,"target":90},{"source":471,"target":90},{"source":471,"target":474},{"source":471,"target":57},{"source":474,"target":90},{"source":58,"target":0},{"source":58,"target":475},{"source":58,"target":476},{"source":475,"target":59},{"source":475,"target":477},{"source":475,"target":58},{"source":477,"target":59},{"source":476,"target":71},{"source":476,"target":478},{"source":476,"target":58},{"source":478,"target":71},{"source":59,"target":0},{"source":59,"target":479},{"source":59,"target":480},{"source":59,"target":481},{"source":59,"target":482},{"source":59,"target":483},{"source":59,"target":484},{"source":479,"target":59},{"source":480,"target":59},{"source":481,"target":59},{"source":482,"target":59},{"source":483,"target":59},{"source":484,"target":59},{"source":60,"target":0},{"source":60,"target":485},{"source":60,"target":486},{"source":60,"target":487},{"source":60,"target":488},{"source":60,"target":489},{"source":60,"target":490},{"source":60,"target":491},{"source":60,"target":492},{"source":60,"target":493},{"source":60,"target":494},{"source":485,"target":495},{"source":485,"target":60},{"source":486,"target":496},{"source":486,"target":60},{"source":487,"target":497},{"source":487,"target":60},{"source":488,"target":498},{"source":488,"target":60},{"source":489,"target":499},{"source":489,"target":60},{"source":490,"target":500},{"source":490,"target":60},{"source":491,"target":501},{"source":491,"target":60},{"source":492,"target":502},{"source":492,"target":60},{"source":493,"target":503},{"source":493,"target":60},{"source":494,"target":504},{"source":494,"target":60},{"source":61,"target":0},{"source":61,"target":505},{"source":61,"target":506},{"source":61,"target":507},{"source":61,"target":508},{"source":61,"target":509},{"source":61,"target":510},{"source":61,"target":511},{"source":61,"target":512},{"source":505,"target":513},{"source":505,"target":61},{"source":506,"target":62},{"source":506,"target":514},{"source":506,"target":61},{"source":514,"target":62},{"source":507,"target":515},{"source":507,"target":61},{"source":508,"target":64},{"source":508,"target":516},{"source":508,"target":61},{"source":516,"target":64},{"source":509,"target":517},{"source":509,"target":61},{"source":510,"target":65},{"source":510,"target":518},{"source":510,"target":61},{"source":518,"target":65},{"source":511,"target":519},{"source":511,"target":61},{"source":512,"target":66},{"source":512,"target":520},{"source":512,"target":61},{"source":520,"target":66},{"source":62,"target":0},{"source":62,"target":521},{"source":62,"target":522},{"source":62,"target":523},{"source":521,"target":524},{"source":521,"target":62},{"source":522,"target":525},{"source":522,"target":62},{"source":523,"target":63},{"source":523,"target":526},{"source":523,"target":62},{"source":526,"target":63},{"source":63,"target":0},{"source":63,"target":527},{"source":63,"target":528},{"source":527,"target":529},{"source":527,"target":63},{"source":528,"target":530},{"source":528,"target":63},{"source":64,"target":0},{"source":64,"target":531},{"source":64,"target":532},{"source":64,"target":533},{"source":64,"target":534},{"source":531,"target":64},{"source":532,"target":64},{"source":533,"target":64},{"source":534,"target":64},{"source":65,"target":0},{"source":65,"target":535},{"source":65,"target":536},{"source":535,"target":537},{"source":535,"target":65},{"source":536,"target":538},{"source":536,"target":65},{"source":66,"target":0},{"source":66,"target":539},{"source":539,"target":540},{"source":539,"target":66},{"source":67,"target":0},{"source":67,"target":66},{"source":67,"target":541},{"source":67,"target":542},{"source":67,"target":543},{"source":541,"target":544},{"source":541,"target":67},{"source":542,"target":90},{"source":542,"target":545},{"source":542,"target":67},{"source":545,"target":90},{"source":543,"target":66},{"source":68,"target":0},{"source":68,"target":66},{"source":68,"target":546},{"source":68,"target":547},{"source":546,"target":69},{"source":546,"target":548},{"source":546,"target":68},{"source":548,"target":69},{"source":547,"target":66},{"source":69,"target":0},{"source":69,"target":549},{"source":69,"target":550},{"source":549,"target":551},{"source":549,"target":69},{"source":550,"target":90},{"source":550,"target":552},{"source":550,"target":69},{"source":552,"target":90},{"source":70,"target":0},{"source":70,"target":553},{"source":70,"target":554},{"source":70,"target":555},{"source":70,"target":556},{"source":70,"target":557},{"source":70,"target":558},{"source":70,"target":559},{"source":70,"target":560},{"source":70,"target":561},{"source":553,"target":562},{"source":553,"target":70},{"source":554,"target":72},{"source":554,"target":563},{"source":554,"target":70},{"source":563,"target":72},{"source":555,"target":564},{"source":555,"target":70},{"source":556,"target":565},{"source":556,"target":70},{"source":557,"target":74},{"source":557,"target":566},{"source":557,"target":70},{"source":566,"target":74},{"source":558,"target":90},{"source":558,"target":567},{"source":558,"target":70},{"source":567,"target":90},{"source":559,"target":93},{"source":559,"target":568},{"source":559,"target":70},{"source":568,"target":93},{"source":560,"target":93},{"source":560,"target":569},{"source":560,"target":70},{"source":569,"target":93},{"source":561,"target":93},{"source":561,"target":570},{"source":561,"target":70},{"source":570,"target":93},{"source":71,"target":0},{"source":71,"target":571},{"source":71,"target":572},{"source":71,"target":573},{"source":71,"target":574},{"source":71,"target":575},{"source":71,"target":576},{"source":71,"target":577},{"source":71,"target":578},{"source":71,"target":579},{"source":71,"target":580},{"source":71,"target":581},{"source":71,"target":582},{"source":71,"target":583},{"source":71,"target":584},{"source":571,"target":585},{"source":571,"target":71},{"source":572,"target":586},{"source":572,"target":71},{"source":573,"target":587},{"source":573,"target":71},{"source":574,"target":90},{"source":574,"target":588},{"source":574,"target":71},{"source":588,"target":90},{"source":575,"target":589},{"source":575,"target":71},{"source":576,"target":90},{"source":576,"target":590},{"source":576,"target":71},{"source":590,"target":90},{"source":577,"target":591},{"source":577,"target":71},{"source":578,"target":53},{"source":578,"target":592},{"source":578,"target":71},{"source":592,"target":53},{"source":579,"target":593},{"source":579,"target":71},{"source":580,"target":53},{"source":580,"target":594},{"source":580,"target":71},{"source":594,"target":53},{"source":581,"target":595},{"source":581,"target":71},{"source":582,"target":596},{"source":582,"target":71},{"source":583,"target":597},{"source":583,"target":71},{"source":584,"target":598},{"source":584,"target":71},{"source":72,"target":0},{"source":72,"target":599},{"source":72,"target":600},{"source":72,"target":601},{"source":72,"target":602},{"source":72,"target":603},{"source":599,"target":604},{"source":599,"target":72},{"source":600,"target":605},{"source":600,"target":72},{"source":601,"target":606},{"source":601,"target":72},{"source":602,"target":607},{"source":602,"target":72},{"source":603,"target":73},{"source":603,"target":608},{"source":603,"target":72},{"source":608,"target":73},{"source":73,"target":0},{"source":73,"target":609},{"source":73,"target":610},{"source":73,"target":611},{"source":609,"target":612},{"source":609,"target":73},{"source":610,"target":613},{"source":610,"target":73},{"source":611,"target":92},{"source":611,"target":614},{"source":611,"target":73},{"source":614,"target":92},{"source":74,"target":0},{"source":74,"target":615},{"source":74,"target":616},{"source":74,"target":617},{"source":74,"target":618},{"source":615,"target":619},{"source":615,"target":74},{"source":616,"target":620},{"source":616,"target":74},{"source":617,"target":621},{"source":617,"target":74},{"source":618,"target":73},{"source":618,"target":622},{"source":618,"target":74},{"source":622,"target":73},{"source":75,"target":0},{"source":75,"target":623},{"source":75,"target":624},{"source":75,"target":625},{"source":75,"target":626},{"source":75,"target":627},{"source":75,"target":628},{"source":75,"target":629},{"source":75,"target":630},{"source":75,"target":631},{"source":623,"target":75},{"source":624,"target":75},{"source":625,"target":75},{"source":626,"target":75},{"source":627,"target":75},{"source":628,"target":75},{"source":629,"target":75},{"source":630,"target":75},{"source":631,"target":75},{"source":76,"target":0},{"source":76,"target":632},{"source":76,"target":633},{"source":76,"target":634},{"source":632,"target":76},{"source":633,"target":76},{"source":634,"target":76},{"source":77,"target":0},{"source":77,"target":635},{"source":77,"target":636},{"source":77,"target":637},{"source":77,"target":638},{"source":635,"target":77},{"source":636,"target":77},{"source":637,"target":77},{"source":638,"target":77},{"source":78,"target":0},{"source":78,"target":639},{"source":78,"target":640},{"source":78,"target":641},{"source":639,"target":78},{"source":640,"target":78},{"source":641,"target":78},{"source":79,"target":0},{"source":79,"target":642},{"source":79,"target":643},{"source":79,"target":644},{"source":642,"target":79},{"source":643,"target":79},{"source":644,"target":79},{"source":80,"target":0},{"source":81,"target":0},{"source":81,"target":80},{"source":81,"target":645},{"source":81,"target":646},{"source":645,"target":82},{"source":645,"target":647},{"source":645,"target":81},{"source":647,"target":82},{"source":646,"target":80},{"source":82,"target":0},{"source":82,"target":648},{"source":82,"target":649},{"source":648,"target":650},{"source":648,"target":82},{"source":649,"target":80},{"source":649,"target":651},{"source":649,"target":82},{"source":651,"target":80},{"source":83,"target":0},{"source":83,"target":80},{"source":83,"target":652},{"source":83,"target":653},{"source":652,"target":80},{"source":652,"target":654},{"source":652,"target":83},{"source":654,"target":80},{"source":653,"target":80},{"source":84,"target":0},{"source":84,"target":80},{"source":84,"target":655},{"source":84,"target":656},{"source":655,"target":657},{"source":655,"target":84},{"source":656,"target":80},{"source":85,"target":0},{"source":85,"target":80},{"source":85,"target":658},{"source":658,"target":80},{"source":86,"target":0},{"source":86,"target":85},{"source":86,"target":659},{"source":86,"target":660},{"source":659,"target":661},{"source":659,"target":86},{"source":660,"target":85},{"source":87,"target":0},{"source":87,"target":85},{"source":87,"target":662},{"source":87,"target":663},{"source":662,"target":664},{"source":662,"target":87},{"source":663,"target":85},{"source":88,"target":0},{"source":88,"target":80},{"source":88,"target":665},{"source":88,"target":666},{"source":665,"target":667},{"source":665,"target":88},{"source":666,"target":80},{"source":89,"target":0},{"source":89,"target":80},{"source":89,"target":668},{"source":668,"target":80},{"source":90,"target":0},{"source":91,"target":0},{"source":91,"target":90},{"source":91,"target":669},{"source":91,"target":670},{"source":669,"target":671},{"source":669,"target":91},{"source":670,"target":90},{"source":92,"target":0},{"source":92,"target":90},{"source":92,"target":672},{"source":92,"target":673},{"source":92,"target":674},{"source":672,"target":675},{"source":672,"target":92},{"source":673,"target":676},{"source":673,"target":92},{"source":674,"target":90},{"source":93,"target":0},{"source":94,"target":0},{"source":94,"target":93},{"source":94,"target":677},{"source":94,"target":678},{"source":677,"target":679},{"source":677,"target":94},{"source":678,"target":93},{"source":95,"target":0},{"source":95,"target":93},{"source":95,"target":680},{"source":95,"target":681},{"source":95,"target":682},{"source":680,"target":683},{"source":680,"target":95},{"source":681,"target":684},{"source":681,"target":95},{"source":682,"target":93},{"source":96,"target":0},{"source":96,"target":4},{"source":96,"target":685},{"source":96,"target":686},{"source":96,"target":687},{"source":96,"target":688},{"source":685,"target":689},{"source":685,"target":96},{"source":686,"target":36},{"source":686,"target":690},{"source":686,"target":96},{"source":690,"target":36},{"source":687,"target":4},{"source":687,"target":691},{"source":687,"target":96},{"source":691,"target":4},{"source":688,"target":4},{"source":97,"target":0},{"source":97,"target":36},{"source":97,"target":692},{"source":97,"target":693},{"source":692,"target":36},{"source":692,"target":694},{"source":692,"target":97},{"source":694,"target":36},{"source":693,"target":36},{"source":98,"target":0},{"source":98,"target":36},{"source":98,"target":695},{"source":98,"target":696},{"source":695,"target":36},{"source":695,"target":697},{"source":695,"target":98},{"source":697,"target":36},{"source":696,"target":36}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="operators" nsURI="http://www.netxforge.com/13042011/operators" nsPrefix="operators"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#xA;&#x9;&#x9;&#x9;Network Data schema Copyright 2008 The schema uses&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references syntax, but should easily map into an SQL schema.&#xA;&#x9;&#x9;&#x9;The&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references, are mapped into ORM specific DLL (See&#xA;&#x9;&#x9;&#x9;Hibernate or&#xA;&#x9;&#x9;&#x9;other&#xA;&#x9;&#x9;&#x9;ORM. EMF/Hibernate&#xA;&#x9;&#x9;&#x9;however uses a custom mechanism.&#xA;&#xA;&#x9;&#x9;&#x9;Don't use&#xA;&#x9;&#x9;&#x9;the&#xA;&#x9;&#x9;&#x9;word&#xA;&#x9;&#x9;&#x9;&quot;Item&quot;, as this is appended to the Object&#xA;&#x9;&#x9;&#x9;name in the EMF&#xA;&#x9;&#x9;&#x9;edit&#xA;&#x9;&#x9;&#x9;model.&#xA;&#xA;&#x9;&#x9;&#x9;Validation with pattern is not used, considering the limited&#xA;&#x9;&#x9;&#x9;capabilities of&#xA;&#x9;&#x9;&#x9;XSD patterns.&#xA;&#xA;&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;&#x9;Network Data schema Copyright 2008 The schema uses&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references syntax, but should easily map into an SQL schema.&#xA;&#x9;&#x9;&#x9;The&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references, are mapped into ORM specific DLL (See&#xA;&#x9;&#x9;&#x9;Hibernate or&#xA;&#x9;&#x9;&#x9;other&#xA;&#x9;&#x9;&#x9;ORM. EMF/Hibernate&#xA;&#x9;&#x9;&#x9;however uses a custom mechanism.&#xA;&#xA;&#x9;&#x9;&#x9;Don't use&#xA;&#x9;&#x9;&#x9;the&#xA;&#x9;&#x9;&#x9;word&#xA;&#x9;&#x9;&#x9;&quot;Item&quot;, as this is appended to the Object&#xA;&#x9;&#x9;&#x9;name in the EMF&#xA;&#x9;&#x9;&#x9;edit&#xA;&#x9;&#x9;&#x9;model.&#xA;&#xA;&#x9;&#x9;&#x9;Validation with pattern is not used, considering the limited&#xA;&#x9;&#x9;&#x9;capabilities of&#xA;&#x9;&#x9;&#x9;XSD patterns.&#xA;&#xA;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;&#x9;Network Data schema Copyright 2008 The schema uses&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references syntax, but should easily map into an SQL schema.&#xA;&#x9;&#x9;&#x9;The&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references, are mapped into ORM specific DLL (See&#xA;&#x9;&#x9;&#x9;Hibernate or&#xA;&#x9;&#x9;&#x9;other&#xA;&#x9;&#x9;&#x9;ORM. EMF/Hibernate&#xA;&#x9;&#x9;&#x9;however uses a custom mechanism.&#xA;&#xA;&#x9;&#x9;&#x9;Don't use&#xA;&#x9;&#x9;&#x9;the&#xA;&#x9;&#x9;&#x9;word&#xA;&#x9;&#x9;&#x9;&quot;Item&quot;, as this is appended to the Object&#xA;&#x9;&#x9;&#x9;name in the EMF&#xA;&#x9;&#x9;&#x9;edit&#xA;&#x9;&#x9;&#x9;model.&#xA;&#xA;&#x9;&#x9;&#x9;Validation with pattern is not used, considering the limited&#xA;&#x9;&#x9;&#x9;capabilities of&#xA;&#x9;&#x9;&#x9;XSD patterns.&#xA;&#xA;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="EquipmentRelationship" eSuperTypes="#//Relationship"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points of&#xA;&#x9;&#x9;&#x9;&#x9;an equipment relationship. (Also known as a Physical Connection).&#xA;&#x9;&#x9;&#x9;&#x9;The EquipmentRelationship type extends the Relationship type and&#xA;&#x9;&#x9;&#x9;&#x9;contains references to a first and second equipment.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;Examples:&#xA;&#x9;&#x9;&#x9;&#x9;1. A&#xA;&#x9;&#x9;&#x9;&#x9;Relationship between two Equipment representing a connection.&#xA;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EquipmentRelationship"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="equipment1Ref" eType="ecore:EClass library.ecore#//Equipment"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Equipment1Ref reference, references 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Equipment type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Equipment1Ref"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="equipment2Ref" eType="ecore:EClass library.ecore#//Equipment"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Equipment2Ref reference, references 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Equipment type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Equipment2Ref"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionRelationship" eSuperTypes="#//Relationship"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points of&#xA;&#x9;&#x9;&#x9;&#x9;a function relationship. (Also known as a Logical Connection).&#xA;&#x9;&#x9;&#x9;&#x9;The&#xA;&#x9;&#x9;&#x9;&#x9;FunctionRelationship type extends the Relationship type and&#xA;&#x9;&#x9;&#x9;&#x9;contains&#xA;&#x9;&#x9;&#x9;&#x9;references to a first and second function.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;Examples:&#xA;&#x9;&#x9;&#x9;&#x9;1. A Relationship&#xA;&#x9;&#x9;&#x9;&#x9;between two functions representing a logical&#xA;&#x9;&#x9;&#x9;&#x9;connection.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FunctionRelationship"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="function1Ref" eType="ecore:EClass library.ecore#//Function"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Function1Ref reference, references 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;function type.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Function1Ref"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="function2Ref" eType="ecore:EClass library.ecore#//Function"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Function2Ref reference, references 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;function type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Function2Ref"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Marker" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;A type representing a resource marker. The marker&#xA;&#x9;&#x9;&#x9;&#x9;references a value and an Equipment or Function.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Marker"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="valueRef" eType="ecore:EClass generics.ecore#//Value"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ValueRef reference, references 0 or 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Values.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ValueRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="markerResourceRef" eType="ecore:EClass library.ecore#//NetXResource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The MarkerResource reference, references 0 or 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Resource type&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MarkerResourceRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType generics.ecore#//Description2000"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Description attribute holds the description&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for this marker.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Description"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//MarkerKind" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Kind attribute holds the kind of Marker this&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Marker is. (See MarkerKind).&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Kind"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MarkerKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the kinds of possible markers&#xA;&#x9;&#x9;&#x9;&#x9;which could apply on a resource value&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MarkerKind"/> </eAnnotations> <eLiterals name="value"/> <eLiterals name="INTERNALEVENT" value="1" literal="INTERNAL_EVENT"/> <eLiterals name="EXTERNALEVENT" value="2" literal="EXTERNAL_EVENT"/> <eLiterals name="ACTIONNEEDED" value="3" literal="ACTION_NEEDED"/> <eLiterals name="TOLERANCECROSSED" value="4" literal="TOLERANCE_CROSSED"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="MarkerKindObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MarkerKind:Object"/> <details key="baseType" value="MarkerKind"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Network" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points of&#xA;&#x9;&#x9;&#x9;&#x9;a real telecommunications network or part of a network.&#xA;&#x9;&#x9;&#x9;&#x9;A Network&#xA;&#x9;&#x9;&#x9;&#x9;type can have a parent Network. It also can contain nodes&#xA;&#x9;&#x9;&#x9;&#x9;and&#xA;&#x9;&#x9;&#x9;&#x9;relationships. A Network can have different phases&#xA;&#x9;&#x9;&#x9;&#x9;which represents&#xA;&#x9;&#x9;&#x9;&#x9;how the network evolves over time. The start and end&#xA;&#x9;&#x9;&#x9;&#x9;date of the&#xA;&#x9;&#x9;&#x9;&#x9;network provide reference on the period for which a&#xA;&#x9;&#x9;&#x9;&#x9;phase applies.&#xA;&#x9;&#x9;&#x9;&#x9;applies. Network phases are also linked together.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;Examples:&#xA;&#x9;&#x9;&#x9;&#x9;1. A &quot;Core&#xA;&#x9;&#x9;&#x9;&#x9;Network&quot; is defined which holds Nodes belonging to the&#xA;&#x9;&#x9;&#x9;&#x9;&quot;Core&#xA;&#x9;&#x9;&#x9;&#x9;Network&quot;. Relationships are also stored&#xA;&#x9;&#x9;&#x9;&#x9;in this network.&#xA;&#x9;&#x9;&#x9;&#x9;1. A &quot;Core&#xA;&#x9;&#x9;&#x9;&#x9;Network&quot; has 2 phases, each covering 1 calendar year.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Network"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="diagrams" upperBound="-1" eType="ecore:EClass generics.ecore#//DiagramInfo" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Diagrams reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;DiagramInfo types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Diagrams"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Nodes reference, contains 0 or more Node&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Nodes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="networks" upperBound="-1" eType="#//Network" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Networks reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Network types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;These are sub networks.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Networks"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="functionRelationships" upperBound="-1" eType="#//FunctionRelationship" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The FunctionRelationships reference, contains 0&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;or more FunctionRelationship types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="FunctionRelationships"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="equipmentRelationships" upperBound="-1" eType="#//EquipmentRelationship" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The EquipmentRelationships reference, contains&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;0&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;or more EquipmentRelationship types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="EquipmentRelationships"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="metricSources" upperBound="-1" eType="ecore:EClass metrics.ecore#//MetricSource" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The MetricSources reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;MetricSource types&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MetricSources"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="createdByRef" eType="ecore:EClass generics.ecore#//Person"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The CreatedByRef references, refers to the User&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="CreatedByRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdDate" 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 CreatedDate attribute is populated with the&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;actual creation date of the Network.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="CreatedDate"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType generics.ecore#//Description2000"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Description attribute holds the description&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;of&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;the network.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Description"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255" defaultValueLiteral="name" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Name attribute holds the name of the&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;network.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points of&#xA;&#x9;&#x9;&#x9;&#x9;a real telecommunications Node. This is also often referred&#xA;&#x9;&#x9;&#x9;&#x9;to as a&#xA;&#x9;&#x9;&#x9;&#x9;Network Element. A Node type is a real instance of a vendor&#xA;&#x9;&#x9;&#x9;&#x9;equipment with functions.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;A Node, has a unique ID, it has a&#xA;&#x9;&#x9;&#x9;&#x9;lifecycle. It is also placed in a&#xA;&#x9;&#x9;&#x9;&#x9;Room.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;Examples:&#xA;&#x9;&#x9;&#x9;&#x9;1. The AMSSGSN, is&#xA;&#x9;&#x9;&#x9;&#x9;the ID of the Amsterdam SGSN Node.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="&#xA;&#x9;&#x9;&#x9;&#x9;ValidNodeID&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="ValidNodeID" value="&#xA;&#x9;&#x9;&#x9;&#x9;not self.nodeID.oclIsUndefined()&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Node"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="lifecycle" eType="ecore:EClass generics.ecore#//Lifecycle" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Lifecycle reference, contains 0 or 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Lifecycle types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Lifecycle"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeType" eType="ecore:EClass library.ecore#//NodeType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The NodeType reference, contains 0 or 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;NodeType type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NodeType"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="createdByRef" eType="ecore:EClass generics.ecore#//Person"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The CreatedByRef references, refers to the User&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="CreatedByRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="locationRef" eType="ecore:EClass geo.ecore#//Location"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The RoomRef reference, refers to a Room type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="LocationRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nodeID" eType="ecore:EDataType generics.ecore#//Name255"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The NodeID attribute holds a unique identifier&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;the node.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;It is according to guidelines for so-called&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Configuration&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Items (CI).&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Example:&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;[Location][Nodetype_abbreviation][Sequencenumber]&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="NodeID"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="originalNodeTypeRef" eType="ecore:EClass library.ecore#//NodeType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The OriginalNodeTypeRef reference, refers to the&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;original NodeType type from the library.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="OriginalNodeTypeRef"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operator" eSuperTypes="generics.ecore#//Company"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the information points of a&#xA;&#x9;&#x9;&#x9;&#x9;telecommunications Operator. It contains various aspects like the&#xA;&#x9;&#x9;&#x9;&#x9;network(s)&#xA;&#x9;&#x9;&#x9;&#x9;, the Wharehouse(s), the services etc...&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Operator"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="networks" upperBound="-1" eType="#//Network" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Networks reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Network type&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Networks"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="warehouses" upperBound="-1" eType="#//Warehouse" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Wharehouses reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Wharehouse type&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Warehouses"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1" eType="ecore:EClass services.ecore#//Service" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Services reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Service type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Services"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceUsers" upperBound="-1" eType="ecore:EClass services.ecore#//ServiceUser" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ServiceUsers reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ServiceUser type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ServiceUsers"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceExpansions" upperBound="-1" eType="#//ResourceExpansion" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Services reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Service type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ResourceExpansions"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relationship" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points of&#xA;&#x9;&#x9;&#x9;&#x9;a Relationship. This is also often referred to as a Connection or&#xA;&#x9;&#x9;&#x9;&#x9;Link.&#xA;&#x9;&#x9;&#x9;&#x9;Both Function and Equipment Relationship extend on this Base&#xA;&#x9;&#x9;&#x9;&#x9;type. It&#xA;&#x9;&#x9;&#x9;&#x9;holds both ends of the Node.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Relationship"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Name attribute holds a name used for&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;presentation.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeID1Ref" eType="#//Node"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The NodeID1Ref attribute, references a Node&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="NodeID1Ref"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeID2Ref" eType="#//Node"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The NodeID1Ref attribute, references a Node&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="NodeID2Ref"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="protocolRef" eType="ecore:EClass protocols.ecore#//Protocol"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ProtocolRef reference, refers to 0 or 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Protocol type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ProtocolRef"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceExpansion" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing an expansion of the network. It&#xA;&#x9;&#x9;&#x9;&#x9;references either node(s) or equipment(s).&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ResourceExpansion"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeRefs" upperBound="-1" eType="#//Node"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Node reference, references 1 or more Node&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NodeRefs"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="equipmentRefs" upperBound="-1" eType="ecore:EClass library.ecore#//Equipment"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Equipment reference, references 1 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Equipment types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="EquipmentRefs"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="functionRefs" upperBound="-1" eType="ecore:EClass library.ecore#//Function"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Function reference, references 1 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Function types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="FunctionRefs"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceForecast" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing a resource forecast run. The&#xA;&#x9;&#x9;&#x9;&#x9;resources in the Nodes will contain the forecast values, this type&#xA;&#x9;&#x9;&#x9;&#x9;however hold the&#xA;&#x9;&#x9;&#x9;&#x9;time markers which result from the forecast.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ResourceForecast"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="markers" upperBound="-1" eType="#//Marker" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Markers reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Marker&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Markers"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceMonitor" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing a resource monitoring run. The&#xA;&#x9;&#x9;&#x9;&#x9;resources in the Nodes will contain the monitoring values,&#xA;&#x9;&#x9;&#x9;&#x9;this&#xA;&#x9;&#x9;&#x9;&#x9;object however holds the time markers which result from the&#xA;&#x9;&#x9;&#x9;&#x9;monitoring.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ResourceMonitor"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="markers" upperBound="-1" eType="#//Marker" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Markers reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Marker&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Markers"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeRef" eType="#//Node"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Node reference, references 1 Node&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NodeRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRef" eType="ecore:EClass library.ecore#//NetXResource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Resource reference, references 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Resource&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ResourceRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="period" eType="ecore:EClass generics.ecore#//DateTimeRange" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Period reference, contains 0 or 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;DatetimeRange types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Period"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToleranceMarker" eSuperTypes="#//Marker"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;A marker which specifically marks tolerance&#xA;&#x9;&#x9;&#x9;&#x9;treshold crossings.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ToleranceMarker"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//ToleranceMarkerDirectionKind" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="In which direction the marker is crossed,&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;up or down.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Direction"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="level" eType="ecore:EEnum library.ecore#//LevelKind" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The level of the treshold which is crossed.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Level"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ToleranceMarkerDirectionKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The direction in which a treshold is crossed.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ToleranceMarkerDirectionKind"/> </eAnnotations> <eLiterals name="START"/> <eLiterals name="UP" value="1"/> <eLiterals name="DOWN" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ToleranceMarkerDirectionKindObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ToleranceMarkerDirectionKind:Object"/> <details key="baseType" value="ToleranceMarkerDirectionKind"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Warehouse" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points of&#xA;&#x9;&#x9;&#x9;&#x9;a wharehouse .&#xA;&#x9;&#x9;&#x9;&#x9;A Warehouse can have nodes and loose pieces of&#xA;&#x9;&#x9;&#x9;&#x9;equipment in storage.&#xA;&#x9;&#x9;&#x9;&#x9;When a piece of equipment is taken out&#xA;&#x9;&#x9;&#x9;&#x9;of&#xA;&#x9;&#x9;&#x9;&#x9;service (See Lifecycle) it can be stored in the wharehouse.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Warehouse"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Nodes reference, contains 0 or more Node&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Nodes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="equipments" upperBound="-1" eType="ecore:EClass library.ecore#//Equipment" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Equipments reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Equipment types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Equipments"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType generics.ecore#//Description2000"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Description attribute holds the description&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;of the network.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Description"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255" defaultValueLiteral="name" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Name attribute holds the name of the&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;network.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/dzonekl/netxstudio/model/com.netxforge.netxstudio.models.export/src/models/operators.ecore
ecore
operators EquipmentRelationship equipment1Ref equipment2Ref FunctionRelationship function1Ref function2Ref Marker valueRef markerResourceRef description kind MarkerKind value value INTERNALEVENT INTERNAL_EVENT EXTERNALEVENT EXTERNAL_EVENT ACTIONNEEDED ACTION_NEEDED TOLERANCECROSSED TOLERANCE_CROSSED MarkerKindObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Network diagrams nodes networks functionRelationships equipmentRelationships metricSources createdByRef createdDate description name name Node lifecycle nodeType createdByRef locationRef nodeID originalNodeTypeRef Operator networks warehouses services serviceUsers resourceExpansions Relationship name nodeID1Ref nodeID2Ref protocolRef ResourceExpansion nodeRefs equipmentRefs functionRefs ResourceForecast markers ResourceMonitor markers nodeRef resourceRef period ToleranceMarker direction level ToleranceMarkerDirectionKind START START UP UP DOWN DOWN ToleranceMarkerDirectionKindObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Warehouse nodes equipments description name name
null
{"directed":true,"nodes":[{"nsPrefix":"operators","nsURI":"http://www.netxforge.com/13042011/operators","name":"operators","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EquipmentRelationship","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionRelationship","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Marker","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MarkerKind","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"MarkerKindObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Network","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceExpansion","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceForecast","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceMonitor","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToleranceMarker","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ToleranceMarkerDirectionKind","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ToleranceMarkerDirectionKindObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Warehouse","instanceClass":null,"abstract":false,"id":16,"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":"equipment1Ref","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":"equipment2Ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"function1Ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"function2Ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"markerResourceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"kind","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"},{"name":"value","id":36,"value":0,"literal":"value","eClass":"EEnumLiteral"},{"name":"INTERNALEVENT","id":37,"value":1,"literal":"INTERNAL_EVENT","eClass":"EEnumLiteral"},{"name":"EXTERNALEVENT","id":38,"value":2,"literal":"EXTERNAL_EVENT","eClass":"EEnumLiteral"},{"name":"ACTIONNEEDED","id":39,"value":3,"literal":"ACTION_NEEDED","eClass":"EEnumLiteral"},{"name":"TOLERANCECROSSED","id":40,"value":4,"literal":"TOLERANCE_CROSSED","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":"diagrams","changeable":true,"resolveProxies":false,"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":"nodes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"networks","changeable":true,"resolveProxies":false,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionRelationships","changeable":true,"resolveProxies":false,"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":"equipmentRelationships","changeable":true,"resolveProxies":false,"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":"metricSources","changeable":true,"resolveProxies":false,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"createdByRef","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":"createdDate","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"name","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"name","unsettable":true,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lifecycle","changeable":true,"resolveProxies":false,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodeType","changeable":true,"resolveProxies":false,"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":"createdByRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"locationRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nodeID","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalNodeTypeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"networks","changeable":true,"resolveProxies":false,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"warehouses","changeable":true,"resolveProxies":false,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":false,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceUsers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceExpansions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"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":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeID1Ref","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":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeID2Ref","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":"protocolRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeRefs","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":false,"unsettable":false,"transient":false,"unique":true,"name":"equipmentRefs","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":false,"unsettable":false,"transient":false,"unique":true,"name":"functionRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"markers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"markers","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":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeRef","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":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"resolveProxies":false,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"level","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"name":"START","id":119,"value":0,"literal":"START","eClass":"EEnumLiteral"},{"name":"UP","id":120,"value":1,"literal":"UP","eClass":"EEnumLiteral"},{"name":"DOWN","id":121,"value":2,"literal":"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":"nodes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"equipments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"name","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"name","unsettable":true,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":9},{"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":9},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":22,"target":25},{"source":22,"target":2},{"source":23,"target":26},{"source":23,"target":2},{"source":24,"target":9},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":27,"target":32},{"source":27,"target":3},{"source":28,"target":33},{"source":28,"target":3},{"source":29,"target":34},{"source":29,"target":3},{"source":30,"target":4},{"source":30,"target":35},{"source":30,"target":3},{"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":4},{"source":37,"target":4},{"source":38,"target":4},{"source":39,"target":4},{"source":40,"target":4},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":41},{"source":6,"target":42},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":41,"target":52},{"source":41,"target":6},{"source":42,"target":7},{"source":42,"target":53},{"source":42,"target":6},{"source":53,"target":7},{"source":43,"target":6},{"source":43,"target":54},{"source":43,"target":6},{"source":54,"target":6},{"source":44,"target":2},{"source":44,"target":55},{"source":44,"target":6},{"source":55,"target":2},{"source":45,"target":1},{"source":45,"target":56},{"source":45,"target":6},{"source":56,"target":1},{"source":46,"target":57},{"source":46,"target":6},{"source":47,"target":58},{"source":47,"target":6},{"source":48,"target":59},{"source":48,"target":6},{"source":49,"target":60},{"source":49,"target":6},{"source":50,"target":61},{"source":50,"target":6},{"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":7,"target":67},{"source":7,"target":68},{"source":62,"target":69},{"source":62,"target":7},{"source":63,"target":70},{"source":63,"target":7},{"source":64,"target":71},{"source":64,"target":7},{"source":65,"target":72},{"source":65,"target":7},{"source":66,"target":73},{"source":66,"target":7},{"source":67,"target":74},{"source":67,"target":7},{"source":8,"target":0},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":8,"target":78},{"source":8,"target":79},{"source":8,"target":80},{"source":75,"target":6},{"source":75,"target":81},{"source":75,"target":8},{"source":81,"target":6},{"source":76,"target":16},{"source":76,"target":82},{"source":76,"target":8},{"source":82,"target":16},{"source":77,"target":83},{"source":77,"target":8},{"source":78,"target":84},{"source":78,"target":8},{"source":79,"target":10},{"source":79,"target":85},{"source":79,"target":8},{"source":85,"target":10},{"source":9,"target":0},{"source":9,"target":86},{"source":9,"target":87},{"source":9,"target":88},{"source":9,"target":89},{"source":9,"target":90},{"source":86,"target":91},{"source":86,"target":9},{"source":87,"target":7},{"source":87,"target":92},{"source":87,"target":9},{"source":92,"target":7},{"source":88,"target":7},{"source":88,"target":93},{"source":88,"target":9},{"source":93,"target":7},{"source":89,"target":94},{"source":89,"target":9},{"source":10,"target":0},{"source":10,"target":95},{"source":10,"target":96},{"source":10,"target":97},{"source":10,"target":98},{"source":95,"target":7},{"source":95,"target":99},{"source":95,"target":10},{"source":99,"target":7},{"source":96,"target":100},{"source":96,"target":10},{"source":97,"target":101},{"source":97,"target":10},{"source":11,"target":0},{"source":11,"target":102},{"source":11,"target":103},{"source":102,"target":3},{"source":102,"target":104},{"source":102,"target":11},{"source":104,"target":3},{"source":12,"target":0},{"source":12,"target":105},{"source":12,"target":106},{"source":12,"target":107},{"source":12,"target":108},{"source":12,"target":109},{"source":105,"target":3},{"source":105,"target":110},{"source":105,"target":12},{"source":110,"target":3},{"source":106,"target":7},{"source":106,"target":111},{"source":106,"target":12},{"source":111,"target":7},{"source":107,"target":112},{"source":107,"target":12},{"source":108,"target":113},{"source":108,"target":12},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":114},{"source":13,"target":115},{"source":13,"target":116},{"source":114,"target":14},{"source":114,"target":117},{"source":114,"target":13},{"source":117,"target":14},{"source":115,"target":118},{"source":115,"target":13},{"source":116,"target":3},{"source":14,"target":0},{"source":14,"target":119},{"source":14,"target":120},{"source":14,"target":121},{"source":119,"target":14},{"source":120,"target":14},{"source":121,"target":14},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":122},{"source":16,"target":123},{"source":16,"target":124},{"source":16,"target":125},{"source":16,"target":126},{"source":122,"target":7},{"source":122,"target":127},{"source":122,"target":16},{"source":127,"target":7},{"source":123,"target":128},{"source":123,"target":16},{"source":124,"target":129},{"source":124,"target":16},{"source":125,"target":130},{"source":125,"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="b" nsURI="http://b/1.0" nsPrefix="b"> <eClassifiers xsi:type="ecore:EClass" name="B" eSuperTypes="C.ecore#//C"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="to_enum" eType="ecore:EEnum D.ecore#//DEnum"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="custom_datatype" eType="ecore:EDataType D.ecore#//MyDatatype"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/pyecore/pyecoregen/tests/input/B.ecore
ecore
b B to_enum custom_datatype
null
{"directed":true,"nodes":[{"nsPrefix":"b","nsURI":"http://b/1.0","name":"b","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"B","instanceClass":null,"abstract":false,"id":1,"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":"to_enum","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":"custom_datatype","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"},{"id":5,"eClass":"EGenericType"},{"id":6,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":2,"target":5},{"source":2,"target":1},{"source":3,"target":6},{"source":3,"target":1}],"multigraph":true}
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="questionnaire" nsURI="questionnaire" nsPrefix="questionnaire"> <eAnnotations source="gmf"/> <eClassifiers xsi:type="ecore:EClass" name="Questionnaire" eSuperTypes="#//ElementAvecNom"> <eAnnotations source="gmf.diagram"/> <eStructuralFeatures xsi:type="ecore:EReference" name="titre" eType="#//Titre" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dep" eType="#//Depart" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="questions" lowerBound="1" upperBound="-1" eType="#//Question" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arr" eType="#//Arrive" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Titre" eSuperTypes="#//ElementAvecNom"/> <eClassifiers xsi:type="ecore:EClass" name="Depart" eSuperTypes="#//FirstEtape"> <eAnnotations source="gmf.node"> <details key="label" value="nom"/> <details key="label.text" value="Depart"/> <details key="label.readOnly" value="true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Depart"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="text" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="firstEtape" eType="#//Etape"> <eAnnotations source="gmf.link"> <details key="target.decoration" value="arrow"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arrive" eSuperTypes="#//FollowingEtape"> <eAnnotations source="gmf.node"> <details key="label" value="nom"/> <details key="label.text" value="Arrivee"/> <details key="label.readOnly" value="true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="Arrivee"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QuestionOuverte" eSuperTypes="#//Question #//ElementAvecNom"> <eStructuralFeatures xsi:type="ecore:EReference" name="reponse" lowerBound="1" eType="#//ReponseText" containment="true"> <eAnnotations source="gmf.compartment"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QuestionFermee" eSuperTypes="#//Question #//ElementAvecNom"> <eStructuralFeatures xsi:type="ecore:EReference" name="oui" lowerBound="1" eType="#//ReponseOui" containment="true"> <eAnnotations source="gmf.compartment"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="non" lowerBound="1" eType="#//ReponseNon" containment="true"> <eAnnotations source="gmf.compartment"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QuestionChoixMultiple" eSuperTypes="#//Question #//ElementAvecNom"> <eStructuralFeatures xsi:type="ecore:EReference" name="reponses" lowerBound="2" upperBound="-1" eType="#//ReponseChoix" containment="true"> <eAnnotations source="gmf.compartment"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReponseText" eSuperTypes="#//Reponse"> <eAnnotations source="gmf.node"> <details key="label" value="nom"/> <details key="label.text" value="TextInput"/> <details key="label.readOnly" value="true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReponseOui" eSuperTypes="#//ReponseRedirigable"> <eAnnotations source="gmf.node"> <details key="label" value="nom"/> <details key="label.text" value="Oui"/> <details key="label.readOnly" value="true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="oui"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReponseNon" eSuperTypes="#//ReponseRedirigable"> <eAnnotations source="gmf.node"> <details key="label" value="nom"/> <details key="label.text" value="Non"/> <details key="label.readOnly" value="true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="non"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReponseChoix" eSuperTypes="#//ElementAvecNom #//ReponseRedirigable"/> <eClassifiers xsi:type="ecore:EClass" name="Question" eSuperTypes="#//FollowingEtape"> <eAnnotations source="gmf.node"> <details key="label" value="intitule"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="nextEtape" eType="#//FollowingEtape"> <eAnnotations source="gmf.link"> <details key="target.decoration" value="arrow"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="intitule" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Etape"/> <eClassifiers xsi:type="ecore:EClass" name="FirstEtape" eSuperTypes="#//Etape"/> <eClassifiers xsi:type="ecore:EClass" name="FollowingEtape" eSuperTypes="#//Etape"/> <eClassifiers xsi:type="ecore:EClass" name="Reponse"/> <eClassifiers xsi:type="ecore:EClass" name="ReponseRedirigable" eSuperTypes="#//Reponse"> <eStructuralFeatures xsi:type="ecore:EReference" name="questionRedirect" eType="#//Question"> <eAnnotations source="gmf.link"> <details key="style" value="dash"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementAvecNom"> <eAnnotations source="gmf.node"> <details key="label" value="nom"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MensObscura/Questionnaire/model/metaQuestionnaire.ecore
ecore
questionnaire Questionnaire titre dep questions arr Titre Depart nom Depart text firstEtape Arrive nom Arrivee QuestionOuverte reponse QuestionFermee oui non QuestionChoixMultiple reponses ReponseText nom ReponseOui nom oui ReponseNon nom non ReponseChoix Question nextEtape intitule Etape FirstEtape FollowingEtape Reponse ReponseRedirigable questionRedirect ElementAvecNom nom
null
{"directed":true,"nodes":[{"nsPrefix":"questionnaire","nsURI":"questionnaire","name":"questionnaire","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Questionnaire","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Titre","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Depart","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arrive","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuestionOuverte","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuestionFermee","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuestionChoixMultiple","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReponseText","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReponseOui","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReponseNon","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReponseChoix","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Question","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Etape","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FirstEtape","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FollowingEtape","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reponse","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReponseRedirigable","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementAvecNom","instanceClass":null,"abstract":false,"id":18,"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":"titre","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":"dep","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"questions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"Depart","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Depart","unsettable":false,"transient":false,"unique":true,"name":"nom","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":"text","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"firstEtape","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"},{"ordered":true,"upperBound":1,"defaultValue":"Arrivee","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"Arrivee","unsettable":false,"transient":false,"unique":true,"name":"nom","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reponse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oui","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"non","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"reponses","changeable":true,"resolveProxies":true,"lowerBound":2,"id":49,"derived":false},{"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":"nom","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"oui","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"oui","unsettable":false,"transient":false,"unique":true,"name":"nom","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"non","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"non","unsettable":false,"transient":false,"unique":true,"name":"nom","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nextEtape","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"intitule","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"questionRedirect","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nom","changeable":true,"lowerBound":0,"iD":false,"id":74,"derived":false},{"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":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":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":19,"target":2},{"source":19,"target":24},{"source":19,"target":1},{"source":24,"target":2},{"source":20,"target":3},{"source":20,"target":25},{"source":20,"target":1},{"source":25,"target":3},{"source":21,"target":12},{"source":21,"target":26},{"source":21,"target":1},{"source":26,"target":12},{"source":22,"target":4},{"source":22,"target":27},{"source":22,"target":1},{"source":27,"target":4},{"source":23,"target":18},{"source":2,"target":0},{"source":2,"target":18},{"source":2,"target":28},{"source":28,"target":18},{"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":13},{"source":31,"target":35},{"source":31,"target":3},{"source":35,"target":13},{"source":32,"target":14},{"source":4,"target":0},{"source":4,"target":15},{"source":4,"target":36},{"source":4,"target":37},{"source":36,"target":38},{"source":36,"target":4},{"source":37,"target":15},{"source":5,"target":0},{"source":5,"target":12},{"source":5,"target":18},{"source":5,"target":39},{"source":5,"target":40},{"source":5,"target":41},{"source":39,"target":8},{"source":39,"target":42},{"source":39,"target":5},{"source":42,"target":8},{"source":40,"target":12},{"source":41,"target":18},{"source":6,"target":0},{"source":6,"target":12},{"source":6,"target":18},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":43,"target":9},{"source":43,"target":47},{"source":43,"target":6},{"source":47,"target":9},{"source":44,"target":10},{"source":44,"target":48},{"source":44,"target":6},{"source":48,"target":10},{"source":45,"target":12},{"source":46,"target":18},{"source":7,"target":0},{"source":7,"target":12},{"source":7,"target":18},{"source":7,"target":49},{"source":7,"target":50},{"source":7,"target":51},{"source":49,"target":11},{"source":49,"target":52},{"source":49,"target":7},{"source":52,"target":11},{"source":50,"target":12},{"source":51,"target":18},{"source":8,"target":0},{"source":8,"target":16},{"source":8,"target":53},{"source":8,"target":54},{"source":53,"target":55},{"source":53,"target":8},{"source":54,"target":16},{"source":9,"target":0},{"source":9,"target":17},{"source":9,"target":56},{"source":9,"target":57},{"source":56,"target":58},{"source":56,"target":9},{"source":57,"target":17},{"source":10,"target":0},{"source":10,"target":17},{"source":10,"target":59},{"source":10,"target":60},{"source":59,"target":61},{"source":59,"target":10},{"source":60,"target":17},{"source":11,"target":0},{"source":11,"target":18},{"source":11,"target":17},{"source":11,"target":62},{"source":11,"target":63},{"source":62,"target":18},{"source":63,"target":17},{"source":12,"target":0},{"source":12,"target":15},{"source":12,"target":64},{"source":12,"target":65},{"source":12,"target":66},{"source":64,"target":15},{"source":64,"target":67},{"source":64,"target":12},{"source":67,"target":15},{"source":65,"target":68},{"source":65,"target":12},{"source":66,"target":15},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":69},{"source":69,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":70},{"source":70,"target":13},{"source":16,"target":0},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":71},{"source":17,"target":72},{"source":71,"target":12},{"source":71,"target":73},{"source":71,"target":17},{"source":73,"target":12},{"source":72,"target":16},{"source":18,"target":0},{"source":18,"target":74},{"source":74,"target":75},{"source":74,"target":18}],"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="non_model_class" nsURI="http://sdfsad.com" nsPrefix="some"> <eClassifiers xsi:type="ecore:EClass" name="A"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ints" unique="false" upperBound="239"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/abreslav/java2ecore/org.abreslav.java2ecore.tests/model.expected/non_model_class.ecore
ecore
non_model_class A ints
null
{"directed":true,"nodes":[{"nsPrefix":"some","nsURI":"http://sdfsad.com","name":"non_model_class","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":239,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"ints","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"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="operators" nsURI="http://www.netxforge.com/16042013/operators" nsPrefix="operators"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#xA;&#x9;&#x9;&#x9;Network Data schema Copyright 2008 The schema uses&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references syntax, but should easily map into an SQL schema.&#xA;&#x9;&#x9;&#x9;The&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references, are mapped into ORM specific DLL (See&#xA;&#x9;&#x9;&#x9;Hibernate or&#xA;&#x9;&#x9;&#x9;other&#xA;&#x9;&#x9;&#x9;ORM. EMF/Hibernate&#xA;&#x9;&#x9;&#x9;however uses a custom mechanism.&#xA;&#xA;&#x9;&#x9;&#x9;Don't use&#xA;&#x9;&#x9;&#x9;the&#xA;&#x9;&#x9;&#x9;word&#xA;&#x9;&#x9;&#x9;&quot;Item&quot;, as this is appended to the Object&#xA;&#x9;&#x9;&#x9;name in the EMF&#xA;&#x9;&#x9;&#x9;edit&#xA;&#x9;&#x9;&#x9;model.&#xA;&#xA;&#x9;&#x9;&#x9;Validation with pattern is not used, considering the limited&#xA;&#x9;&#x9;&#x9;capabilities of&#xA;&#x9;&#x9;&#x9;XSD patterns.&#xA;&#xA;&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;&#x9;Network Data schema Copyright 2008 The schema uses&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references syntax, but should easily map into an SQL schema.&#xA;&#x9;&#x9;&#x9;The&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references, are mapped into ORM specific DLL (See&#xA;&#x9;&#x9;&#x9;Hibernate or&#xA;&#x9;&#x9;&#x9;other&#xA;&#x9;&#x9;&#x9;ORM. EMF/Hibernate&#xA;&#x9;&#x9;&#x9;however uses a custom mechanism.&#xA;&#xA;&#x9;&#x9;&#x9;Don't use&#xA;&#x9;&#x9;&#x9;the&#xA;&#x9;&#x9;&#x9;word&#xA;&#x9;&#x9;&#x9;&quot;Item&quot;, as this is appended to the Object&#xA;&#x9;&#x9;&#x9;name in the EMF&#xA;&#x9;&#x9;&#x9;edit&#xA;&#x9;&#x9;&#x9;model.&#xA;&#xA;&#x9;&#x9;&#x9;Validation with pattern is not used, considering the limited&#xA;&#x9;&#x9;&#x9;capabilities of&#xA;&#x9;&#x9;&#x9;XSD patterns.&#xA;&#xA;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;&#x9;Network Data schema Copyright 2008 The schema uses&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references syntax, but should easily map into an SQL schema.&#xA;&#x9;&#x9;&#x9;The&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references, are mapped into ORM specific DLL (See&#xA;&#x9;&#x9;&#x9;Hibernate or&#xA;&#x9;&#x9;&#x9;other&#xA;&#x9;&#x9;&#x9;ORM. EMF/Hibernate&#xA;&#x9;&#x9;&#x9;however uses a custom mechanism.&#xA;&#xA;&#x9;&#x9;&#x9;Don't use&#xA;&#x9;&#x9;&#x9;the&#xA;&#x9;&#x9;&#x9;word&#xA;&#x9;&#x9;&#x9;&quot;Item&quot;, as this is appended to the Object&#xA;&#x9;&#x9;&#x9;name in the EMF&#xA;&#x9;&#x9;&#x9;edit&#xA;&#x9;&#x9;&#x9;model.&#xA;&#xA;&#x9;&#x9;&#x9;Validation with pattern is not used, considering the limited&#xA;&#x9;&#x9;&#x9;capabilities of&#xA;&#x9;&#x9;&#x9;XSD patterns.&#xA;&#xA;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="EquipmentRelationship" eSuperTypes="#//Relationship"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points of&#xA;&#x9;&#x9;&#x9;&#x9;an equipment relationship. (Also known as a Physical Connection).&#xA;&#x9;&#x9;&#x9;&#x9;The EquipmentRelationship type extends the Relationship type and&#xA;&#x9;&#x9;&#x9;&#x9;contains references to a first and second equipment.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;Examples:&#xA;&#x9;&#x9;&#x9;&#x9;1. A&#xA;&#x9;&#x9;&#x9;&#x9;Relationship between two Equipment representing a connection.&#xA;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EquipmentRelationship"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="equipment1Ref" eType="ecore:EClass library.ecore#//Equipment"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Equipment1Ref reference, references 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Equipment type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Equipment1Ref"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="equipment2Ref" eType="ecore:EClass library.ecore#//Equipment"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Equipment2Ref reference, references 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Equipment type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Equipment2Ref"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionRelationship" eSuperTypes="#//Relationship"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points of&#xA;&#x9;&#x9;&#x9;&#x9;a function relationship. (Also known as a Logical Connection).&#xA;&#x9;&#x9;&#x9;&#x9;The&#xA;&#x9;&#x9;&#x9;&#x9;FunctionRelationship type extends the Relationship type and&#xA;&#x9;&#x9;&#x9;&#x9;contains&#xA;&#x9;&#x9;&#x9;&#x9;references to a first and second function.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;Examples:&#xA;&#x9;&#x9;&#x9;&#x9;1. A Relationship&#xA;&#x9;&#x9;&#x9;&#x9;between two functions representing a logical&#xA;&#x9;&#x9;&#x9;&#x9;connection.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FunctionRelationship"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="function1Ref" eType="ecore:EClass library.ecore#//Function"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Function1Ref reference, references 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;function type.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Function1Ref"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="function2Ref" eType="ecore:EClass library.ecore#//Function"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Function2Ref reference, references 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;function type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Function2Ref"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Marker" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;A type representing a resource marker. The marker&#xA;&#x9;&#x9;&#x9;&#x9;references a value and an Equipment or Function.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Marker"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="valueRef" eType="ecore:EClass generics.ecore#//Value"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ValueRef reference, references 0 or 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Values.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ValueRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="markerResourceRef" eType="ecore:EClass library.ecore#//NetXResource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The MarkerResource reference, references 0 or 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Resource type&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MarkerResourceRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType generics.ecore#//Description2000"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Description attribute holds the description&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for this marker.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Description"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//MarkerKind" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Kind attribute holds the kind of Marker this&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Marker is. (See MarkerKind).&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Kind"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MarkerKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the kinds of possible markers&#xA;&#x9;&#x9;&#x9;&#x9;which could apply on a resource value&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MarkerKind"/> </eAnnotations> <eLiterals name="value"/> <eLiterals name="INTERNALEVENT" value="1" literal="INTERNAL_EVENT"/> <eLiterals name="EXTERNALEVENT" value="2" literal="EXTERNAL_EVENT"/> <eLiterals name="ACTIONNEEDED" value="3" literal="ACTION_NEEDED"/> <eLiterals name="TOLERANCECROSSED" value="4" literal="TOLERANCE_CROSSED"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="MarkerKindObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MarkerKind:Object"/> <details key="baseType" value="MarkerKind"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Network" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points of&#xA;&#x9;&#x9;&#x9;&#x9;a real telecommunications network or part of a network.&#xA;&#x9;&#x9;&#x9;&#x9;A Network&#xA;&#x9;&#x9;&#x9;&#x9;type can have a parent Network. It also can contain nodes&#xA;&#x9;&#x9;&#x9;&#x9;and&#xA;&#x9;&#x9;&#x9;&#x9;relationships. A Network can have different phases&#xA;&#x9;&#x9;&#x9;&#x9;which represents&#xA;&#x9;&#x9;&#x9;&#x9;how the network evolves over time. The start and end&#xA;&#x9;&#x9;&#x9;&#x9;date of the&#xA;&#x9;&#x9;&#x9;&#x9;network provide reference on the period for which a&#xA;&#x9;&#x9;&#x9;&#x9;phase applies.&#xA;&#x9;&#x9;&#x9;&#x9;applies. Network phases are also linked together.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;Examples:&#xA;&#x9;&#x9;&#x9;&#x9;1. A &quot;Core&#xA;&#x9;&#x9;&#x9;&#x9;Network&quot; is defined which holds Nodes belonging to the&#xA;&#x9;&#x9;&#x9;&#x9;&quot;Core&#xA;&#x9;&#x9;&#x9;&#x9;Network&quot;. Relationships are also stored&#xA;&#x9;&#x9;&#x9;&#x9;in this network.&#xA;&#x9;&#x9;&#x9;&#x9;1. A &quot;Core&#xA;&#x9;&#x9;&#x9;&#x9;Network&quot; has 2 phases, each covering 1 calendar year.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Network"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="diagrams" upperBound="-1" eType="ecore:EClass generics.ecore#//DiagramInfo" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Diagrams reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;DiagramInfo types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Diagrams"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Nodes reference, contains 0 or more Node&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Nodes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="networks" upperBound="-1" eType="#//Network" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Networks reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Network types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;These are sub networks.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Networks"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="functionRelationships" upperBound="-1" eType="#//FunctionRelationship" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The FunctionRelationships reference, contains 0&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;or more FunctionRelationship types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="FunctionRelationships"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="equipmentRelationships" upperBound="-1" eType="#//EquipmentRelationship" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The EquipmentRelationships reference, contains&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;0&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;or more EquipmentRelationship types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="EquipmentRelationships"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="metricSources" upperBound="-1" eType="ecore:EClass metrics.ecore#//MetricSource" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The MetricSources reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;MetricSource types&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MetricSources"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="createdByRef" eType="ecore:EClass generics.ecore#//Person"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The CreatedByRef references, refers to the User&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="CreatedByRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdDate" 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 CreatedDate attribute is populated with the&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;actual creation date of the Network.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="CreatedDate"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType generics.ecore#//Description2000"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Description attribute holds the description&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;of&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;the network.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Description"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255" defaultValueLiteral="name" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Name attribute holds the name of the&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;network.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points of&#xA;&#x9;&#x9;&#x9;&#x9;a real telecommunications Node. This is also often referred&#xA;&#x9;&#x9;&#x9;&#x9;to as a&#xA;&#x9;&#x9;&#x9;&#x9;Network Element. A Node type is a real instance of a vendor&#xA;&#x9;&#x9;&#x9;&#x9;equipment with functions.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;A Node, has a unique ID, it has a&#xA;&#x9;&#x9;&#x9;&#x9;lifecycle. It is also placed in a&#xA;&#x9;&#x9;&#x9;&#x9;Room.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;Examples:&#xA;&#x9;&#x9;&#x9;&#x9;1. The AMSSGSN, is&#xA;&#x9;&#x9;&#x9;&#x9;the ID of the Amsterdam SGSN Node.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="&#xA;&#x9;&#x9;&#x9;&#x9;ValidNodeID&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="ValidNodeID" value="&#xA;&#x9;&#x9;&#x9;&#x9;not self.nodeID.oclIsUndefined()&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Node"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="lifecycle" eType="ecore:EClass generics.ecore#//Lifecycle" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Lifecycle reference, contains 0 or 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Lifecycle types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Lifecycle"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeType" eType="ecore:EClass library.ecore#//NodeType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The NodeType reference, contains 0 or 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;NodeType type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NodeType"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="createdByRef" eType="ecore:EClass generics.ecore#//Person"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The CreatedByRef references, refers to the User&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="CreatedByRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="locationRef" eType="ecore:EClass geo.ecore#//Location"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The RoomRef reference, refers to a Room type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="LocationRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nodeID" eType="ecore:EDataType generics.ecore#//Name255"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The NodeID attribute holds a unique identifier&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;the node.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;It is according to guidelines for so-called&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Configuration&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Items (CI).&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Example:&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;[Location][Nodetype_abbreviation][Sequencenumber]&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="NodeID"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="originalNodeTypeRef" eType="ecore:EClass library.ecore#//NodeType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The OriginalNodeTypeRef reference, refers to the&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;original NodeType type from the library.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="OriginalNodeTypeRef"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operator" eSuperTypes="generics.ecore#//Company"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the information points of a&#xA;&#x9;&#x9;&#x9;&#x9;telecommunications Operator. It contains various aspects like the&#xA;&#x9;&#x9;&#x9;&#x9;network(s)&#xA;&#x9;&#x9;&#x9;&#x9;, the Wharehouse(s), the services etc...&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Operator"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="networks" upperBound="-1" eType="#//Network" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Networks reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Network type&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Networks"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="warehouses" upperBound="-1" eType="#//Warehouse" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Wharehouses reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Wharehouse type&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Warehouses"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1" eType="ecore:EClass services.ecore#//Service" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Services reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Service type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Services"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceUsers" upperBound="-1" eType="ecore:EClass services.ecore#//ServiceUser" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ServiceUsers reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ServiceUser type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ServiceUsers"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceExpansions" upperBound="-1" eType="#//ResourceExpansion" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Services reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Service type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ResourceExpansions"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relationship" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points of&#xA;&#x9;&#x9;&#x9;&#x9;a Relationship. This is also often referred to as a Connection or&#xA;&#x9;&#x9;&#x9;&#x9;Link.&#xA;&#x9;&#x9;&#x9;&#x9;Both Function and Equipment Relationship extend on this Base&#xA;&#x9;&#x9;&#x9;&#x9;type. It&#xA;&#x9;&#x9;&#x9;&#x9;holds both ends of the Node.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Relationship"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Name attribute holds a name used for&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;presentation.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeID1Ref" eType="#//Node"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The NodeID1Ref attribute, references a Node&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="NodeID1Ref"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeID2Ref" eType="#//Node"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The NodeID1Ref attribute, references a Node&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="NodeID2Ref"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="protocolRef" eType="ecore:EClass protocols.ecore#//Protocol"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ProtocolRef reference, refers to 0 or 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Protocol type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ProtocolRef"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceExpansion" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing an expansion of the network. It&#xA;&#x9;&#x9;&#x9;&#x9;references either node(s) or equipment(s).&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ResourceExpansion"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeRefs" upperBound="-1" eType="#//Node"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Node reference, references 1 or more Node&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NodeRefs"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="equipmentRefs" upperBound="-1" eType="ecore:EClass library.ecore#//Equipment"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Equipment reference, references 1 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Equipment types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="EquipmentRefs"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="functionRefs" upperBound="-1" eType="ecore:EClass library.ecore#//Function"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Function reference, references 1 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Function types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="FunctionRefs"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceForecast" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing a resource forecast run. The&#xA;&#x9;&#x9;&#x9;&#x9;resources in the Nodes will contain the forecast values, this type&#xA;&#x9;&#x9;&#x9;&#x9;however hold the&#xA;&#x9;&#x9;&#x9;&#x9;time markers which result from the forecast.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ResourceForecast"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="markers" upperBound="-1" eType="#//Marker" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Markers reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Marker&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Markers"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceMonitor" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing a resource monitoring run. The&#xA;&#x9;&#x9;&#x9;&#x9;resources in the Nodes will contain the monitoring values,&#xA;&#x9;&#x9;&#x9;&#x9;this&#xA;&#x9;&#x9;&#x9;&#x9;object however holds the time markers which result from the&#xA;&#x9;&#x9;&#x9;&#x9;monitoring.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ResourceMonitor"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="markers" upperBound="-1" eType="#//Marker" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Markers reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Marker&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Markers"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeRef" eType="#//Node"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Node reference, references 1 Node&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NodeRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRef" eType="ecore:EClass library.ecore#//NetXResource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Resource reference, references 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Resource&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ResourceRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="period" eType="ecore:EClass generics.ecore#//DateTimeRange" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Period reference, contains 0 or 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;DatetimeRange types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Period"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToleranceMarker" eSuperTypes="#//Marker"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;A marker which specifically marks tolerance&#xA;&#x9;&#x9;&#x9;&#x9;treshold crossings.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ToleranceMarker"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//ToleranceMarkerDirectionKind" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="In which direction the marker is crossed,&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;up or down.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Direction"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="level" eType="ecore:EEnum library.ecore#//LevelKind" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The level of the treshold which is crossed.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Level"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ToleranceMarkerDirectionKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The direction in which a treshold is crossed.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ToleranceMarkerDirectionKind"/> </eAnnotations> <eLiterals name="START"/> <eLiterals name="UP" value="1"/> <eLiterals name="DOWN" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ToleranceMarkerDirectionKindObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ToleranceMarkerDirectionKind:Object"/> <details key="baseType" value="ToleranceMarkerDirectionKind"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Warehouse" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points of&#xA;&#x9;&#x9;&#x9;&#x9;a wharehouse .&#xA;&#x9;&#x9;&#x9;&#x9;A Warehouse can have nodes and loose pieces of&#xA;&#x9;&#x9;&#x9;&#x9;equipment in storage.&#xA;&#x9;&#x9;&#x9;&#x9;When a piece of equipment is taken out&#xA;&#x9;&#x9;&#x9;&#x9;of&#xA;&#x9;&#x9;&#x9;&#x9;service (See Lifecycle) it can be stored in the wharehouse.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Warehouse"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Nodes reference, contains 0 or more Node&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Nodes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="equipments" upperBound="-1" eType="ecore:EClass library.ecore#//Equipment" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Equipments reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Equipment types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Equipments"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType generics.ecore#//Description2000"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Description attribute holds the description&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;of the network.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Description"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255" defaultValueLiteral="name" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Name attribute holds the name of the&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;network.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/dzonekl/netxstudio/model/com.netxforge.netxstudio.models/models/cdo/16042013/operators.ecore
ecore
operators EquipmentRelationship equipment1Ref equipment2Ref FunctionRelationship function1Ref function2Ref Marker valueRef markerResourceRef description kind MarkerKind value value INTERNALEVENT INTERNAL_EVENT EXTERNALEVENT EXTERNAL_EVENT ACTIONNEEDED ACTION_NEEDED TOLERANCECROSSED TOLERANCE_CROSSED MarkerKindObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Network diagrams nodes networks functionRelationships equipmentRelationships metricSources createdByRef createdDate description name name Node lifecycle nodeType createdByRef locationRef nodeID originalNodeTypeRef Operator networks warehouses services serviceUsers resourceExpansions Relationship name nodeID1Ref nodeID2Ref protocolRef ResourceExpansion nodeRefs equipmentRefs functionRefs ResourceForecast markers ResourceMonitor markers nodeRef resourceRef period ToleranceMarker direction level ToleranceMarkerDirectionKind START START UP UP DOWN DOWN ToleranceMarkerDirectionKindObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Warehouse nodes equipments description name name
null
{"directed":true,"nodes":[{"nsPrefix":"operators","nsURI":"http://www.netxforge.com/16042013/operators","name":"operators","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EquipmentRelationship","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionRelationship","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Marker","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MarkerKind","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"MarkerKindObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Network","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceExpansion","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceForecast","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceMonitor","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToleranceMarker","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ToleranceMarkerDirectionKind","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ToleranceMarkerDirectionKindObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Warehouse","instanceClass":null,"abstract":false,"id":16,"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":"equipment1Ref","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":"equipment2Ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"function1Ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"function2Ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"markerResourceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"kind","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"},{"name":"value","id":36,"value":0,"literal":"value","eClass":"EEnumLiteral"},{"name":"INTERNALEVENT","id":37,"value":1,"literal":"INTERNAL_EVENT","eClass":"EEnumLiteral"},{"name":"EXTERNALEVENT","id":38,"value":2,"literal":"EXTERNAL_EVENT","eClass":"EEnumLiteral"},{"name":"ACTIONNEEDED","id":39,"value":3,"literal":"ACTION_NEEDED","eClass":"EEnumLiteral"},{"name":"TOLERANCECROSSED","id":40,"value":4,"literal":"TOLERANCE_CROSSED","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":"diagrams","changeable":true,"resolveProxies":false,"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":"nodes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"networks","changeable":true,"resolveProxies":false,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionRelationships","changeable":true,"resolveProxies":false,"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":"equipmentRelationships","changeable":true,"resolveProxies":false,"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":"metricSources","changeable":true,"resolveProxies":false,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"createdByRef","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":"createdDate","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"name","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"name","unsettable":true,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lifecycle","changeable":true,"resolveProxies":false,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodeType","changeable":true,"resolveProxies":false,"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":"createdByRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"locationRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nodeID","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalNodeTypeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"networks","changeable":true,"resolveProxies":false,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"warehouses","changeable":true,"resolveProxies":false,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":false,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceUsers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceExpansions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"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":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeID1Ref","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":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeID2Ref","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":"protocolRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeRefs","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":false,"unsettable":false,"transient":false,"unique":true,"name":"equipmentRefs","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":false,"unsettable":false,"transient":false,"unique":true,"name":"functionRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"markers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"markers","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":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeRef","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":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"resolveProxies":false,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"level","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"name":"START","id":119,"value":0,"literal":"START","eClass":"EEnumLiteral"},{"name":"UP","id":120,"value":1,"literal":"UP","eClass":"EEnumLiteral"},{"name":"DOWN","id":121,"value":2,"literal":"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":"nodes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"equipments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"name","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"name","unsettable":true,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":9},{"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":9},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":22,"target":25},{"source":22,"target":2},{"source":23,"target":26},{"source":23,"target":2},{"source":24,"target":9},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":27,"target":32},{"source":27,"target":3},{"source":28,"target":33},{"source":28,"target":3},{"source":29,"target":34},{"source":29,"target":3},{"source":30,"target":4},{"source":30,"target":35},{"source":30,"target":3},{"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":4},{"source":37,"target":4},{"source":38,"target":4},{"source":39,"target":4},{"source":40,"target":4},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":41},{"source":6,"target":42},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":41,"target":52},{"source":41,"target":6},{"source":42,"target":7},{"source":42,"target":53},{"source":42,"target":6},{"source":53,"target":7},{"source":43,"target":6},{"source":43,"target":54},{"source":43,"target":6},{"source":54,"target":6},{"source":44,"target":2},{"source":44,"target":55},{"source":44,"target":6},{"source":55,"target":2},{"source":45,"target":1},{"source":45,"target":56},{"source":45,"target":6},{"source":56,"target":1},{"source":46,"target":57},{"source":46,"target":6},{"source":47,"target":58},{"source":47,"target":6},{"source":48,"target":59},{"source":48,"target":6},{"source":49,"target":60},{"source":49,"target":6},{"source":50,"target":61},{"source":50,"target":6},{"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":7,"target":67},{"source":7,"target":68},{"source":62,"target":69},{"source":62,"target":7},{"source":63,"target":70},{"source":63,"target":7},{"source":64,"target":71},{"source":64,"target":7},{"source":65,"target":72},{"source":65,"target":7},{"source":66,"target":73},{"source":66,"target":7},{"source":67,"target":74},{"source":67,"target":7},{"source":8,"target":0},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":8,"target":78},{"source":8,"target":79},{"source":8,"target":80},{"source":75,"target":6},{"source":75,"target":81},{"source":75,"target":8},{"source":81,"target":6},{"source":76,"target":16},{"source":76,"target":82},{"source":76,"target":8},{"source":82,"target":16},{"source":77,"target":83},{"source":77,"target":8},{"source":78,"target":84},{"source":78,"target":8},{"source":79,"target":10},{"source":79,"target":85},{"source":79,"target":8},{"source":85,"target":10},{"source":9,"target":0},{"source":9,"target":86},{"source":9,"target":87},{"source":9,"target":88},{"source":9,"target":89},{"source":9,"target":90},{"source":86,"target":91},{"source":86,"target":9},{"source":87,"target":7},{"source":87,"target":92},{"source":87,"target":9},{"source":92,"target":7},{"source":88,"target":7},{"source":88,"target":93},{"source":88,"target":9},{"source":93,"target":7},{"source":89,"target":94},{"source":89,"target":9},{"source":10,"target":0},{"source":10,"target":95},{"source":10,"target":96},{"source":10,"target":97},{"source":10,"target":98},{"source":95,"target":7},{"source":95,"target":99},{"source":95,"target":10},{"source":99,"target":7},{"source":96,"target":100},{"source":96,"target":10},{"source":97,"target":101},{"source":97,"target":10},{"source":11,"target":0},{"source":11,"target":102},{"source":11,"target":103},{"source":102,"target":3},{"source":102,"target":104},{"source":102,"target":11},{"source":104,"target":3},{"source":12,"target":0},{"source":12,"target":105},{"source":12,"target":106},{"source":12,"target":107},{"source":12,"target":108},{"source":12,"target":109},{"source":105,"target":3},{"source":105,"target":110},{"source":105,"target":12},{"source":110,"target":3},{"source":106,"target":7},{"source":106,"target":111},{"source":106,"target":12},{"source":111,"target":7},{"source":107,"target":112},{"source":107,"target":12},{"source":108,"target":113},{"source":108,"target":12},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":114},{"source":13,"target":115},{"source":13,"target":116},{"source":114,"target":14},{"source":114,"target":117},{"source":114,"target":13},{"source":117,"target":14},{"source":115,"target":118},{"source":115,"target":13},{"source":116,"target":3},{"source":14,"target":0},{"source":14,"target":119},{"source":14,"target":120},{"source":14,"target":121},{"source":119,"target":14},{"source":120,"target":14},{"source":121,"target":14},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":122},{"source":16,"target":123},{"source":16,"target":124},{"source":16,"target":125},{"source":16,"target":126},{"source":122,"target":7},{"source":122,"target":127},{"source":122,"target":16},{"source":127,"target":7},{"source":123,"target":128},{"source":123,"target":16},{"source":124,"target":129},{"source":124,"target":16},{"source":125,"target":130},{"source":125,"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="bodiesmodel" nsURI="http://org/jnect/bodymodel/bodies" nsPrefix="org.jnect.bodymodel.bodies"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="bodies" upperBound="-1" eType="ecore:EClass ../../org.jnect.bodymodel/model/bodymodel.ecore#//Body" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/viatra/viatra-cep-examples/jnect/cep/org.eclipse.viatra.cep.jnect.bodies/model/bodies.ecore
ecore
bodiesmodel Model bodies
null
{"directed":true,"nodes":[{"nsPrefix":"org.jnect.bodymodel.bodies","nsURI":"http://org/jnect/bodymodel/bodies","name":"bodiesmodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","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":"bodies","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="tests" nsURI="http://www.virsat.sc.dlr.de/dmf/v1.1/tests" nsPrefix="dmf_tests"> <eClassifiers xsi:type="ecore:EClass" name="TestCategoryAllProperty" eSuperTypes="../../de.dlr.sc.virsat.model.ext.core/concept/concept.ecore#//GenericCategory"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="testString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="testInt" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="testFloat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="testBool" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="testResource" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="testEnum" eType="#//EnumTestEnum"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EnumTestEnum"> <eLiterals name="LOW" value="15" literal="LOW"/> <eLiterals name="MEDIUM" value="20" literal="MEDIUM"/> <eLiterals name="HIGH" value="25" literal="HIGH"/> <eLiterals name="INCREDIBLE" value="30" literal="INCREDIBLE"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestCategoryComposition" eSuperTypes="../../de.dlr.sc.virsat.model.ext.core/concept/concept.ecore#//GenericCategory"> <eStructuralFeatures xsi:type="ecore:EReference" name="testSubCategory" eType="#//TestCategoryAllProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestCategoryReference" eSuperTypes="../../de.dlr.sc.virsat.model.ext.core/concept/concept.ecore#//GenericCategory"> <eStructuralFeatures xsi:type="ecore:EReference" name="testRefCategory" eType="#//TestCategoryAllProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestCategoryIntrinsicArray" eSuperTypes="../../de.dlr.sc.virsat.model.ext.core/concept/concept.ecore#//GenericCategory"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="testStringArrayDynamic" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="testStringArrayStatic" upperBound="4" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestCategoryCompositionArray" eSuperTypes="../../de.dlr.sc.virsat.model.ext.core/concept/concept.ecore#//GenericCategory"> <eStructuralFeatures xsi:type="ecore:EReference" name="testCompositionArrayDynamic" upperBound="-1" eType="#//TestCategoryAllProperty" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="testCompositionArrayStatic" upperBound="4" eType="#//TestCategoryAllProperty" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestCategoryReferenceArray" eSuperTypes="../../de.dlr.sc.virsat.model.ext.core/concept/concept.ecore#//GenericCategory"> <eStructuralFeatures xsi:type="ecore:EReference" name="testCategoryReferenceArrayDynamic" upperBound="-1" eType="#//TestCategoryAllProperty"/> <eStructuralFeatures xsi:type="ecore:EReference" name="testCategoryReferenceArrayStatic" upperBound="4" eType="#//TestCategoryAllProperty"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestCategoryBeanA" eSuperTypes="../../de.dlr.sc.virsat.model.ext.core/concept/concept.ecore#//GenericCategory"/> <eClassifiers xsi:type="ecore:EClass" name="TestCategoryBeanB" eSuperTypes="../../de.dlr.sc.virsat.model.ext.core/concept/concept.ecore#//GenericCategory"/> <eClassifiers xsi:type="ecore:EClass" name="TestCategoryBeanAbstract" abstract="true" eSuperTypes="../../de.dlr.sc.virsat.model.ext.core/concept/concept.ecore#//GenericCategory"/> <eClassifiers xsi:type="ecore:EClass" name="TestCategoryBeanConcrete" eSuperTypes="#//TestCategoryBeanAbstract"/> <eClassifiers xsi:type="ecore:EClass" name="TestCategoryBase" eSuperTypes="../../de.dlr.sc.virsat.model.ext.core/concept/concept.ecore#//GenericCategory"> <eStructuralFeatures xsi:type="ecore:EReference" name="testArray" upperBound="-1" eType="#//TestCategoryBase" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="testBaseProperty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="testReference" eType="#//TestCategoryBase"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestCategoryExtends" eSuperTypes="#//TestCategoryBase"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="testExtendsProperty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestParameter" eSuperTypes="../../de.dlr.sc.virsat.model.ext.core/concept/concept.ecore#//GenericCategory"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestMassParameters" eSuperTypes="../../de.dlr.sc.virsat.model.ext.core/concept/concept.ecore#//GenericCategory"> <eStructuralFeatures xsi:type="ecore:EReference" name="mass" eType="#//TestParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TestCrossLinkedParametersWithCalculation" eSuperTypes="../../de.dlr.sc.virsat.model.ext.core/concept/concept.ecore#//GenericCategory"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="calcedTrl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EReferenceTest" eSuperTypes="../../de.dlr.sc.virsat.model.ext.core/concept/concept.ecore#//GenericCategory"> <eStructuralFeatures xsi:type="ecore:EReference" name="eReferenceTest" eType="ecore:EClass ../../de.dlr.sc.virsat.model.external.tests/model/ExternalModel.ecore#//ExternalTestType"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/virtualsatellite/VirtualSatellite4-Core/de.dlr.sc.virsat.model.extension.tests/concept/concept.ecore
ecore
tests TestCategoryAllProperty testString testInt testFloat testBool testResource testEnum EnumTestEnum LOW LOW MEDIUM MEDIUM HIGH HIGH INCREDIBLE INCREDIBLE TestCategoryComposition testSubCategory TestCategoryReference testRefCategory TestCategoryIntrinsicArray testStringArrayDynamic testStringArrayStatic TestCategoryCompositionArray testCompositionArrayDynamic testCompositionArrayStatic TestCategoryReferenceArray testCategoryReferenceArrayDynamic testCategoryReferenceArrayStatic TestCategoryBeanA TestCategoryBeanB TestCategoryBeanAbstract TestCategoryBeanConcrete TestCategoryBase testArray testBaseProperty testReference TestCategoryExtends testExtendsProperty TestParameter defaultValue TestMassParameters mass TestCrossLinkedParametersWithCalculation calcedTrl EReferenceTest eReferenceTest
null
{"directed":true,"nodes":[{"nsPrefix":"dmf_tests","nsURI":"http://www.virsat.sc.dlr.de/dmf/v1.1/tests","name":"tests","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestCategoryAllProperty","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EnumTestEnum","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestCategoryComposition","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestCategoryReference","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestCategoryIntrinsicArray","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestCategoryCompositionArray","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestCategoryReferenceArray","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestCategoryBeanA","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestCategoryBeanB","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestCategoryBeanAbstract","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestCategoryBeanConcrete","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestCategoryBase","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestCategoryExtends","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestParameter","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestMassParameters","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TestCrossLinkedParametersWithCalculation","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EReferenceTest","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"testString","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"testInt","changeable":true,"lowerBound":0,"iD":false,"id":19,"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":"testFloat","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"testBool","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":"testResource","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"testEnum","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"name":"LOW","id":31,"value":15,"literal":"LOW","eClass":"EEnumLiteral"},{"name":"MEDIUM","id":32,"value":20,"literal":"MEDIUM","eClass":"EEnumLiteral"},{"name":"HIGH","id":33,"value":25,"literal":"HIGH","eClass":"EEnumLiteral"},{"name":"INCREDIBLE","id":34,"value":30,"literal":"INCREDIBLE","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":"testSubCategory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"testRefCategory","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"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":"testStringArrayDynamic","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":4,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"testStringArrayStatic","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"testCompositionArrayDynamic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":4,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"testCompositionArrayStatic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"testCategoryReferenceArrayDynamic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":true,"upperBound":4,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"testCategoryReferenceArrayStatic","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"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":"testArray","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"testBaseProperty","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"testReference","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"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"testExtendsProperty","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"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":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"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":"calcedTrl","changeable":true,"lowerBound":0,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eReferenceTest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":1,"target":0},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":1,"target":22},{"source":1,"target":23},{"source":1,"target":24},{"source":18,"target":25},{"source":18,"target":1},{"source":19,"target":26},{"source":19,"target":1},{"source":20,"target":27},{"source":20,"target":1},{"source":21,"target":28},{"source":21,"target":1},{"source":22,"target":29},{"source":22,"target":1},{"source":23,"target":2},{"source":23,"target":30},{"source":23,"target":1},{"source":30,"target":2},{"source":2,"target":0},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":31,"target":2},{"source":32,"target":2},{"source":33,"target":2},{"source":34,"target":2},{"source":3,"target":0},{"source":3,"target":35},{"source":3,"target":36},{"source":35,"target":1},{"source":35,"target":37},{"source":35,"target":3},{"source":37,"target":1},{"source":4,"target":0},{"source":4,"target":38},{"source":4,"target":39},{"source":38,"target":1},{"source":38,"target":40},{"source":38,"target":4},{"source":40,"target":1},{"source":5,"target":0},{"source":5,"target":41},{"source":5,"target":42},{"source":5,"target":43},{"source":41,"target":44},{"source":41,"target":5},{"source":42,"target":45},{"source":42,"target":5},{"source":6,"target":0},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":46,"target":1},{"source":46,"target":49},{"source":46,"target":6},{"source":49,"target":1},{"source":47,"target":1},{"source":47,"target":50},{"source":47,"target":6},{"source":50,"target":1},{"source":7,"target":0},{"source":7,"target":51},{"source":7,"target":52},{"source":7,"target":53},{"source":51,"target":1},{"source":51,"target":54},{"source":51,"target":7},{"source":54,"target":1},{"source":52,"target":1},{"source":52,"target":55},{"source":52,"target":7},{"source":55,"target":1},{"source":8,"target":0},{"source":8,"target":56},{"source":9,"target":0},{"source":9,"target":57},{"source":10,"target":0},{"source":10,"target":58},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":59},{"source":59,"target":10},{"source":12,"target":0},{"source":12,"target":60},{"source":12,"target":61},{"source":12,"target":62},{"source":12,"target":63},{"source":60,"target":12},{"source":60,"target":64},{"source":60,"target":12},{"source":64,"target":12},{"source":61,"target":65},{"source":61,"target":12},{"source":62,"target":12},{"source":62,"target":66},{"source":62,"target":12},{"source":66,"target":12},{"source":13,"target":0},{"source":13,"target":12},{"source":13,"target":67},{"source":13,"target":68},{"source":67,"target":69},{"source":67,"target":13},{"source":68,"target":12},{"source":14,"target":0},{"source":14,"target":70},{"source":14,"target":71},{"source":70,"target":72},{"source":70,"target":14},{"source":15,"target":0},{"source":15,"target":73},{"source":15,"target":74},{"source":73,"target":14},{"source":73,"target":75},{"source":73,"target":15},{"source":75,"target":14},{"source":16,"target":0},{"source":16,"target":76},{"source":16,"target":77},{"source":76,"target":78},{"source":76,"target":16},{"source":17,"target":0},{"source":17,"target":79},{"source":17,"target":80},{"source":79,"target":81},{"source":79,"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="ecore" nsURI="http://www.eclipse.org/emf/2002/Ecore" nsPrefix="ecore"> <eClassifiers xsi:type="ecore:EClass" name="EClass"> <eTypeParameters name="aTypeParameterName"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="anAttribute"> <eGenericType eTypeParameter="#//EClass/aTypeParameterName"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Obeo/sirius-emf-json-contrib/tests/org.eclipse.sirius.emfjson.tests/src/main/resources/unit/attributes/EAttributeTypeParameterized.ecore
ecore
ecore EClass aTypeParameterName anAttribute
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"},{"name":"aTypeParameterName","id":2,"eClass":"ETypeParameter"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"anAttribute","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":3,"target":4},{"source":3,"target":1},{"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="operators" nsURI="http://www.netxforge.com/06032012/operators" nsPrefix="operators"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#xA;&#x9;&#x9;&#x9;Network Data schema Copyright 2008 The schema uses&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references syntax, but should easily map into an SQL schema.&#xA;&#x9;&#x9;&#x9;The&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references, are mapped into ORM specific DLL (See&#xA;&#x9;&#x9;&#x9;Hibernate or&#xA;&#x9;&#x9;&#x9;other&#xA;&#x9;&#x9;&#x9;ORM. EMF/Hibernate&#xA;&#x9;&#x9;&#x9;however uses a custom mechanism.&#xA;&#xA;&#x9;&#x9;&#x9;Don't use&#xA;&#x9;&#x9;&#x9;the&#xA;&#x9;&#x9;&#x9;word&#xA;&#x9;&#x9;&#x9;&quot;Item&quot;, as this is appended to the Object&#xA;&#x9;&#x9;&#x9;name in the EMF&#xA;&#x9;&#x9;&#x9;edit&#xA;&#x9;&#x9;&#x9;model.&#xA;&#xA;&#x9;&#x9;&#x9;Validation with pattern is not used, considering the limited&#xA;&#x9;&#x9;&#x9;capabilities of&#xA;&#x9;&#x9;&#x9;XSD patterns.&#xA;&#xA;&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;&#x9;Network Data schema Copyright 2008 The schema uses&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references syntax, but should easily map into an SQL schema.&#xA;&#x9;&#x9;&#x9;The&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references, are mapped into ORM specific DLL (See&#xA;&#x9;&#x9;&#x9;Hibernate or&#xA;&#x9;&#x9;&#x9;other&#xA;&#x9;&#x9;&#x9;ORM. EMF/Hibernate&#xA;&#x9;&#x9;&#x9;however uses a custom mechanism.&#xA;&#xA;&#x9;&#x9;&#x9;Don't use&#xA;&#x9;&#x9;&#x9;the&#xA;&#x9;&#x9;&#x9;word&#xA;&#x9;&#x9;&#x9;&quot;Item&quot;, as this is appended to the Object&#xA;&#x9;&#x9;&#x9;name in the EMF&#xA;&#x9;&#x9;&#x9;edit&#xA;&#x9;&#x9;&#x9;model.&#xA;&#xA;&#x9;&#x9;&#x9;Validation with pattern is not used, considering the limited&#xA;&#x9;&#x9;&#x9;capabilities of&#xA;&#x9;&#x9;&#x9;XSD patterns.&#xA;&#xA;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;&#x9;Network Data schema Copyright 2008 The schema uses&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references syntax, but should easily map into an SQL schema.&#xA;&#x9;&#x9;&#x9;The&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references, are mapped into ORM specific DLL (See&#xA;&#x9;&#x9;&#x9;Hibernate or&#xA;&#x9;&#x9;&#x9;other&#xA;&#x9;&#x9;&#x9;ORM. EMF/Hibernate&#xA;&#x9;&#x9;&#x9;however uses a custom mechanism.&#xA;&#xA;&#x9;&#x9;&#x9;Don't use&#xA;&#x9;&#x9;&#x9;the&#xA;&#x9;&#x9;&#x9;word&#xA;&#x9;&#x9;&#x9;&quot;Item&quot;, as this is appended to the Object&#xA;&#x9;&#x9;&#x9;name in the EMF&#xA;&#x9;&#x9;&#x9;edit&#xA;&#x9;&#x9;&#x9;model.&#xA;&#xA;&#x9;&#x9;&#x9;Validation with pattern is not used, considering the limited&#xA;&#x9;&#x9;&#x9;capabilities of&#xA;&#x9;&#x9;&#x9;XSD patterns.&#xA;&#xA;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="EquipmentRelationship" eSuperTypes="#//Relationship"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points of&#xA;&#x9;&#x9;&#x9;&#x9;an equipment relationship. (Also known as a Physical Connection).&#xA;&#x9;&#x9;&#x9;&#x9;The EquipmentRelationship type extends the Relationship type and&#xA;&#x9;&#x9;&#x9;&#x9;contains references to a first and second equipment.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;Examples:&#xA;&#x9;&#x9;&#x9;&#x9;1. A&#xA;&#x9;&#x9;&#x9;&#x9;Relationship between two Equipment representing a connection.&#xA;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EquipmentRelationship"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="equipment1Ref" eType="ecore:EClass library.ecore#//Equipment"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Equipment1Ref reference, references 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Equipment type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Equipment1Ref"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="equipment2Ref" eType="ecore:EClass library.ecore#//Equipment"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Equipment2Ref reference, references 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Equipment type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Equipment2Ref"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionRelationship" eSuperTypes="#//Relationship"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points of&#xA;&#x9;&#x9;&#x9;&#x9;a function relationship. (Also known as a Logical Connection).&#xA;&#x9;&#x9;&#x9;&#x9;The&#xA;&#x9;&#x9;&#x9;&#x9;FunctionRelationship type extends the Relationship type and&#xA;&#x9;&#x9;&#x9;&#x9;contains&#xA;&#x9;&#x9;&#x9;&#x9;references to a first and second function.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;Examples:&#xA;&#x9;&#x9;&#x9;&#x9;1. A Relationship&#xA;&#x9;&#x9;&#x9;&#x9;between two functions representing a logical&#xA;&#x9;&#x9;&#x9;&#x9;connection.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FunctionRelationship"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="function1Ref" eType="ecore:EClass library.ecore#//Function"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Function1Ref reference, references 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;function type.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Function1Ref"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="function2Ref" eType="ecore:EClass library.ecore#//Function"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Function2Ref reference, references 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;function type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Function2Ref"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Marker" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;A type representing a resource marker. The marker&#xA;&#x9;&#x9;&#x9;&#x9;references a value and an Equipment or Function.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Marker"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="valueRef" eType="ecore:EClass generics.ecore#//Value"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ValueRef reference, references 0 or 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Values.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ValueRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="markerResourceRef" eType="ecore:EClass library.ecore#//NetXResource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The MarkerResource reference, references 0 or 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Resource type&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MarkerResourceRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType generics.ecore#//Description2000"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Description attribute holds the description&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for this marker.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Description"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//MarkerKind" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Kind attribute holds the kind of Marker this&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Marker is. (See MarkerKind).&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Kind"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MarkerKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the kinds of possible markers&#xA;&#x9;&#x9;&#x9;&#x9;which could apply on a resource value&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MarkerKind"/> </eAnnotations> <eLiterals name="value"/> <eLiterals name="INTERNALEVENT" value="1" literal="INTERNAL_EVENT"/> <eLiterals name="EXTERNALEVENT" value="2" literal="EXTERNAL_EVENT"/> <eLiterals name="ACTIONNEEDED" value="3" literal="ACTION_NEEDED"/> <eLiterals name="TOLERANCECROSSED" value="4" literal="TOLERANCE_CROSSED"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="MarkerKindObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MarkerKind:Object"/> <details key="baseType" value="MarkerKind"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Network" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points of&#xA;&#x9;&#x9;&#x9;&#x9;a real telecommunications network or part of a network.&#xA;&#x9;&#x9;&#x9;&#x9;A Network&#xA;&#x9;&#x9;&#x9;&#x9;type can have a parent Network. It also can contain nodes&#xA;&#x9;&#x9;&#x9;&#x9;and&#xA;&#x9;&#x9;&#x9;&#x9;relationships. A Network can have different phases&#xA;&#x9;&#x9;&#x9;&#x9;which represents&#xA;&#x9;&#x9;&#x9;&#x9;how the network evolves over time. The start and end&#xA;&#x9;&#x9;&#x9;&#x9;date of the&#xA;&#x9;&#x9;&#x9;&#x9;network provide reference on the period for which a&#xA;&#x9;&#x9;&#x9;&#x9;phase applies.&#xA;&#x9;&#x9;&#x9;&#x9;applies. Network phases are also linked together.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;Examples:&#xA;&#x9;&#x9;&#x9;&#x9;1. A &quot;Core&#xA;&#x9;&#x9;&#x9;&#x9;Network&quot; is defined which holds Nodes belonging to the&#xA;&#x9;&#x9;&#x9;&#x9;&quot;Core&#xA;&#x9;&#x9;&#x9;&#x9;Network&quot;. Relationships are also stored&#xA;&#x9;&#x9;&#x9;&#x9;in this network.&#xA;&#x9;&#x9;&#x9;&#x9;1. A &quot;Core&#xA;&#x9;&#x9;&#x9;&#x9;Network&quot; has 2 phases, each covering 1 calendar year.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Network"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="diagrams" upperBound="-1" eType="ecore:EClass generics.ecore#//DiagramInfo" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Diagrams reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;DiagramInfo types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Diagrams"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Nodes reference, contains 0 or more Node&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Nodes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="networks" upperBound="-1" eType="#//Network" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Networks reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Network types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;These are sub networks.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Networks"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="functionRelationships" upperBound="-1" eType="#//FunctionRelationship" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The FunctionRelationships reference, contains 0&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;or more FunctionRelationship types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="FunctionRelationships"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="equipmentRelationships" upperBound="-1" eType="#//EquipmentRelationship" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The EquipmentRelationships reference, contains&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;0&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;or more EquipmentRelationship types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="EquipmentRelationships"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="metricSources" upperBound="-1" eType="ecore:EClass metrics.ecore#//MetricSource" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The MetricSources reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;MetricSource types&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MetricSources"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="createdByRef" eType="ecore:EClass generics.ecore#//Person"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The CreatedByRef references, refers to the User&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="CreatedByRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdDate" 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 CreatedDate attribute is populated with the&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;actual creation date of the Network.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="CreatedDate"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType generics.ecore#//Description2000"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Description attribute holds the description&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;of&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;the network.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Description"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255" defaultValueLiteral="name" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Name attribute holds the name of the&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;network.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points of&#xA;&#x9;&#x9;&#x9;&#x9;a real telecommunications Node. This is also often referred&#xA;&#x9;&#x9;&#x9;&#x9;to as a&#xA;&#x9;&#x9;&#x9;&#x9;Network Element. A Node type is a real instance of a vendor&#xA;&#x9;&#x9;&#x9;&#x9;equipment with functions.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;A Node, has a unique ID, it has a&#xA;&#x9;&#x9;&#x9;&#x9;lifecycle. It is also placed in a&#xA;&#x9;&#x9;&#x9;&#x9;Room.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;Examples:&#xA;&#x9;&#x9;&#x9;&#x9;1. The AMSSGSN, is&#xA;&#x9;&#x9;&#x9;&#x9;the ID of the Amsterdam SGSN Node.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="&#xA;&#x9;&#x9;&#x9;&#x9;ValidNodeID&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="ValidNodeID" value="&#xA;&#x9;&#x9;&#x9;&#x9;not self.nodeID.oclIsUndefined()&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Node"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="lifecycle" eType="ecore:EClass generics.ecore#//Lifecycle" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Lifecycle reference, contains 0 or 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Lifecycle types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Lifecycle"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeType" eType="ecore:EClass library.ecore#//NodeType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The NodeType reference, contains 0 or 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;NodeType type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NodeType"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="createdByRef" eType="ecore:EClass generics.ecore#//Person"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The CreatedByRef references, refers to the User&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="CreatedByRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="locationRef" eType="ecore:EClass geo.ecore#//Location"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The RoomRef reference, refers to a Room type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="LocationRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nodeID" eType="ecore:EDataType generics.ecore#//Name255"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The NodeID attribute holds a unique identifier&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;the node.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;It is according to guidelines for so-called&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Configuration&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Items (CI).&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Example:&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;[Location][Nodetype_abbreviation][Sequencenumber]&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="NodeID"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="originalNodeTypeRef" eType="ecore:EClass library.ecore#//NodeType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The OriginalNodeTypeRef reference, refers to the&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;original NodeType type from the library.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="OriginalNodeTypeRef"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operator" eSuperTypes="generics.ecore#//Company"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the information points of a&#xA;&#x9;&#x9;&#x9;&#x9;telecommunications Operator. It contains various aspects like the&#xA;&#x9;&#x9;&#x9;&#x9;network(s)&#xA;&#x9;&#x9;&#x9;&#x9;, the Wharehouse(s), the services etc...&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Operator"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="networks" upperBound="-1" eType="#//Network" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Networks reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Network type&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Networks"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="warehouses" upperBound="-1" eType="#//Warehouse" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Wharehouses reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Wharehouse type&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Warehouses"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1" eType="ecore:EClass services.ecore#//Service" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Services reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Service type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Services"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceUsers" upperBound="-1" eType="ecore:EClass services.ecore#//ServiceUser" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ServiceUsers reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ServiceUser type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ServiceUsers"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceExpansions" upperBound="-1" eType="#//ResourceExpansion" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Services reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Service type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ResourceExpansions"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relationship" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points of&#xA;&#x9;&#x9;&#x9;&#x9;a Relationship. This is also often referred to as a Connection or&#xA;&#x9;&#x9;&#x9;&#x9;Link.&#xA;&#x9;&#x9;&#x9;&#x9;Both Function and Equipment Relationship extend on this Base&#xA;&#x9;&#x9;&#x9;&#x9;type. It&#xA;&#x9;&#x9;&#x9;&#x9;holds both ends of the Node.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Relationship"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Name attribute holds a name used for&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;presentation.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeID1Ref" eType="#//Node"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The NodeID1Ref attribute, references a Node&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="NodeID1Ref"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeID2Ref" eType="#//Node"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The NodeID1Ref attribute, references a Node&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="NodeID2Ref"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="protocolRef" eType="ecore:EClass protocols.ecore#//Protocol"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ProtocolRef reference, refers to 0 or 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Protocol type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ProtocolRef"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceExpansion" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing an expansion of the network. It&#xA;&#x9;&#x9;&#x9;&#x9;references either node(s) or equipment(s).&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ResourceExpansion"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeRefs" upperBound="-1" eType="#//Node"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Node reference, references 1 or more Node&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NodeRefs"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="equipmentRefs" upperBound="-1" eType="ecore:EClass library.ecore#//Equipment"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Equipment reference, references 1 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Equipment types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="EquipmentRefs"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="functionRefs" upperBound="-1" eType="ecore:EClass library.ecore#//Function"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Function reference, references 1 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Function types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="FunctionRefs"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceForecast" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing a resource forecast run. The&#xA;&#x9;&#x9;&#x9;&#x9;resources in the Nodes will contain the forecast values, this type&#xA;&#x9;&#x9;&#x9;&#x9;however hold the&#xA;&#x9;&#x9;&#x9;&#x9;time markers which result from the forecast.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ResourceForecast"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="markers" upperBound="-1" eType="#//Marker" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Markers reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Marker&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Markers"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceMonitor" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing a resource monitoring run. The&#xA;&#x9;&#x9;&#x9;&#x9;resources in the Nodes will contain the monitoring values,&#xA;&#x9;&#x9;&#x9;&#x9;this&#xA;&#x9;&#x9;&#x9;&#x9;object however holds the time markers which result from the&#xA;&#x9;&#x9;&#x9;&#x9;monitoring.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ResourceMonitor"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="markers" upperBound="-1" eType="#//Marker" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Markers reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Marker&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Markers"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeRef" eType="#//Node"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Node reference, references 1 Node&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NodeRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRef" eType="ecore:EClass library.ecore#//NetXResource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Resource reference, references 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Resource&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ResourceRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="period" eType="ecore:EClass generics.ecore#//DateTimeRange" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Period reference, contains 0 or 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;DatetimeRange types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Period"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToleranceMarker" eSuperTypes="#//Marker"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;A marker which specifically marks tolerance&#xA;&#x9;&#x9;&#x9;&#x9;treshold crossings.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ToleranceMarker"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//ToleranceMarkerDirectionKind" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="In which direction the marker is crossed,&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;up or down.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Direction"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="level" eType="ecore:EEnum library.ecore#//LevelKind" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The level of the treshold which is crossed.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Level"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ToleranceMarkerDirectionKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The direction in which a treshold is crossed.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ToleranceMarkerDirectionKind"/> </eAnnotations> <eLiterals name="START"/> <eLiterals name="UP" value="1"/> <eLiterals name="DOWN" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ToleranceMarkerDirectionKindObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ToleranceMarkerDirectionKind:Object"/> <details key="baseType" value="ToleranceMarkerDirectionKind"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Warehouse" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points of&#xA;&#x9;&#x9;&#x9;&#x9;a wharehouse .&#xA;&#x9;&#x9;&#x9;&#x9;A Warehouse can have nodes and loose pieces of&#xA;&#x9;&#x9;&#x9;&#x9;equipment in storage.&#xA;&#x9;&#x9;&#x9;&#x9;When a piece of equipment is taken out&#xA;&#x9;&#x9;&#x9;&#x9;of&#xA;&#x9;&#x9;&#x9;&#x9;service (See Lifecycle) it can be stored in the wharehouse.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Warehouse"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Nodes reference, contains 0 or more Node&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Nodes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="equipments" upperBound="-1" eType="ecore:EClass library.ecore#//Equipment" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Equipments reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Equipment types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Equipments"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType generics.ecore#//Description2000"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Description attribute holds the description&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;of the network.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Description"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255" defaultValueLiteral="name" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Name attribute holds the name of the&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;network.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/dzonekl/netxstudio/model/com.netxforge.netxstudio.models/models/cdo/06032012/operators.ecore
ecore
operators EquipmentRelationship equipment1Ref equipment2Ref FunctionRelationship function1Ref function2Ref Marker valueRef markerResourceRef description kind MarkerKind value value INTERNALEVENT INTERNAL_EVENT EXTERNALEVENT EXTERNAL_EVENT ACTIONNEEDED ACTION_NEEDED TOLERANCECROSSED TOLERANCE_CROSSED MarkerKindObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Network diagrams nodes networks functionRelationships equipmentRelationships metricSources createdByRef createdDate description name name Node lifecycle nodeType createdByRef locationRef nodeID originalNodeTypeRef Operator networks warehouses services serviceUsers resourceExpansions Relationship name nodeID1Ref nodeID2Ref protocolRef ResourceExpansion nodeRefs equipmentRefs functionRefs ResourceForecast markers ResourceMonitor markers nodeRef resourceRef period ToleranceMarker direction level ToleranceMarkerDirectionKind START START UP UP DOWN DOWN ToleranceMarkerDirectionKindObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Warehouse nodes equipments description name name
null
{"directed":true,"nodes":[{"nsPrefix":"operators","nsURI":"http://www.netxforge.com/06032012/operators","name":"operators","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EquipmentRelationship","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionRelationship","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Marker","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MarkerKind","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"MarkerKindObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Network","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceExpansion","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceForecast","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceMonitor","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToleranceMarker","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ToleranceMarkerDirectionKind","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ToleranceMarkerDirectionKindObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Warehouse","instanceClass":null,"abstract":false,"id":16,"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":"equipment1Ref","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":"equipment2Ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"function1Ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"function2Ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"markerResourceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"kind","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"},{"name":"value","id":36,"value":0,"literal":"value","eClass":"EEnumLiteral"},{"name":"INTERNALEVENT","id":37,"value":1,"literal":"INTERNAL_EVENT","eClass":"EEnumLiteral"},{"name":"EXTERNALEVENT","id":38,"value":2,"literal":"EXTERNAL_EVENT","eClass":"EEnumLiteral"},{"name":"ACTIONNEEDED","id":39,"value":3,"literal":"ACTION_NEEDED","eClass":"EEnumLiteral"},{"name":"TOLERANCECROSSED","id":40,"value":4,"literal":"TOLERANCE_CROSSED","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":"diagrams","changeable":true,"resolveProxies":false,"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":"nodes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"networks","changeable":true,"resolveProxies":false,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionRelationships","changeable":true,"resolveProxies":false,"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":"equipmentRelationships","changeable":true,"resolveProxies":false,"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":"metricSources","changeable":true,"resolveProxies":false,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"createdByRef","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":"createdDate","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"name","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"name","unsettable":true,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lifecycle","changeable":true,"resolveProxies":false,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodeType","changeable":true,"resolveProxies":false,"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":"createdByRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"locationRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nodeID","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalNodeTypeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"networks","changeable":true,"resolveProxies":false,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"warehouses","changeable":true,"resolveProxies":false,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":false,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceUsers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceExpansions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"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":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeID1Ref","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":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeID2Ref","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":"protocolRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeRefs","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":false,"unsettable":false,"transient":false,"unique":true,"name":"equipmentRefs","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":false,"unsettable":false,"transient":false,"unique":true,"name":"functionRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"markers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"markers","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":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeRef","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":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"resolveProxies":false,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"level","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"name":"START","id":119,"value":0,"literal":"START","eClass":"EEnumLiteral"},{"name":"UP","id":120,"value":1,"literal":"UP","eClass":"EEnumLiteral"},{"name":"DOWN","id":121,"value":2,"literal":"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":"nodes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"equipments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"name","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"name","unsettable":true,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":9},{"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":9},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":22,"target":25},{"source":22,"target":2},{"source":23,"target":26},{"source":23,"target":2},{"source":24,"target":9},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":27,"target":32},{"source":27,"target":3},{"source":28,"target":33},{"source":28,"target":3},{"source":29,"target":34},{"source":29,"target":3},{"source":30,"target":4},{"source":30,"target":35},{"source":30,"target":3},{"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":4},{"source":37,"target":4},{"source":38,"target":4},{"source":39,"target":4},{"source":40,"target":4},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":41},{"source":6,"target":42},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":41,"target":52},{"source":41,"target":6},{"source":42,"target":7},{"source":42,"target":53},{"source":42,"target":6},{"source":53,"target":7},{"source":43,"target":6},{"source":43,"target":54},{"source":43,"target":6},{"source":54,"target":6},{"source":44,"target":2},{"source":44,"target":55},{"source":44,"target":6},{"source":55,"target":2},{"source":45,"target":1},{"source":45,"target":56},{"source":45,"target":6},{"source":56,"target":1},{"source":46,"target":57},{"source":46,"target":6},{"source":47,"target":58},{"source":47,"target":6},{"source":48,"target":59},{"source":48,"target":6},{"source":49,"target":60},{"source":49,"target":6},{"source":50,"target":61},{"source":50,"target":6},{"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":7,"target":67},{"source":7,"target":68},{"source":62,"target":69},{"source":62,"target":7},{"source":63,"target":70},{"source":63,"target":7},{"source":64,"target":71},{"source":64,"target":7},{"source":65,"target":72},{"source":65,"target":7},{"source":66,"target":73},{"source":66,"target":7},{"source":67,"target":74},{"source":67,"target":7},{"source":8,"target":0},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":8,"target":78},{"source":8,"target":79},{"source":8,"target":80},{"source":75,"target":6},{"source":75,"target":81},{"source":75,"target":8},{"source":81,"target":6},{"source":76,"target":16},{"source":76,"target":82},{"source":76,"target":8},{"source":82,"target":16},{"source":77,"target":83},{"source":77,"target":8},{"source":78,"target":84},{"source":78,"target":8},{"source":79,"target":10},{"source":79,"target":85},{"source":79,"target":8},{"source":85,"target":10},{"source":9,"target":0},{"source":9,"target":86},{"source":9,"target":87},{"source":9,"target":88},{"source":9,"target":89},{"source":9,"target":90},{"source":86,"target":91},{"source":86,"target":9},{"source":87,"target":7},{"source":87,"target":92},{"source":87,"target":9},{"source":92,"target":7},{"source":88,"target":7},{"source":88,"target":93},{"source":88,"target":9},{"source":93,"target":7},{"source":89,"target":94},{"source":89,"target":9},{"source":10,"target":0},{"source":10,"target":95},{"source":10,"target":96},{"source":10,"target":97},{"source":10,"target":98},{"source":95,"target":7},{"source":95,"target":99},{"source":95,"target":10},{"source":99,"target":7},{"source":96,"target":100},{"source":96,"target":10},{"source":97,"target":101},{"source":97,"target":10},{"source":11,"target":0},{"source":11,"target":102},{"source":11,"target":103},{"source":102,"target":3},{"source":102,"target":104},{"source":102,"target":11},{"source":104,"target":3},{"source":12,"target":0},{"source":12,"target":105},{"source":12,"target":106},{"source":12,"target":107},{"source":12,"target":108},{"source":12,"target":109},{"source":105,"target":3},{"source":105,"target":110},{"source":105,"target":12},{"source":110,"target":3},{"source":106,"target":7},{"source":106,"target":111},{"source":106,"target":12},{"source":111,"target":7},{"source":107,"target":112},{"source":107,"target":12},{"source":108,"target":113},{"source":108,"target":12},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":114},{"source":13,"target":115},{"source":13,"target":116},{"source":114,"target":14},{"source":114,"target":117},{"source":114,"target":13},{"source":117,"target":14},{"source":115,"target":118},{"source":115,"target":13},{"source":116,"target":3},{"source":14,"target":0},{"source":14,"target":119},{"source":14,"target":120},{"source":14,"target":121},{"source":119,"target":14},{"source":120,"target":14},{"source":121,"target":14},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":122},{"source":16,"target":123},{"source":16,"target":124},{"source":16,"target":125},{"source":16,"target":126},{"source":122,"target":7},{"source":122,"target":127},{"source":122,"target":16},{"source":127,"target":7},{"source":123,"target":128},{"source":123,"target":16},{"source":124,"target":129},{"source":124,"target":16},{"source":125,"target":130},{"source":125,"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="bjoernercomplete" nsURI="http://bjoernercomplete/1.0.0.qualifier" nsPrefix="bjoernercomplete"> <eClassifiers xsi:type="ecore:EClass" name="Node"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasUnits" upperBound="-1" eType="#//Unit" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasC1" lowerBound="1" eType="#//Connector" eOpposite="#//Connector/hasUnit1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasC2" lowerBound="1" eType="#//Connector" eOpposite="#//Connector/hasUnit2"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="length" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Track" eSuperTypes="#//Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasSignals" upperBound="2" eType="#//Signal" eOpposite="#//Signal/placedOnTrack"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasSignal" upperBound="2" eType="#//Signal"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasTrackDirection" lowerBound="1" upperBound="2" eType="#//Direction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Point" eSuperTypes="#//Unit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pointName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasC3_Point" lowerBound="1" eType="#//Connector"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasPointDirection" lowerBound="2" upperBound="4" eType="#//Direction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Connector"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasUnit1" eType="#//Unit" eOpposite="#//Unit/hasC1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasPoint" upperBound="2" eType="#//Point"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasUnit2" eType="#//Unit" eOpposite="#//Unit/hasC2"/> <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="Path"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasPC2" lowerBound="1" eType="#//Connector"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasPC1" lowerBound="1" eType="#//Connector"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnitPathPair"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasPath" lowerBound="1" eType="#//Path"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasUnit" lowerBound="1" eType="#//Unit"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Signal"> <eStructuralFeatures xsi:type="ecore:EReference" name="controlsRoutes" upperBound="-1" eType="#//Route" eOpposite="#//Route/controlledBySignal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="placedOnTrack" lowerBound="1" eType="#//Track" eOpposite="#//Track/hasSignals"/> <eStructuralFeatures xsi:type="ecore:EReference" name="placedAtConnector" lowerBound="1" eType="#//Connector"/> <eStructuralFeatures xsi:type="ecore:EReference" name="placedAt" lowerBound="1" eType="#//Track"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasDirection" lowerBound="1" eType="#//Direction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Route"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasUPPs" upperBound="-1" eType="#//UnitPathPair"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controlledBySignal" lowerBound="1" eType="#//Signal" eOpposite="#//Signal/controlsRoutes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasNormalPoints" upperBound="-1" eType="#//Point"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasReversePoints" upperBound="-1" eType="#//Point"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlTable"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasRoutes" upperBound="-1" eType="#//Route"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RailDiagram"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasUnits" upperBound="-1" eType="#//Unit" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasConnectors" upperBound="-1" eType="#//Connector" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasSignals" upperBound="-1" eType="#//Signal" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasControlTable" eType="#//ControlTable" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Crossing" eSuperTypes="#//Unit"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasC3_Crossing" lowerBound="1" eType="#//Connector"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasC4_Crossing" lowerBound="1" eType="#//Connector"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasCrossingDirection" lowerBound="2" upperBound="4" eType="#//Direction"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Terminal" eSuperTypes="#//Track"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasTerminalSignal" lowerBound="1" eType="#//Signal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Direction"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasConnectors" lowerBound="2" upperBound="2" eType="#//Connector"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/CSP-B/OnTrack/Bjoerner_Generator/models/BjoernerComplete.ecore
ecore
bjoernercomplete Node hasUnits Unit hasC1 hasC2 name length Track hasSignals hasSignal hasTrackDirection Point pointName hasC3_Point hasPointDirection Connector hasUnit1 hasPoint hasUnit2 ID Path hasPC2 hasPC1 UnitPathPair hasPath hasUnit Signal controlsRoutes name placedOnTrack placedAtConnector placedAt hasDirection Route hasUPPs controlledBySignal name hasNormalPoints hasReversePoints ControlTable hasRoutes RailDiagram hasUnits hasConnectors hasSignals hasControlTable Crossing hasC3_Crossing hasC4_Crossing hasCrossingDirection Terminal hasTerminalSignal Direction hasConnectors
null
{"directed":true,"nodes":[{"nsPrefix":"bjoernercomplete","nsURI":"http://bjoernercomplete/1.0.0.qualifier","name":"bjoernercomplete","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Track","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Point","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Connector","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Path","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitPathPair","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Signal","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Route","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlTable","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RailDiagram","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Crossing","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Terminal","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Direction","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasC1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasC2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"length","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasUnit1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasUnit2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasSignals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasSignal","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasTrackDirection","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"placedOnTrack","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pointName","changeable":true,"lowerBound":0,"iD":false,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasC3_Point","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":4,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasPointDirection","changeable":true,"resolveProxies":true,"lowerBound":2,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasPoint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ID","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasPC2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasPC1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasPath","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasUnit","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"controlsRoutes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"placedAtConnector","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"placedAt","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":"hasDirection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"controlledBySignal","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasUPPs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasNormalPoints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasReversePoints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasRoutes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasUnits","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":"hasConnectors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasSignals","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":"hasControlTable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasC3_Crossing","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasC4_Crossing","changeable":true,"resolveProxies":true,"lowerBound":1,"id":88,"derived":false},{"container":false,"ordered":true,"upperBound":4,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasCrossingDirection","changeable":true,"resolveProxies":true,"lowerBound":2,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasTerminalSignal","changeable":true,"resolveProxies":true,"lowerBound":1,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasConnectors","changeable":true,"resolveProxies":true,"lowerBound":2,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":1,"target":0},{"source":1,"target":15},{"source":15,"target":2},{"source":15,"target":16},{"source":15,"target":1},{"source":16,"target":2},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":17,"target":5},{"source":17,"target":21},{"source":17,"target":2},{"source":17,"target":22},{"source":21,"target":5},{"source":18,"target":5},{"source":18,"target":23},{"source":18,"target":2},{"source":18,"target":24},{"source":23,"target":5},{"source":19,"target":25},{"source":19,"target":2},{"source":20,"target":26},{"source":20,"target":2},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":27,"target":8},{"source":27,"target":31},{"source":27,"target":3},{"source":27,"target":32},{"source":31,"target":8},{"source":28,"target":8},{"source":28,"target":33},{"source":28,"target":3},{"source":33,"target":8},{"source":29,"target":14},{"source":29,"target":34},{"source":29,"target":3},{"source":34,"target":14},{"source":30,"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":35,"target":39},{"source":35,"target":4},{"source":36,"target":5},{"source":36,"target":40},{"source":36,"target":4},{"source":40,"target":5},{"source":37,"target":14},{"source":37,"target":41},{"source":37,"target":4},{"source":41,"target":14},{"source":38,"target":2},{"source":5,"target":0},{"source":5,"target":22},{"source":5,"target":42},{"source":5,"target":24},{"source":5,"target":43},{"source":22,"target":2},{"source":22,"target":44},{"source":22,"target":5},{"source":22,"target":17},{"source":44,"target":2},{"source":42,"target":4},{"source":42,"target":45},{"source":42,"target":5},{"source":45,"target":4},{"source":24,"target":2},{"source":24,"target":46},{"source":24,"target":5},{"source":24,"target":18},{"source":46,"target":2},{"source":43,"target":47},{"source":43,"target":5},{"source":6,"target":0},{"source":6,"target":48},{"source":6,"target":49},{"source":48,"target":5},{"source":48,"target":50},{"source":48,"target":6},{"source":50,"target":5},{"source":49,"target":5},{"source":49,"target":51},{"source":49,"target":6},{"source":51,"target":5},{"source":7,"target":0},{"source":7,"target":52},{"source":7,"target":53},{"source":52,"target":6},{"source":52,"target":54},{"source":52,"target":7},{"source":54,"target":6},{"source":53,"target":2},{"source":53,"target":55},{"source":53,"target":7},{"source":55,"target":2},{"source":8,"target":0},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":32},{"source":8,"target":58},{"source":8,"target":59},{"source":8,"target":60},{"source":56,"target":9},{"source":56,"target":61},{"source":56,"target":8},{"source":56,"target":62},{"source":61,"target":9},{"source":57,"target":63},{"source":57,"target":8},{"source":32,"target":3},{"source":32,"target":64},{"source":32,"target":8},{"source":32,"target":27},{"source":64,"target":3},{"source":58,"target":5},{"source":58,"target":65},{"source":58,"target":8},{"source":65,"target":5},{"source":59,"target":3},{"source":59,"target":66},{"source":59,"target":8},{"source":66,"target":3},{"source":60,"target":14},{"source":60,"target":67},{"source":60,"target":8},{"source":67,"target":14},{"source":9,"target":0},{"source":9,"target":68},{"source":9,"target":62},{"source":9,"target":69},{"source":9,"target":70},{"source":9,"target":71},{"source":68,"target":7},{"source":68,"target":72},{"source":68,"target":9},{"source":72,"target":7},{"source":62,"target":8},{"source":62,"target":73},{"source":62,"target":9},{"source":62,"target":56},{"source":73,"target":8},{"source":69,"target":74},{"source":69,"target":9},{"source":70,"target":4},{"source":70,"target":75},{"source":70,"target":9},{"source":75,"target":4},{"source":71,"target":4},{"source":71,"target":76},{"source":71,"target":9},{"source":76,"target":4},{"source":10,"target":0},{"source":10,"target":77},{"source":77,"target":9},{"source":77,"target":78},{"source":77,"target":10},{"source":78,"target":9},{"source":11,"target":0},{"source":11,"target":79},{"source":11,"target":80},{"source":11,"target":81},{"source":11,"target":82},{"source":79,"target":2},{"source":79,"target":83},{"source":79,"target":11},{"source":83,"target":2},{"source":80,"target":5},{"source":80,"target":84},{"source":80,"target":11},{"source":84,"target":5},{"source":81,"target":8},{"source":81,"target":85},{"source":81,"target":11},{"source":85,"target":8},{"source":82,"target":10},{"source":82,"target":86},{"source":82,"target":11},{"source":86,"target":10},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":87},{"source":12,"target":88},{"source":12,"target":89},{"source":12,"target":90},{"source":87,"target":5},{"source":87,"target":91},{"source":87,"target":12},{"source":91,"target":5},{"source":88,"target":5},{"source":88,"target":92},{"source":88,"target":12},{"source":92,"target":5},{"source":89,"target":14},{"source":89,"target":93},{"source":89,"target":12},{"source":93,"target":14},{"source":90,"target":2},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":94},{"source":13,"target":95},{"source":94,"target":8},{"source":94,"target":96},{"source":94,"target":13},{"source":96,"target":8},{"source":95,"target":3},{"source":14,"target":0},{"source":14,"target":97},{"source":97,"target":5},{"source":97,"target":98},{"source":97,"target":14},{"source":98,"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="clafer" nsURI="http://clafer.com" nsPrefix="clafer"> <eClassifiers xsi:type="ecore:EClass" name="Person" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sex" eType="#//Sex"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Sex"> <eLiterals name="MALE"/> <eLiterals name="FEMALE" value="1"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ModelWriter/UC-TR-03/clafer4emf/com.clafer4emf.examples/clafer/s3.ecore
ecore
clafer Person sex Sex MALE MALE FEMALE FEMALE
null
{"directed":true,"nodes":[{"nsPrefix":"clafer","nsURI":"http://clafer.com","name":"clafer","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Person","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Sex","instanceClass":null,"id":2,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sex","changeable":true,"lowerBound":0,"iD":false,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"},{"name":"MALE","id":5,"value":0,"literal":"MALE","eClass":"EEnumLiteral"},{"name":"FEMALE","id":6,"value":1,"literal":"FEMALE","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":2},{"source":3,"target":4},{"source":3,"target":1},{"source":4,"target":2},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":6},{"source":5,"target":2},{"source":6,"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="operators" nsURI="http://www.netxforge.com/13042011/operators" nsPrefix="operators"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#xA;&#x9;&#x9;&#x9;Network Data schema Copyright 2008 The schema uses&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references syntax, but should easily map into an SQL schema.&#xA;&#x9;&#x9;&#x9;The&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references, are mapped into ORM specific DLL (See&#xA;&#x9;&#x9;&#x9;Hibernate or&#xA;&#x9;&#x9;&#x9;other&#xA;&#x9;&#x9;&#x9;ORM. EMF/Hibernate&#xA;&#x9;&#x9;&#x9;however uses a custom mechanism.&#xA;&#xA;&#x9;&#x9;&#x9;Don't use&#xA;&#x9;&#x9;&#x9;the&#xA;&#x9;&#x9;&#x9;word&#xA;&#x9;&#x9;&#x9;&quot;Item&quot;, as this is appended to the Object&#xA;&#x9;&#x9;&#x9;name in the EMF&#xA;&#x9;&#x9;&#x9;edit&#xA;&#x9;&#x9;&#x9;model.&#xA;&#xA;&#x9;&#x9;&#x9;Validation with pattern is not used, considering the limited&#xA;&#x9;&#x9;&#x9;capabilities of&#xA;&#x9;&#x9;&#x9;XSD patterns.&#xA;&#xA;&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;&#x9;Network Data schema Copyright 2008 The schema uses&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references syntax, but should easily map into an SQL schema.&#xA;&#x9;&#x9;&#x9;The&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references, are mapped into ORM specific DLL (See&#xA;&#x9;&#x9;&#x9;Hibernate or&#xA;&#x9;&#x9;&#x9;other&#xA;&#x9;&#x9;&#x9;ORM. EMF/Hibernate&#xA;&#x9;&#x9;&#x9;however uses a custom mechanism.&#xA;&#xA;&#x9;&#x9;&#x9;Don't use&#xA;&#x9;&#x9;&#x9;the&#xA;&#x9;&#x9;&#x9;word&#xA;&#x9;&#x9;&#x9;&quot;Item&quot;, as this is appended to the Object&#xA;&#x9;&#x9;&#x9;name in the EMF&#xA;&#x9;&#x9;&#x9;edit&#xA;&#x9;&#x9;&#x9;model.&#xA;&#xA;&#x9;&#x9;&#x9;Validation with pattern is not used, considering the limited&#xA;&#x9;&#x9;&#x9;capabilities of&#xA;&#x9;&#x9;&#x9;XSD patterns.&#xA;&#xA;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;&#xA;&#xA;&#xA;&#x9;&#x9;&#x9;Network Data schema Copyright 2008 The schema uses&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references syntax, but should easily map into an SQL schema.&#xA;&#x9;&#x9;&#x9;The&#xA;&#x9;&#x9;&#x9;ecore&#xA;&#x9;&#x9;&#x9;references, are mapped into ORM specific DLL (See&#xA;&#x9;&#x9;&#x9;Hibernate or&#xA;&#x9;&#x9;&#x9;other&#xA;&#x9;&#x9;&#x9;ORM. EMF/Hibernate&#xA;&#x9;&#x9;&#x9;however uses a custom mechanism.&#xA;&#xA;&#x9;&#x9;&#x9;Don't use&#xA;&#x9;&#x9;&#x9;the&#xA;&#x9;&#x9;&#x9;word&#xA;&#x9;&#x9;&#x9;&quot;Item&quot;, as this is appended to the Object&#xA;&#x9;&#x9;&#x9;name in the EMF&#xA;&#x9;&#x9;&#x9;edit&#xA;&#x9;&#x9;&#x9;model.&#xA;&#xA;&#x9;&#x9;&#x9;Validation with pattern is not used, considering the limited&#xA;&#x9;&#x9;&#x9;capabilities of&#xA;&#x9;&#x9;&#x9;XSD patterns.&#xA;&#xA;&#x9;&#x9;&#xA;&#xA;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="validationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="settingDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL"/> <details key="invocationDelegates" value="http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL&#xA;http://www.eclipse.org/emf/2002/Ecore/OCL"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="EquipmentRelationship" eSuperTypes="#//Relationship"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points of&#xA;&#x9;&#x9;&#x9;&#x9;an equipment relationship. (Also known as a Physical Connection).&#xA;&#x9;&#x9;&#x9;&#x9;The EquipmentRelationship type extends the Relationship type and&#xA;&#x9;&#x9;&#x9;&#x9;contains references to a first and second equipment.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;Examples:&#xA;&#x9;&#x9;&#x9;&#x9;1. A&#xA;&#x9;&#x9;&#x9;&#x9;Relationship between two Equipment representing a connection.&#xA;&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="EquipmentRelationship"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="equipment1Ref" eType="ecore:EClass library.ecore#//Equipment"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Equipment1Ref reference, references 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Equipment type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Equipment1Ref"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="equipment2Ref" eType="ecore:EClass library.ecore#//Equipment"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Equipment2Ref reference, references 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Equipment type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Equipment2Ref"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionRelationship" eSuperTypes="#//Relationship"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points of&#xA;&#x9;&#x9;&#x9;&#x9;a function relationship. (Also known as a Logical Connection).&#xA;&#x9;&#x9;&#x9;&#x9;The&#xA;&#x9;&#x9;&#x9;&#x9;FunctionRelationship type extends the Relationship type and&#xA;&#x9;&#x9;&#x9;&#x9;contains&#xA;&#x9;&#x9;&#x9;&#x9;references to a first and second function.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;Examples:&#xA;&#x9;&#x9;&#x9;&#x9;1. A Relationship&#xA;&#x9;&#x9;&#x9;&#x9;between two functions representing a logical&#xA;&#x9;&#x9;&#x9;&#x9;connection.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FunctionRelationship"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="function1Ref" eType="ecore:EClass library.ecore#//Function"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Function1Ref reference, references 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;function type.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Function1Ref"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="function2Ref" eType="ecore:EClass library.ecore#//Function"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Function2Ref reference, references 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;function type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Function2Ref"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Marker" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;A type representing a resource marker. The marker&#xA;&#x9;&#x9;&#x9;&#x9;references a value and an Equipment or Function.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Marker"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="valueRef" eType="ecore:EClass generics.ecore#//Value"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ValueRef reference, references 0 or 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Values.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ValueRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="markerResourceRef" eType="ecore:EClass library.ecore#//NetXResource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The MarkerResource reference, references 0 or 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Resource type&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MarkerResourceRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType generics.ecore#//Description2000"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Description attribute holds the description&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for this marker.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Description"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" eType="#//MarkerKind" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Kind attribute holds the kind of Marker this&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Marker is. (See MarkerKind).&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Kind"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MarkerKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the kinds of possible markers&#xA;&#x9;&#x9;&#x9;&#x9;which could apply on a resource value&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MarkerKind"/> </eAnnotations> <eLiterals name="value"/> <eLiterals name="INTERNALEVENT" value="1" literal="INTERNAL_EVENT"/> <eLiterals name="EXTERNALEVENT" value="2" literal="EXTERNAL_EVENT"/> <eLiterals name="ACTIONNEEDED" value="3" literal="ACTION_NEEDED"/> <eLiterals name="TOLERANCECROSSED" value="4" literal="TOLERANCE_CROSSED"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="MarkerKindObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MarkerKind:Object"/> <details key="baseType" value="MarkerKind"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Network" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points of&#xA;&#x9;&#x9;&#x9;&#x9;a real telecommunications network or part of a network.&#xA;&#x9;&#x9;&#x9;&#x9;A Network&#xA;&#x9;&#x9;&#x9;&#x9;type can have a parent Network. It also can contain nodes&#xA;&#x9;&#x9;&#x9;&#x9;and&#xA;&#x9;&#x9;&#x9;&#x9;relationships. A Network can have different phases&#xA;&#x9;&#x9;&#x9;&#x9;which represents&#xA;&#x9;&#x9;&#x9;&#x9;how the network evolves over time. The start and end&#xA;&#x9;&#x9;&#x9;&#x9;date of the&#xA;&#x9;&#x9;&#x9;&#x9;network provide reference on the period for which a&#xA;&#x9;&#x9;&#x9;&#x9;phase applies.&#xA;&#x9;&#x9;&#x9;&#x9;applies. Network phases are also linked together.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;Examples:&#xA;&#x9;&#x9;&#x9;&#x9;1. A &quot;Core&#xA;&#x9;&#x9;&#x9;&#x9;Network&quot; is defined which holds Nodes belonging to the&#xA;&#x9;&#x9;&#x9;&#x9;&quot;Core&#xA;&#x9;&#x9;&#x9;&#x9;Network&quot;. Relationships are also stored&#xA;&#x9;&#x9;&#x9;&#x9;in this network.&#xA;&#x9;&#x9;&#x9;&#x9;1. A &quot;Core&#xA;&#x9;&#x9;&#x9;&#x9;Network&quot; has 2 phases, each covering 1 calendar year.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Network"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="diagrams" upperBound="-1" eType="ecore:EClass generics.ecore#//DiagramInfo" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Diagrams reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;DiagramInfo types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Diagrams"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Nodes reference, contains 0 or more Node&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Nodes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="networks" upperBound="-1" eType="#//Network" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Networks reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Network types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;These are sub networks.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Networks"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="functionRelationships" upperBound="-1" eType="#//FunctionRelationship" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The FunctionRelationships reference, contains 0&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;or more FunctionRelationship types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="FunctionRelationships"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="equipmentRelationships" upperBound="-1" eType="#//EquipmentRelationship" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The EquipmentRelationships reference, contains&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;0&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;or more EquipmentRelationship types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="EquipmentRelationships"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="metricSources" upperBound="-1" eType="ecore:EClass metrics.ecore#//MetricSource" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The MetricSources reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;MetricSource types&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="MetricSources"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="createdByRef" eType="ecore:EClass generics.ecore#//Person"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The CreatedByRef references, refers to the User&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="CreatedByRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createdDate" 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 CreatedDate attribute is populated with the&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;actual creation date of the Network.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="CreatedDate"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType generics.ecore#//Description2000"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Description attribute holds the description&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;of&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;the network.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Description"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255" defaultValueLiteral="name" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Name attribute holds the name of the&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;network.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points of&#xA;&#x9;&#x9;&#x9;&#x9;a real telecommunications Node. This is also often referred&#xA;&#x9;&#x9;&#x9;&#x9;to as a&#xA;&#x9;&#x9;&#x9;&#x9;Network Element. A Node type is a real instance of a vendor&#xA;&#x9;&#x9;&#x9;&#x9;equipment with functions.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;A Node, has a unique ID, it has a&#xA;&#x9;&#x9;&#x9;&#x9;lifecycle. It is also placed in a&#xA;&#x9;&#x9;&#x9;&#x9;Room.&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;Examples:&#xA;&#x9;&#x9;&#x9;&#x9;1. The AMSSGSN, is&#xA;&#x9;&#x9;&#x9;&#x9;the ID of the Amsterdam SGSN Node.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="&#xA;&#x9;&#x9;&#x9;&#x9;ValidNodeID&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL"> <details key="ValidNodeID" value="&#xA;&#x9;&#x9;&#x9;&#x9;not self.nodeID.oclIsUndefined()&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Node"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="lifecycle" eType="ecore:EClass generics.ecore#//Lifecycle" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Lifecycle reference, contains 0 or 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Lifecycle types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Lifecycle"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeType" eType="ecore:EClass library.ecore#//NodeType" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The NodeType reference, contains 0 or 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;NodeType type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NodeType"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="createdByRef" eType="ecore:EClass generics.ecore#//Person"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The CreatedByRef references, refers to the User&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="CreatedByRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="locationRef" eType="ecore:EClass geo.ecore#//Location"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The RoomRef reference, refers to a Room type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="LocationRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nodeID" eType="ecore:EDataType generics.ecore#//Name255"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The NodeID attribute holds a unique identifier&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;for&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;the node.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;It is according to guidelines for so-called&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Configuration&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Items (CI).&#xA;&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Example:&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;[Location][Nodetype_abbreviation][Sequencenumber]&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="NodeID"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="originalNodeTypeRef" eType="ecore:EClass library.ecore#//NodeType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The OriginalNodeTypeRef reference, refers to the&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;original NodeType type from the library.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="OriginalNodeTypeRef"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operator" eSuperTypes="generics.ecore#//Company"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the information points of a&#xA;&#x9;&#x9;&#x9;&#x9;telecommunications Operator. It contains various aspects like the&#xA;&#x9;&#x9;&#x9;&#x9;network(s)&#xA;&#x9;&#x9;&#x9;&#x9;, the Wharehouse(s), the services etc...&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Operator"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="networks" upperBound="-1" eType="#//Network" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Networks reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Network type&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Networks"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="warehouses" upperBound="-1" eType="#//Warehouse" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Wharehouses reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Wharehouse type&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Warehouses"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="services" upperBound="-1" eType="ecore:EClass services.ecore#//Service" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Services reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Service type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Services"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceUsers" upperBound="-1" eType="ecore:EClass services.ecore#//ServiceUser" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ServiceUsers reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;ServiceUser type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ServiceUsers"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceExpansions" upperBound="-1" eType="#//ResourceExpansion" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Services reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Service type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ResourceExpansions"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relationship" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points of&#xA;&#x9;&#x9;&#x9;&#x9;a Relationship. This is also often referred to as a Connection or&#xA;&#x9;&#x9;&#x9;&#x9;Link.&#xA;&#x9;&#x9;&#x9;&#x9;Both Function and Equipment Relationship extend on this Base&#xA;&#x9;&#x9;&#x9;&#x9;type. It&#xA;&#x9;&#x9;&#x9;&#x9;holds both ends of the Node.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Relationship"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Name attribute holds a name used for&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;presentation.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeID1Ref" eType="#//Node"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The NodeID1Ref attribute, references a Node&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="NodeID1Ref"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeID2Ref" eType="#//Node"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The NodeID1Ref attribute, references a Node&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="NodeID2Ref"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="protocolRef" eType="ecore:EClass protocols.ecore#//Protocol"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The ProtocolRef reference, refers to 0 or 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Protocol type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ProtocolRef"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceExpansion" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing an expansion of the network. It&#xA;&#x9;&#x9;&#x9;&#x9;references either node(s) or equipment(s).&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ResourceExpansion"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeRefs" upperBound="-1" eType="#//Node"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Node reference, references 1 or more Node&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NodeRefs"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="equipmentRefs" upperBound="-1" eType="ecore:EClass library.ecore#//Equipment"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Equipment reference, references 1 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Equipment types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="EquipmentRefs"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="functionRefs" upperBound="-1" eType="ecore:EClass library.ecore#//Function"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Function reference, references 1 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Function types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="FunctionRefs"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceForecast" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing a resource forecast run. The&#xA;&#x9;&#x9;&#x9;&#x9;resources in the Nodes will contain the forecast values, this type&#xA;&#x9;&#x9;&#x9;&#x9;however hold the&#xA;&#x9;&#x9;&#x9;&#x9;time markers which result from the forecast.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ResourceForecast"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="markers" upperBound="-1" eType="#//Marker" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Markers reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Marker&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Markers"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResourceMonitor" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing a resource monitoring run. The&#xA;&#x9;&#x9;&#x9;&#x9;resources in the Nodes will contain the monitoring values,&#xA;&#x9;&#x9;&#x9;&#x9;this&#xA;&#x9;&#x9;&#x9;&#x9;object however holds the time markers which result from the&#xA;&#x9;&#x9;&#x9;&#x9;monitoring.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ResourceMonitor"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="markers" upperBound="-1" eType="#//Marker" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Markers reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Marker&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Markers"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nodeRef" eType="#//Node"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Node reference, references 1 Node&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NodeRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRef" eType="ecore:EClass library.ecore#//NetXResource"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Resource reference, references 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Resource&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;type.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ResourceRef"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="period" eType="ecore:EClass generics.ecore#//DateTimeRange" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Period reference, contains 0 or 1&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;DatetimeRange types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Period"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToleranceMarker" eSuperTypes="#//Marker"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9;&#x9;&#x9;&#x9;A marker which specifically marks tolerance&#xA;&#x9;&#x9;&#x9;&#x9;treshold crossings.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ToleranceMarker"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="#//ToleranceMarkerDirectionKind" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="In which direction the marker is crossed,&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;up or down.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Direction"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="level" eType="ecore:EEnum library.ecore#//LevelKind" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The level of the treshold which is crossed.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Level"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ToleranceMarkerDirectionKind"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The direction in which a treshold is crossed.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ToleranceMarkerDirectionKind"/> </eAnnotations> <eLiterals name="START"/> <eLiterals name="UP" value="1"/> <eLiterals name="DOWN" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="ToleranceMarkerDirectionKindObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ToleranceMarkerDirectionKind:Object"/> <details key="baseType" value="ToleranceMarkerDirectionKind"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Warehouse" eSuperTypes="generics.ecore#//Base"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="A type representing the basic information points of&#xA;&#x9;&#x9;&#x9;&#x9;a wharehouse .&#xA;&#x9;&#x9;&#x9;&#x9;A Warehouse can have nodes and loose pieces of&#xA;&#x9;&#x9;&#x9;&#x9;equipment in storage.&#xA;&#x9;&#x9;&#x9;&#x9;When a piece of equipment is taken out&#xA;&#x9;&#x9;&#x9;&#x9;of&#xA;&#x9;&#x9;&#x9;&#x9;service (See Lifecycle) it can be stored in the wharehouse.&#xA;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Warehouse"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Nodes reference, contains 0 or more Node&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Nodes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="equipments" upperBound="-1" eType="ecore:EClass library.ecore#//Equipment" containment="true" resolveProxies="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Equipments reference, contains 0 or more&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;Equipment types.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Equipments"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType generics.ecore#//Description2000"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Description attribute holds the description&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;of the network.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Description"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType generics.ecore#//Name255" defaultValueLiteral="name" unsettable="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="The Name attribute holds the name of the&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;network.&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;&#x9;"/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="Name"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/dzonekl/netxstudio/model/com.netxforge.netxstudio.models/models/cdo/13042011/operators.ecore
ecore
operators EquipmentRelationship equipment1Ref equipment2Ref FunctionRelationship function1Ref function2Ref Marker valueRef markerResourceRef description kind MarkerKind value value INTERNALEVENT INTERNAL_EVENT EXTERNALEVENT EXTERNAL_EVENT ACTIONNEEDED ACTION_NEEDED TOLERANCECROSSED TOLERANCE_CROSSED MarkerKindObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Network diagrams nodes networks functionRelationships equipmentRelationships metricSources createdByRef createdDate description name name Node lifecycle nodeType createdByRef locationRef nodeID originalNodeTypeRef Operator networks warehouses services serviceUsers resourceExpansions Relationship name nodeID1Ref nodeID2Ref protocolRef ResourceExpansion nodeRefs equipmentRefs functionRefs ResourceForecast markers ResourceMonitor markers nodeRef resourceRef period ToleranceMarker direction level ToleranceMarkerDirectionKind START START UP UP DOWN DOWN ToleranceMarkerDirectionKindObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator Warehouse nodes equipments description name name
null
{"directed":true,"nodes":[{"nsPrefix":"operators","nsURI":"http://www.netxforge.com/13042011/operators","name":"operators","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EquipmentRelationship","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionRelationship","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Marker","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MarkerKind","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"MarkerKindObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":5,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Network","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceExpansion","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceForecast","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceMonitor","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToleranceMarker","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ToleranceMarkerDirectionKind","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"ToleranceMarkerDirectionKindObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Warehouse","instanceClass":null,"abstract":false,"id":16,"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":"equipment1Ref","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":"equipment2Ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"function1Ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"function2Ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"valueRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"markerResourceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"kind","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"},{"name":"value","id":36,"value":0,"literal":"value","eClass":"EEnumLiteral"},{"name":"INTERNALEVENT","id":37,"value":1,"literal":"INTERNAL_EVENT","eClass":"EEnumLiteral"},{"name":"EXTERNALEVENT","id":38,"value":2,"literal":"EXTERNAL_EVENT","eClass":"EEnumLiteral"},{"name":"ACTIONNEEDED","id":39,"value":3,"literal":"ACTION_NEEDED","eClass":"EEnumLiteral"},{"name":"TOLERANCECROSSED","id":40,"value":4,"literal":"TOLERANCE_CROSSED","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":"diagrams","changeable":true,"resolveProxies":false,"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":"nodes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"networks","changeable":true,"resolveProxies":false,"lowerBound":0,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionRelationships","changeable":true,"resolveProxies":false,"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":"equipmentRelationships","changeable":true,"resolveProxies":false,"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":"metricSources","changeable":true,"resolveProxies":false,"lowerBound":0,"id":46,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"createdByRef","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":"createdDate","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"name","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"name","unsettable":true,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lifecycle","changeable":true,"resolveProxies":false,"lowerBound":0,"id":62,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodeType","changeable":true,"resolveProxies":false,"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":"createdByRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"locationRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nodeID","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"originalNodeTypeRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"networks","changeable":true,"resolveProxies":false,"lowerBound":0,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"warehouses","changeable":true,"resolveProxies":false,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"services","changeable":true,"resolveProxies":false,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceUsers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resourceExpansions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"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":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeID1Ref","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":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeID2Ref","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":"protocolRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeRefs","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":false,"unsettable":false,"transient":false,"unique":true,"name":"equipmentRefs","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":false,"unsettable":false,"transient":false,"unique":true,"name":"functionRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"markers","changeable":true,"resolveProxies":false,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"markers","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":false,"unsettable":false,"transient":false,"unique":true,"name":"nodeRef","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":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"period","changeable":true,"resolveProxies":false,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"direction","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"level","changeable":true,"lowerBound":0,"iD":false,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"name":"START","id":119,"value":0,"literal":"START","eClass":"EEnumLiteral"},{"name":"UP","id":120,"value":1,"literal":"UP","eClass":"EEnumLiteral"},{"name":"DOWN","id":121,"value":2,"literal":"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":"nodes","changeable":true,"resolveProxies":false,"lowerBound":0,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"equipments","changeable":true,"resolveProxies":false,"lowerBound":0,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"name","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"name","unsettable":true,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":9},{"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":9},{"source":2,"target":0},{"source":2,"target":9},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":22,"target":25},{"source":22,"target":2},{"source":23,"target":26},{"source":23,"target":2},{"source":24,"target":9},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":27,"target":32},{"source":27,"target":3},{"source":28,"target":33},{"source":28,"target":3},{"source":29,"target":34},{"source":29,"target":3},{"source":30,"target":4},{"source":30,"target":35},{"source":30,"target":3},{"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":4},{"source":37,"target":4},{"source":38,"target":4},{"source":39,"target":4},{"source":40,"target":4},{"source":5,"target":0},{"source":6,"target":0},{"source":6,"target":41},{"source":6,"target":42},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":6,"target":47},{"source":6,"target":48},{"source":6,"target":49},{"source":6,"target":50},{"source":6,"target":51},{"source":41,"target":52},{"source":41,"target":6},{"source":42,"target":7},{"source":42,"target":53},{"source":42,"target":6},{"source":53,"target":7},{"source":43,"target":6},{"source":43,"target":54},{"source":43,"target":6},{"source":54,"target":6},{"source":44,"target":2},{"source":44,"target":55},{"source":44,"target":6},{"source":55,"target":2},{"source":45,"target":1},{"source":45,"target":56},{"source":45,"target":6},{"source":56,"target":1},{"source":46,"target":57},{"source":46,"target":6},{"source":47,"target":58},{"source":47,"target":6},{"source":48,"target":59},{"source":48,"target":6},{"source":49,"target":60},{"source":49,"target":6},{"source":50,"target":61},{"source":50,"target":6},{"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":7,"target":67},{"source":7,"target":68},{"source":62,"target":69},{"source":62,"target":7},{"source":63,"target":70},{"source":63,"target":7},{"source":64,"target":71},{"source":64,"target":7},{"source":65,"target":72},{"source":65,"target":7},{"source":66,"target":73},{"source":66,"target":7},{"source":67,"target":74},{"source":67,"target":7},{"source":8,"target":0},{"source":8,"target":75},{"source":8,"target":76},{"source":8,"target":77},{"source":8,"target":78},{"source":8,"target":79},{"source":8,"target":80},{"source":75,"target":6},{"source":75,"target":81},{"source":75,"target":8},{"source":81,"target":6},{"source":76,"target":16},{"source":76,"target":82},{"source":76,"target":8},{"source":82,"target":16},{"source":77,"target":83},{"source":77,"target":8},{"source":78,"target":84},{"source":78,"target":8},{"source":79,"target":10},{"source":79,"target":85},{"source":79,"target":8},{"source":85,"target":10},{"source":9,"target":0},{"source":9,"target":86},{"source":9,"target":87},{"source":9,"target":88},{"source":9,"target":89},{"source":9,"target":90},{"source":86,"target":91},{"source":86,"target":9},{"source":87,"target":7},{"source":87,"target":92},{"source":87,"target":9},{"source":92,"target":7},{"source":88,"target":7},{"source":88,"target":93},{"source":88,"target":9},{"source":93,"target":7},{"source":89,"target":94},{"source":89,"target":9},{"source":10,"target":0},{"source":10,"target":95},{"source":10,"target":96},{"source":10,"target":97},{"source":10,"target":98},{"source":95,"target":7},{"source":95,"target":99},{"source":95,"target":10},{"source":99,"target":7},{"source":96,"target":100},{"source":96,"target":10},{"source":97,"target":101},{"source":97,"target":10},{"source":11,"target":0},{"source":11,"target":102},{"source":11,"target":103},{"source":102,"target":3},{"source":102,"target":104},{"source":102,"target":11},{"source":104,"target":3},{"source":12,"target":0},{"source":12,"target":105},{"source":12,"target":106},{"source":12,"target":107},{"source":12,"target":108},{"source":12,"target":109},{"source":105,"target":3},{"source":105,"target":110},{"source":105,"target":12},{"source":110,"target":3},{"source":106,"target":7},{"source":106,"target":111},{"source":106,"target":12},{"source":111,"target":7},{"source":107,"target":112},{"source":107,"target":12},{"source":108,"target":113},{"source":108,"target":12},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":114},{"source":13,"target":115},{"source":13,"target":116},{"source":114,"target":14},{"source":114,"target":117},{"source":114,"target":13},{"source":117,"target":14},{"source":115,"target":118},{"source":115,"target":13},{"source":116,"target":3},{"source":14,"target":0},{"source":14,"target":119},{"source":14,"target":120},{"source":14,"target":121},{"source":119,"target":14},{"source":120,"target":14},{"source":121,"target":14},{"source":15,"target":0},{"source":16,"target":0},{"source":16,"target":122},{"source":16,"target":123},{"source":16,"target":124},{"source":16,"target":125},{"source":16,"target":126},{"source":122,"target":7},{"source":122,"target":127},{"source":122,"target":16},{"source":127,"target":7},{"source":123,"target":128},{"source":123,"target":16},{"source":124,"target":129},{"source":124,"target":16},{"source":125,"target":130},{"source":125,"target":16}],"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="modulob" nsURI="http://modulob.dubmas.de/1.0" nsPrefix="modulob"> <eClassifiers xsi:type="ecore:EClass" name="Delegate" eSuperTypes="ModulobTypes.ecore#//UserDefined"> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//Method" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="ModulobTypes.ecore#//UserDefined"> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredInterfaces" unique="false" upperBound="-1" eType="#//Interface"/> <eStructuralFeatures xsi:type="ecore:EReference" name="methods" upperBound="-1" eType="#//Method" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delegates" upperBound="-1" eType="#//Delegate" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Method"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass ModulobTypes.ecore#//TypeRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="advice" eType="#//Advice" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Notification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="signaturePart" 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="type" lowerBound="1" eType="ecore:EClass ModulobTypes.ecore#//TypeRef" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="ModulobTypes.ecore#//UserDefined"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//Annotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="super" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Feature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Annotation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="option" eType="#//ConfigOption"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//ConfigValue"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ConfigOption"> <eLiterals name="persistency" literal="persistency"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ConfigValue"> <eLiterals name="CoreData" literal="CoreData"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Feature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isIndexed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isContainment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inverse" eType="#//Feature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass ModulobTypes.ecore#//TypeRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="defaultValue" eType="#//ValueObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueObject"/> <eClassifiers xsi:type="ecore:EClass" name="StringValue" eSuperTypes="#//ValueObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerValue" eSuperTypes="#//ValueObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FloatValue" eSuperTypes="#//ValueObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloatObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Advice"> <eStructuralFeatures xsi:type="ecore:EReference" name="interceptors" upperBound="-1" eType="#//Method"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enum" eSuperTypes="ModulobTypes.ecore#//Primitive"> <eStructuralFeatures xsi:type="ecore:EReference" name="literals" upperBound="-1" eType="#//EnumLiteral" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumLiteral"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/stevenreinisch/modulob/eclipse_plugins/de.dubmas.modulob.metamodels/model/Modulob.ecore
ecore
modulob Delegate methods Interface requiredInterfaces methods delegates Method isStatic name parameters type advice comment Notification name features comment Parameter signaturePart name type Entity annotations super features isAbstract Annotation option value ConfigOption persistency persistency ConfigValue CoreData CoreData Feature isIndexed isContainment name inverse type defaultValue comment ValueObject StringValue value IntegerValue value FloatValue value Advice interceptors Enum literals EnumLiteral name
null
{"directed":true,"nodes":[{"nsPrefix":"modulob","nsURI":"http://modulob.dubmas.de/1.0","name":"modulob","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Delegate","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Method","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Notification","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Annotation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConfigOption","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConfigValue","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Feature","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueObject","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringValue","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerValue","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatValue","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Advice","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enum","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumLiteral","instanceClass":null,"abstract":false,"id":17,"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":"methods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"requiredInterfaces","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":"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":"delegates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isStatic","changeable":true,"lowerBound":0,"iD":false,"id":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"advice","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":"comment","changeable":true,"lowerBound":0,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"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},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"comment","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"signaturePart","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotations","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":"super","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":61,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"name":"persistency","id":65,"value":0,"literal":"persistency","eClass":"EEnumLiteral"},{"name":"CoreData","id":66,"value":0,"literal":"CoreData","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":"isIndexed","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isContainment","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":"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":false,"unsettable":false,"transient":false,"unique":true,"name":"inverse","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","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":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","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":"comment","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"},{"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":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interceptors","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":3},{"source":18,"target":20},{"source":18,"target":1},{"source":20,"target":3},{"source":2,"target":0},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":21,"target":2},{"source":21,"target":25},{"source":21,"target":2},{"source":25,"target":2},{"source":22,"target":3},{"source":22,"target":26},{"source":22,"target":2},{"source":26,"target":3},{"source":23,"target":1},{"source":23,"target":27},{"source":23,"target":2},{"source":27,"target":1},{"source":3,"target":0},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":28,"target":34},{"source":28,"target":3},{"source":29,"target":35},{"source":29,"target":3},{"source":30,"target":5},{"source":30,"target":36},{"source":30,"target":3},{"source":36,"target":5},{"source":31,"target":37},{"source":31,"target":3},{"source":32,"target":15},{"source":32,"target":38},{"source":32,"target":3},{"source":38,"target":15},{"source":33,"target":39},{"source":33,"target":3},{"source":4,"target":0},{"source":4,"target":40},{"source":4,"target":41},{"source":4,"target":42},{"source":40,"target":43},{"source":40,"target":4},{"source":41,"target":10},{"source":41,"target":44},{"source":41,"target":4},{"source":44,"target":10},{"source":42,"target":45},{"source":42,"target":4},{"source":5,"target":0},{"source":5,"target":46},{"source":5,"target":47},{"source":5,"target":48},{"source":46,"target":49},{"source":46,"target":5},{"source":47,"target":50},{"source":47,"target":5},{"source":48,"target":51},{"source":48,"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":52,"target":7},{"source":52,"target":57},{"source":52,"target":6},{"source":57,"target":7},{"source":53,"target":6},{"source":53,"target":58},{"source":53,"target":6},{"source":58,"target":6},{"source":54,"target":10},{"source":54,"target":59},{"source":54,"target":6},{"source":59,"target":10},{"source":55,"target":60},{"source":55,"target":6},{"source":7,"target":0},{"source":7,"target":61},{"source":7,"target":62},{"source":61,"target":8},{"source":61,"target":63},{"source":61,"target":7},{"source":63,"target":8},{"source":62,"target":9},{"source":62,"target":64},{"source":62,"target":7},{"source":64,"target":9},{"source":8,"target":0},{"source":8,"target":65},{"source":65,"target":8},{"source":9,"target":0},{"source":9,"target":66},{"source":66,"target":9},{"source":10,"target":0},{"source":10,"target":67},{"source":10,"target":68},{"source":10,"target":69},{"source":10,"target":70},{"source":10,"target":71},{"source":10,"target":72},{"source":10,"target":73},{"source":67,"target":74},{"source":67,"target":10},{"source":68,"target":75},{"source":68,"target":10},{"source":69,"target":76},{"source":69,"target":10},{"source":70,"target":10},{"source":70,"target":77},{"source":70,"target":10},{"source":77,"target":10},{"source":71,"target":78},{"source":71,"target":10},{"source":72,"target":11},{"source":72,"target":79},{"source":72,"target":10},{"source":79,"target":11},{"source":73,"target":80},{"source":73,"target":10},{"source":11,"target":0},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":81},{"source":12,"target":82},{"source":81,"target":83},{"source":81,"target":12},{"source":82,"target":11},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":84},{"source":13,"target":85},{"source":84,"target":86},{"source":84,"target":13},{"source":85,"target":11},{"source":14,"target":0},{"source":14,"target":11},{"source":14,"target":87},{"source":14,"target":88},{"source":87,"target":89},{"source":87,"target":14},{"source":88,"target":11},{"source":15,"target":0},{"source":15,"target":90},{"source":90,"target":3},{"source":90,"target":91},{"source":90,"target":15},{"source":91,"target":3},{"source":16,"target":0},{"source":16,"target":92},{"source":16,"target":93},{"source":92,"target":17},{"source":92,"target":94},{"source":92,"target":16},{"source":94,"target":17},{"source":17,"target":0},{"source":17,"target":95},{"source":95,"target":96},{"source":95,"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="CWM_Extension_01" nsURI="CWM_Extension_01" nsPrefix="CWM_Extension_01"> <eClassifiers xsi:type="ecore:EClass" name="MyTransformation" eSuperTypes="cwm.ecore#//Transformation_/Transformation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ext_name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/jdinkla/CWM_EMF/net.dinkla.mof2ecore/test/UsingCWM_1.ecore
ecore
CWM_Extension_01 MyTransformation ext_name
null
{"directed":true,"nodes":[{"nsPrefix":"CWM_Extension_01","nsURI":"CWM_Extension_01","name":"CWM_Extension_01","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MyTransformation","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":"ext_name","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="UmlClassDiagram2Java" nsURI="UmlClassDiagram2Java" nsPrefix="UmlClassDiagram2Java"> <eClassifiers xsi:type="ecore:EClass" name="CorrAxiom" eSuperTypes="platform:/plugin/de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode"/> <eClassifiers xsi:type="ecore:EClass" name="CorrRule" eSuperTypes="platform:/plugin/de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode"/> </ecore:EPackage>
github:ecore:/data/wbombardellis/BachelorThesis_WilliamBombardelliDaSilva/Examples/de.mdelab.mltgg.UmlClassDiagram2Java/model/UmlClassDiagram2Java.ecore
ecore
UmlClassDiagram2Java CorrAxiom CorrRule
null
{"directed":true,"nodes":[{"nsPrefix":"UmlClassDiagram2Java","nsURI":"UmlClassDiagram2Java","name":"UmlClassDiagram2Java","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorrAxiom","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorrRule","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"id":3,"eClass":"EGenericType"},{"id":4,"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}],"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="mypackage" nsURI="www.viniovink.com" nsPrefix="hello"> <eClassifiers xsi:type="ecore:EClass" name="MYclass"> <eTypeParameters name="dddd"/> <eTypeParameters name="derereerddd"/> <eStructuralFeatures xsi:type="ecore:EReference" name="olala" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="[[er bound"/> </ecore:EPackage>
github:ecore:/data/Vinayakatk/FormSection/org.eclipse.emf.examples.library/vvv.ecore
ecore
mypackage MYclass dddd derereerddd olala [[er bound
null
{"directed":true,"nodes":[{"nsPrefix":"hello","nsURI":"www.viniovink.com","name":"mypackage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MYclass","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"[[er bound","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"name":"dddd","id":3,"eClass":"ETypeParameter"},{"name":"derereerddd","id":4,"eClass":"ETypeParameter"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"olala","changeable":true,"resolveProxies":true,"lowerBound":0,"id":5,"derived":false}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":5,"target":1},{"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="UML" nsURI="http://www.eclipse.org/uml2/5.0.0/UML" nsPrefix="uml"> <eAnnotations source="http://www.eclipse.org/uml2/2.0.0/UML"> <details key="originalName" value="UML"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Element" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="visibility" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PackageableElement" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="packagedElement" ordered="false" upperBound="-1" eType="#//Package" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//PackageableElement"/> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//Package"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lowerValue" eType="#//LiteralInteger" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="upperValue" eType="#//LiteralUnlimitedNatural" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralInteger" eSuperTypes="#//Package"/> <eClassifiers xsi:type="ecore:EClass" name="LiteralUnlimitedNatural" eSuperTypes="#//Package"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//TypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//Attribute"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isStatic" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="association" eType="#//Association"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifier" ordered="false" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="owningAssociation" eType="#//Association"/> <eStructuralFeatures xsi:type="ecore:EReference" name="associationEnd" eType="#//Association"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interface" eType="#//Interface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//TypedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direction" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//Package"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" ordered="false" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="class" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interface" eType="#//Interface"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Package"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" ordered="false" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" ordered="false" upperBound="-1" eType="#//Operation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="generalization" ordered="false" upperBound="-1" eType="#//Generalization" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="templateBinding" ordered="false" upperBound="-1" eType="#//TemplateBinding" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedClassifier" ordered="false" upperBound="-1" eType="#//Class" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Interface" eSuperTypes="#//Class"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//Package"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifier" ordered="false" upperBound="-1" eType="#//Enumeration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" eType="#//Enumeration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//Class"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiteral" ordered="false" upperBound="-1" eType="#//EnumerationLiteral" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Generalization" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="general" eType="#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="specific" eType="#//Class"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//Package"> <eStructuralFeatures xsi:type="ecore:EReference" name="memberEnd" ordered="false" upperBound="-1" eType="#//Property"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedEnd" ordered="false" upperBound="-1" eType="#//Property"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateParameterSubstitution" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="actual" eType="#//Package" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="templateBinding" eType="#//TemplateBinding"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TemplateBinding" eSuperTypes="#//Element"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameterSubstitution" ordered="false" upperBound="-1" eType="#//TemplateParameterSubstitution" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="boundElement" eType="#//Package"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/alfa-ryano/org.eclipse.uml2.uml.cbp/model/UML.ecore
ecore
UML Element name visibility PackageableElement packagedElement Package Model TypedElement type lowerValue upperValue PrimitiveType LiteralInteger LiteralUnlimitedNatural value Attribute Property isStatic association qualifier owningAssociation associationEnd interface Parameter direction Operation ownedParameter class interface Class ownedAttribute ownedOperation generalization templateBinding nestedClassifier Interface EnumerationLiteral classifier enumeration Enumeration ownedLiteral Generalization general specific Association memberEnd ownedEnd TemplateParameterSubstitution actual templateBinding TemplateBinding parameterSubstitution boundElement
null
{"directed":true,"nodes":[{"nsPrefix":"uml","nsURI":"http://www.eclipse.org/uml2/5.0.0/UML","name":"UML","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PackageableElement","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"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":"LiteralInteger","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralUnlimitedNatural","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Interface","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Generalization","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateParameterSubstitution","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemplateBinding","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":21,"derived":false},{"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":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"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":"packagedElement","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"lowerValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"upperValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isStatic","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":"association","changeable":true,"resolveProxies":true,"lowerBound":0,"id":44,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"owningAssociation","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":"associationEnd","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":"interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"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":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interface","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":false,"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":66,"derived":false},{"container":false,"ordered":false,"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":67,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"generalization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"templateBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedClassifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"classifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"enumeration","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"general","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"specific","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"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":"memberEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"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":"ownedEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"actual","changeable":true,"resolveProxies":true,"lowerBound":0,"id":96,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"templateBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameterSubstitution","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":"boundElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":1,"target":0},{"source":1,"target":21},{"source":1,"target":22},{"source":21,"target":23},{"source":21,"target":1},{"source":22,"target":24},{"source":22,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":25},{"source":2,"target":26},{"source":25,"target":3},{"source":25,"target":27},{"source":25,"target":2},{"source":27,"target":3},{"source":26,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":28},{"source":28,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":29},{"source":29,"target":3},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":30},{"source":5,"target":31},{"source":5,"target":32},{"source":5,"target":33},{"source":30,"target":3},{"source":30,"target":34},{"source":30,"target":5},{"source":34,"target":3},{"source":31,"target":7},{"source":31,"target":35},{"source":31,"target":5},{"source":35,"target":7},{"source":32,"target":8},{"source":32,"target":36},{"source":32,"target":5},{"source":36,"target":8},{"source":33,"target":1},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":37},{"source":37,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":38},{"source":38,"target":3},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":39},{"source":8,"target":40},{"source":39,"target":41},{"source":39,"target":8},{"source":40,"target":3},{"source":9,"target":0},{"source":9,"target":5},{"source":9,"target":42},{"source":42,"target":5},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":43},{"source":10,"target":44},{"source":10,"target":45},{"source":10,"target":46},{"source":10,"target":47},{"source":10,"target":48},{"source":10,"target":49},{"source":43,"target":50},{"source":43,"target":10},{"source":44,"target":18},{"source":44,"target":51},{"source":44,"target":10},{"source":51,"target":18},{"source":45,"target":10},{"source":45,"target":52},{"source":45,"target":10},{"source":52,"target":10},{"source":46,"target":18},{"source":46,"target":53},{"source":46,"target":10},{"source":53,"target":18},{"source":47,"target":18},{"source":47,"target":54},{"source":47,"target":10},{"source":54,"target":18},{"source":48,"target":14},{"source":48,"target":55},{"source":48,"target":10},{"source":55,"target":14},{"source":49,"target":9},{"source":11,"target":0},{"source":11,"target":5},{"source":11,"target":56},{"source":11,"target":57},{"source":56,"target":58},{"source":56,"target":11},{"source":57,"target":5},{"source":12,"target":0},{"source":12,"target":3},{"source":12,"target":59},{"source":12,"target":60},{"source":12,"target":61},{"source":12,"target":62},{"source":59,"target":11},{"source":59,"target":63},{"source":59,"target":12},{"source":63,"target":11},{"source":60,"target":13},{"source":60,"target":64},{"source":60,"target":12},{"source":64,"target":13},{"source":61,"target":14},{"source":61,"target":65},{"source":61,"target":12},{"source":65,"target":14},{"source":62,"target":3},{"source":13,"target":0},{"source":13,"target":3},{"source":13,"target":66},{"source":13,"target":67},{"source":13,"target":68},{"source":13,"target":69},{"source":13,"target":70},{"source":13,"target":71},{"source":66,"target":9},{"source":66,"target":72},{"source":66,"target":13},{"source":72,"target":9},{"source":67,"target":12},{"source":67,"target":73},{"source":67,"target":13},{"source":73,"target":12},{"source":68,"target":17},{"source":68,"target":74},{"source":68,"target":13},{"source":74,"target":17},{"source":69,"target":20},{"source":69,"target":75},{"source":69,"target":13},{"source":75,"target":20},{"source":70,"target":13},{"source":70,"target":76},{"source":70,"target":13},{"source":76,"target":13},{"source":71,"target":3},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":77},{"source":77,"target":13},{"source":15,"target":0},{"source":15,"target":3},{"source":15,"target":78},{"source":15,"target":79},{"source":15,"target":80},{"source":78,"target":16},{"source":78,"target":81},{"source":78,"target":15},{"source":81,"target":16},{"source":79,"target":16},{"source":79,"target":82},{"source":79,"target":15},{"source":82,"target":16},{"source":80,"target":3},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":83},{"source":16,"target":84},{"source":83,"target":15},{"source":83,"target":85},{"source":83,"target":16},{"source":85,"target":15},{"source":84,"target":13},{"source":17,"target":0},{"source":17,"target":1},{"source":17,"target":86},{"source":17,"target":87},{"source":17,"target":88},{"source":86,"target":13},{"source":86,"target":89},{"source":86,"target":17},{"source":89,"target":13},{"source":87,"target":13},{"source":87,"target":90},{"source":87,"target":17},{"source":90,"target":13},{"source":88,"target":1},{"source":18,"target":0},{"source":18,"target":3},{"source":18,"target":91},{"source":18,"target":92},{"source":18,"target":93},{"source":91,"target":10},{"source":91,"target":94},{"source":91,"target":18},{"source":94,"target":10},{"source":92,"target":10},{"source":92,"target":95},{"source":92,"target":18},{"source":95,"target":10},{"source":93,"target":3},{"source":19,"target":0},{"source":19,"target":1},{"source":19,"target":96},{"source":19,"target":97},{"source":19,"target":98},{"source":96,"target":3},{"source":96,"target":99},{"source":96,"target":19},{"source":99,"target":3},{"source":97,"target":20},{"source":97,"target":100},{"source":97,"target":19},{"source":100,"target":20},{"source":98,"target":1},{"source":20,"target":0},{"source":20,"target":1},{"source":20,"target":101},{"source":20,"target":102},{"source":20,"target":103},{"source":101,"target":19},{"source":101,"target":104},{"source":101,"target":20},{"source":104,"target":19},{"source":102,"target":3},{"source":102,"target":105},{"source":102,"target":20},{"source":105,"target":3},{"source":103,"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="smif" nsURI="http://www.omg.org/smif/Smif" nsPrefix="smif"> <eAnnotations source="http://www.xocl.org/OCL"> <details key="rootConstraint" value="trg.name = 'Repository'"/> </eAnnotations> <eAnnotations source="http://www.xocl.org/UUID"> <details key="useUUIDs" value="true"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg"/> </eAnnotations> <eAnnotations source="http://www.xocl.org/EDITORCONFIG"> <details key="hideAdvancedProperties" value="null"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Repository"> <eStructuralFeatures xsi:type="ecore:EReference" name="lexicalScope" upperBound="-1" eType="#//lexicalscope/LexicalScope" unsettable="true" containment="true"/> </eClassifiers> <eSubpackages name="types" nsURI="http://www.omg.org/smif/Smif/Types" nsPrefix="TYPE"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//lexicalscope/LexicalScope #//toplevel/Context"> <eStructuralFeatures xsi:type="ecore:EReference" name="categorizes" upperBound="-1" eType="#//toplevel/Thing" eOpposite="#//toplevel/Thing/hasType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasProperty" upperBound="-1" eType="#//properties/PropertyType" eOpposite="#//properties/PropertyType/propertyOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assertsPattern" upperBound="-1" eType="#//patterns/PatternOfType" eOpposite="#//patterns/PatternOfType/subjectType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasCovering" upperBound="-1" eType="#//constraints/CoveringConstraint" eOpposite="#//constraints/CoveringConstraint/isCoveredBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasSpecialization" upperBound="-1" eType="#//constraints/GeneralizationConstraint" eOpposite="#//constraints/GeneralizationConstraint/hasGeneral"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasMultiplicity" upperBound="-1" eType="#//constraints/MultiplicityConstraint" eOpposite="#//constraints/MultiplicityConstraint/multiplicityOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="propertiesOfType" upperBound="-1" eType="#//constraints/PropertyTypeConstraint" eOpposite="#//constraints/PropertyTypeConstraint/isOfType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recordingTypes" upperBound="-1" eType="#//records/RecordType" eOpposite="#//records/RecordType/aboutType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasGeneralization" upperBound="-1" eType="#//constraints/GeneralizationConstraint" eOpposite="#//constraints/GeneralizationConstraint/hasSpecific"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnedBy" upperBound="-1" eType="#//expressions/ExpressionContext" eOpposite="#//expressions/ExpressionContext/resultingType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="respectOf" upperBound="-1" eType="#//constraints/MultiplicityConstraint" eOpposite="#//constraints/MultiplicityConstraint/withRespectTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assertedBy" upperBound="-1" eType="#//mapping/MatchEnd" eOpposite="#//mapping/MatchEnd/assertedType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conceptRule" lowerBound="1" eType="#//mapping/RepresentationRule" eOpposite="#//mapping/RepresentationRule/representedType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="representsRule" lowerBound="1" eType="#//mapping/RepresentationRule" eOpposite="#//mapping/RepresentationRule/representedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntersectionType" eSuperTypes="#//types/Type"/> <eClassifiers xsi:type="ecore:EClass" name="UnionType" eSuperTypes="#//types/Type"/> <eClassifiers xsi:type="ecore:EClass" name="EntityType" eSuperTypes="#//types/Type"/> </eSubpackages> <eSubpackages name="situations" nsURI="http://www.omg.org/smif/Smif/Situations" nsPrefix="smif.situations"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="SituationType" eSuperTypes="#//types/EntityType"/> <eClassifiers xsi:type="ecore:EClass" name="Situation" abstract="true" eSuperTypes="#//toplevel/Proposition #//toplevel/TemporalEntity #//toplevel/Context #//lexicalscope/LexicalScope"> <eStructuralFeatures xsi:type="ecore:EReference" name="matchedBy" upperBound="-1" eType="#//patterns/PatternMatch" eOpposite="#//patterns/PatternMatch/matches"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActualSituation" eSuperTypes="#//toplevel/ActualEntity #//situations/Situation"/> </eSubpackages> <eSubpackages name="values" nsURI="http://www.omg.org/smif/Smif/Values" nsPrefix="smif.values"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="QuantityKind" eSuperTypes="#//values/ValueType"/> <eClassifiers xsi:type="ecore:EClass" name="UnitType" eSuperTypes="#//values/ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ratio" lowerBound="1" eType="#//values/Real"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="offset" lowerBound="1" eType="#//values/Real"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unitReference" eType="#//metadata/Definition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definedWithinSystem" eType="#//values/SystemOfUnits" eOpposite="#//values/SystemOfUnits/unitOfSystem"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BaseUnitType" eSuperTypes="#//values/UnitType"/> <eClassifiers xsi:type="ecore:EClass" name="ValueType" eSuperTypes="#//types/Type"/> <eClassifiers xsi:type="ecore:EClass" name="Value" eSuperTypes="#//toplevel/Thing"/> <eClassifiers xsi:type="ecore:EClass" name="SystemOfUnits" eSuperTypes="#//toplevel/Context"> <eStructuralFeatures xsi:type="ecore:EReference" name="unitOfSystem" upperBound="-1" eType="#//values/UnitType" eOpposite="#//values/UnitType/definedWithinSystem"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuredValueType" eSuperTypes="#//values/ValueType #//properties/PropertyOwnerType"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredValue" eSuperTypes="#//values/Value #//properties/PropertyOwner"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="DataValue" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="PrimitiveValue" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="Numeric" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="MeasurementValue" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/> <eClassifiers xsi:type="ecore:EDataType" name="Real" instanceClassName="double"/> <eClassifiers xsi:type="ecore:EDataType" name="Number" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EClass" name="UnitValue" abstract="true" eSuperTypes="#//values/Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasValue" lowerBound="1" eType="#//values/MeasurementValue"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScalarQuantity" abstract="true" eSuperTypes="#//values/UnitValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_unnamed_ScalarQuantity" lowerBound="1" eType="#//values/Number"/> </eClassifiers> </eSubpackages> <eSubpackages name="identifiers" nsURI="http://www.omg.org/smif/Smif/Identifiers" nsPrefix="smif.identifiers"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="UniqueIdentifier" abstract="true" eSuperTypes="#//identifiers/Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="uniqueWithin" lowerBound="1" eType="#//identifiers/Namespace" eOpposite="#//identifiers/Namespace/scopesIdentifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IRIIdentifier" eSuperTypes="#//identifiers/TechnicalIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="Term" eSuperTypes="#//identifiers/Name #//identifiers/UniqueTextIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="UniqueTextIdentifier" eSuperTypes="#//identifiers/UniqueIdentifier #//identifiers/TextIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="Identifier" eSuperTypes="#//values/Value"> <eStructuralFeatures xsi:type="ecore:EReference" name="identifies" lowerBound="1" eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/identifiedBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preferredFor" eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/hasPreferred"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//toplevel/Context"> <eStructuralFeatures xsi:type="ecore:EReference" name="scopesIdentifier" upperBound="-1" eType="#//identifiers/UniqueIdentifier" eOpposite="#//identifiers/UniqueIdentifier/uniqueWithin"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextIdentifier" eSuperTypes="#//identifiers/Identifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Name" eSuperTypes="#//identifiers/TextIdentifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="names" lowerBound="1" upperBound="-1" eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/hasName"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TechnicalIdentifier" eSuperTypes="#//identifiers/UniqueTextIdentifier"/> </eSubpackages> <eSubpackages name="expressions" nsURI="http://www.omg.org/smif/Smif/Expressions" nsPrefix="smif.expressions"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="FunctionType" eSuperTypes="#//properties/PropertyOwnerType #//expressions/ExpressionContext"> <eStructuralFeatures xsi:type="ecore:EReference" name="implementedBy" eType="#//expressions/ExpressionNode" eOpposite="#//expressions/ExpressionNode/implements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isUsedBy" upperBound="-1" eType="#//expressions/FunctionCall" eOpposite="#//expressions/FunctionCall/calls"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantReference" eSuperTypes="#//expressions/ExpressionNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasValue" lowerBound="1" eType="#//toplevel/Thing" eOpposite="#//toplevel/Thing/referencedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionNode" abstract="true" eSuperTypes="#//expressions/ExpressionContext"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expressionText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expressionTextLanguage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="evaluatedBy" upperBound="-1" eType="#//expressions/Evaluation" eOpposite="#//expressions/Evaluation/evaluates"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implements" eType="#//expressions/FunctionType" eOpposite="#//expressions/FunctionType/implementedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionCall" eSuperTypes="#//expressions/ExpressionNode #//properties/PropertyOwner"> <eStructuralFeatures xsi:type="ecore:EReference" name="calls" lowerBound="1" eType="#//expressions/FunctionType" eOpposite="#//expressions/FunctionType/isUsedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Traversal" eSuperTypes="#//expressions/ExpressionNode #//properties/PropertyOwner"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="traverseToRelation" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inverse" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="traversesThrough" lowerBound="1" upperBound="-1" eType="#//properties/PropertyType" eOpposite="#//properties/PropertyType/traversedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectOperationType" eSuperTypes="#//expressions/FunctionType"> <eStructuralFeatures xsi:type="ecore:EReference" name="receiver" lowerBound="1" eType="#//properties/PropertyType" eOpposite="#//properties/PropertyType/receivedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Equality" eSuperTypes="#//expressions/ExpressionNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasEqual" lowerBound="1" upperBound="-1" eType="#//toplevel/Thing" eOpposite="#//toplevel/Thing/hasEquality"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Evaluation" eSuperTypes="#//expressions/ExpressionContext"> <eStructuralFeatures xsi:type="ecore:EReference" name="evaluates" lowerBound="1" eType="#//expressions/ExpressionNode" eOpposite="#//expressions/ExpressionNode/evaluatedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionContext" abstract="true" eSuperTypes="#//toplevel/IdentifiableEntity"> <eStructuralFeatures xsi:type="ecore:EReference" name="evaluatesIn" eType="#//toplevel/Context" eOpposite="#//toplevel/Context/contextualizesExpress"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultingType" lowerBound="1" upperBound="-1" eType="#//types/Type" eOpposite="#//types/Type/returnedBy"/> </eClassifiers> </eSubpackages> <eSubpackages name="relationships" nsURI="http://www.omg.org/smif/Smif/Relationships" nsPrefix="smif.relationships"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Relationship" eSuperTypes="#//situations/ActualSituation #//properties/PropertyOwner"/> <eClassifiers xsi:type="ecore:EClass" name="RelationshipType" eSuperTypes="#//situations/SituationType #//properties/PropertyOwnerType"/> </eSubpackages> <eSubpackages name="constraints" nsURI="http://www.omg.org/smif/Smif/Constraints" nsPrefix="smif.constraints"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="#//toplevel/Proposition"> <eStructuralFeatures xsi:type="ecore:EReference" name="constrains" upperBound="-1" eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/constrainedBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subsumes" upperBound="-1" eType="#//constraints/Rule" eOpposite="#//constraints/Rule/subsumedBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subsumedBy" upperBound="-1" eType="#//constraints/Rule" eOpposite="#//constraints/Rule/subsumes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityConstraint" eSuperTypes="#//constraints/TypeConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mininumNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="atOnce" lowerBound="1" eType="#//values/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSufficent" lowerBound="1" eType="#//values/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="withRespectTo" upperBound="-1" eType="#//types/Type" eOpposite="#//types/Type/respectOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiplicityOf" lowerBound="1" eType="#//types/Type" eOpposite="#//types/Type/hasMultiplicity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UniquenessConstraint" eSuperTypes="#//constraints/TypeConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPrimaryIdentity" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasUnique" lowerBound="1" upperBound="-1" eType="#//properties/PropertyType" eOpposite="#//properties/PropertyType/hasUniquenessConstraint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalRule" eSuperTypes="#//constraints/Rule #//constraints/Conditional"/> <eClassifiers xsi:type="ecore:EClass" name="TypeConstraint" abstract="true" eSuperTypes="#//constraints/Rule"/> <eClassifiers xsi:type="ecore:EClass" name="Equivalent" eSuperTypes="#//constraints/Rule"/> <eClassifiers xsi:type="ecore:EClass" name="Disjoint" eSuperTypes="#//constraints/Rule"/> <eClassifiers xsi:type="ecore:EClass" name="Enumerated" eSuperTypes="#//constraints/Rule"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationConstraint" eSuperTypes="#//constraints/TypeConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="redefines" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasGeneral" lowerBound="1" eType="#//types/Type" eOpposite="#//types/Type/hasSpecialization"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasSpecific" lowerBound="1" eType="#//types/Type" eOpposite="#//types/Type/hasGeneralization"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyConstraint" abstract="true" eSuperTypes="#//constraints/Rule"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyTransitivityConstraint" eSuperTypes="#//constraints/PropertyConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyTypeConstraint" eSuperTypes="#//constraints/PropertyConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prerequisiteType" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isOfType" lowerBound="1" eType="#//types/Type" eOpposite="#//types/Type/propertiesOfType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CoveringConstraint" eSuperTypes="#//constraints/TypeConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="isCoveredBy" upperBound="-1" eType="#//types/Type" eOpposite="#//types/Type/hasCovering"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FacetClassificationConstraint" eSuperTypes="#//constraints/GeneralizationConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="Conditional" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//expressions/ExpressionNode"/> </eClassifiers> </eSubpackages> <eSubpackages name="toplevel" nsURI="http://www.omg.org/smif/Smif/Toplevel" nsPrefix="smif.toplevel"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="IdentifiableEntity" eSuperTypes="#//toplevel/Thing"> <eStructuralFeatures xsi:type="ecore:EReference" name="wasStatedIn" upperBound="-1" eType="#//metadata/Statement" eOpposite="#//metadata/Statement/resultedIn"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasPreferred" eType="#//identifiers/Identifier" eOpposite="#//identifiers/Identifier/preferredFor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definedBy" upperBound="-1" eType="#//metadata/Definition" eOpposite="#//metadata/Definition/definesEntity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="identifiedBy" upperBound="-1" eType="#//identifiers/Identifier" eOpposite="#//identifiers/Identifier/identifies"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasMetadata" upperBound="-1" eType="#//metadata/Metadata" eOpposite="#//metadata/Metadata/metadataAbout"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasName" upperBound="-1" eType="#//identifiers/Name" eOpposite="#//identifiers/Name/names"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasRecord" upperBound="-1" eType="#//records/Record" eOpposite="#//records/Record/about"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constrainedBy" upperBound="-1" eType="#//constraints/Rule" eOpposite="#//constraints/Rule/constrains"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasAuthoritativeSource" upperBound="-1" eType="#//metadata/InformationSource" eOpposite="#//metadata/InformationSource/madeStatement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasBinding" upperBound="-1" eType="#//properties/PropertyBinding" eOpposite="#//properties/PropertyBinding/boundTo"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Thing" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="definedIn" lowerBound="1" eType="#//lexicalscope/LexicalScope"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inContextOf" lowerBound="1" upperBound="-1" eType="#//toplevel/Context" eOpposite="#//toplevel/Context/contextualizes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasType" lowerBound="1" upperBound="-1" eType="#//types/Type" eOpposite="#//types/Type/categorizes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statedBy" eType="#//lexicalscope/LexicalScope" eOpposite="#//lexicalscope/LexicalScope/states"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedBy" upperBound="-1" eType="#//expressions/ConstantReference" eOpposite="#//expressions/ConstantReference/hasValue"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasEquality" upperBound="-1" eType="#//expressions/Equality" eOpposite="#//expressions/Equality/hasEqual"/> <eStructuralFeatures xsi:type="ecore:EReference" name="boundIn" upperBound="-1" eType="#//properties/PropertyBinding" eOpposite="#//properties/PropertyBinding/binds"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Context" abstract="true" eSuperTypes="#//toplevel/IdentifiableEntity"> <eStructuralFeatures xsi:type="ecore:EReference" name="asserts" upperBound="-1" eType="#//toplevel/Proposition" eOpposite="#//toplevel/Proposition/holdsWithin"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextualizes" upperBound="-1" eType="#//toplevel/Thing" eOpposite="#//toplevel/Thing/inContextOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="negates" upperBound="-1" eType="#//toplevel/Proposition" eOpposite="#//toplevel/Proposition/negatedWithin"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextualizesExpress" upperBound="-1" eType="#//expressions/ExpressionContext" eOpposite="#//expressions/ExpressionContext/evaluatesIn"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedByLR" upperBound="-1" eType="#//lexicalscope/LexicalReference" eOpposite="#//lexicalscope/LexicalReference/referencedScope"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Proposition" abstract="true" eSuperTypes="#//toplevel/IdentifiableEntity"> <eStructuralFeatures xsi:type="ecore:EReference" name="holdsWithin" upperBound="-1" eType="#//toplevel/Context" eOpposite="#//toplevel/Context/asserts"/> <eStructuralFeatures xsi:type="ecore:EReference" name="negatedWithin" upperBound="-1" eType="#//toplevel/Context" eOpposite="#//toplevel/Context/negates"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifiedWithin" eType="#//patterns/PropositionVariable" eOpposite="#//patterns/PropositionVariable/qualifies"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActualEntity" eSuperTypes="#//toplevel/TemporalEntity"/> <eClassifiers xsi:type="ecore:EClass" name="TemporalEntity" abstract="true" eSuperTypes="#//toplevel/IdentifiableEntity"/> </eSubpackages> <eSubpackages name="patterns" nsURI="http://www.omg.org/smif/Smif/Patterns" nsPrefix="smif.patterns"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Pattern" eSuperTypes="#//situations/SituationType #//situations/Situation #//lexicalscope/LexicalScope #//properties/PropertyOwner"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownsVariable" upperBound="-1" eType="#//patterns/PatternVariable" eOpposite="#//patterns/PatternVariable/hasOwningPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="satisfiedBy" upperBound="-1" eType="#//patterns/PatternMatch" eOpposite="#//patterns/PatternMatch/satisfies"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatternVariable" eSuperTypes="#//properties/OwnedPropertyType #//constraints/Conditional"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualification" lowerBound="1" eType="#//patterns/VariableQualification"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="explicit" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasOwningPattern" lowerBound="1" eType="#//patterns/Pattern" eOpposite="#//patterns/Pattern/ownsVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasSubset" upperBound="-1" eType="#//patterns/PatternVariable" eOpposite="#//patterns/PatternVariable/subsets"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" upperBound="-1" eType="#//mapping/MatchEnd" eOpposite="#//mapping/MatchEnd/mapsVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subsets" upperBound="-1" eType="#//patterns/PatternVariable" eOpposite="#//patterns/PatternVariable/hasSubset"/> <eStructuralFeatures xsi:type="ecore:EReference" name="excludedBy" upperBound="-1" eType="#//patterns/PatternVariable" eOpposite="#//patterns/PatternVariable/excludes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="excludes" upperBound="-1" eType="#//patterns/PatternVariable" eOpposite="#//patterns/PatternVariable/excludedBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referenceMapping" eType="#//mapping/Mapping" eOpposite="#//mapping/Mapping/referenceFocus"/> <eStructuralFeatures xsi:type="ecore:EReference" name="concreteMapping" eType="#//mapping/Mapping" eOpposite="#//mapping/Mapping/concreteFocus"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropositionVariable" eSuperTypes="#//patterns/PatternVariable"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifies" lowerBound="1" eType="#//toplevel/Proposition" eOpposite="#//toplevel/Proposition/qualifiedWithin"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VariableQualification"> <eLiterals name="Select" literal="Select"/> <eLiterals name="Optional" value="1" literal="Optional"/> <eLiterals name="Assert" value="2" literal="Assert"/> <eLiterals name="Negate" value="3" literal="Negate"/> <eLiterals name="ExactlyOne" value="4" literal="ExactlyOne"/> <eLiterals name="ThereExists" value="5" literal="ThereExists"/> <eLiterals name="All" value="6" literal="All"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionVariable" eSuperTypes="#//patterns/PatternVariable #//patterns/Computed"/> <eClassifiers xsi:type="ecore:EClass" name="PartVariable" eSuperTypes="#//patterns/TypePatternVariable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isBoundaryPart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FocusVariable" eSuperTypes="#//patterns/TypePatternVariable"/> <eClassifiers xsi:type="ecore:EClass" name="TypePatternVariable" abstract="true" eSuperTypes="#//patterns/PatternVariable"/> <eClassifiers xsi:type="ecore:EClass" name="PatternOfType" eSuperTypes="#//patterns/Pattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="subjectType" lowerBound="1" eType="#//types/Type" eOpposite="#//types/Type/assertsPattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatternMatch" eSuperTypes="#//situations/ActualSituation"> <eStructuralFeatures xsi:type="ecore:EReference" name="_unnamed_PatternMatch" upperBound="-1" eType="#//patterns/VariableBinding" eOpposite="#//patterns/VariableBinding/_unnamed_VariableBinding"/> <eStructuralFeatures xsi:type="ecore:EReference" name="satisfies" lowerBound="1" eType="#//patterns/Pattern" eOpposite="#//patterns/Pattern/satisfiedBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="matches" lowerBound="1" eType="#//situations/Situation" eOpposite="#//situations/Situation/matchedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableBinding" eSuperTypes="#//properties/OwnedPropertyBinding"> <eStructuralFeatures xsi:type="ecore:EReference" name="_unnamed_VariableBinding" lowerBound="1" eType="#//patterns/PatternMatch" eOpposite="#//patterns/PatternMatch/_unnamed_PatternMatch"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Computed" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="computation" eType="#//expressions/ExpressionNode"/> </eClassifiers> </eSubpackages> <eSubpackages name="mapping" nsURI="http://www.omg.org/smif/Smif/Mapping" nsPrefix="smif.mapping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="MatchRule" eSuperTypes="#//constraints/Rule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="coerce" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="concreteEnd" lowerBound="1" eType="#//mapping/MatchEnd" containment="true" eOpposite="#//mapping/MatchEnd/matchFrom"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referenceEnd" lowerBound="1" eType="#//mapping/MatchEnd" containment="true" eOpposite="#//mapping/MatchEnd/matchTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapRuleOf" lowerBound="1" eType="#//mapping/Mapping" eOpposite="#//mapping/Mapping/hasMapRule"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatchEnd" eSuperTypes="#//constraints/Conditional #//patterns/Computed"> <eStructuralFeatures xsi:type="ecore:EReference" name="assertedType" upperBound="-1" eType="#//types/Type" eOpposite="#//types/Type/assertedBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapsVariable" lowerBound="1" eType="#//patterns/PatternVariable" eOpposite="#//patterns/PatternVariable/mapsTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="matchFrom" eType="#//mapping/MatchRule" eOpposite="#//mapping/MatchRule/concreteEnd"/> <eStructuralFeatures xsi:type="ecore:EReference" name="matchTo" eType="#//mapping/MatchRule" eOpposite="#//mapping/MatchRule/referenceEnd"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mapping" eSuperTypes="#//patterns/Pattern #//constraints/Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="concreteFocus" lowerBound="1" eType="#//patterns/PatternVariable" containment="true" eOpposite="#//patterns/PatternVariable/concreteMapping"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasMapRule" upperBound="-1" eType="#//mapping/MatchRule" containment="true" eOpposite="#//mapping/MatchRule/mapRuleOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referenceFocus" lowerBound="1" eType="#//patterns/PatternVariable" containment="true" eOpposite="#//patterns/PatternVariable/referenceMapping"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strength" lowerBound="1" eType="#//mapping/AssertionStrength"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Facade" eSuperTypes="#//records/RecordType"/> <eClassifiers xsi:type="ecore:EClass" name="ComputedFacade" abstract="true" eSuperTypes="#//mapping/Facade"> <eOperations name="push" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eAnnotations source="http://www.xocl.org/OCL"> <details key="body" value="null"/> </eAnnotations> </eOperations> <eOperations name="pull" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eAnnotations source="http://www.xocl.org/OCL"> <details key="body" value="null"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RepresentationRule" eSuperTypes="#//constraints/ConditionalRule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mapAll" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="representedBy" lowerBound="1" eType="#//types/Type" eOpposite="#//types/Type/representsRule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="representedType" lowerBound="1" upperBound="-1" eType="#//types/Type" eOpposite="#//types/Type/conceptRule"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AssertionStrength"> <eLiterals name="Global" literal="Global"/> <eLiterals name="Local" value="1" literal="Local"/> </eClassifiers> </eSubpackages> <eSubpackages name="lexicalscope" nsURI="http://www.omg.org/smif/Smif/Lexicalscope" nsPrefix="smif.lexicalscope"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//lexicalscope/Package"/> <eClassifiers xsi:type="ecore:EClass" name="LexicalScope" eSuperTypes="#//identifiers/Namespace"> <eStructuralFeatures xsi:type="ecore:EReference" name="defines" upperBound="-1" eType="#//toplevel/Thing" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//lexicalscope/LexicalReference" containment="true" eOpposite="#//lexicalscope/LexicalReference/extendsScope"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//toplevel/Thing" containment="true" eOpposite="#//toplevel/Thing/statedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LexicalReference" eSuperTypes="#//toplevel/Context"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedScope" lowerBound="1" eType="#//toplevel/Context" eOpposite="#//toplevel/Context/referencedByLR"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extendsScope" lowerBound="1" eType="#//lexicalscope/LexicalScope" eOpposite="#//lexicalscope/LexicalScope/references"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//lexicalscope/LexicalReference"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//lexicalscope/LexicalScope"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasPrefix" eType="#//lexicalscope/Prefix" eOpposite="#//lexicalscope/Prefix/prefixOf"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MOFPackage" eSuperTypes="#//lexicalscope/Package"/> <eClassifiers xsi:type="ecore:EClass" name="LogicalPackage" eSuperTypes="#//lexicalscope/Package"/> <eClassifiers xsi:type="ecore:EClass" name="PhysicalPackage" eSuperTypes="#//lexicalscope/Package"/> <eClassifiers xsi:type="ecore:EClass" name="MappingPackage" eSuperTypes="#//lexicalscope/Package"/> <eClassifiers xsi:type="ecore:EClass" name="Prefix" eSuperTypes="#//identifiers/UniqueTextIdentifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="prefixOf" lowerBound="1" eType="#//lexicalscope/Package" eOpposite="#//lexicalscope/Package/hasPrefix"/> </eClassifiers> </eSubpackages> <eSubpackages name="kernel" nsURI="http://www.omg.org/smif/Smif/Kernel" nsPrefix="smif.kernel"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> </eSubpackages> <eSubpackages name="associations" nsURI="http://www.omg.org/smif/Smif/Associations" nsPrefix="smif.associations"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AssociationType" eSuperTypes="#//properties/PropertyOwnerType"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//properties/PropertyOwner #//toplevel/Proposition"/> </eSubpackages> <eSubpackages name="metadata" nsURI="http://www.omg.org/smif/Smif/Metadata" nsPrefix="smif.metadata"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Statement" eSuperTypes="#//metadata/Metadata"> <eStructuralFeatures xsi:type="ecore:EReference" name="statementDateAndTime" lowerBound="1" eType="#//values/ValueType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="version" lowerBound="1" eType="#//values/ValueType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transactionId" lowerBound="1" eType="#//values/ValueType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultedIn" lowerBound="1" eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/wasStatedIn"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InformationSource" eSuperTypes="#//toplevel/ActualEntity #//metadata/Metadata"> <eStructuralFeatures xsi:type="ecore:EReference" name="madeStatement" lowerBound="1" upperBound="-1" eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/hasAuthoritativeSource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Metadata" eSuperTypes="#//records/Record"> <eStructuralFeatures xsi:type="ecore:EReference" name="metadataAbout" upperBound="-1" eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/hasMetadata"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Definition" eSuperTypes="#//metadata/Metadata"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textDefinition" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalReference" lowerBound="1" eType="#//identifiers/IRIIdentifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalTerm" lowerBound="1" eType="#//identifiers/Term"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="summaryDescription" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definesEntity" lowerBound="1" eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/definedBy"/> </eClassifiers> </eSubpackages> <eSubpackages name="properties" nsURI="http://www.omg.org/smif/Smif/Properties" nsPrefix="smif.properties"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="PropertyBinding" abstract="true" eSuperTypes="#//toplevel/Thing"> <eStructuralFeatures xsi:type="ecore:EReference" name="binds" lowerBound="1" eType="#//toplevel/Thing" eOpposite="#//toplevel/Thing/boundIn"/> <eStructuralFeatures xsi:type="ecore:EReference" name="boundBy" lowerBound="1" eType="#//properties/PropertyType" eOpposite="#//properties/PropertyType/hasBindingProperty"/> <eStructuralFeatures xsi:type="ecore:EReference" name="boundTo" lowerBound="1" eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/hasBinding"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyType" abstract="true" eSuperTypes="#//types/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyOf" eType="#//types/Type" eOpposite="#//types/Type/hasProperty"/> <eStructuralFeatures xsi:type="ecore:EReference" name="traversedBy" upperBound="-1" eType="#//expressions/Traversal" eOpposite="#//expressions/Traversal/traversesThrough"/> <eStructuralFeatures xsi:type="ecore:EReference" name="receivedBy" upperBound="-1" eType="#//expressions/ObjectOperationType" eOpposite="#//expressions/ObjectOperationType/receiver"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasUniquenessConstraint" upperBound="-1" eType="#//constraints/UniquenessConstraint" eOpposite="#//constraints/UniquenessConstraint/hasUnique"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasBindingProperty" upperBound="-1" eType="#//properties/PropertyBinding" eOpposite="#//properties/PropertyBinding/boundBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CharacteristicType" eSuperTypes="#//properties/PropertyType #//situations/SituationType"/> <eClassifiers xsi:type="ecore:EClass" name="CharacteristicBinding" eSuperTypes="#//properties/PropertyBinding #//situations/ActualSituation"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotationProperty" eSuperTypes="#//properties/CharacteristicType"/> <eClassifiers xsi:type="ecore:EClass" name="OwnedPropertyType" eSuperTypes="#//properties/PropertyType"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyOwnerType" abstract="true" eSuperTypes="#//types/Type"/> <eClassifiers xsi:type="ecore:EClass" name="OwnedPropertyBinding" eSuperTypes="#//properties/PropertyBinding"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyOwner" abstract="true" eSuperTypes="#//toplevel/Thing"/> </eSubpackages> <eSubpackages name="facets" nsURI="http://www.omg.org/smif/Smif/Facets" nsPrefix="smif.facets"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="FacetOfEntity" eSuperTypes="#//relationships/Relationship"/> <eClassifiers xsi:type="ecore:EClass" name="Phase" eSuperTypes="#//facets/Facet #//situations/SituationType"/> <eClassifiers xsi:type="ecore:EClass" name="Role" eSuperTypes="#//facets/Facet"/> <eClassifiers xsi:type="ecore:EClass" name="Facet" eSuperTypes="#//types/Type"/> <eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="#//facets/Facet"/> </eSubpackages> <eSubpackages name="records" nsURI="http://www.omg.org/smif/Smif/Records" nsPrefix="smif.records"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Record" eSuperTypes="#//situations/ActualSituation #//properties/PropertyOwner"> <eStructuralFeatures xsi:type="ecore:EReference" name="about" upperBound="-1" eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/hasRecord"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecordType" eSuperTypes="#//situations/SituationType #//properties/PropertyOwnerType"> <eStructuralFeatures xsi:type="ecore:EReference" name="aboutType" eType="#//types/Type" eOpposite="#//types/Type/recordingTypes"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/ModelDriven/SIMF/EMF/smif.ecore
ecore
smif Repository lexicalScope types Type categorizes hasProperty assertsPattern hasCovering hasSpecialization hasMultiplicity propertiesOfType recordingTypes hasGeneralization returnedBy respectOf assertedBy conceptRule representsRule IntersectionType UnionType EntityType situations SituationType Situation matchedBy ActualSituation values QuantityKind UnitType ratio offset symbol unitReference definedWithinSystem BaseUnitType ValueType Value SystemOfUnits unitOfSystem StructuredValueType StructuredValue Boolean boolean boolean String java.lang.String java.lang.String DataValue java.lang.String java.lang.String PrimitiveValue java.lang.String java.lang.String Numeric java.lang.String java.lang.String MeasurementValue java.lang.String java.lang.String Integer int int Real double double Number java.lang.String java.lang.String UnitValue hasValue ScalarQuantity _unnamed_ScalarQuantity identifiers UniqueIdentifier uniqueWithin IRIIdentifier Term UniqueTextIdentifier Identifier identifies preferredFor Namespace scopesIdentifier TextIdentifier value Name names TechnicalIdentifier expressions FunctionType implementedBy isUsedBy ConstantReference hasValue ExpressionNode expressionText expressionTextLanguage evaluatedBy implements FunctionCall calls Traversal traverseToRelation inverse traversesThrough ObjectOperationType receiver Equality hasEqual Evaluation evaluates ExpressionContext evaluatesIn resultingType relationships Relationship RelationshipType constraints Rule constrains subsumes subsumedBy MultiplicityConstraint mininumNumber maximumNumber atOnce isSufficent withRespectTo multiplicityOf UniquenessConstraint isPrimaryIdentity hasUnique ConditionalRule TypeConstraint Equivalent Disjoint Enumerated GeneralizationConstraint redefines hasGeneral hasSpecific PropertyConstraint PropertyTransitivityConstraint PropertyTypeConstraint prerequisiteType isOfType CoveringConstraint isCoveredBy FacetClassificationConstraint Conditional condition toplevel IdentifiableEntity wasStatedIn hasPreferred definedBy identifiedBy hasMetadata hasName hasRecord constrainedBy hasAuthoritativeSource hasBinding Thing definedIn inContextOf hasType statedBy referencedBy hasEquality boundIn Context asserts contextualizes negates contextualizesExpress referencedByLR Proposition holdsWithin negatedWithin qualifiedWithin ActualEntity TemporalEntity patterns Pattern ownsVariable satisfiedBy PatternVariable qualification explicit hasOwningPattern hasSubset mapsTo subsets excludedBy excludes referenceMapping concreteMapping PropositionVariable qualifies VariableQualification Select Select Optional Optional Assert Assert Negate Negate ExactlyOne ExactlyOne ThereExists ThereExists All All ExpressionVariable PartVariable isBoundaryPart FocusVariable TypePatternVariable PatternOfType subjectType PatternMatch _unnamed_PatternMatch satisfies matches VariableBinding _unnamed_VariableBinding Computed computation mapping MatchRule coerce concreteEnd referenceEnd mapRuleOf MatchEnd assertedType mapsVariable matchFrom matchTo Mapping concreteFocus hasMapRule referenceFocus strength Facade ComputedFacade push pull RepresentationRule mapAll representedBy representedType AssertionStrength Global Global Local Local lexicalscope Model LexicalScope defines references states LexicalReference referencedScope extendsScope Include Package hasPrefix MOFPackage LogicalPackage PhysicalPackage MappingPackage Prefix prefixOf kernel associations AssociationType Association metadata Statement statementDateAndTime version transactionId resultedIn InformationSource madeStatement Metadata metadataAbout Definition textDefinition externalReference externalTerm summaryDescription definesEntity properties PropertyBinding binds boundBy boundTo PropertyType propertyOf traversedBy receivedBy hasUniquenessConstraint hasBindingProperty CharacteristicType CharacteristicBinding AnnotationProperty OwnedPropertyType PropertyOwnerType OwnedPropertyBinding PropertyOwner facets FacetOfEntity Phase Role Facet Category records Record about RecordType aboutType
null
{"directed":true,"nodes":[{"nsPrefix":"smif","nsURI":"http://www.omg.org/smif/Smif","name":"smif","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repository","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"nsPrefix":"TYPE","nsURI":"http://www.omg.org/smif/Smif/Types","name":"types","id":2,"eClass":"EPackage"},{"nsPrefix":"smif.situations","nsURI":"http://www.omg.org/smif/Smif/Situations","name":"situations","id":3,"eClass":"EPackage"},{"nsPrefix":"smif.values","nsURI":"http://www.omg.org/smif/Smif/Values","name":"values","id":4,"eClass":"EPackage"},{"nsPrefix":"smif.identifiers","nsURI":"http://www.omg.org/smif/Smif/Identifiers","name":"identifiers","id":5,"eClass":"EPackage"},{"nsPrefix":"smif.expressions","nsURI":"http://www.omg.org/smif/Smif/Expressions","name":"expressions","id":6,"eClass":"EPackage"},{"nsPrefix":"smif.relationships","nsURI":"http://www.omg.org/smif/Smif/Relationships","name":"relationships","id":7,"eClass":"EPackage"},{"nsPrefix":"smif.constraints","nsURI":"http://www.omg.org/smif/Smif/Constraints","name":"constraints","id":8,"eClass":"EPackage"},{"nsPrefix":"smif.toplevel","nsURI":"http://www.omg.org/smif/Smif/Toplevel","name":"toplevel","id":9,"eClass":"EPackage"},{"nsPrefix":"smif.patterns","nsURI":"http://www.omg.org/smif/Smif/Patterns","name":"patterns","id":10,"eClass":"EPackage"},{"nsPrefix":"smif.mapping","nsURI":"http://www.omg.org/smif/Smif/Mapping","name":"mapping","id":11,"eClass":"EPackage"},{"nsPrefix":"smif.lexicalscope","nsURI":"http://www.omg.org/smif/Smif/Lexicalscope","name":"lexicalscope","id":12,"eClass":"EPackage"},{"nsPrefix":"smif.kernel","nsURI":"http://www.omg.org/smif/Smif/Kernel","name":"kernel","id":13,"eClass":"EPackage"},{"nsPrefix":"smif.associations","nsURI":"http://www.omg.org/smif/Smif/Associations","name":"associations","id":14,"eClass":"EPackage"},{"nsPrefix":"smif.metadata","nsURI":"http://www.omg.org/smif/Smif/Metadata","name":"metadata","id":15,"eClass":"EPackage"},{"nsPrefix":"smif.properties","nsURI":"http://www.omg.org/smif/Smif/Properties","name":"properties","id":16,"eClass":"EPackage"},{"nsPrefix":"smif.facets","nsURI":"http://www.omg.org/smif/Smif/Facets","name":"facets","id":17,"eClass":"EPackage"},{"nsPrefix":"smif.records","nsURI":"http://www.omg.org/smif/Smif/Records","name":"records","id":18,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"lexicalScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LexicalScope","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"id":21,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntersectionType","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnionType","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityType","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"categorizes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assertsPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasCovering","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasSpecialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasMultiplicity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"propertiesOfType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"recordingTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasGeneralization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"respectOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assertedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conceptRule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"representsRule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Thing","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyType","instanceClass":null,"abstract":true,"id":46,"interface":false,"eClass":"EClass"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"propertyOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternOfType","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subjectType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CoveringConstraint","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isCoveredBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationConstraint","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasGeneral","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityConstraint","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"multiplicityOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyTypeConstraint","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isOfType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordType","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aboutType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasSpecific","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionContext","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultingType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"withRespectTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchEnd","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assertedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentationRule","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"representedType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"representedBy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SituationType","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Situation","instanceClass":null,"abstract":true,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActualSituation","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"id":88,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Proposition","instanceClass":null,"abstract":true,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalEntity","instanceClass":null,"abstract":true,"id":90,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"matchedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternMatch","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"matches","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActualEntity","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantityKind","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitType","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseUnitType","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueType","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemOfUnits","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredValueType","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredValue","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":110,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":111,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"DataValue","instanceClass":"java.lang.String","id":112,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"PrimitiveValue","instanceClass":"java.lang.String","id":113,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Numeric","instanceClass":"java.lang.String","id":114,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"MeasurementValue","instanceClass":"java.lang.String","id":115,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":116,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Real","instanceClass":"double","id":117,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Number","instanceClass":"java.lang.String","id":118,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitValue","instanceClass":null,"abstract":true,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalarQuantity","instanceClass":null,"abstract":true,"id":120,"interface":false,"eClass":"EClass"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ratio","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"offset","changeable":true,"lowerBound":1,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"lowerBound":1,"iD":false,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unitReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definedWithinSystem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unitOfSystem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyOwnerType","instanceClass":null,"abstract":true,"id":140,"interface":false,"eClass":"EClass"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyOwner","instanceClass":null,"abstract":true,"id":143,"interface":false,"eClass":"EClass"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasValue","changeable":true,"lowerBound":1,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_unnamed_ScalarQuantity","changeable":true,"lowerBound":1,"iD":false,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueIdentifier","instanceClass":null,"abstract":true,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IRIIdentifier","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueTextIdentifier","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identifier","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextIdentifier","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnicalIdentifier","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"uniqueWithin","changeable":true,"resolveProxies":true,"lowerBound":1,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scopesIdentifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"identifies","changeable":true,"resolveProxies":true,"lowerBound":1,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"preferredFor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifiableEntity","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"id":174,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"identifiedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasPreferred","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"names","changeable":true,"resolveProxies":true,"lowerBound":1,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionType","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantReference","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionNode","instanceClass":null,"abstract":true,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCall","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Traversal","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectOperationType","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equality","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Evaluation","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implementedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isUsedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"calls","changeable":true,"resolveProxies":true,"lowerBound":1,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expressionText","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expressionTextLanguage","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"evaluatedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"evaluates","changeable":true,"resolveProxies":true,"lowerBound":1,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"traverseToRelation","changeable":true,"lowerBound":1,"iD":false,"id":220,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inverse","changeable":true,"lowerBound":1,"iD":false,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"traversesThrough","changeable":true,"resolveProxies":true,"lowerBound":1,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"traversedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"receiver","changeable":true,"resolveProxies":true,"lowerBound":1,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"receivedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasEqual","changeable":true,"resolveProxies":true,"lowerBound":1,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasEquality","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"evaluatesIn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextualizesExpress","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationshipType","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":250,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniquenessConstraint","instanceClass":null,"abstract":false,"id":251,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalRule","instanceClass":null,"abstract":false,"id":252,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeConstraint","instanceClass":null,"abstract":true,"id":253,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equivalent","instanceClass":null,"abstract":false,"id":254,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Disjoint","instanceClass":null,"abstract":false,"id":255,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumerated","instanceClass":null,"abstract":false,"id":256,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyConstraint","instanceClass":null,"abstract":true,"id":257,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyTransitivityConstraint","instanceClass":null,"abstract":false,"id":258,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FacetClassificationConstraint","instanceClass":null,"abstract":false,"id":259,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conditional","instanceClass":null,"abstract":true,"id":260,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constrains","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsumes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsumedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constrainedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mininumNumber","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumNumber","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"atOnce","changeable":true,"lowerBound":1,"iD":false,"id":271,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSufficent","changeable":true,"lowerBound":1,"iD":false,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isPrimaryIdentity","changeable":true,"lowerBound":1,"iD":false,"id":280,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasUnique","changeable":true,"resolveProxies":true,"lowerBound":1,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasUniquenessConstraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"redefines","changeable":true,"lowerBound":1,"iD":false,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prerequisiteType","changeable":true,"lowerBound":1,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"wasStatedIn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasMetadata","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasRecord","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasAuthoritativeSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":315,"interface":false,"eClass":"EClass"},{"id":316,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultedIn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definesEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metadata","instanceClass":null,"abstract":false,"id":322,"interface":false,"eClass":"EClass"},{"id":323,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metadataAbout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Record","instanceClass":null,"abstract":false,"id":326,"interface":false,"eClass":"EClass"},{"id":327,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"about","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationSource","instanceClass":null,"abstract":false,"id":330,"interface":false,"eClass":"EClass"},{"id":331,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"madeStatement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":332,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyBinding","instanceClass":null,"abstract":true,"id":333,"interface":false,"eClass":"EClass"},{"id":334,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"boundTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definedIn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":336,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inContextOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":337,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"statedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"boundIn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextualizes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"binds","changeable":true,"resolveProxies":true,"lowerBound":1,"id":349,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"asserts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"negates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedByLR","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"holdsWithin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"negatedWithin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LexicalReference","instanceClass":null,"abstract":false,"id":360,"interface":false,"eClass":"EClass"},{"id":361,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedScope","changeable":true,"resolveProxies":true,"lowerBound":1,"id":362,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedWithin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropositionVariable","instanceClass":null,"abstract":false,"id":367,"interface":false,"eClass":"EClass"},{"id":368,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qualifies","changeable":true,"resolveProxies":true,"lowerBound":1,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":false,"id":372,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternVariable","instanceClass":null,"abstract":false,"id":373,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VariableQualification","instanceClass":null,"id":374,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionVariable","instanceClass":null,"abstract":false,"id":375,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartVariable","instanceClass":null,"abstract":false,"id":376,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FocusVariable","instanceClass":null,"abstract":false,"id":377,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypePatternVariable","instanceClass":null,"abstract":true,"id":378,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableBinding","instanceClass":null,"abstract":false,"id":379,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Computed","instanceClass":null,"abstract":true,"id":380,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ownsVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"satisfiedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasOwningPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"satisfies","changeable":true,"resolveProxies":true,"lowerBound":1,"id":390,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwnedPropertyType","instanceClass":null,"abstract":false,"id":391,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualification","changeable":true,"lowerBound":1,"iD":false,"id":392,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"explicit","changeable":true,"lowerBound":1,"iD":false,"id":393,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasSubset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapsTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":395,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":396,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"excludedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"excludes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":398,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referenceMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"concreteMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapsVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":412,"interface":false,"eClass":"EClass"},{"id":413,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referenceFocus","changeable":true,"resolveProxies":true,"lowerBound":1,"id":414,"derived":false},{"id":415,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concreteFocus","changeable":true,"resolveProxies":true,"lowerBound":1,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"name":"Select","id":419,"value":0,"literal":"Select","eClass":"EEnumLiteral"},{"name":"Optional","id":420,"value":1,"literal":"Optional","eClass":"EEnumLiteral"},{"name":"Assert","id":421,"value":2,"literal":"Assert","eClass":"EEnumLiteral"},{"name":"Negate","id":422,"value":3,"literal":"Negate","eClass":"EEnumLiteral"},{"name":"ExactlyOne","id":423,"value":4,"literal":"ExactlyOne","eClass":"EEnumLiteral"},{"name":"ThereExists","id":424,"value":5,"literal":"ThereExists","eClass":"EEnumLiteral"},{"name":"All","id":425,"value":6,"literal":"All","eClass":"EEnumLiteral"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isBoundaryPart","changeable":true,"lowerBound":0,"iD":false,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"_unnamed_PatternMatch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"_unnamed_VariableBinding","changeable":true,"resolveProxies":true,"lowerBound":1,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwnedPropertyBinding","instanceClass":null,"abstract":false,"id":441,"interface":false,"eClass":"EClass"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"computation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchRule","instanceClass":null,"abstract":false,"id":446,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Facade","instanceClass":null,"abstract":false,"id":447,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputedFacade","instanceClass":null,"abstract":true,"id":448,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssertionStrength","instanceClass":null,"id":449,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"coerce","changeable":true,"lowerBound":1,"iD":false,"id":450,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concreteEnd","changeable":true,"resolveProxies":true,"lowerBound":1,"id":451,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referenceEnd","changeable":true,"resolveProxies":true,"lowerBound":1,"id":452,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapRuleOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"matchFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":457,"derived":false},{"id":458,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"matchTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasMapRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":false},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"strength","changeable":true,"lowerBound":1,"iD":false,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"push","lowerBound":0,"id":476,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"pull","lowerBound":0,"id":477,"many":false,"required":false,"eClass":"EOperation"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mapAll","changeable":true,"lowerBound":1,"iD":false,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"name":"Global","id":486,"value":0,"literal":"Global","eClass":"EEnumLiteral"},{"name":"Local","id":487,"value":1,"literal":"Local","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":488,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":489,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":490,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MOFPackage","instanceClass":null,"abstract":false,"id":491,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalPackage","instanceClass":null,"abstract":false,"id":492,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhysicalPackage","instanceClass":null,"abstract":false,"id":493,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingPackage","instanceClass":null,"abstract":false,"id":494,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Prefix","instanceClass":null,"abstract":false,"id":495,"interface":false,"eClass":"EClass"},{"id":496,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":497,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":498,"derived":false},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extendsScope","changeable":true,"resolveProxies":true,"lowerBound":1,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasPrefix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"prefixOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationType","instanceClass":null,"abstract":false,"id":518,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":519,"interface":false,"eClass":"EClass"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"statementDateAndTime","changeable":true,"resolveProxies":true,"lowerBound":1,"id":523,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"resolveProxies":true,"lowerBound":1,"id":524,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transactionId","changeable":true,"resolveProxies":true,"lowerBound":1,"id":525,"derived":false},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textDefinition","changeable":true,"lowerBound":1,"iD":false,"id":536,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"externalReference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":537,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"externalTerm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":538,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"summaryDescription","changeable":true,"lowerBound":1,"iD":false,"id":539,"derived":false},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacteristicType","instanceClass":null,"abstract":false,"id":546,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacteristicBinding","instanceClass":null,"abstract":false,"id":547,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationProperty","instanceClass":null,"abstract":false,"id":548,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"boundBy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":549,"derived":false},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasBindingProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":553,"derived":false},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FacetOfEntity","instanceClass":null,"abstract":false,"id":570,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Phase","instanceClass":null,"abstract":false,"id":571,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":572,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Facet","instanceClass":null,"abstract":false,"id":573,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":574,"interface":false,"eClass":"EClass"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":19,"target":20},{"source":19,"target":21},{"source":19,"target":1},{"source":21,"target":20},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":0},{"source":22,"target":2},{"source":22,"target":20},{"source":22,"target":26},{"source":22,"target":27},{"source":22,"target":28},{"source":22,"target":29},{"source":22,"target":30},{"source":22,"target":31},{"source":22,"target":32},{"source":22,"target":33},{"source":22,"target":34},{"source":22,"target":35},{"source":22,"target":36},{"source":22,"target":37},{"source":22,"target":38},{"source":22,"target":39},{"source":22,"target":40},{"source":22,"target":41},{"source":22,"target":42},{"source":27,"target":43},{"source":27,"target":44},{"source":27,"target":22},{"source":27,"target":45},{"source":44,"target":43},{"source":28,"target":46},{"source":28,"target":47},{"source":28,"target":22},{"source":28,"target":48},{"source":47,"target":46},{"source":29,"target":49},{"source":29,"target":50},{"source":29,"target":22},{"source":29,"target":51},{"source":50,"target":49},{"source":30,"target":52},{"source":30,"target":53},{"source":30,"target":22},{"source":30,"target":54},{"source":53,"target":52},{"source":31,"target":55},{"source":31,"target":56},{"source":31,"target":22},{"source":31,"target":57},{"source":56,"target":55},{"source":32,"target":58},{"source":32,"target":59},{"source":32,"target":22},{"source":32,"target":60},{"source":59,"target":58},{"source":33,"target":61},{"source":33,"target":62},{"source":33,"target":22},{"source":33,"target":63},{"source":62,"target":61},{"source":34,"target":64},{"source":34,"target":65},{"source":34,"target":22},{"source":34,"target":66},{"source":65,"target":64},{"source":35,"target":55},{"source":35,"target":67},{"source":35,"target":22},{"source":35,"target":68},{"source":67,"target":55},{"source":36,"target":69},{"source":36,"target":70},{"source":36,"target":22},{"source":36,"target":71},{"source":70,"target":69},{"source":37,"target":58},{"source":37,"target":72},{"source":37,"target":22},{"source":37,"target":73},{"source":72,"target":58},{"source":38,"target":74},{"source":38,"target":75},{"source":38,"target":22},{"source":38,"target":76},{"source":75,"target":74},{"source":39,"target":77},{"source":39,"target":78},{"source":39,"target":22},{"source":39,"target":79},{"source":78,"target":77},{"source":40,"target":77},{"source":40,"target":80},{"source":40,"target":22},{"source":40,"target":81},{"source":80,"target":77},{"source":41,"target":20},{"source":42,"target":26},{"source":23,"target":2},{"source":23,"target":22},{"source":23,"target":82},{"source":82,"target":22},{"source":24,"target":2},{"source":24,"target":22},{"source":24,"target":83},{"source":83,"target":22},{"source":25,"target":2},{"source":25,"target":22},{"source":25,"target":84},{"source":84,"target":22},{"source":3,"target":85},{"source":3,"target":86},{"source":3,"target":87},{"source":3,"target":0},{"source":85,"target":3},{"source":85,"target":25},{"source":85,"target":88},{"source":88,"target":25},{"source":86,"target":3},{"source":86,"target":89},{"source":86,"target":90},{"source":86,"target":26},{"source":86,"target":20},{"source":86,"target":91},{"source":86,"target":92},{"source":86,"target":93},{"source":86,"target":94},{"source":86,"target":95},{"source":91,"target":96},{"source":91,"target":97},{"source":91,"target":86},{"source":91,"target":98},{"source":97,"target":96},{"source":92,"target":89},{"source":93,"target":90},{"source":94,"target":26},{"source":95,"target":20},{"source":87,"target":3},{"source":87,"target":99},{"source":87,"target":86},{"source":87,"target":100},{"source":87,"target":101},{"source":100,"target":99},{"source":101,"target":86},{"source":4,"target":102},{"source":4,"target":103},{"source":4,"target":104},{"source":4,"target":105},{"source":4,"target":106},{"source":4,"target":107},{"source":4,"target":108},{"source":4,"target":109},{"source":4,"target":110},{"source":4,"target":111},{"source":4,"target":112},{"source":4,"target":113},{"source":4,"target":114},{"source":4,"target":115},{"source":4,"target":116},{"source":4,"target":117},{"source":4,"target":118},{"source":4,"target":119},{"source":4,"target":120},{"source":4,"target":0},{"source":102,"target":4},{"source":102,"target":105},{"source":102,"target":121},{"source":121,"target":105},{"source":103,"target":4},{"source":103,"target":105},{"source":103,"target":122},{"source":103,"target":123},{"source":103,"target":124},{"source":103,"target":125},{"source":103,"target":126},{"source":103,"target":127},{"source":122,"target":117},{"source":122,"target":128},{"source":122,"target":103},{"source":128,"target":117},{"source":123,"target":117},{"source":123,"target":129},{"source":123,"target":103},{"source":129,"target":117},{"source":124,"target":130},{"source":124,"target":103},{"source":125,"target":131},{"source":125,"target":132},{"source":125,"target":103},{"source":132,"target":131},{"source":126,"target":107},{"source":126,"target":133},{"source":126,"target":103},{"source":126,"target":134},{"source":133,"target":107},{"source":127,"target":105},{"source":104,"target":4},{"source":104,"target":103},{"source":104,"target":135},{"source":135,"target":103},{"source":105,"target":4},{"source":105,"target":22},{"source":105,"target":136},{"source":136,"target":22},{"source":106,"target":4},{"source":106,"target":43},{"source":106,"target":137},{"source":137,"target":43},{"source":107,"target":4},{"source":107,"target":26},{"source":107,"target":134},{"source":107,"target":138},{"source":134,"target":103},{"source":134,"target":139},{"source":134,"target":107},{"source":134,"target":126},{"source":139,"target":103},{"source":138,"target":26},{"source":108,"target":4},{"source":108,"target":105},{"source":108,"target":140},{"source":108,"target":141},{"source":108,"target":142},{"source":141,"target":105},{"source":142,"target":140},{"source":109,"target":4},{"source":109,"target":106},{"source":109,"target":143},{"source":109,"target":144},{"source":109,"target":145},{"source":144,"target":106},{"source":145,"target":143},{"source":110,"target":4},{"source":111,"target":4},{"source":112,"target":4},{"source":113,"target":4},{"source":114,"target":4},{"source":115,"target":4},{"source":116,"target":4},{"source":117,"target":4},{"source":118,"target":4},{"source":119,"target":4},{"source":119,"target":106},{"source":119,"target":146},{"source":119,"target":147},{"source":146,"target":115},{"source":146,"target":148},{"source":146,"target":119},{"source":148,"target":115},{"source":147,"target":106},{"source":120,"target":4},{"source":120,"target":119},{"source":120,"target":149},{"source":120,"target":150},{"source":149,"target":118},{"source":149,"target":151},{"source":149,"target":120},{"source":151,"target":118},{"source":150,"target":119},{"source":5,"target":152},{"source":5,"target":153},{"source":5,"target":154},{"source":5,"target":155},{"source":5,"target":156},{"source":5,"target":157},{"source":5,"target":158},{"source":5,"target":159},{"source":5,"target":160},{"source":5,"target":0},{"source":152,"target":5},{"source":152,"target":156},{"source":152,"target":161},{"source":152,"target":162},{"source":161,"target":157},{"source":161,"target":163},{"source":161,"target":152},{"source":161,"target":164},{"source":163,"target":157},{"source":162,"target":156},{"source":153,"target":5},{"source":153,"target":160},{"source":153,"target":165},{"source":165,"target":160},{"source":154,"target":5},{"source":154,"target":159},{"source":154,"target":155},{"source":154,"target":166},{"source":154,"target":167},{"source":166,"target":159},{"source":167,"target":155},{"source":155,"target":5},{"source":155,"target":152},{"source":155,"target":158},{"source":155,"target":168},{"source":155,"target":169},{"source":168,"target":152},{"source":169,"target":158},{"source":156,"target":5},{"source":156,"target":106},{"source":156,"target":170},{"source":156,"target":171},{"source":156,"target":172},{"source":170,"target":173},{"source":170,"target":174},{"source":170,"target":156},{"source":170,"target":175},{"source":174,"target":173},{"source":171,"target":173},{"source":171,"target":176},{"source":171,"target":156},{"source":171,"target":177},{"source":176,"target":173},{"source":172,"target":106},{"source":157,"target":5},{"source":157,"target":26},{"source":157,"target":164},{"source":157,"target":178},{"source":164,"target":152},{"source":164,"target":179},{"source":164,"target":157},{"source":164,"target":161},{"source":179,"target":152},{"source":178,"target":26},{"source":158,"target":5},{"source":158,"target":156},{"source":158,"target":180},{"source":158,"target":181},{"source":180,"target":182},{"source":180,"target":158},{"source":181,"target":156},{"source":159,"target":5},{"source":159,"target":158},{"source":159,"target":183},{"source":159,"target":184},{"source":183,"target":173},{"source":183,"target":185},{"source":183,"target":159},{"source":183,"target":186},{"source":185,"target":173},{"source":184,"target":158},{"source":160,"target":5},{"source":160,"target":155},{"source":160,"target":187},{"source":187,"target":155},{"source":6,"target":188},{"source":6,"target":189},{"source":6,"target":190},{"source":6,"target":191},{"source":6,"target":192},{"source":6,"target":193},{"source":6,"target":194},{"source":6,"target":195},{"source":6,"target":69},{"source":6,"target":0},{"source":188,"target":6},{"source":188,"target":140},{"source":188,"target":69},{"source":188,"target":196},{"source":188,"target":197},{"source":188,"target":198},{"source":188,"target":199},{"source":196,"target":190},{"source":196,"target":200},{"source":196,"target":188},{"source":196,"target":201},{"source":200,"target":190},{"source":197,"target":191},{"source":197,"target":202},{"source":197,"target":188},{"source":197,"target":203},{"source":202,"target":191},{"source":198,"target":140},{"source":199,"target":69},{"source":189,"target":6},{"source":189,"target":190},{"source":189,"target":204},{"source":189,"target":205},{"source":204,"target":43},{"source":204,"target":206},{"source":204,"target":189},{"source":204,"target":207},{"source":206,"target":43},{"source":205,"target":190},{"source":190,"target":6},{"source":190,"target":69},{"source":190,"target":208},{"source":190,"target":209},{"source":190,"target":210},{"source":190,"target":201},{"source":190,"target":211},{"source":208,"target":212},{"source":208,"target":190},{"source":209,"target":213},{"source":209,"target":190},{"source":210,"target":195},{"source":210,"target":214},{"source":210,"target":190},{"source":210,"target":215},{"source":214,"target":195},{"source":201,"target":188},{"source":201,"target":216},{"source":201,"target":190},{"source":201,"target":196},{"source":216,"target":188},{"source":211,"target":69},{"source":191,"target":6},{"source":191,"target":190},{"source":191,"target":143},{"source":191,"target":203},{"source":191,"target":217},{"source":191,"target":218},{"source":203,"target":188},{"source":203,"target":219},{"source":203,"target":191},{"source":203,"target":197},{"source":219,"target":188},{"source":217,"target":190},{"source":218,"target":143},{"source":192,"target":6},{"source":192,"target":190},{"source":192,"target":143},{"source":192,"target":220},{"source":192,"target":221},{"source":192,"target":222},{"source":192,"target":223},{"source":192,"target":224},{"source":220,"target":225},{"source":220,"target":192},{"source":221,"target":226},{"source":221,"target":192},{"source":222,"target":46},{"source":222,"target":227},{"source":222,"target":192},{"source":222,"target":228},{"source":227,"target":46},{"source":223,"target":190},{"source":224,"target":143},{"source":193,"target":6},{"source":193,"target":188},{"source":193,"target":229},{"source":193,"target":230},{"source":229,"target":46},{"source":229,"target":231},{"source":229,"target":193},{"source":229,"target":232},{"source":231,"target":46},{"source":230,"target":188},{"source":194,"target":6},{"source":194,"target":190},{"source":194,"target":233},{"source":194,"target":234},{"source":233,"target":43},{"source":233,"target":235},{"source":233,"target":194},{"source":233,"target":236},{"source":235,"target":43},{"source":234,"target":190},{"source":195,"target":6},{"source":195,"target":69},{"source":195,"target":215},{"source":195,"target":237},{"source":215,"target":190},{"source":215,"target":238},{"source":215,"target":195},{"source":215,"target":210},{"source":238,"target":190},{"source":237,"target":69},{"source":69,"target":6},{"source":69,"target":173},{"source":69,"target":239},{"source":69,"target":71},{"source":69,"target":240},{"source":239,"target":26},{"source":239,"target":241},{"source":239,"target":69},{"source":239,"target":242},{"source":241,"target":26},{"source":71,"target":22},{"source":71,"target":243},{"source":71,"target":69},{"source":71,"target":36},{"source":243,"target":22},{"source":240,"target":173},{"source":7,"target":244},{"source":7,"target":245},{"source":7,"target":0},{"source":244,"target":7},{"source":244,"target":87},{"source":244,"target":143},{"source":244,"target":246},{"source":244,"target":247},{"source":246,"target":87},{"source":247,"target":143},{"source":245,"target":7},{"source":245,"target":85},{"source":245,"target":140},{"source":245,"target":248},{"source":245,"target":249},{"source":248,"target":85},{"source":249,"target":140},{"source":8,"target":250},{"source":8,"target":58},{"source":8,"target":251},{"source":8,"target":252},{"source":8,"target":253},{"source":8,"target":254},{"source":8,"target":255},{"source":8,"target":256},{"source":8,"target":55},{"source":8,"target":257},{"source":8,"target":258},{"source":8,"target":61},{"source":8,"target":52},{"source":8,"target":259},{"source":8,"target":260},{"source":8,"target":0},{"source":250,"target":8},{"source":250,"target":89},{"source":250,"target":261},{"source":250,"target":262},{"source":250,"target":263},{"source":250,"target":264},{"source":261,"target":173},{"source":261,"target":265},{"source":261,"target":250},{"source":261,"target":266},{"source":265,"target":173},{"source":262,"target":250},{"source":262,"target":267},{"source":262,"target":250},{"source":262,"target":263},{"source":267,"target":250},{"source":263,"target":250},{"source":263,"target":268},{"source":263,"target":250},{"source":263,"target":262},{"source":268,"target":250},{"source":264,"target":89},{"source":58,"target":8},{"source":58,"target":253},{"source":58,"target":269},{"source":58,"target":270},{"source":58,"target":271},{"source":58,"target":272},{"source":58,"target":73},{"source":58,"target":60},{"source":58,"target":273},{"source":269,"target":274},{"source":269,"target":58},{"source":270,"target":275},{"source":270,"target":58},{"source":271,"target":110},{"source":271,"target":276},{"source":271,"target":58},{"source":276,"target":110},{"source":272,"target":110},{"source":272,"target":277},{"source":272,"target":58},{"source":277,"target":110},{"source":73,"target":22},{"source":73,"target":278},{"source":73,"target":58},{"source":73,"target":37},{"source":278,"target":22},{"source":60,"target":22},{"source":60,"target":279},{"source":60,"target":58},{"source":60,"target":32},{"source":279,"target":22},{"source":273,"target":253},{"source":251,"target":8},{"source":251,"target":253},{"source":251,"target":280},{"source":251,"target":281},{"source":251,"target":282},{"source":280,"target":283},{"source":280,"target":251},{"source":281,"target":46},{"source":281,"target":284},{"source":281,"target":251},{"source":281,"target":285},{"source":284,"target":46},{"source":282,"target":253},{"source":252,"target":8},{"source":252,"target":250},{"source":252,"target":260},{"source":252,"target":286},{"source":252,"target":287},{"source":286,"target":250},{"source":287,"target":260},{"source":253,"target":8},{"source":253,"target":250},{"source":253,"target":288},{"source":288,"target":250},{"source":254,"target":8},{"source":254,"target":250},{"source":254,"target":289},{"source":289,"target":250},{"source":255,"target":8},{"source":255,"target":250},{"source":255,"target":290},{"source":290,"target":250},{"source":256,"target":8},{"source":256,"target":250},{"source":256,"target":291},{"source":291,"target":250},{"source":55,"target":8},{"source":55,"target":253},{"source":55,"target":292},{"source":55,"target":57},{"source":55,"target":68},{"source":55,"target":293},{"source":292,"target":294},{"source":292,"target":55},{"source":57,"target":22},{"source":57,"target":295},{"source":57,"target":55},{"source":57,"target":31},{"source":295,"target":22},{"source":68,"target":22},{"source":68,"target":296},{"source":68,"target":55},{"source":68,"target":35},{"source":296,"target":22},{"source":293,"target":253},{"source":257,"target":8},{"source":257,"target":250},{"source":257,"target":297},{"source":297,"target":250},{"source":258,"target":8},{"source":258,"target":257},{"source":258,"target":298},{"source":298,"target":257},{"source":61,"target":8},{"source":61,"target":257},{"source":61,"target":299},{"source":61,"target":63},{"source":61,"target":300},{"source":299,"target":301},{"source":299,"target":61},{"source":63,"target":22},{"source":63,"target":302},{"source":63,"target":61},{"source":63,"target":33},{"source":302,"target":22},{"source":300,"target":257},{"source":52,"target":8},{"source":52,"target":253},{"source":52,"target":54},{"source":52,"target":303},{"source":54,"target":22},{"source":54,"target":304},{"source":54,"target":52},{"source":54,"target":30},{"source":304,"target":22},{"source":303,"target":253},{"source":259,"target":8},{"source":259,"target":55},{"source":259,"target":305},{"source":305,"target":55},{"source":260,"target":8},{"source":260,"target":306},{"source":306,"target":190},{"source":306,"target":307},{"source":306,"target":260},{"source":307,"target":190},{"source":9,"target":173},{"source":9,"target":43},{"source":9,"target":26},{"source":9,"target":89},{"source":9,"target":99},{"source":9,"target":90},{"source":9,"target":0},{"source":173,"target":9},{"source":173,"target":43},{"source":173,"target":308},{"source":173,"target":177},{"source":173,"target":309},{"source":173,"target":175},{"source":173,"target":310},{"source":173,"target":186},{"source":173,"target":311},{"source":173,"target":266},{"source":173,"target":312},{"source":173,"target":313},{"source":173,"target":314},{"source":308,"target":315},{"source":308,"target":316},{"source":308,"target":173},{"source":308,"target":317},{"source":316,"target":315},{"source":177,"target":156},{"source":177,"target":318},{"source":177,"target":173},{"source":177,"target":171},{"source":318,"target":156},{"source":309,"target":131},{"source":309,"target":319},{"source":309,"target":173},{"source":309,"target":320},{"source":319,"target":131},{"source":175,"target":156},{"source":175,"target":321},{"source":175,"target":173},{"source":175,"target":170},{"source":321,"target":156},{"source":310,"target":322},{"source":310,"target":323},{"source":310,"target":173},{"source":310,"target":324},{"source":323,"target":322},{"source":186,"target":159},{"source":186,"target":325},{"source":186,"target":173},{"source":186,"target":183},{"source":325,"target":159},{"source":311,"target":326},{"source":311,"target":327},{"source":311,"target":173},{"source":311,"target":328},{"source":327,"target":326},{"source":266,"target":250},{"source":266,"target":329},{"source":266,"target":173},{"source":266,"target":261},{"source":329,"target":250},{"source":312,"target":330},{"source":312,"target":331},{"source":312,"target":173},{"source":312,"target":332},{"source":331,"target":330},{"source":313,"target":333},{"source":313,"target":334},{"source":313,"target":173},{"source":313,"target":335},{"source":334,"target":333},{"source":314,"target":43},{"source":43,"target":9},{"source":43,"target":336},{"source":43,"target":337},{"source":43,"target":45},{"source":43,"target":338},{"source":43,"target":207},{"source":43,"target":236},{"source":43,"target":339},{"source":336,"target":20},{"source":336,"target":340},{"source":336,"target":43},{"source":340,"target":20},{"source":337,"target":26},{"source":337,"target":341},{"source":337,"target":43},{"source":337,"target":342},{"source":341,"target":26},{"source":45,"target":22},{"source":45,"target":343},{"source":45,"target":43},{"source":45,"target":27},{"source":343,"target":22},{"source":338,"target":20},{"source":338,"target":344},{"source":338,"target":43},{"source":338,"target":345},{"source":344,"target":20},{"source":207,"target":189},{"source":207,"target":346},{"source":207,"target":43},{"source":207,"target":204},{"source":346,"target":189},{"source":236,"target":194},{"source":236,"target":347},{"source":236,"target":43},{"source":236,"target":233},{"source":347,"target":194},{"source":339,"target":333},{"source":339,"target":348},{"source":339,"target":43},{"source":339,"target":349},{"source":348,"target":333},{"source":26,"target":9},{"source":26,"target":173},{"source":26,"target":350},{"source":26,"target":342},{"source":26,"target":351},{"source":26,"target":242},{"source":26,"target":352},{"source":26,"target":353},{"source":350,"target":89},{"source":350,"target":354},{"source":350,"target":26},{"source":350,"target":355},{"source":354,"target":89},{"source":342,"target":43},{"source":342,"target":356},{"source":342,"target":26},{"source":342,"target":337},{"source":356,"target":43},{"source":351,"target":89},{"source":351,"target":357},{"source":351,"target":26},{"source":351,"target":358},{"source":357,"target":89},{"source":242,"target":69},{"source":242,"target":359},{"source":242,"target":26},{"source":242,"target":239},{"source":359,"target":69},{"source":352,"target":360},{"source":352,"target":361},{"source":352,"target":26},{"source":352,"target":362},{"source":361,"target":360},{"source":353,"target":173},{"source":89,"target":9},{"source":89,"target":173},{"source":89,"target":355},{"source":89,"target":358},{"source":89,"target":363},{"source":89,"target":364},{"source":355,"target":26},{"source":355,"target":365},{"source":355,"target":89},{"source":355,"target":350},{"source":365,"target":26},{"source":358,"target":26},{"source":358,"target":366},{"source":358,"target":89},{"source":358,"target":351},{"source":366,"target":26},{"source":363,"target":367},{"source":363,"target":368},{"source":363,"target":89},{"source":363,"target":369},{"source":368,"target":367},{"source":364,"target":173},{"source":99,"target":9},{"source":99,"target":90},{"source":99,"target":370},{"source":370,"target":90},{"source":90,"target":9},{"source":90,"target":173},{"source":90,"target":371},{"source":371,"target":173},{"source":10,"target":372},{"source":10,"target":373},{"source":10,"target":367},{"source":10,"target":374},{"source":10,"target":375},{"source":10,"target":376},{"source":10,"target":377},{"source":10,"target":378},{"source":10,"target":49},{"source":10,"target":96},{"source":10,"target":379},{"source":10,"target":380},{"source":10,"target":0},{"source":372,"target":10},{"source":372,"target":85},{"source":372,"target":86},{"source":372,"target":20},{"source":372,"target":143},{"source":372,"target":381},{"source":372,"target":382},{"source":372,"target":383},{"source":372,"target":384},{"source":372,"target":385},{"source":372,"target":386},{"source":381,"target":373},{"source":381,"target":387},{"source":381,"target":372},{"source":381,"target":388},{"source":387,"target":373},{"source":382,"target":96},{"source":382,"target":389},{"source":382,"target":372},{"source":382,"target":390},{"source":389,"target":96},{"source":383,"target":85},{"source":384,"target":86},{"source":385,"target":20},{"source":386,"target":143},{"source":373,"target":10},{"source":373,"target":391},{"source":373,"target":260},{"source":373,"target":392},{"source":373,"target":393},{"source":373,"target":388},{"source":373,"target":394},{"source":373,"target":395},{"source":373,"target":396},{"source":373,"target":397},{"source":373,"target":398},{"source":373,"target":399},{"source":373,"target":400},{"source":373,"target":401},{"source":373,"target":402},{"source":392,"target":374},{"source":392,"target":403},{"source":392,"target":373},{"source":403,"target":374},{"source":393,"target":404},{"source":393,"target":373},{"source":388,"target":372},{"source":388,"target":405},{"source":388,"target":373},{"source":388,"target":381},{"source":405,"target":372},{"source":394,"target":373},{"source":394,"target":406},{"source":394,"target":373},{"source":394,"target":396},{"source":406,"target":373},{"source":395,"target":74},{"source":395,"target":407},{"source":395,"target":373},{"source":395,"target":408},{"source":407,"target":74},{"source":396,"target":373},{"source":396,"target":409},{"source":396,"target":373},{"source":396,"target":394},{"source":409,"target":373},{"source":397,"target":373},{"source":397,"target":410},{"source":397,"target":373},{"source":397,"target":398},{"source":410,"target":373},{"source":398,"target":373},{"source":398,"target":411},{"source":398,"target":373},{"source":398,"target":397},{"source":411,"target":373},{"source":399,"target":412},{"source":399,"target":413},{"source":399,"target":373},{"source":399,"target":414},{"source":413,"target":412},{"source":400,"target":412},{"source":400,"target":415},{"source":400,"target":373},{"source":400,"target":416},{"source":415,"target":412},{"source":401,"target":391},{"source":402,"target":260},{"source":367,"target":10},{"source":367,"target":373},{"source":367,"target":369},{"source":367,"target":417},{"source":369,"target":89},{"source":369,"target":418},{"source":369,"target":367},{"source":369,"target":363},{"source":418,"target":89},{"source":417,"target":373},{"source":374,"target":10},{"source":374,"target":419},{"source":374,"target":420},{"source":374,"target":421},{"source":374,"target":422},{"source":374,"target":423},{"source":374,"target":424},{"source":374,"target":425},{"source":419,"target":374},{"source":420,"target":374},{"source":421,"target":374},{"source":422,"target":374},{"source":423,"target":374},{"source":424,"target":374},{"source":425,"target":374},{"source":375,"target":10},{"source":375,"target":373},{"source":375,"target":380},{"source":375,"target":426},{"source":375,"target":427},{"source":426,"target":373},{"source":427,"target":380},{"source":376,"target":10},{"source":376,"target":378},{"source":376,"target":428},{"source":376,"target":429},{"source":428,"target":430},{"source":428,"target":376},{"source":429,"target":378},{"source":377,"target":10},{"source":377,"target":378},{"source":377,"target":431},{"source":431,"target":378},{"source":378,"target":10},{"source":378,"target":373},{"source":378,"target":432},{"source":432,"target":373},{"source":49,"target":10},{"source":49,"target":372},{"source":49,"target":51},{"source":49,"target":433},{"source":51,"target":22},{"source":51,"target":434},{"source":51,"target":49},{"source":51,"target":29},{"source":434,"target":22},{"source":433,"target":372},{"source":96,"target":10},{"source":96,"target":87},{"source":96,"target":435},{"source":96,"target":390},{"source":96,"target":98},{"source":96,"target":436},{"source":435,"target":379},{"source":435,"target":437},{"source":435,"target":96},{"source":435,"target":438},{"source":437,"target":379},{"source":390,"target":372},{"source":390,"target":439},{"source":390,"target":96},{"source":390,"target":382},{"source":439,"target":372},{"source":98,"target":86},{"source":98,"target":440},{"source":98,"target":96},{"source":98,"target":91},{"source":440,"target":86},{"source":436,"target":87},{"source":379,"target":10},{"source":379,"target":441},{"source":379,"target":438},{"source":379,"target":442},{"source":438,"target":96},{"source":438,"target":443},{"source":438,"target":379},{"source":438,"target":435},{"source":443,"target":96},{"source":442,"target":441},{"source":380,"target":10},{"source":380,"target":444},{"source":444,"target":190},{"source":444,"target":445},{"source":444,"target":380},{"source":445,"target":190},{"source":11,"target":446},{"source":11,"target":74},{"source":11,"target":412},{"source":11,"target":447},{"source":11,"target":448},{"source":11,"target":77},{"source":11,"target":449},{"source":11,"target":0},{"source":446,"target":11},{"source":446,"target":250},{"source":446,"target":450},{"source":446,"target":451},{"source":446,"target":452},{"source":446,"target":453},{"source":446,"target":454},{"source":450,"target":455},{"source":450,"target":446},{"source":451,"target":74},{"source":451,"target":456},{"source":451,"target":446},{"source":451,"target":457},{"source":456,"target":74},{"source":452,"target":74},{"source":452,"target":458},{"source":452,"target":446},{"source":452,"target":459},{"source":458,"target":74},{"source":453,"target":412},{"source":453,"target":460},{"source":453,"target":446},{"source":453,"target":461},{"source":460,"target":412},{"source":454,"target":250},{"source":74,"target":11},{"source":74,"target":260},{"source":74,"target":380},{"source":74,"target":76},{"source":74,"target":408},{"source":74,"target":457},{"source":74,"target":459},{"source":74,"target":462},{"source":74,"target":463},{"source":76,"target":22},{"source":76,"target":464},{"source":76,"target":74},{"source":76,"target":38},{"source":464,"target":22},{"source":408,"target":373},{"source":408,"target":465},{"source":408,"target":74},{"source":408,"target":395},{"source":465,"target":373},{"source":457,"target":446},{"source":457,"target":466},{"source":457,"target":74},{"source":457,"target":451},{"source":466,"target":446},{"source":459,"target":446},{"source":459,"target":467},{"source":459,"target":74},{"source":459,"target":452},{"source":467,"target":446},{"source":462,"target":260},{"source":463,"target":380},{"source":412,"target":11},{"source":412,"target":372},{"source":412,"target":250},{"source":412,"target":416},{"source":412,"target":461},{"source":412,"target":414},{"source":412,"target":468},{"source":412,"target":469},{"source":412,"target":470},{"source":416,"target":373},{"source":416,"target":471},{"source":416,"target":412},{"source":416,"target":400},{"source":471,"target":373},{"source":461,"target":446},{"source":461,"target":472},{"source":461,"target":412},{"source":461,"target":453},{"source":472,"target":446},{"source":414,"target":373},{"source":414,"target":473},{"source":414,"target":412},{"source":414,"target":399},{"source":473,"target":373},{"source":468,"target":449},{"source":468,"target":474},{"source":468,"target":412},{"source":474,"target":449},{"source":469,"target":372},{"source":470,"target":250},{"source":447,"target":11},{"source":447,"target":64},{"source":447,"target":475},{"source":475,"target":64},{"source":448,"target":11},{"source":448,"target":447},{"source":448,"target":476},{"source":448,"target":477},{"source":448,"target":478},{"source":476,"target":479},{"source":476,"target":448},{"source":477,"target":480},{"source":477,"target":448},{"source":478,"target":447},{"source":77,"target":11},{"source":77,"target":252},{"source":77,"target":481},{"source":77,"target":81},{"source":77,"target":79},{"source":77,"target":482},{"source":481,"target":483},{"source":481,"target":77},{"source":81,"target":22},{"source":81,"target":484},{"source":81,"target":77},{"source":81,"target":40},{"source":484,"target":22},{"source":79,"target":22},{"source":79,"target":485},{"source":79,"target":77},{"source":79,"target":39},{"source":485,"target":22},{"source":482,"target":252},{"source":449,"target":11},{"source":449,"target":486},{"source":449,"target":487},{"source":486,"target":449},{"source":487,"target":449},{"source":12,"target":488},{"source":12,"target":20},{"source":12,"target":360},{"source":12,"target":489},{"source":12,"target":490},{"source":12,"target":491},{"source":12,"target":492},{"source":12,"target":493},{"source":12,"target":494},{"source":12,"target":495},{"source":12,"target":0},{"source":488,"target":12},{"source":488,"target":490},{"source":488,"target":496},{"source":496,"target":490},{"source":20,"target":12},{"source":20,"target":157},{"source":20,"target":497},{"source":20,"target":498},{"source":20,"target":345},{"source":20,"target":499},{"source":497,"target":43},{"source":497,"target":500},{"source":497,"target":20},{"source":500,"target":43},{"source":498,"target":360},{"source":498,"target":501},{"source":498,"target":20},{"source":498,"target":502},{"source":501,"target":360},{"source":345,"target":43},{"source":345,"target":503},{"source":345,"target":20},{"source":345,"target":338},{"source":503,"target":43},{"source":499,"target":157},{"source":360,"target":12},{"source":360,"target":26},{"source":360,"target":362},{"source":360,"target":502},{"source":360,"target":504},{"source":362,"target":26},{"source":362,"target":505},{"source":362,"target":360},{"source":362,"target":352},{"source":505,"target":26},{"source":502,"target":20},{"source":502,"target":506},{"source":502,"target":360},{"source":502,"target":498},{"source":506,"target":20},{"source":504,"target":26},{"source":489,"target":12},{"source":489,"target":360},{"source":489,"target":507},{"source":507,"target":360},{"source":490,"target":12},{"source":490,"target":20},{"source":490,"target":508},{"source":490,"target":509},{"source":508,"target":495},{"source":508,"target":510},{"source":508,"target":490},{"source":508,"target":511},{"source":510,"target":495},{"source":509,"target":20},{"source":491,"target":12},{"source":491,"target":490},{"source":491,"target":512},{"source":512,"target":490},{"source":492,"target":12},{"source":492,"target":490},{"source":492,"target":513},{"source":513,"target":490},{"source":493,"target":12},{"source":493,"target":490},{"source":493,"target":514},{"source":514,"target":490},{"source":494,"target":12},{"source":494,"target":490},{"source":494,"target":515},{"source":515,"target":490},{"source":495,"target":12},{"source":495,"target":155},{"source":495,"target":511},{"source":495,"target":516},{"source":511,"target":490},{"source":511,"target":517},{"source":511,"target":495},{"source":511,"target":508},{"source":517,"target":490},{"source":516,"target":155},{"source":13,"target":0},{"source":14,"target":518},{"source":14,"target":519},{"source":14,"target":0},{"source":518,"target":14},{"source":518,"target":140},{"source":518,"target":520},{"source":520,"target":140},{"source":519,"target":14},{"source":519,"target":143},{"source":519,"target":89},{"source":519,"target":521},{"source":519,"target":522},{"source":521,"target":143},{"source":522,"target":89},{"source":15,"target":315},{"source":15,"target":330},{"source":15,"target":322},{"source":15,"target":131},{"source":15,"target":0},{"source":315,"target":15},{"source":315,"target":322},{"source":315,"target":523},{"source":315,"target":524},{"source":315,"target":525},{"source":315,"target":317},{"source":315,"target":526},{"source":523,"target":105},{"source":523,"target":527},{"source":523,"target":315},{"source":527,"target":105},{"source":524,"target":105},{"source":524,"target":528},{"source":524,"target":315},{"source":528,"target":105},{"source":525,"target":105},{"source":525,"target":529},{"source":525,"target":315},{"source":529,"target":105},{"source":317,"target":173},{"source":317,"target":530},{"source":317,"target":315},{"source":317,"target":308},{"source":530,"target":173},{"source":526,"target":322},{"source":330,"target":15},{"source":330,"target":99},{"source":330,"target":322},{"source":330,"target":332},{"source":330,"target":531},{"source":330,"target":532},{"source":332,"target":173},{"source":332,"target":533},{"source":332,"target":330},{"source":332,"target":312},{"source":533,"target":173},{"source":531,"target":99},{"source":532,"target":322},{"source":322,"target":15},{"source":322,"target":326},{"source":322,"target":324},{"source":322,"target":534},{"source":324,"target":173},{"source":324,"target":535},{"source":324,"target":322},{"source":324,"target":310},{"source":535,"target":173},{"source":534,"target":326},{"source":131,"target":15},{"source":131,"target":322},{"source":131,"target":536},{"source":131,"target":537},{"source":131,"target":538},{"source":131,"target":539},{"source":131,"target":320},{"source":131,"target":540},{"source":536,"target":541},{"source":536,"target":131},{"source":537,"target":153},{"source":537,"target":542},{"source":537,"target":131},{"source":542,"target":153},{"source":538,"target":154},{"source":538,"target":543},{"source":538,"target":131},{"source":543,"target":154},{"source":539,"target":544},{"source":539,"target":131},{"source":320,"target":173},{"source":320,"target":545},{"source":320,"target":131},{"source":320,"target":309},{"source":545,"target":173},{"source":540,"target":322},{"source":16,"target":333},{"source":16,"target":46},{"source":16,"target":546},{"source":16,"target":547},{"source":16,"target":548},{"source":16,"target":391},{"source":16,"target":140},{"source":16,"target":441},{"source":16,"target":143},{"source":16,"target":0},{"source":333,"target":16},{"source":333,"target":43},{"source":333,"target":349},{"source":333,"target":549},{"source":333,"target":335},{"source":333,"target":550},{"source":349,"target":43},{"source":349,"target":551},{"source":349,"target":333},{"source":349,"target":339},{"source":551,"target":43},{"source":549,"target":46},{"source":549,"target":552},{"source":549,"target":333},{"source":549,"target":553},{"source":552,"target":46},{"source":335,"target":173},{"source":335,"target":554},{"source":335,"target":333},{"source":335,"target":313},{"source":554,"target":173},{"source":550,"target":43},{"source":46,"target":16},{"source":46,"target":22},{"source":46,"target":48},{"source":46,"target":228},{"source":46,"target":232},{"source":46,"target":285},{"source":46,"target":553},{"source":46,"target":555},{"source":48,"target":22},{"source":48,"target":556},{"source":48,"target":46},{"source":48,"target":28},{"source":556,"target":22},{"source":228,"target":192},{"source":228,"target":557},{"source":228,"target":46},{"source":228,"target":222},{"source":557,"target":192},{"source":232,"target":193},{"source":232,"target":558},{"source":232,"target":46},{"source":232,"target":229},{"source":558,"target":193},{"source":285,"target":251},{"source":285,"target":559},{"source":285,"target":46},{"source":285,"target":281},{"source":559,"target":251},{"source":553,"target":333},{"source":553,"target":560},{"source":553,"target":46},{"source":553,"target":549},{"source":560,"target":333},{"source":555,"target":22},{"source":546,"target":16},{"source":546,"target":46},{"source":546,"target":85},{"source":546,"target":561},{"source":546,"target":562},{"source":561,"target":46},{"source":562,"target":85},{"source":547,"target":16},{"source":547,"target":333},{"source":547,"target":87},{"source":547,"target":563},{"source":547,"target":564},{"source":563,"target":333},{"source":564,"target":87},{"source":548,"target":16},{"source":548,"target":546},{"source":548,"target":565},{"source":565,"target":546},{"source":391,"target":16},{"source":391,"target":46},{"source":391,"target":566},{"source":566,"target":46},{"source":140,"target":16},{"source":140,"target":22},{"source":140,"target":567},{"source":567,"target":22},{"source":441,"target":16},{"source":441,"target":333},{"source":441,"target":568},{"source":568,"target":333},{"source":143,"target":16},{"source":143,"target":43},{"source":143,"target":569},{"source":569,"target":43},{"source":17,"target":570},{"source":17,"target":571},{"source":17,"target":572},{"source":17,"target":573},{"source":17,"target":574},{"source":17,"target":0},{"source":570,"target":17},{"source":570,"target":244},{"source":570,"target":575},{"source":575,"target":244},{"source":571,"target":17},{"source":571,"target":573},{"source":571,"target":85},{"source":571,"target":576},{"source":571,"target":577},{"source":576,"target":573},{"source":577,"target":85},{"source":572,"target":17},{"source":572,"target":573},{"source":572,"target":578},{"source":578,"target":573},{"source":573,"target":17},{"source":573,"target":22},{"source":573,"target":579},{"source":579,"target":22},{"source":574,"target":17},{"source":574,"target":573},{"source":574,"target":580},{"source":580,"target":573},{"source":18,"target":326},{"source":18,"target":64},{"source":18,"target":0},{"source":326,"target":18},{"source":326,"target":87},{"source":326,"target":143},{"source":326,"target":328},{"source":326,"target":581},{"source":326,"target":582},{"source":328,"target":173},{"source":328,"target":583},{"source":328,"target":326},{"source":328,"target":311},{"source":583,"target":173},{"source":581,"target":87},{"source":582,"target":143},{"source":64,"target":18},{"source":64,"target":85},{"source":64,"target":140},{"source":64,"target":66},{"source":64,"target":584},{"source":64,"target":585},{"source":66,"target":22},{"source":66,"target":586},{"source":66,"target":64},{"source":66,"target":34},{"source":586,"target":22},{"source":584,"target":85},{"source":585,"target":140}],"multigraph":true}
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://palladiosimulator.org/ExperimentAutomation/ToolAdapter/SimuCom/1.0" nsPrefix="simucomtooladapter"> <eClassifiers xsi:type="ecore:EClass" name="SimuComConfiguration" eSuperTypes="platform:/plugin/org.palladiosimulator.experimentautomation/model/experimentautomation.ecore#//abstractsimulation/AbstractSimulationConfiguration"/> </ecore:EPackage>
github:ecore:/data/PalladioSimulator/Palladio-Addons-ExperimentAutomation/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simucom.model/model/simucomtooladapter.ecore
ecore
model SimuComConfiguration
null
{"directed":true,"nodes":[{"nsPrefix":"simucomtooladapter","nsURI":"http://palladiosimulator.org/ExperimentAutomation/ToolAdapter/SimuCom/1.0","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimuComConfiguration","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"id":2,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"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="petrinetsemantics" nsURI="http://petrinetsemantics/1.0" nsPrefix="petrinetsemantics"> <eSubpackages name="DDMMPetriNet" nsURI="petrinet.ddmm" nsPrefix="petrinet.ddmm"> <eClassifiers xsi:type="ecore:EClass" name="PetriNet"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//DDMMPetriNet/Node" containment="true" eOpposite="#//DDMMPetriNet/Node/net"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arcs" upperBound="-1" eType="#//DDMMPetriNet/Arc" containment="true" eOpposite="#//DDMMPetriNet/Arc/net"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Transition" eSuperTypes="#//DDMMPetriNet/Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min_time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max_time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="net" lowerBound="1" eType="#//DDMMPetriNet/PetriNet" eOpposite="#//DDMMPetriNet/PetriNet/nodes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outgoings" upperBound="-1" eType="#//DDMMPetriNet/Arc" eOpposite="#//DDMMPetriNet/Arc/source"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incomings" upperBound="-1" eType="#//DDMMPetriNet/Arc" eOpposite="#//DDMMPetriNet/Arc/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place" eSuperTypes="#//DDMMPetriNet/Node"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialMarking" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Arc"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//DDMMPetriNet/Node" eOpposite="#//DDMMPetriNet/Node/incomings"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" lowerBound="1" eType="#//DDMMPetriNet/Node" eOpposite="#//DDMMPetriNet/Node/outgoings"/> <eStructuralFeatures xsi:type="ecore:EReference" name="net" lowerBound="1" eType="#//DDMMPetriNet/PetriNet" eOpposite="#//DDMMPetriNet/PetriNet/arcs"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kind" lowerBound="1" eType="#//DDMMPetriNet/ArcKind"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ArcKind"> <eLiterals name="normal" value="1"/> <eLiterals name="read_arc" value="2"/> </eClassifiers> </eSubpackages> <eSubpackages name="SDMMPetriNet" nsURI="petrinet.sdmm" nsPrefix="petrinet.sdmm"> <eClassifiers xsi:type="ecore:EClass" name="Node_dynamic" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="Node_static" lowerBound="1" eType="#//DDMMPetriNet/Node"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Place_dynamic" eSuperTypes="#//SDMMPetriNet/Node_dynamic"> <eStructuralFeatures xsi:type="ecore:EReference" name="Place_static" lowerBound="1" eType="#//DDMMPetriNet/Place"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marking" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PetriNet_dynamic"> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//SDMMPetriNet/Node_dynamic" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="PetriNet_static" lowerBound="1" eType="#//DDMMPetriNet/PetriNet"/> </eClassifiers> </eSubpackages> <eSubpackages name="EDMMPetriNet" nsURI="petrinet.edmm" nsPrefix="petrinet.edmm"> <eClassifiers xsi:type="ecore:EClass" name="PetriNetEvent" abstract="true" eSuperTypes="#//TM3PetriNet/PNSimEvent"/> <eClassifiers xsi:type="ecore:EClass" name="FireTransitionEvent" eSuperTypes="#//EDMMPetriNet/PetriNetEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="time" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="firedTransition" lowerBound="1" eType="#//DDMMPetriNet/Transition"/> </eClassifiers> </eSubpackages> <eSubpackages name="TM3PetriNet" nsURI="petrinet.tmmm" nsPrefix="petrinet.tmmm"> <eClassifiers xsi:type="ecore:EClass" name="PNScenario"> <eStructuralFeatures xsi:type="ecore:EReference" name="traces" upperBound="-1" eType="#//TM3PetriNet/PNTrace" eOpposite="#//TM3PetriNet/PNTrace/scenario"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simEvents" upperBound="-1" eType="#//TM3PetriNet/PNSimEvent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PNTrace"> <eStructuralFeatures xsi:type="ecore:EReference" name="scenario" lowerBound="1" eType="#//TM3PetriNet/PNScenario" eOpposite="#//TM3PetriNet/PNScenario/traces"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PNSimEvent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="internal" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="date" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/jcb/these-jcb/code/simplepdltopetrinet/metamodels/PetriNetSemantics_updated.ecore
ecore
petrinetsemantics DDMMPetriNet PetriNet nodes arcs name Transition min_time max_time Node name net outgoings incomings Place initialMarking Arc target source net kind weight ArcKind normal normal read_arc read_arc SDMMPetriNet Node_dynamic Node_static Place_dynamic Place_static marking PetriNet_dynamic nodes PetriNet_static EDMMPetriNet PetriNetEvent FireTransitionEvent time firedTransition TM3PetriNet PNScenario traces simEvents PNTrace scenario PNSimEvent internal date name
null
{"directed":true,"nodes":[{"nsPrefix":"petrinetsemantics","nsURI":"http://petrinetsemantics/1.0","name":"petrinetsemantics","id":0,"eClass":"EPackage"},{"nsPrefix":"petrinet.ddmm","nsURI":"petrinet.ddmm","name":"DDMMPetriNet","id":1,"eClass":"EPackage"},{"nsPrefix":"petrinet.sdmm","nsURI":"petrinet.sdmm","name":"SDMMPetriNet","id":2,"eClass":"EPackage"},{"nsPrefix":"petrinet.edmm","nsURI":"petrinet.edmm","name":"EDMMPetriNet","id":3,"eClass":"EPackage"},{"nsPrefix":"petrinet.tmmm","nsURI":"petrinet.tmmm","name":"TM3PetriNet","id":4,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Transition","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Arc","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ArcKind","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arcs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"net","changeable":true,"resolveProxies":true,"lowerBound":1,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min_time","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max_time","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"outgoings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incomings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"initialMarking","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":1,"iD":false,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"name":"normal","id":43,"value":1,"literal":"normal","eClass":"EEnumLiteral"},{"name":"read_arc","id":44,"value":2,"literal":"read_arc","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Node_dynamic","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Place_dynamic","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNet_dynamic","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Node_static","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Place_static","changeable":true,"resolveProxies":true,"lowerBound":1,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"marking","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"PetriNet_static","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PetriNetEvent","instanceClass":null,"abstract":true,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FireTransitionEvent","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PNSimEvent","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"time","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"firedTransition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PNScenario","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PNTrace","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"traces","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"simEvents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scenario","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"internal","changeable":true,"lowerBound":1,"iD":false,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"date","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":0},{"source":5,"target":1},{"source":5,"target":11},{"source":5,"target":12},{"source":5,"target":13},{"source":11,"target":7},{"source":11,"target":14},{"source":11,"target":5},{"source":11,"target":15},{"source":14,"target":7},{"source":12,"target":9},{"source":12,"target":16},{"source":12,"target":5},{"source":12,"target":17},{"source":16,"target":9},{"source":13,"target":18},{"source":13,"target":5},{"source":6,"target":1},{"source":6,"target":7},{"source":6,"target":19},{"source":6,"target":20},{"source":6,"target":21},{"source":19,"target":22},{"source":19,"target":6},{"source":20,"target":23},{"source":20,"target":6},{"source":21,"target":7},{"source":7,"target":1},{"source":7,"target":24},{"source":7,"target":15},{"source":7,"target":25},{"source":7,"target":26},{"source":24,"target":27},{"source":24,"target":7},{"source":15,"target":5},{"source":15,"target":28},{"source":15,"target":7},{"source":15,"target":11},{"source":28,"target":5},{"source":25,"target":9},{"source":25,"target":29},{"source":25,"target":7},{"source":25,"target":30},{"source":29,"target":9},{"source":26,"target":9},{"source":26,"target":31},{"source":26,"target":7},{"source":26,"target":32},{"source":31,"target":9},{"source":8,"target":1},{"source":8,"target":7},{"source":8,"target":33},{"source":8,"target":34},{"source":33,"target":35},{"source":33,"target":8},{"source":34,"target":7},{"source":9,"target":1},{"source":9,"target":32},{"source":9,"target":30},{"source":9,"target":17},{"source":9,"target":36},{"source":9,"target":37},{"source":32,"target":7},{"source":32,"target":38},{"source":32,"target":9},{"source":32,"target":26},{"source":38,"target":7},{"source":30,"target":7},{"source":30,"target":39},{"source":30,"target":9},{"source":30,"target":25},{"source":39,"target":7},{"source":17,"target":5},{"source":17,"target":40},{"source":17,"target":9},{"source":17,"target":12},{"source":40,"target":5},{"source":36,"target":10},{"source":36,"target":41},{"source":36,"target":9},{"source":41,"target":10},{"source":37,"target":42},{"source":37,"target":9},{"source":10,"target":1},{"source":10,"target":43},{"source":10,"target":44},{"source":43,"target":10},{"source":44,"target":10},{"source":2,"target":45},{"source":2,"target":46},{"source":2,"target":47},{"source":2,"target":0},{"source":45,"target":2},{"source":45,"target":48},{"source":48,"target":7},{"source":48,"target":49},{"source":48,"target":45},{"source":49,"target":7},{"source":46,"target":2},{"source":46,"target":45},{"source":46,"target":50},{"source":46,"target":51},{"source":46,"target":52},{"source":50,"target":8},{"source":50,"target":53},{"source":50,"target":46},{"source":53,"target":8},{"source":51,"target":54},{"source":51,"target":46},{"source":52,"target":45},{"source":47,"target":2},{"source":47,"target":55},{"source":47,"target":56},{"source":55,"target":45},{"source":55,"target":57},{"source":55,"target":47},{"source":57,"target":45},{"source":56,"target":5},{"source":56,"target":58},{"source":56,"target":47},{"source":58,"target":5},{"source":3,"target":59},{"source":3,"target":60},{"source":3,"target":0},{"source":59,"target":3},{"source":59,"target":61},{"source":59,"target":62},{"source":62,"target":61},{"source":60,"target":3},{"source":60,"target":59},{"source":60,"target":63},{"source":60,"target":64},{"source":60,"target":65},{"source":63,"target":66},{"source":63,"target":60},{"source":64,"target":6},{"source":64,"target":67},{"source":64,"target":60},{"source":67,"target":6},{"source":65,"target":59},{"source":4,"target":68},{"source":4,"target":69},{"source":4,"target":61},{"source":4,"target":0},{"source":68,"target":4},{"source":68,"target":70},{"source":68,"target":71},{"source":70,"target":69},{"source":70,"target":72},{"source":70,"target":68},{"source":70,"target":73},{"source":72,"target":69},{"source":71,"target":61},{"source":71,"target":74},{"source":71,"target":68},{"source":74,"target":61},{"source":69,"target":4},{"source":69,"target":73},{"source":73,"target":68},{"source":73,"target":75},{"source":73,"target":69},{"source":73,"target":70},{"source":75,"target":68},{"source":61,"target":4},{"source":61,"target":76},{"source":61,"target":77},{"source":61,"target":78},{"source":76,"target":79},{"source":76,"target":61},{"source":77,"target":80},{"source":77,"target":61},{"source":78,"target":81},{"source":78,"target":61}],"multigraph":true}
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="constant" nsURI="http://ruminaq.org/tasks/constant" nsPrefix="constant"> <eClassifiers xsi:type="ecore:EClass" name="Constant" eSuperTypes="../../org.ruminaq.model.ruminaq/model/model.ecore#//Task"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/systemincloud/ruminaq/bundles/org.ruminaq.tasks.constant.model/model/model.ecore
ecore
constant Constant value
null
{"directed":true,"nodes":[{"nsPrefix":"constant","nsURI":"http://ruminaq.org/tasks/constant","name":"constant","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","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":"value","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="example2_Domain" nsURI="http://www.example.org/example2_domain" nsPrefix="example2_Domain"> <eClassifiers xsi:type="ecore:EClass" name="Container"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Element" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element"/> </ecore:EPackage>
github:ecore:/data/MDEGroup/univaq.disim.mde.refactoring/resources/Example2/metamodels/example2_Domain.ecore
ecore
example2_Domain Container elements Element
null
{"directed":true,"nodes":[{"nsPrefix":"example2_Domain","nsURI":"http://www.example.org/example2_domain","name":"example2_Domain","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Container","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","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":"elements","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="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="smif" nsURI="http://www.omg.org/spec/SMIF/20170501" nsPrefix="smif"> <eAnnotations source="http://www.xocl.org/OCL"> <details key="rootConstraint" value="trg.name = 'Repository'"/> </eAnnotations> <eAnnotations source="http://www.xocl.org/UUID"> <details key="useUUIDs" value="true"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg"/> </eAnnotations> <eAnnotations source="http://www.xocl.org/EDITORCONFIG"> <details key="hideAdvancedProperties" value="null"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Repository"> <eStructuralFeatures xsi:type="ecore:EReference" name="lexicalScope" upperBound="-1" eType="#//lexicalscope/LexicalScope" unsettable="true" containment="true"/> </eClassifiers> <eSubpackages name="types" nsURI="http://www.omg.org/smif/Smif/Types" nsPrefix="TYPE"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//lexicalscope/LexicalScope #//toplevel/Context"> <eStructuralFeatures xsi:type="ecore:EReference" name="categorizes" upperBound="-1" eType="#//toplevel/Thing" eOpposite="#//toplevel/Thing/hasType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasProperty" upperBound="-1" eType="#//properties/PropertyType" eOpposite="#//properties/PropertyType/propertyOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assertsPattern" upperBound="-1" eType="#//patterns/PatternOfType" eOpposite="#//patterns/PatternOfType/subjectType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasCovering" upperBound="-1" eType="#//constraints/CoveringConstraint" eOpposite="#//constraints/CoveringConstraint/isCoveredBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasSpecialization" upperBound="-1" eType="#//constraints/GeneralizationConstraint" eOpposite="#//constraints/GeneralizationConstraint/hasGeneral"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasMultiplicity" upperBound="-1" eType="#//constraints/MultiplicityConstraint" eOpposite="#//constraints/MultiplicityConstraint/multiplicityOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="propertiesOfType" upperBound="-1" eType="#//constraints/PropertyTypeConstraint" eOpposite="#//constraints/PropertyTypeConstraint/isOfType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recordingTypes" upperBound="-1" eType="#//records/RecordType" eOpposite="#//records/RecordType/aboutType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasGeneralization" upperBound="-1" eType="#//constraints/GeneralizationConstraint" eOpposite="#//constraints/GeneralizationConstraint/hasSpecific"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnedBy" upperBound="-1" eType="#//expressions/ExpressionContext" eOpposite="#//expressions/ExpressionContext/resultingType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="respectOf" upperBound="-1" eType="#//constraints/MultiplicityConstraint" eOpposite="#//constraints/MultiplicityConstraint/withRespectTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assertedBy" upperBound="-1" eType="#//mapping/MatchEnd" eOpposite="#//mapping/MatchEnd/assertedType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conceptRule" lowerBound="1" eType="#//mapping/RepresentationRule" eOpposite="#//mapping/RepresentationRule/representedType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="representsRule" lowerBound="1" eType="#//mapping/RepresentationRule" eOpposite="#//mapping/RepresentationRule/representedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntersectionType" eSuperTypes="#//types/Type"/> <eClassifiers xsi:type="ecore:EClass" name="UnionType" eSuperTypes="#//types/Type"/> <eClassifiers xsi:type="ecore:EClass" name="EntityType" eSuperTypes="#//types/Type"/> </eSubpackages> <eSubpackages name="situations" nsURI="http://www.omg.org/smif/Smif/Situations" nsPrefix="smif.situations"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="SituationType" eSuperTypes="#//types/EntityType"/> <eClassifiers xsi:type="ecore:EClass" name="Situation" abstract="true" eSuperTypes="#//toplevel/Proposition #//toplevel/TemporalEntity #//toplevel/Context #//lexicalscope/LexicalScope"> <eStructuralFeatures xsi:type="ecore:EReference" name="matchedBy" upperBound="-1" eType="#//patterns/PatternMatch" eOpposite="#//patterns/PatternMatch/matches"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActualSituation" eSuperTypes="#//toplevel/ActualEntity #//situations/Situation"/> </eSubpackages> <eSubpackages name="values" nsURI="http://www.omg.org/smif/Smif/Values" nsPrefix="smif.values"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="QuantityKind" eSuperTypes="#//values/ValueType"/> <eClassifiers xsi:type="ecore:EClass" name="UnitType" eSuperTypes="#//values/ValueType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ratio" lowerBound="1" eType="#//values/Real"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="offset" lowerBound="1" eType="#//values/Real"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="symbol" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unitReference" eType="#//metadata/Definition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definedWithinSystem" eType="#//values/SystemOfUnits" eOpposite="#//values/SystemOfUnits/unitOfSystem"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BaseUnitType" eSuperTypes="#//values/UnitType"/> <eClassifiers xsi:type="ecore:EClass" name="ValueType" eSuperTypes="#//types/Type"/> <eClassifiers xsi:type="ecore:EClass" name="Value" eSuperTypes="#//toplevel/Thing"/> <eClassifiers xsi:type="ecore:EClass" name="SystemOfUnits" eSuperTypes="#//toplevel/Context"> <eStructuralFeatures xsi:type="ecore:EReference" name="unitOfSystem" upperBound="-1" eType="#//values/UnitType" eOpposite="#//values/UnitType/definedWithinSystem"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StructuredValueType" eSuperTypes="#//values/ValueType #//properties/PropertyOwnerType"/> <eClassifiers xsi:type="ecore:EClass" name="StructuredValue" eSuperTypes="#//values/Value #//properties/PropertyOwner"/> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="DataValue" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="PrimitiveValue" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="Numeric" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="MeasurementValue" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/> <eClassifiers xsi:type="ecore:EDataType" name="Real" instanceClassName="double"/> <eClassifiers xsi:type="ecore:EDataType" name="Number" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EClass" name="UnitValue" abstract="true" eSuperTypes="#//values/Value"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hasValue" lowerBound="1" eType="#//values/MeasurementValue"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScalarQuantity" abstract="true" eSuperTypes="#//values/UnitValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_unnamed_ScalarQuantity" lowerBound="1" eType="#//values/Number"/> </eClassifiers> </eSubpackages> <eSubpackages name="identifiers" nsURI="http://www.omg.org/smif/Smif/Identifiers" nsPrefix="smif.identifiers"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="UniqueIdentifier" abstract="true" eSuperTypes="#//identifiers/Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="uniqueWithin" lowerBound="1" eType="#//identifiers/Namespace" eOpposite="#//identifiers/Namespace/scopesIdentifier"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IRIIdentifier" eSuperTypes="#//identifiers/TechnicalIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="Term" eSuperTypes="#//identifiers/Name #//identifiers/UniqueTextIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="UniqueTextIdentifier" eSuperTypes="#//identifiers/UniqueIdentifier #//identifiers/TextIdentifier"/> <eClassifiers xsi:type="ecore:EClass" name="Identifier" eSuperTypes="#//values/Value"> <eStructuralFeatures xsi:type="ecore:EReference" name="identifies" lowerBound="1" eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/identifiedBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preferredFor" eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/hasPreferred"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Namespace" eSuperTypes="#//toplevel/Context"> <eStructuralFeatures xsi:type="ecore:EReference" name="scopesIdentifier" upperBound="-1" eType="#//identifiers/UniqueIdentifier" eOpposite="#//identifiers/UniqueIdentifier/uniqueWithin"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextIdentifier" eSuperTypes="#//identifiers/Identifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Name" eSuperTypes="#//identifiers/TextIdentifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="names" lowerBound="1" upperBound="-1" eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/hasName"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TechnicalIdentifier" eSuperTypes="#//identifiers/UniqueTextIdentifier"/> </eSubpackages> <eSubpackages name="expressions" nsURI="http://www.omg.org/smif/Smif/Expressions" nsPrefix="smif.expressions"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="FunctionType" eSuperTypes="#//properties/PropertyOwnerType #//expressions/ExpressionContext"> <eStructuralFeatures xsi:type="ecore:EReference" name="implementedBy" eType="#//expressions/ExpressionNode" eOpposite="#//expressions/ExpressionNode/implements"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isUsedBy" upperBound="-1" eType="#//expressions/FunctionCall" eOpposite="#//expressions/FunctionCall/calls"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstantReference" eSuperTypes="#//expressions/ExpressionNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasValue" lowerBound="1" eType="#//toplevel/Thing" eOpposite="#//toplevel/Thing/referencedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionNode" abstract="true" eSuperTypes="#//expressions/ExpressionContext"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expressionText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expressionTextLanguage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="evaluatedBy" upperBound="-1" eType="#//expressions/Evaluation" eOpposite="#//expressions/Evaluation/evaluates"/> <eStructuralFeatures xsi:type="ecore:EReference" name="implements" eType="#//expressions/FunctionType" eOpposite="#//expressions/FunctionType/implementedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionCall" eSuperTypes="#//expressions/ExpressionNode #//properties/PropertyOwner"> <eStructuralFeatures xsi:type="ecore:EReference" name="calls" lowerBound="1" eType="#//expressions/FunctionType" eOpposite="#//expressions/FunctionType/isUsedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Traversal" eSuperTypes="#//expressions/ExpressionNode #//properties/PropertyOwner"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="traverseToRelation" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inverse" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="traversesThrough" lowerBound="1" upperBound="-1" eType="#//properties/PropertyType" eOpposite="#//properties/PropertyType/traversedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectOperationType" eSuperTypes="#//expressions/FunctionType"> <eStructuralFeatures xsi:type="ecore:EReference" name="receiver" lowerBound="1" eType="#//properties/PropertyType" eOpposite="#//properties/PropertyType/receivedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Equality" eSuperTypes="#//expressions/ExpressionNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasEqual" lowerBound="1" upperBound="-1" eType="#//toplevel/Thing" eOpposite="#//toplevel/Thing/hasEquality"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Evaluation" eSuperTypes="#//expressions/ExpressionContext"> <eStructuralFeatures xsi:type="ecore:EReference" name="evaluates" lowerBound="1" eType="#//expressions/ExpressionNode" eOpposite="#//expressions/ExpressionNode/evaluatedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionContext" abstract="true" eSuperTypes="#//toplevel/IdentifiableEntity"> <eStructuralFeatures xsi:type="ecore:EReference" name="evaluatesIn" eType="#//toplevel/Context" eOpposite="#//toplevel/Context/contextualizesExpress"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultingType" lowerBound="1" upperBound="-1" eType="#//types/Type" eOpposite="#//types/Type/returnedBy"/> </eClassifiers> </eSubpackages> <eSubpackages name="relationships" nsURI="http://www.omg.org/smif/Smif/Relationships" nsPrefix="smif.relationships"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Relationship" eSuperTypes="#//situations/ActualSituation #//properties/PropertyOwner"/> <eClassifiers xsi:type="ecore:EClass" name="RelationshipType" eSuperTypes="#//situations/SituationType #//properties/PropertyOwnerType"/> </eSubpackages> <eSubpackages name="constraints" nsURI="http://www.omg.org/smif/Smif/Constraints" nsPrefix="smif.constraints"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Rule" abstract="true" eSuperTypes="#//toplevel/Proposition"> <eStructuralFeatures xsi:type="ecore:EReference" name="constrains" upperBound="-1" eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/constrainedBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subsumes" upperBound="-1" eType="#//constraints/Rule" eOpposite="#//constraints/Rule/subsumedBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subsumedBy" upperBound="-1" eType="#//constraints/Rule" eOpposite="#//constraints/Rule/subsumes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityConstraint" eSuperTypes="#//constraints/TypeConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mininumNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumNumber" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="atOnce" lowerBound="1" eType="#//values/Boolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSufficent" lowerBound="1" eType="#//values/Boolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="withRespectTo" upperBound="-1" eType="#//types/Type" eOpposite="#//types/Type/respectOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="multiplicityOf" lowerBound="1" eType="#//types/Type" eOpposite="#//types/Type/hasMultiplicity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UniquenessConstraint" eSuperTypes="#//constraints/TypeConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPrimaryIdentity" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasUnique" lowerBound="1" upperBound="-1" eType="#//properties/PropertyType" eOpposite="#//properties/PropertyType/hasUniquenessConstraint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConditionalRule" eSuperTypes="#//constraints/Rule #//constraints/Conditional"/> <eClassifiers xsi:type="ecore:EClass" name="TypeConstraint" abstract="true" eSuperTypes="#//constraints/Rule"/> <eClassifiers xsi:type="ecore:EClass" name="Equivalent" eSuperTypes="#//constraints/Rule"/> <eClassifiers xsi:type="ecore:EClass" name="Disjoint" eSuperTypes="#//constraints/Rule"/> <eClassifiers xsi:type="ecore:EClass" name="Enumerated" eSuperTypes="#//constraints/Rule"/> <eClassifiers xsi:type="ecore:EClass" name="GeneralizationConstraint" eSuperTypes="#//constraints/TypeConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="redefines" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasGeneral" lowerBound="1" eType="#//types/Type" eOpposite="#//types/Type/hasSpecialization"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasSpecific" lowerBound="1" eType="#//types/Type" eOpposite="#//types/Type/hasGeneralization"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyConstraint" abstract="true" eSuperTypes="#//constraints/Rule"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyTransitivityConstraint" eSuperTypes="#//constraints/PropertyConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyTypeConstraint" eSuperTypes="#//constraints/PropertyConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prerequisiteType" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="isOfType" lowerBound="1" eType="#//types/Type" eOpposite="#//types/Type/propertiesOfType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CoveringConstraint" eSuperTypes="#//constraints/TypeConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="isCoveredBy" upperBound="-1" eType="#//types/Type" eOpposite="#//types/Type/hasCovering"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FacetClassificationConstraint" eSuperTypes="#//constraints/GeneralizationConstraint"/> <eClassifiers xsi:type="ecore:EClass" name="Conditional" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//expressions/ExpressionNode"/> </eClassifiers> </eSubpackages> <eSubpackages name="toplevel" nsURI="http://www.omg.org/smif/Smif/Toplevel" nsPrefix="smif.toplevel"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="IdentifiableEntity" eSuperTypes="#//toplevel/Thing"> <eStructuralFeatures xsi:type="ecore:EReference" name="wasStatedIn" upperBound="-1" eType="#//metadata/Statement" eOpposite="#//metadata/Statement/resultedIn"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasPreferred" eType="#//identifiers/Identifier" eOpposite="#//identifiers/Identifier/preferredFor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definedBy" upperBound="-1" eType="#//metadata/Definition" eOpposite="#//metadata/Definition/definesEntity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="identifiedBy" upperBound="-1" eType="#//identifiers/Identifier" eOpposite="#//identifiers/Identifier/identifies"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasMetadata" upperBound="-1" eType="#//metadata/Metadata" eOpposite="#//metadata/Metadata/metadataAbout"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasName" upperBound="-1" eType="#//identifiers/Name" eOpposite="#//identifiers/Name/names"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasRecord" upperBound="-1" eType="#//records/Record" eOpposite="#//records/Record/about"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constrainedBy" upperBound="-1" eType="#//constraints/Rule" eOpposite="#//constraints/Rule/constrains"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasAuthoritativeSource" upperBound="-1" eType="#//metadata/InformationSource" eOpposite="#//metadata/InformationSource/madeStatement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasBinding" upperBound="-1" eType="#//properties/PropertyBinding" eOpposite="#//properties/PropertyBinding/boundTo"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Thing" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="definedIn" lowerBound="1" eType="#//lexicalscope/LexicalScope"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inContextOf" lowerBound="1" upperBound="-1" eType="#//toplevel/Context" eOpposite="#//toplevel/Context/contextualizes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasType" lowerBound="1" upperBound="-1" eType="#//types/Type" eOpposite="#//types/Type/categorizes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statedBy" eType="#//lexicalscope/LexicalScope" eOpposite="#//lexicalscope/LexicalScope/states"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedBy" upperBound="-1" eType="#//expressions/ConstantReference" eOpposite="#//expressions/ConstantReference/hasValue"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasEquality" upperBound="-1" eType="#//expressions/Equality" eOpposite="#//expressions/Equality/hasEqual"/> <eStructuralFeatures xsi:type="ecore:EReference" name="boundIn" upperBound="-1" eType="#//properties/PropertyBinding" eOpposite="#//properties/PropertyBinding/binds"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Context" abstract="true" eSuperTypes="#//toplevel/IdentifiableEntity"> <eStructuralFeatures xsi:type="ecore:EReference" name="asserts" upperBound="-1" eType="#//toplevel/Proposition" eOpposite="#//toplevel/Proposition/holdsWithin"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextualizes" upperBound="-1" eType="#//toplevel/Thing" eOpposite="#//toplevel/Thing/inContextOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="negates" upperBound="-1" eType="#//toplevel/Proposition" eOpposite="#//toplevel/Proposition/negatedWithin"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextualizesExpress" upperBound="-1" eType="#//expressions/ExpressionContext" eOpposite="#//expressions/ExpressionContext/evaluatesIn"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedByLR" upperBound="-1" eType="#//lexicalscope/LexicalReference" eOpposite="#//lexicalscope/LexicalReference/referencedScope"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Proposition" abstract="true" eSuperTypes="#//toplevel/IdentifiableEntity"> <eStructuralFeatures xsi:type="ecore:EReference" name="holdsWithin" upperBound="-1" eType="#//toplevel/Context" eOpposite="#//toplevel/Context/asserts"/> <eStructuralFeatures xsi:type="ecore:EReference" name="negatedWithin" upperBound="-1" eType="#//toplevel/Context" eOpposite="#//toplevel/Context/negates"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifiedWithin" eType="#//patterns/PropositionVariable" eOpposite="#//patterns/PropositionVariable/qualifies"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ActualEntity" eSuperTypes="#//toplevel/TemporalEntity"/> <eClassifiers xsi:type="ecore:EClass" name="TemporalEntity" abstract="true" eSuperTypes="#//toplevel/IdentifiableEntity"/> </eSubpackages> <eSubpackages name="patterns" nsURI="http://www.omg.org/smif/Smif/Patterns" nsPrefix="smif.patterns"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Pattern" eSuperTypes="#//situations/SituationType #//situations/Situation #//lexicalscope/LexicalScope #//properties/PropertyOwner"> <eStructuralFeatures xsi:type="ecore:EReference" name="ownsVariable" upperBound="-1" eType="#//patterns/PatternVariable" eOpposite="#//patterns/PatternVariable/hasOwningPattern"/> <eStructuralFeatures xsi:type="ecore:EReference" name="satisfiedBy" upperBound="-1" eType="#//patterns/PatternMatch" eOpposite="#//patterns/PatternMatch/satisfies"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatternVariable" eSuperTypes="#//properties/OwnedPropertyType #//constraints/Conditional"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualification" lowerBound="1" eType="#//patterns/VariableQualification"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="explicit" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasOwningPattern" lowerBound="1" eType="#//patterns/Pattern" eOpposite="#//patterns/Pattern/ownsVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasSubset" upperBound="-1" eType="#//patterns/PatternVariable" eOpposite="#//patterns/PatternVariable/subsets"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapsTo" upperBound="-1" eType="#//mapping/MatchEnd" eOpposite="#//mapping/MatchEnd/mapsVariable"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subsets" upperBound="-1" eType="#//patterns/PatternVariable" eOpposite="#//patterns/PatternVariable/hasSubset"/> <eStructuralFeatures xsi:type="ecore:EReference" name="excludedBy" upperBound="-1" eType="#//patterns/PatternVariable" eOpposite="#//patterns/PatternVariable/excludes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="excludes" upperBound="-1" eType="#//patterns/PatternVariable" eOpposite="#//patterns/PatternVariable/excludedBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referenceMapping" eType="#//mapping/Mapping" eOpposite="#//mapping/Mapping/referenceFocus"/> <eStructuralFeatures xsi:type="ecore:EReference" name="concreteMapping" eType="#//mapping/Mapping" eOpposite="#//mapping/Mapping/concreteFocus"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropositionVariable" eSuperTypes="#//patterns/PatternVariable"> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifies" lowerBound="1" eType="#//toplevel/Proposition" eOpposite="#//toplevel/Proposition/qualifiedWithin"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="VariableQualification"> <eLiterals name="Select" literal="Select"/> <eLiterals name="Optional" value="1" literal="Optional"/> <eLiterals name="Assert" value="2" literal="Assert"/> <eLiterals name="Negate" value="3" literal="Negate"/> <eLiterals name="ExactlyOne" value="4" literal="ExactlyOne"/> <eLiterals name="ThereExists" value="5" literal="ThereExists"/> <eLiterals name="All" value="6" literal="All"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionVariable" eSuperTypes="#//patterns/PatternVariable #//patterns/Computed"/> <eClassifiers xsi:type="ecore:EClass" name="PartVariable" eSuperTypes="#//patterns/TypePatternVariable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isBoundaryPart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FocusVariable" eSuperTypes="#//patterns/TypePatternVariable"/> <eClassifiers xsi:type="ecore:EClass" name="TypePatternVariable" abstract="true" eSuperTypes="#//patterns/PatternVariable"/> <eClassifiers xsi:type="ecore:EClass" name="PatternOfType" eSuperTypes="#//patterns/Pattern"> <eStructuralFeatures xsi:type="ecore:EReference" name="subjectType" lowerBound="1" eType="#//types/Type" eOpposite="#//types/Type/assertsPattern"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PatternMatch" eSuperTypes="#//situations/ActualSituation"> <eStructuralFeatures xsi:type="ecore:EReference" name="_unnamed_PatternMatch" upperBound="-1" eType="#//patterns/VariableBinding" eOpposite="#//patterns/VariableBinding/_unnamed_VariableBinding"/> <eStructuralFeatures xsi:type="ecore:EReference" name="satisfies" lowerBound="1" eType="#//patterns/Pattern" eOpposite="#//patterns/Pattern/satisfiedBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="matches" lowerBound="1" eType="#//situations/Situation" eOpposite="#//situations/Situation/matchedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableBinding" eSuperTypes="#//properties/OwnedPropertyBinding"> <eStructuralFeatures xsi:type="ecore:EReference" name="_unnamed_VariableBinding" lowerBound="1" eType="#//patterns/PatternMatch" eOpposite="#//patterns/PatternMatch/_unnamed_PatternMatch"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Computed" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="computation" eType="#//expressions/ExpressionNode"/> </eClassifiers> </eSubpackages> <eSubpackages name="mapping" nsURI="http://www.omg.org/smif/Smif/Mapping" nsPrefix="smif.mapping"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="MatchRule" eSuperTypes="#//constraints/Rule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="coerce" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="concreteEnd" lowerBound="1" eType="#//mapping/MatchEnd" containment="true" eOpposite="#//mapping/MatchEnd/matchFrom"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referenceEnd" lowerBound="1" eType="#//mapping/MatchEnd" containment="true" eOpposite="#//mapping/MatchEnd/matchTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapRuleOf" lowerBound="1" eType="#//mapping/Mapping" eOpposite="#//mapping/Mapping/hasMapRule"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatchEnd" eSuperTypes="#//constraints/Conditional #//patterns/Computed"> <eStructuralFeatures xsi:type="ecore:EReference" name="assertedType" upperBound="-1" eType="#//types/Type" eOpposite="#//types/Type/assertedBy"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapsVariable" lowerBound="1" eType="#//patterns/PatternVariable" eOpposite="#//patterns/PatternVariable/mapsTo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="matchFrom" eType="#//mapping/MatchRule" eOpposite="#//mapping/MatchRule/concreteEnd"/> <eStructuralFeatures xsi:type="ecore:EReference" name="matchTo" eType="#//mapping/MatchRule" eOpposite="#//mapping/MatchRule/referenceEnd"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mapping" eSuperTypes="#//patterns/Pattern #//constraints/Rule"> <eStructuralFeatures xsi:type="ecore:EReference" name="concreteFocus" lowerBound="1" eType="#//patterns/PatternVariable" containment="true" eOpposite="#//patterns/PatternVariable/concreteMapping"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasMapRule" upperBound="-1" eType="#//mapping/MatchRule" containment="true" eOpposite="#//mapping/MatchRule/mapRuleOf"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referenceFocus" lowerBound="1" eType="#//patterns/PatternVariable" containment="true" eOpposite="#//patterns/PatternVariable/referenceMapping"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strength" lowerBound="1" eType="#//mapping/AssertionStrength"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Facade" eSuperTypes="#//records/RecordType"/> <eClassifiers xsi:type="ecore:EClass" name="ComputedFacade" abstract="true" eSuperTypes="#//mapping/Facade"> <eOperations name="push" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eAnnotations source="http://www.xocl.org/OCL"> <details key="body" value="null"/> </eAnnotations> </eOperations> <eOperations name="pull" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"> <eAnnotations source="http://www.xocl.org/OCL"> <details key="body" value="null"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RepresentationRule" eSuperTypes="#//constraints/ConditionalRule"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mapAll" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBooleanObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="representedBy" lowerBound="1" eType="#//types/Type" eOpposite="#//types/Type/representsRule"/> <eStructuralFeatures xsi:type="ecore:EReference" name="representedType" lowerBound="1" upperBound="-1" eType="#//types/Type" eOpposite="#//types/Type/conceptRule"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AssertionStrength"> <eLiterals name="Global" literal="Global"/> <eLiterals name="Local" value="1" literal="Local"/> </eClassifiers> </eSubpackages> <eSubpackages name="lexicalscope" nsURI="http://www.omg.org/smif/Smif/Lexicalscope" nsPrefix="smif.lexicalscope"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//lexicalscope/Package"/> <eClassifiers xsi:type="ecore:EClass" name="LexicalScope" eSuperTypes="#//identifiers/Namespace"> <eStructuralFeatures xsi:type="ecore:EReference" name="defines" upperBound="-1" eType="#//toplevel/Thing" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="references" upperBound="-1" eType="#//lexicalscope/LexicalReference" containment="true" eOpposite="#//lexicalscope/LexicalReference/extendsScope"/> <eStructuralFeatures xsi:type="ecore:EReference" name="states" upperBound="-1" eType="#//toplevel/Thing" containment="true" eOpposite="#//toplevel/Thing/statedBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LexicalReference" eSuperTypes="#//toplevel/Context"> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedScope" lowerBound="1" eType="#//toplevel/Context" eOpposite="#//toplevel/Context/referencedByLR"/> <eStructuralFeatures xsi:type="ecore:EReference" name="extendsScope" lowerBound="1" eType="#//lexicalscope/LexicalScope" eOpposite="#//lexicalscope/LexicalScope/references"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Include" eSuperTypes="#//lexicalscope/LexicalReference"/> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//lexicalscope/LexicalScope"> <eStructuralFeatures xsi:type="ecore:EReference" name="hasPrefix" eType="#//lexicalscope/Prefix" eOpposite="#//lexicalscope/Prefix/prefixOf"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MOFPackage" eSuperTypes="#//lexicalscope/Package"/> <eClassifiers xsi:type="ecore:EClass" name="LogicalPackage" eSuperTypes="#//lexicalscope/Package"/> <eClassifiers xsi:type="ecore:EClass" name="PhysicalPackage" eSuperTypes="#//lexicalscope/Package"/> <eClassifiers xsi:type="ecore:EClass" name="MappingPackage" eSuperTypes="#//lexicalscope/Package"/> <eClassifiers xsi:type="ecore:EClass" name="Prefix" eSuperTypes="#//identifiers/UniqueTextIdentifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="prefixOf" lowerBound="1" eType="#//lexicalscope/Package" eOpposite="#//lexicalscope/Package/hasPrefix"/> </eClassifiers> </eSubpackages> <eSubpackages name="kernel" nsURI="http://www.omg.org/smif/Smif/Kernel" nsPrefix="smif.kernel"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> </eSubpackages> <eSubpackages name="associations" nsURI="http://www.omg.org/smif/Smif/Associations" nsPrefix="smif.associations"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AssociationType" eSuperTypes="#//properties/PropertyOwnerType"/> <eClassifiers xsi:type="ecore:EClass" name="Association" eSuperTypes="#//properties/PropertyOwner #//toplevel/Proposition"/> </eSubpackages> <eSubpackages name="metadata" nsURI="http://www.omg.org/smif/Smif/Metadata" nsPrefix="smif.metadata"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Statement" eSuperTypes="#//metadata/Metadata"> <eStructuralFeatures xsi:type="ecore:EReference" name="statementDateAndTime" lowerBound="1" eType="#//values/ValueType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="version" lowerBound="1" eType="#//values/ValueType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="transactionId" lowerBound="1" eType="#//values/ValueType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resultedIn" lowerBound="1" eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/wasStatedIn"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InformationSource" eSuperTypes="#//toplevel/ActualEntity #//metadata/Metadata"> <eStructuralFeatures xsi:type="ecore:EReference" name="madeStatement" lowerBound="1" upperBound="-1" eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/hasAuthoritativeSource"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Metadata" eSuperTypes="#//records/Record"> <eStructuralFeatures xsi:type="ecore:EReference" name="metadataAbout" upperBound="-1" eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/hasMetadata"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Definition" eSuperTypes="#//metadata/Metadata"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textDefinition" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalReference" lowerBound="1" eType="#//identifiers/IRIIdentifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="externalTerm" lowerBound="1" eType="#//identifiers/Term"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="summaryDescription" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="definesEntity" lowerBound="1" eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/definedBy"/> </eClassifiers> </eSubpackages> <eSubpackages name="properties" nsURI="http://www.omg.org/smif/Smif/Properties" nsPrefix="smif.properties"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="PropertyBinding" abstract="true" eSuperTypes="#//toplevel/Thing"> <eStructuralFeatures xsi:type="ecore:EReference" name="binds" lowerBound="1" eType="#//toplevel/Thing" eOpposite="#//toplevel/Thing/boundIn"/> <eStructuralFeatures xsi:type="ecore:EReference" name="boundBy" lowerBound="1" eType="#//properties/PropertyType" eOpposite="#//properties/PropertyType/hasBindingProperty"/> <eStructuralFeatures xsi:type="ecore:EReference" name="boundTo" lowerBound="1" eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/hasBinding"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyType" abstract="true" eSuperTypes="#//types/Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyOf" eType="#//types/Type" eOpposite="#//types/Type/hasProperty"/> <eStructuralFeatures xsi:type="ecore:EReference" name="traversedBy" upperBound="-1" eType="#//expressions/Traversal" eOpposite="#//expressions/Traversal/traversesThrough"/> <eStructuralFeatures xsi:type="ecore:EReference" name="receivedBy" upperBound="-1" eType="#//expressions/ObjectOperationType" eOpposite="#//expressions/ObjectOperationType/receiver"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasUniquenessConstraint" upperBound="-1" eType="#//constraints/UniquenessConstraint" eOpposite="#//constraints/UniquenessConstraint/hasUnique"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasBindingProperty" upperBound="-1" eType="#//properties/PropertyBinding" eOpposite="#//properties/PropertyBinding/boundBy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CharacteristicType" eSuperTypes="#//properties/PropertyType #//situations/SituationType"/> <eClassifiers xsi:type="ecore:EClass" name="CharacteristicBinding" eSuperTypes="#//properties/PropertyBinding #//situations/ActualSituation"/> <eClassifiers xsi:type="ecore:EClass" name="AnnotationProperty" eSuperTypes="#//properties/CharacteristicType"/> <eClassifiers xsi:type="ecore:EClass" name="OwnedPropertyType" eSuperTypes="#//properties/PropertyType"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyOwnerType" abstract="true" eSuperTypes="#//types/Type"/> <eClassifiers xsi:type="ecore:EClass" name="OwnedPropertyBinding" eSuperTypes="#//properties/PropertyBinding"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyOwner" abstract="true" eSuperTypes="#//toplevel/Thing"/> </eSubpackages> <eSubpackages name="facets" nsURI="http://www.omg.org/smif/Smif/Facets" nsPrefix="smif.facets"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="FacetOfEntity" eSuperTypes="#//relationships/Relationship"/> <eClassifiers xsi:type="ecore:EClass" name="Phase" eSuperTypes="#//facets/Facet #//situations/SituationType"/> <eClassifiers xsi:type="ecore:EClass" name="Role" eSuperTypes="#//facets/Facet"/> <eClassifiers xsi:type="ecore:EClass" name="Facet" eSuperTypes="#//types/Type"/> <eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="#//facets/Facet"/> </eSubpackages> <eSubpackages name="records" nsURI="http://www.omg.org/smif/Smif/Records" nsPrefix="smif.records"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="basePackage" value="org.omg.smif"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="Record" eSuperTypes="#//situations/ActualSituation #//properties/PropertyOwner"> <eStructuralFeatures xsi:type="ecore:EReference" name="about" upperBound="-1" eType="#//toplevel/IdentifiableEntity" eOpposite="#//toplevel/IdentifiableEntity/hasRecord"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RecordType" eSuperTypes="#//situations/SituationType #//properties/PropertyOwnerType"> <eStructuralFeatures xsi:type="ecore:EReference" name="aboutType" eType="#//types/Type" eOpposite="#//types/Type/recordingTypes"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/ModelDriven/SIMF/EMF/Workspace/org.modeldriven.smif.qvt/model/smif.ecore
ecore
smif Repository lexicalScope types Type categorizes hasProperty assertsPattern hasCovering hasSpecialization hasMultiplicity propertiesOfType recordingTypes hasGeneralization returnedBy respectOf assertedBy conceptRule representsRule IntersectionType UnionType EntityType situations SituationType Situation matchedBy ActualSituation values QuantityKind UnitType ratio offset symbol unitReference definedWithinSystem BaseUnitType ValueType Value SystemOfUnits unitOfSystem StructuredValueType StructuredValue Boolean boolean boolean String java.lang.String java.lang.String DataValue java.lang.String java.lang.String PrimitiveValue java.lang.String java.lang.String Numeric java.lang.String java.lang.String MeasurementValue java.lang.String java.lang.String Integer int int Real double double Number java.lang.String java.lang.String UnitValue hasValue ScalarQuantity _unnamed_ScalarQuantity identifiers UniqueIdentifier uniqueWithin IRIIdentifier Term UniqueTextIdentifier Identifier identifies preferredFor Namespace scopesIdentifier TextIdentifier value Name names TechnicalIdentifier expressions FunctionType implementedBy isUsedBy ConstantReference hasValue ExpressionNode expressionText expressionTextLanguage evaluatedBy implements FunctionCall calls Traversal traverseToRelation inverse traversesThrough ObjectOperationType receiver Equality hasEqual Evaluation evaluates ExpressionContext evaluatesIn resultingType relationships Relationship RelationshipType constraints Rule constrains subsumes subsumedBy MultiplicityConstraint mininumNumber maximumNumber atOnce isSufficent withRespectTo multiplicityOf UniquenessConstraint isPrimaryIdentity hasUnique ConditionalRule TypeConstraint Equivalent Disjoint Enumerated GeneralizationConstraint redefines hasGeneral hasSpecific PropertyConstraint PropertyTransitivityConstraint PropertyTypeConstraint prerequisiteType isOfType CoveringConstraint isCoveredBy FacetClassificationConstraint Conditional condition toplevel IdentifiableEntity wasStatedIn hasPreferred definedBy identifiedBy hasMetadata hasName hasRecord constrainedBy hasAuthoritativeSource hasBinding Thing definedIn inContextOf hasType statedBy referencedBy hasEquality boundIn Context asserts contextualizes negates contextualizesExpress referencedByLR Proposition holdsWithin negatedWithin qualifiedWithin ActualEntity TemporalEntity patterns Pattern ownsVariable satisfiedBy PatternVariable qualification explicit hasOwningPattern hasSubset mapsTo subsets excludedBy excludes referenceMapping concreteMapping PropositionVariable qualifies VariableQualification Select Select Optional Optional Assert Assert Negate Negate ExactlyOne ExactlyOne ThereExists ThereExists All All ExpressionVariable PartVariable isBoundaryPart FocusVariable TypePatternVariable PatternOfType subjectType PatternMatch _unnamed_PatternMatch satisfies matches VariableBinding _unnamed_VariableBinding Computed computation mapping MatchRule coerce concreteEnd referenceEnd mapRuleOf MatchEnd assertedType mapsVariable matchFrom matchTo Mapping concreteFocus hasMapRule referenceFocus strength Facade ComputedFacade push pull RepresentationRule mapAll representedBy representedType AssertionStrength Global Global Local Local lexicalscope Model LexicalScope defines references states LexicalReference referencedScope extendsScope Include Package hasPrefix MOFPackage LogicalPackage PhysicalPackage MappingPackage Prefix prefixOf kernel associations AssociationType Association metadata Statement statementDateAndTime version transactionId resultedIn InformationSource madeStatement Metadata metadataAbout Definition textDefinition externalReference externalTerm summaryDescription definesEntity properties PropertyBinding binds boundBy boundTo PropertyType propertyOf traversedBy receivedBy hasUniquenessConstraint hasBindingProperty CharacteristicType CharacteristicBinding AnnotationProperty OwnedPropertyType PropertyOwnerType OwnedPropertyBinding PropertyOwner facets FacetOfEntity Phase Role Facet Category records Record about RecordType aboutType
null
{"directed":true,"nodes":[{"nsPrefix":"smif","nsURI":"http://www.omg.org/spec/SMIF/20170501","name":"smif","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repository","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"nsPrefix":"TYPE","nsURI":"http://www.omg.org/smif/Smif/Types","name":"types","id":2,"eClass":"EPackage"},{"nsPrefix":"smif.situations","nsURI":"http://www.omg.org/smif/Smif/Situations","name":"situations","id":3,"eClass":"EPackage"},{"nsPrefix":"smif.values","nsURI":"http://www.omg.org/smif/Smif/Values","name":"values","id":4,"eClass":"EPackage"},{"nsPrefix":"smif.identifiers","nsURI":"http://www.omg.org/smif/Smif/Identifiers","name":"identifiers","id":5,"eClass":"EPackage"},{"nsPrefix":"smif.expressions","nsURI":"http://www.omg.org/smif/Smif/Expressions","name":"expressions","id":6,"eClass":"EPackage"},{"nsPrefix":"smif.relationships","nsURI":"http://www.omg.org/smif/Smif/Relationships","name":"relationships","id":7,"eClass":"EPackage"},{"nsPrefix":"smif.constraints","nsURI":"http://www.omg.org/smif/Smif/Constraints","name":"constraints","id":8,"eClass":"EPackage"},{"nsPrefix":"smif.toplevel","nsURI":"http://www.omg.org/smif/Smif/Toplevel","name":"toplevel","id":9,"eClass":"EPackage"},{"nsPrefix":"smif.patterns","nsURI":"http://www.omg.org/smif/Smif/Patterns","name":"patterns","id":10,"eClass":"EPackage"},{"nsPrefix":"smif.mapping","nsURI":"http://www.omg.org/smif/Smif/Mapping","name":"mapping","id":11,"eClass":"EPackage"},{"nsPrefix":"smif.lexicalscope","nsURI":"http://www.omg.org/smif/Smif/Lexicalscope","name":"lexicalscope","id":12,"eClass":"EPackage"},{"nsPrefix":"smif.kernel","nsURI":"http://www.omg.org/smif/Smif/Kernel","name":"kernel","id":13,"eClass":"EPackage"},{"nsPrefix":"smif.associations","nsURI":"http://www.omg.org/smif/Smif/Associations","name":"associations","id":14,"eClass":"EPackage"},{"nsPrefix":"smif.metadata","nsURI":"http://www.omg.org/smif/Smif/Metadata","name":"metadata","id":15,"eClass":"EPackage"},{"nsPrefix":"smif.properties","nsURI":"http://www.omg.org/smif/Smif/Properties","name":"properties","id":16,"eClass":"EPackage"},{"nsPrefix":"smif.facets","nsURI":"http://www.omg.org/smif/Smif/Facets","name":"facets","id":17,"eClass":"EPackage"},{"nsPrefix":"smif.records","nsURI":"http://www.omg.org/smif/Smif/Records","name":"records","id":18,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":true,"transient":false,"unique":true,"name":"lexicalScope","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LexicalScope","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"id":21,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntersectionType","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnionType","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityType","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"categorizes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assertsPattern","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasCovering","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasSpecialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasMultiplicity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"propertiesOfType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"recordingTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasGeneralization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"returnedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"respectOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assertedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"conceptRule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"representsRule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Thing","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyType","instanceClass":null,"abstract":true,"id":46,"interface":false,"eClass":"EClass"},{"id":47,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"propertyOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":48,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternOfType","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subjectType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CoveringConstraint","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"id":53,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isCoveredBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeneralizationConstraint","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasGeneral","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityConstraint","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"id":59,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"multiplicityOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyTypeConstraint","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isOfType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RecordType","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"id":65,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aboutType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasSpecific","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionContext","instanceClass":null,"abstract":true,"id":69,"interface":false,"eClass":"EClass"},{"id":70,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultingType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"withRespectTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":73,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchEnd","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"id":75,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assertedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepresentationRule","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"id":78,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"representedType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"representedBy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SituationType","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Situation","instanceClass":null,"abstract":true,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActualSituation","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"id":88,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Proposition","instanceClass":null,"abstract":true,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TemporalEntity","instanceClass":null,"abstract":true,"id":90,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"matchedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternMatch","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"matches","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ActualEntity","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantityKind","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitType","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseUnitType","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueType","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Value","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SystemOfUnits","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredValueType","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuredValue","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":110,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":111,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"DataValue","instanceClass":"java.lang.String","id":112,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"PrimitiveValue","instanceClass":"java.lang.String","id":113,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Numeric","instanceClass":"java.lang.String","id":114,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"MeasurementValue","instanceClass":"java.lang.String","id":115,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":116,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"double","defaultValue":0.0,"instanceClassName":"double","name":"Real","instanceClass":"double","id":117,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"Number","instanceClass":"java.lang.String","id":118,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnitValue","instanceClass":null,"abstract":true,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalarQuantity","instanceClass":null,"abstract":true,"id":120,"interface":false,"eClass":"EClass"},{"id":121,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ratio","changeable":true,"lowerBound":1,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"offset","changeable":true,"lowerBound":1,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"symbol","changeable":true,"lowerBound":1,"iD":false,"id":124,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unitReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definedWithinSystem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Definition","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unitOfSystem","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyOwnerType","instanceClass":null,"abstract":true,"id":140,"interface":false,"eClass":"EClass"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyOwner","instanceClass":null,"abstract":true,"id":143,"interface":false,"eClass":"EClass"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hasValue","changeable":true,"lowerBound":1,"iD":false,"id":146,"derived":false},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_unnamed_ScalarQuantity","changeable":true,"lowerBound":1,"iD":false,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueIdentifier","instanceClass":null,"abstract":true,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IRIIdentifier","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Term","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniqueTextIdentifier","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Identifier","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextIdentifier","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Name","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TechnicalIdentifier","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"uniqueWithin","changeable":true,"resolveProxies":true,"lowerBound":1,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scopesIdentifier","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"identifies","changeable":true,"resolveProxies":true,"lowerBound":1,"id":170,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"preferredFor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifiableEntity","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"id":174,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"identifiedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasPreferred","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":180,"derived":false},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"names","changeable":true,"resolveProxies":true,"lowerBound":1,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasName","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionType","instanceClass":null,"abstract":false,"id":188,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantReference","instanceClass":null,"abstract":false,"id":189,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionNode","instanceClass":null,"abstract":true,"id":190,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCall","instanceClass":null,"abstract":false,"id":191,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Traversal","instanceClass":null,"abstract":false,"id":192,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectOperationType","instanceClass":null,"abstract":false,"id":193,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equality","instanceClass":null,"abstract":false,"id":194,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Evaluation","instanceClass":null,"abstract":false,"id":195,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implementedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"isUsedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"implements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"calls","changeable":true,"resolveProxies":true,"lowerBound":1,"id":203,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasValue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expressionText","changeable":true,"lowerBound":0,"iD":false,"id":208,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"expressionTextLanguage","changeable":true,"lowerBound":0,"iD":false,"id":209,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"evaluatedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"evaluates","changeable":true,"resolveProxies":true,"lowerBound":1,"id":215,"derived":false},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"traverseToRelation","changeable":true,"lowerBound":1,"iD":false,"id":220,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inverse","changeable":true,"lowerBound":1,"iD":false,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"traversesThrough","changeable":true,"resolveProxies":true,"lowerBound":1,"id":222,"derived":false},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"traversedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"receiver","changeable":true,"resolveProxies":true,"lowerBound":1,"id":229,"derived":false},{"id":230,"eClass":"EGenericType"},{"id":231,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"receivedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasEqual","changeable":true,"resolveProxies":true,"lowerBound":1,"id":233,"derived":false},{"id":234,"eClass":"EGenericType"},{"id":235,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasEquality","changeable":true,"resolveProxies":true,"lowerBound":0,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"evaluatesIn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":239,"derived":false},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextualizesExpress","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":false,"id":244,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationshipType","instanceClass":null,"abstract":false,"id":245,"interface":false,"eClass":"EClass"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rule","instanceClass":null,"abstract":true,"id":250,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UniquenessConstraint","instanceClass":null,"abstract":false,"id":251,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConditionalRule","instanceClass":null,"abstract":false,"id":252,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeConstraint","instanceClass":null,"abstract":true,"id":253,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equivalent","instanceClass":null,"abstract":false,"id":254,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Disjoint","instanceClass":null,"abstract":false,"id":255,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumerated","instanceClass":null,"abstract":false,"id":256,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyConstraint","instanceClass":null,"abstract":true,"id":257,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyTransitivityConstraint","instanceClass":null,"abstract":false,"id":258,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FacetClassificationConstraint","instanceClass":null,"abstract":false,"id":259,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conditional","instanceClass":null,"abstract":true,"id":260,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constrains","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsumes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":262,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsumedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"constrainedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mininumNumber","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumNumber","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"atOnce","changeable":true,"lowerBound":1,"iD":false,"id":271,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSufficent","changeable":true,"lowerBound":1,"iD":false,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isPrimaryIdentity","changeable":true,"lowerBound":1,"iD":false,"id":280,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasUnique","changeable":true,"resolveProxies":true,"lowerBound":1,"id":281,"derived":false},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasUniquenessConstraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"redefines","changeable":true,"lowerBound":1,"iD":false,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prerequisiteType","changeable":true,"lowerBound":1,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"wasStatedIn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":309,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasMetadata","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasRecord","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasAuthoritativeSource","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Statement","instanceClass":null,"abstract":false,"id":315,"interface":false,"eClass":"EClass"},{"id":316,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resultedIn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":317,"derived":false},{"id":318,"eClass":"EGenericType"},{"id":319,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definesEntity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metadata","instanceClass":null,"abstract":false,"id":322,"interface":false,"eClass":"EClass"},{"id":323,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"metadataAbout","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"id":325,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Record","instanceClass":null,"abstract":false,"id":326,"interface":false,"eClass":"EClass"},{"id":327,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"about","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"id":329,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationSource","instanceClass":null,"abstract":false,"id":330,"interface":false,"eClass":"EClass"},{"id":331,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"madeStatement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":332,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyBinding","instanceClass":null,"abstract":true,"id":333,"interface":false,"eClass":"EClass"},{"id":334,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"boundTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":335,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definedIn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":336,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"inContextOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":337,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"statedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":338,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"boundIn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextualizes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"states","changeable":true,"resolveProxies":true,"lowerBound":0,"id":345,"derived":false},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"binds","changeable":true,"resolveProxies":true,"lowerBound":1,"id":349,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"asserts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"negates","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedByLR","changeable":true,"resolveProxies":true,"lowerBound":0,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"holdsWithin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"negatedWithin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":358,"derived":false},{"id":359,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LexicalReference","instanceClass":null,"abstract":false,"id":360,"interface":false,"eClass":"EClass"},{"id":361,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedScope","changeable":true,"resolveProxies":true,"lowerBound":1,"id":362,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedWithin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropositionVariable","instanceClass":null,"abstract":false,"id":367,"interface":false,"eClass":"EClass"},{"id":368,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qualifies","changeable":true,"resolveProxies":true,"lowerBound":1,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"id":371,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pattern","instanceClass":null,"abstract":false,"id":372,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PatternVariable","instanceClass":null,"abstract":false,"id":373,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"VariableQualification","instanceClass":null,"id":374,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionVariable","instanceClass":null,"abstract":false,"id":375,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PartVariable","instanceClass":null,"abstract":false,"id":376,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FocusVariable","instanceClass":null,"abstract":false,"id":377,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypePatternVariable","instanceClass":null,"abstract":true,"id":378,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableBinding","instanceClass":null,"abstract":false,"id":379,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Computed","instanceClass":null,"abstract":true,"id":380,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ownsVariable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":381,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"satisfiedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasOwningPattern","changeable":true,"resolveProxies":true,"lowerBound":1,"id":388,"derived":false},{"id":389,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"satisfies","changeable":true,"resolveProxies":true,"lowerBound":1,"id":390,"derived":false},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwnedPropertyType","instanceClass":null,"abstract":false,"id":391,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualification","changeable":true,"lowerBound":1,"iD":false,"id":392,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"explicit","changeable":true,"lowerBound":1,"iD":false,"id":393,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasSubset","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapsTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":395,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"subsets","changeable":true,"resolveProxies":true,"lowerBound":0,"id":396,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"excludedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":397,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"excludes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":398,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referenceMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"concreteMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapsVariable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":412,"interface":false,"eClass":"EClass"},{"id":413,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referenceFocus","changeable":true,"resolveProxies":true,"lowerBound":1,"id":414,"derived":false},{"id":415,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concreteFocus","changeable":true,"resolveProxies":true,"lowerBound":1,"id":416,"derived":false},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"name":"Select","id":419,"value":0,"literal":"Select","eClass":"EEnumLiteral"},{"name":"Optional","id":420,"value":1,"literal":"Optional","eClass":"EEnumLiteral"},{"name":"Assert","id":421,"value":2,"literal":"Assert","eClass":"EEnumLiteral"},{"name":"Negate","id":422,"value":3,"literal":"Negate","eClass":"EEnumLiteral"},{"name":"ExactlyOne","id":423,"value":4,"literal":"ExactlyOne","eClass":"EEnumLiteral"},{"name":"ThereExists","id":424,"value":5,"literal":"ThereExists","eClass":"EEnumLiteral"},{"name":"All","id":425,"value":6,"literal":"All","eClass":"EEnumLiteral"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isBoundaryPart","changeable":true,"lowerBound":0,"iD":false,"id":428,"derived":false},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"_unnamed_PatternMatch","changeable":true,"resolveProxies":true,"lowerBound":0,"id":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"_unnamed_VariableBinding","changeable":true,"resolveProxies":true,"lowerBound":1,"id":438,"derived":false},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OwnedPropertyBinding","instanceClass":null,"abstract":false,"id":441,"interface":false,"eClass":"EClass"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"computation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchRule","instanceClass":null,"abstract":false,"id":446,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Facade","instanceClass":null,"abstract":false,"id":447,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputedFacade","instanceClass":null,"abstract":true,"id":448,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AssertionStrength","instanceClass":null,"id":449,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"coerce","changeable":true,"lowerBound":1,"iD":false,"id":450,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"concreteEnd","changeable":true,"resolveProxies":true,"lowerBound":1,"id":451,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"referenceEnd","changeable":true,"resolveProxies":true,"lowerBound":1,"id":452,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"mapRuleOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":453,"derived":false},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"matchFrom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":457,"derived":false},{"id":458,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"matchTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":459,"derived":false},{"id":460,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hasMapRule","changeable":true,"resolveProxies":true,"lowerBound":0,"id":461,"derived":false},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"strength","changeable":true,"lowerBound":1,"iD":false,"id":468,"derived":false},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"push","lowerBound":0,"id":476,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"pull","lowerBound":0,"id":477,"many":false,"required":false,"eClass":"EOperation"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mapAll","changeable":true,"lowerBound":1,"iD":false,"id":481,"derived":false},{"id":482,"eClass":"EGenericType"},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"name":"Global","id":486,"value":0,"literal":"Global","eClass":"EEnumLiteral"},{"name":"Local","id":487,"value":1,"literal":"Local","eClass":"EEnumLiteral"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":488,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Include","instanceClass":null,"abstract":false,"id":489,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":490,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MOFPackage","instanceClass":null,"abstract":false,"id":491,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalPackage","instanceClass":null,"abstract":false,"id":492,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhysicalPackage","instanceClass":null,"abstract":false,"id":493,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MappingPackage","instanceClass":null,"abstract":false,"id":494,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Prefix","instanceClass":null,"abstract":false,"id":495,"interface":false,"eClass":"EClass"},{"id":496,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":497,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"references","changeable":true,"resolveProxies":true,"lowerBound":0,"id":498,"derived":false},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"extendsScope","changeable":true,"resolveProxies":true,"lowerBound":1,"id":502,"derived":false},{"id":503,"eClass":"EGenericType"},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"id":507,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasPrefix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"prefixOf","changeable":true,"resolveProxies":true,"lowerBound":1,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"id":513,"eClass":"EGenericType"},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"EGenericType"},{"id":517,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationType","instanceClass":null,"abstract":false,"id":518,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Association","instanceClass":null,"abstract":false,"id":519,"interface":false,"eClass":"EClass"},{"id":520,"eClass":"EGenericType"},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"statementDateAndTime","changeable":true,"resolveProxies":true,"lowerBound":1,"id":523,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"resolveProxies":true,"lowerBound":1,"id":524,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"transactionId","changeable":true,"resolveProxies":true,"lowerBound":1,"id":525,"derived":false},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textDefinition","changeable":true,"lowerBound":1,"iD":false,"id":536,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"externalReference","changeable":true,"resolveProxies":true,"lowerBound":1,"id":537,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"externalTerm","changeable":true,"resolveProxies":true,"lowerBound":1,"id":538,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"summaryDescription","changeable":true,"lowerBound":1,"iD":false,"id":539,"derived":false},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacteristicType","instanceClass":null,"abstract":false,"id":546,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CharacteristicBinding","instanceClass":null,"abstract":false,"id":547,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnnotationProperty","instanceClass":null,"abstract":false,"id":548,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"boundBy","changeable":true,"resolveProxies":true,"lowerBound":1,"id":549,"derived":false},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"hasBindingProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":553,"derived":false},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"id":564,"eClass":"EGenericType"},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FacetOfEntity","instanceClass":null,"abstract":false,"id":570,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Phase","instanceClass":null,"abstract":false,"id":571,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":572,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Facet","instanceClass":null,"abstract":false,"id":573,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":574,"interface":false,"eClass":"EClass"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":1,"target":0},{"source":1,"target":19},{"source":19,"target":20},{"source":19,"target":21},{"source":19,"target":1},{"source":21,"target":20},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":0},{"source":22,"target":2},{"source":22,"target":20},{"source":22,"target":26},{"source":22,"target":27},{"source":22,"target":28},{"source":22,"target":29},{"source":22,"target":30},{"source":22,"target":31},{"source":22,"target":32},{"source":22,"target":33},{"source":22,"target":34},{"source":22,"target":35},{"source":22,"target":36},{"source":22,"target":37},{"source":22,"target":38},{"source":22,"target":39},{"source":22,"target":40},{"source":22,"target":41},{"source":22,"target":42},{"source":27,"target":43},{"source":27,"target":44},{"source":27,"target":22},{"source":27,"target":45},{"source":44,"target":43},{"source":28,"target":46},{"source":28,"target":47},{"source":28,"target":22},{"source":28,"target":48},{"source":47,"target":46},{"source":29,"target":49},{"source":29,"target":50},{"source":29,"target":22},{"source":29,"target":51},{"source":50,"target":49},{"source":30,"target":52},{"source":30,"target":53},{"source":30,"target":22},{"source":30,"target":54},{"source":53,"target":52},{"source":31,"target":55},{"source":31,"target":56},{"source":31,"target":22},{"source":31,"target":57},{"source":56,"target":55},{"source":32,"target":58},{"source":32,"target":59},{"source":32,"target":22},{"source":32,"target":60},{"source":59,"target":58},{"source":33,"target":61},{"source":33,"target":62},{"source":33,"target":22},{"source":33,"target":63},{"source":62,"target":61},{"source":34,"target":64},{"source":34,"target":65},{"source":34,"target":22},{"source":34,"target":66},{"source":65,"target":64},{"source":35,"target":55},{"source":35,"target":67},{"source":35,"target":22},{"source":35,"target":68},{"source":67,"target":55},{"source":36,"target":69},{"source":36,"target":70},{"source":36,"target":22},{"source":36,"target":71},{"source":70,"target":69},{"source":37,"target":58},{"source":37,"target":72},{"source":37,"target":22},{"source":37,"target":73},{"source":72,"target":58},{"source":38,"target":74},{"source":38,"target":75},{"source":38,"target":22},{"source":38,"target":76},{"source":75,"target":74},{"source":39,"target":77},{"source":39,"target":78},{"source":39,"target":22},{"source":39,"target":79},{"source":78,"target":77},{"source":40,"target":77},{"source":40,"target":80},{"source":40,"target":22},{"source":40,"target":81},{"source":80,"target":77},{"source":41,"target":20},{"source":42,"target":26},{"source":23,"target":2},{"source":23,"target":22},{"source":23,"target":82},{"source":82,"target":22},{"source":24,"target":2},{"source":24,"target":22},{"source":24,"target":83},{"source":83,"target":22},{"source":25,"target":2},{"source":25,"target":22},{"source":25,"target":84},{"source":84,"target":22},{"source":3,"target":85},{"source":3,"target":86},{"source":3,"target":87},{"source":3,"target":0},{"source":85,"target":3},{"source":85,"target":25},{"source":85,"target":88},{"source":88,"target":25},{"source":86,"target":3},{"source":86,"target":89},{"source":86,"target":90},{"source":86,"target":26},{"source":86,"target":20},{"source":86,"target":91},{"source":86,"target":92},{"source":86,"target":93},{"source":86,"target":94},{"source":86,"target":95},{"source":91,"target":96},{"source":91,"target":97},{"source":91,"target":86},{"source":91,"target":98},{"source":97,"target":96},{"source":92,"target":89},{"source":93,"target":90},{"source":94,"target":26},{"source":95,"target":20},{"source":87,"target":3},{"source":87,"target":99},{"source":87,"target":86},{"source":87,"target":100},{"source":87,"target":101},{"source":100,"target":99},{"source":101,"target":86},{"source":4,"target":102},{"source":4,"target":103},{"source":4,"target":104},{"source":4,"target":105},{"source":4,"target":106},{"source":4,"target":107},{"source":4,"target":108},{"source":4,"target":109},{"source":4,"target":110},{"source":4,"target":111},{"source":4,"target":112},{"source":4,"target":113},{"source":4,"target":114},{"source":4,"target":115},{"source":4,"target":116},{"source":4,"target":117},{"source":4,"target":118},{"source":4,"target":119},{"source":4,"target":120},{"source":4,"target":0},{"source":102,"target":4},{"source":102,"target":105},{"source":102,"target":121},{"source":121,"target":105},{"source":103,"target":4},{"source":103,"target":105},{"source":103,"target":122},{"source":103,"target":123},{"source":103,"target":124},{"source":103,"target":125},{"source":103,"target":126},{"source":103,"target":127},{"source":122,"target":117},{"source":122,"target":128},{"source":122,"target":103},{"source":128,"target":117},{"source":123,"target":117},{"source":123,"target":129},{"source":123,"target":103},{"source":129,"target":117},{"source":124,"target":130},{"source":124,"target":103},{"source":125,"target":131},{"source":125,"target":132},{"source":125,"target":103},{"source":132,"target":131},{"source":126,"target":107},{"source":126,"target":133},{"source":126,"target":103},{"source":126,"target":134},{"source":133,"target":107},{"source":127,"target":105},{"source":104,"target":4},{"source":104,"target":103},{"source":104,"target":135},{"source":135,"target":103},{"source":105,"target":4},{"source":105,"target":22},{"source":105,"target":136},{"source":136,"target":22},{"source":106,"target":4},{"source":106,"target":43},{"source":106,"target":137},{"source":137,"target":43},{"source":107,"target":4},{"source":107,"target":26},{"source":107,"target":134},{"source":107,"target":138},{"source":134,"target":103},{"source":134,"target":139},{"source":134,"target":107},{"source":134,"target":126},{"source":139,"target":103},{"source":138,"target":26},{"source":108,"target":4},{"source":108,"target":105},{"source":108,"target":140},{"source":108,"target":141},{"source":108,"target":142},{"source":141,"target":105},{"source":142,"target":140},{"source":109,"target":4},{"source":109,"target":106},{"source":109,"target":143},{"source":109,"target":144},{"source":109,"target":145},{"source":144,"target":106},{"source":145,"target":143},{"source":110,"target":4},{"source":111,"target":4},{"source":112,"target":4},{"source":113,"target":4},{"source":114,"target":4},{"source":115,"target":4},{"source":116,"target":4},{"source":117,"target":4},{"source":118,"target":4},{"source":119,"target":4},{"source":119,"target":106},{"source":119,"target":146},{"source":119,"target":147},{"source":146,"target":115},{"source":146,"target":148},{"source":146,"target":119},{"source":148,"target":115},{"source":147,"target":106},{"source":120,"target":4},{"source":120,"target":119},{"source":120,"target":149},{"source":120,"target":150},{"source":149,"target":118},{"source":149,"target":151},{"source":149,"target":120},{"source":151,"target":118},{"source":150,"target":119},{"source":5,"target":152},{"source":5,"target":153},{"source":5,"target":154},{"source":5,"target":155},{"source":5,"target":156},{"source":5,"target":157},{"source":5,"target":158},{"source":5,"target":159},{"source":5,"target":160},{"source":5,"target":0},{"source":152,"target":5},{"source":152,"target":156},{"source":152,"target":161},{"source":152,"target":162},{"source":161,"target":157},{"source":161,"target":163},{"source":161,"target":152},{"source":161,"target":164},{"source":163,"target":157},{"source":162,"target":156},{"source":153,"target":5},{"source":153,"target":160},{"source":153,"target":165},{"source":165,"target":160},{"source":154,"target":5},{"source":154,"target":159},{"source":154,"target":155},{"source":154,"target":166},{"source":154,"target":167},{"source":166,"target":159},{"source":167,"target":155},{"source":155,"target":5},{"source":155,"target":152},{"source":155,"target":158},{"source":155,"target":168},{"source":155,"target":169},{"source":168,"target":152},{"source":169,"target":158},{"source":156,"target":5},{"source":156,"target":106},{"source":156,"target":170},{"source":156,"target":171},{"source":156,"target":172},{"source":170,"target":173},{"source":170,"target":174},{"source":170,"target":156},{"source":170,"target":175},{"source":174,"target":173},{"source":171,"target":173},{"source":171,"target":176},{"source":171,"target":156},{"source":171,"target":177},{"source":176,"target":173},{"source":172,"target":106},{"source":157,"target":5},{"source":157,"target":26},{"source":157,"target":164},{"source":157,"target":178},{"source":164,"target":152},{"source":164,"target":179},{"source":164,"target":157},{"source":164,"target":161},{"source":179,"target":152},{"source":178,"target":26},{"source":158,"target":5},{"source":158,"target":156},{"source":158,"target":180},{"source":158,"target":181},{"source":180,"target":182},{"source":180,"target":158},{"source":181,"target":156},{"source":159,"target":5},{"source":159,"target":158},{"source":159,"target":183},{"source":159,"target":184},{"source":183,"target":173},{"source":183,"target":185},{"source":183,"target":159},{"source":183,"target":186},{"source":185,"target":173},{"source":184,"target":158},{"source":160,"target":5},{"source":160,"target":155},{"source":160,"target":187},{"source":187,"target":155},{"source":6,"target":188},{"source":6,"target":189},{"source":6,"target":190},{"source":6,"target":191},{"source":6,"target":192},{"source":6,"target":193},{"source":6,"target":194},{"source":6,"target":195},{"source":6,"target":69},{"source":6,"target":0},{"source":188,"target":6},{"source":188,"target":140},{"source":188,"target":69},{"source":188,"target":196},{"source":188,"target":197},{"source":188,"target":198},{"source":188,"target":199},{"source":196,"target":190},{"source":196,"target":200},{"source":196,"target":188},{"source":196,"target":201},{"source":200,"target":190},{"source":197,"target":191},{"source":197,"target":202},{"source":197,"target":188},{"source":197,"target":203},{"source":202,"target":191},{"source":198,"target":140},{"source":199,"target":69},{"source":189,"target":6},{"source":189,"target":190},{"source":189,"target":204},{"source":189,"target":205},{"source":204,"target":43},{"source":204,"target":206},{"source":204,"target":189},{"source":204,"target":207},{"source":206,"target":43},{"source":205,"target":190},{"source":190,"target":6},{"source":190,"target":69},{"source":190,"target":208},{"source":190,"target":209},{"source":190,"target":210},{"source":190,"target":201},{"source":190,"target":211},{"source":208,"target":212},{"source":208,"target":190},{"source":209,"target":213},{"source":209,"target":190},{"source":210,"target":195},{"source":210,"target":214},{"source":210,"target":190},{"source":210,"target":215},{"source":214,"target":195},{"source":201,"target":188},{"source":201,"target":216},{"source":201,"target":190},{"source":201,"target":196},{"source":216,"target":188},{"source":211,"target":69},{"source":191,"target":6},{"source":191,"target":190},{"source":191,"target":143},{"source":191,"target":203},{"source":191,"target":217},{"source":191,"target":218},{"source":203,"target":188},{"source":203,"target":219},{"source":203,"target":191},{"source":203,"target":197},{"source":219,"target":188},{"source":217,"target":190},{"source":218,"target":143},{"source":192,"target":6},{"source":192,"target":190},{"source":192,"target":143},{"source":192,"target":220},{"source":192,"target":221},{"source":192,"target":222},{"source":192,"target":223},{"source":192,"target":224},{"source":220,"target":225},{"source":220,"target":192},{"source":221,"target":226},{"source":221,"target":192},{"source":222,"target":46},{"source":222,"target":227},{"source":222,"target":192},{"source":222,"target":228},{"source":227,"target":46},{"source":223,"target":190},{"source":224,"target":143},{"source":193,"target":6},{"source":193,"target":188},{"source":193,"target":229},{"source":193,"target":230},{"source":229,"target":46},{"source":229,"target":231},{"source":229,"target":193},{"source":229,"target":232},{"source":231,"target":46},{"source":230,"target":188},{"source":194,"target":6},{"source":194,"target":190},{"source":194,"target":233},{"source":194,"target":234},{"source":233,"target":43},{"source":233,"target":235},{"source":233,"target":194},{"source":233,"target":236},{"source":235,"target":43},{"source":234,"target":190},{"source":195,"target":6},{"source":195,"target":69},{"source":195,"target":215},{"source":195,"target":237},{"source":215,"target":190},{"source":215,"target":238},{"source":215,"target":195},{"source":215,"target":210},{"source":238,"target":190},{"source":237,"target":69},{"source":69,"target":6},{"source":69,"target":173},{"source":69,"target":239},{"source":69,"target":71},{"source":69,"target":240},{"source":239,"target":26},{"source":239,"target":241},{"source":239,"target":69},{"source":239,"target":242},{"source":241,"target":26},{"source":71,"target":22},{"source":71,"target":243},{"source":71,"target":69},{"source":71,"target":36},{"source":243,"target":22},{"source":240,"target":173},{"source":7,"target":244},{"source":7,"target":245},{"source":7,"target":0},{"source":244,"target":7},{"source":244,"target":87},{"source":244,"target":143},{"source":244,"target":246},{"source":244,"target":247},{"source":246,"target":87},{"source":247,"target":143},{"source":245,"target":7},{"source":245,"target":85},{"source":245,"target":140},{"source":245,"target":248},{"source":245,"target":249},{"source":248,"target":85},{"source":249,"target":140},{"source":8,"target":250},{"source":8,"target":58},{"source":8,"target":251},{"source":8,"target":252},{"source":8,"target":253},{"source":8,"target":254},{"source":8,"target":255},{"source":8,"target":256},{"source":8,"target":55},{"source":8,"target":257},{"source":8,"target":258},{"source":8,"target":61},{"source":8,"target":52},{"source":8,"target":259},{"source":8,"target":260},{"source":8,"target":0},{"source":250,"target":8},{"source":250,"target":89},{"source":250,"target":261},{"source":250,"target":262},{"source":250,"target":263},{"source":250,"target":264},{"source":261,"target":173},{"source":261,"target":265},{"source":261,"target":250},{"source":261,"target":266},{"source":265,"target":173},{"source":262,"target":250},{"source":262,"target":267},{"source":262,"target":250},{"source":262,"target":263},{"source":267,"target":250},{"source":263,"target":250},{"source":263,"target":268},{"source":263,"target":250},{"source":263,"target":262},{"source":268,"target":250},{"source":264,"target":89},{"source":58,"target":8},{"source":58,"target":253},{"source":58,"target":269},{"source":58,"target":270},{"source":58,"target":271},{"source":58,"target":272},{"source":58,"target":73},{"source":58,"target":60},{"source":58,"target":273},{"source":269,"target":274},{"source":269,"target":58},{"source":270,"target":275},{"source":270,"target":58},{"source":271,"target":110},{"source":271,"target":276},{"source":271,"target":58},{"source":276,"target":110},{"source":272,"target":110},{"source":272,"target":277},{"source":272,"target":58},{"source":277,"target":110},{"source":73,"target":22},{"source":73,"target":278},{"source":73,"target":58},{"source":73,"target":37},{"source":278,"target":22},{"source":60,"target":22},{"source":60,"target":279},{"source":60,"target":58},{"source":60,"target":32},{"source":279,"target":22},{"source":273,"target":253},{"source":251,"target":8},{"source":251,"target":253},{"source":251,"target":280},{"source":251,"target":281},{"source":251,"target":282},{"source":280,"target":283},{"source":280,"target":251},{"source":281,"target":46},{"source":281,"target":284},{"source":281,"target":251},{"source":281,"target":285},{"source":284,"target":46},{"source":282,"target":253},{"source":252,"target":8},{"source":252,"target":250},{"source":252,"target":260},{"source":252,"target":286},{"source":252,"target":287},{"source":286,"target":250},{"source":287,"target":260},{"source":253,"target":8},{"source":253,"target":250},{"source":253,"target":288},{"source":288,"target":250},{"source":254,"target":8},{"source":254,"target":250},{"source":254,"target":289},{"source":289,"target":250},{"source":255,"target":8},{"source":255,"target":250},{"source":255,"target":290},{"source":290,"target":250},{"source":256,"target":8},{"source":256,"target":250},{"source":256,"target":291},{"source":291,"target":250},{"source":55,"target":8},{"source":55,"target":253},{"source":55,"target":292},{"source":55,"target":57},{"source":55,"target":68},{"source":55,"target":293},{"source":292,"target":294},{"source":292,"target":55},{"source":57,"target":22},{"source":57,"target":295},{"source":57,"target":55},{"source":57,"target":31},{"source":295,"target":22},{"source":68,"target":22},{"source":68,"target":296},{"source":68,"target":55},{"source":68,"target":35},{"source":296,"target":22},{"source":293,"target":253},{"source":257,"target":8},{"source":257,"target":250},{"source":257,"target":297},{"source":297,"target":250},{"source":258,"target":8},{"source":258,"target":257},{"source":258,"target":298},{"source":298,"target":257},{"source":61,"target":8},{"source":61,"target":257},{"source":61,"target":299},{"source":61,"target":63},{"source":61,"target":300},{"source":299,"target":301},{"source":299,"target":61},{"source":63,"target":22},{"source":63,"target":302},{"source":63,"target":61},{"source":63,"target":33},{"source":302,"target":22},{"source":300,"target":257},{"source":52,"target":8},{"source":52,"target":253},{"source":52,"target":54},{"source":52,"target":303},{"source":54,"target":22},{"source":54,"target":304},{"source":54,"target":52},{"source":54,"target":30},{"source":304,"target":22},{"source":303,"target":253},{"source":259,"target":8},{"source":259,"target":55},{"source":259,"target":305},{"source":305,"target":55},{"source":260,"target":8},{"source":260,"target":306},{"source":306,"target":190},{"source":306,"target":307},{"source":306,"target":260},{"source":307,"target":190},{"source":9,"target":173},{"source":9,"target":43},{"source":9,"target":26},{"source":9,"target":89},{"source":9,"target":99},{"source":9,"target":90},{"source":9,"target":0},{"source":173,"target":9},{"source":173,"target":43},{"source":173,"target":308},{"source":173,"target":177},{"source":173,"target":309},{"source":173,"target":175},{"source":173,"target":310},{"source":173,"target":186},{"source":173,"target":311},{"source":173,"target":266},{"source":173,"target":312},{"source":173,"target":313},{"source":173,"target":314},{"source":308,"target":315},{"source":308,"target":316},{"source":308,"target":173},{"source":308,"target":317},{"source":316,"target":315},{"source":177,"target":156},{"source":177,"target":318},{"source":177,"target":173},{"source":177,"target":171},{"source":318,"target":156},{"source":309,"target":131},{"source":309,"target":319},{"source":309,"target":173},{"source":309,"target":320},{"source":319,"target":131},{"source":175,"target":156},{"source":175,"target":321},{"source":175,"target":173},{"source":175,"target":170},{"source":321,"target":156},{"source":310,"target":322},{"source":310,"target":323},{"source":310,"target":173},{"source":310,"target":324},{"source":323,"target":322},{"source":186,"target":159},{"source":186,"target":325},{"source":186,"target":173},{"source":186,"target":183},{"source":325,"target":159},{"source":311,"target":326},{"source":311,"target":327},{"source":311,"target":173},{"source":311,"target":328},{"source":327,"target":326},{"source":266,"target":250},{"source":266,"target":329},{"source":266,"target":173},{"source":266,"target":261},{"source":329,"target":250},{"source":312,"target":330},{"source":312,"target":331},{"source":312,"target":173},{"source":312,"target":332},{"source":331,"target":330},{"source":313,"target":333},{"source":313,"target":334},{"source":313,"target":173},{"source":313,"target":335},{"source":334,"target":333},{"source":314,"target":43},{"source":43,"target":9},{"source":43,"target":336},{"source":43,"target":337},{"source":43,"target":45},{"source":43,"target":338},{"source":43,"target":207},{"source":43,"target":236},{"source":43,"target":339},{"source":336,"target":20},{"source":336,"target":340},{"source":336,"target":43},{"source":340,"target":20},{"source":337,"target":26},{"source":337,"target":341},{"source":337,"target":43},{"source":337,"target":342},{"source":341,"target":26},{"source":45,"target":22},{"source":45,"target":343},{"source":45,"target":43},{"source":45,"target":27},{"source":343,"target":22},{"source":338,"target":20},{"source":338,"target":344},{"source":338,"target":43},{"source":338,"target":345},{"source":344,"target":20},{"source":207,"target":189},{"source":207,"target":346},{"source":207,"target":43},{"source":207,"target":204},{"source":346,"target":189},{"source":236,"target":194},{"source":236,"target":347},{"source":236,"target":43},{"source":236,"target":233},{"source":347,"target":194},{"source":339,"target":333},{"source":339,"target":348},{"source":339,"target":43},{"source":339,"target":349},{"source":348,"target":333},{"source":26,"target":9},{"source":26,"target":173},{"source":26,"target":350},{"source":26,"target":342},{"source":26,"target":351},{"source":26,"target":242},{"source":26,"target":352},{"source":26,"target":353},{"source":350,"target":89},{"source":350,"target":354},{"source":350,"target":26},{"source":350,"target":355},{"source":354,"target":89},{"source":342,"target":43},{"source":342,"target":356},{"source":342,"target":26},{"source":342,"target":337},{"source":356,"target":43},{"source":351,"target":89},{"source":351,"target":357},{"source":351,"target":26},{"source":351,"target":358},{"source":357,"target":89},{"source":242,"target":69},{"source":242,"target":359},{"source":242,"target":26},{"source":242,"target":239},{"source":359,"target":69},{"source":352,"target":360},{"source":352,"target":361},{"source":352,"target":26},{"source":352,"target":362},{"source":361,"target":360},{"source":353,"target":173},{"source":89,"target":9},{"source":89,"target":173},{"source":89,"target":355},{"source":89,"target":358},{"source":89,"target":363},{"source":89,"target":364},{"source":355,"target":26},{"source":355,"target":365},{"source":355,"target":89},{"source":355,"target":350},{"source":365,"target":26},{"source":358,"target":26},{"source":358,"target":366},{"source":358,"target":89},{"source":358,"target":351},{"source":366,"target":26},{"source":363,"target":367},{"source":363,"target":368},{"source":363,"target":89},{"source":363,"target":369},{"source":368,"target":367},{"source":364,"target":173},{"source":99,"target":9},{"source":99,"target":90},{"source":99,"target":370},{"source":370,"target":90},{"source":90,"target":9},{"source":90,"target":173},{"source":90,"target":371},{"source":371,"target":173},{"source":10,"target":372},{"source":10,"target":373},{"source":10,"target":367},{"source":10,"target":374},{"source":10,"target":375},{"source":10,"target":376},{"source":10,"target":377},{"source":10,"target":378},{"source":10,"target":49},{"source":10,"target":96},{"source":10,"target":379},{"source":10,"target":380},{"source":10,"target":0},{"source":372,"target":10},{"source":372,"target":85},{"source":372,"target":86},{"source":372,"target":20},{"source":372,"target":143},{"source":372,"target":381},{"source":372,"target":382},{"source":372,"target":383},{"source":372,"target":384},{"source":372,"target":385},{"source":372,"target":386},{"source":381,"target":373},{"source":381,"target":387},{"source":381,"target":372},{"source":381,"target":388},{"source":387,"target":373},{"source":382,"target":96},{"source":382,"target":389},{"source":382,"target":372},{"source":382,"target":390},{"source":389,"target":96},{"source":383,"target":85},{"source":384,"target":86},{"source":385,"target":20},{"source":386,"target":143},{"source":373,"target":10},{"source":373,"target":391},{"source":373,"target":260},{"source":373,"target":392},{"source":373,"target":393},{"source":373,"target":388},{"source":373,"target":394},{"source":373,"target":395},{"source":373,"target":396},{"source":373,"target":397},{"source":373,"target":398},{"source":373,"target":399},{"source":373,"target":400},{"source":373,"target":401},{"source":373,"target":402},{"source":392,"target":374},{"source":392,"target":403},{"source":392,"target":373},{"source":403,"target":374},{"source":393,"target":404},{"source":393,"target":373},{"source":388,"target":372},{"source":388,"target":405},{"source":388,"target":373},{"source":388,"target":381},{"source":405,"target":372},{"source":394,"target":373},{"source":394,"target":406},{"source":394,"target":373},{"source":394,"target":396},{"source":406,"target":373},{"source":395,"target":74},{"source":395,"target":407},{"source":395,"target":373},{"source":395,"target":408},{"source":407,"target":74},{"source":396,"target":373},{"source":396,"target":409},{"source":396,"target":373},{"source":396,"target":394},{"source":409,"target":373},{"source":397,"target":373},{"source":397,"target":410},{"source":397,"target":373},{"source":397,"target":398},{"source":410,"target":373},{"source":398,"target":373},{"source":398,"target":411},{"source":398,"target":373},{"source":398,"target":397},{"source":411,"target":373},{"source":399,"target":412},{"source":399,"target":413},{"source":399,"target":373},{"source":399,"target":414},{"source":413,"target":412},{"source":400,"target":412},{"source":400,"target":415},{"source":400,"target":373},{"source":400,"target":416},{"source":415,"target":412},{"source":401,"target":391},{"source":402,"target":260},{"source":367,"target":10},{"source":367,"target":373},{"source":367,"target":369},{"source":367,"target":417},{"source":369,"target":89},{"source":369,"target":418},{"source":369,"target":367},{"source":369,"target":363},{"source":418,"target":89},{"source":417,"target":373},{"source":374,"target":10},{"source":374,"target":419},{"source":374,"target":420},{"source":374,"target":421},{"source":374,"target":422},{"source":374,"target":423},{"source":374,"target":424},{"source":374,"target":425},{"source":419,"target":374},{"source":420,"target":374},{"source":421,"target":374},{"source":422,"target":374},{"source":423,"target":374},{"source":424,"target":374},{"source":425,"target":374},{"source":375,"target":10},{"source":375,"target":373},{"source":375,"target":380},{"source":375,"target":426},{"source":375,"target":427},{"source":426,"target":373},{"source":427,"target":380},{"source":376,"target":10},{"source":376,"target":378},{"source":376,"target":428},{"source":376,"target":429},{"source":428,"target":430},{"source":428,"target":376},{"source":429,"target":378},{"source":377,"target":10},{"source":377,"target":378},{"source":377,"target":431},{"source":431,"target":378},{"source":378,"target":10},{"source":378,"target":373},{"source":378,"target":432},{"source":432,"target":373},{"source":49,"target":10},{"source":49,"target":372},{"source":49,"target":51},{"source":49,"target":433},{"source":51,"target":22},{"source":51,"target":434},{"source":51,"target":49},{"source":51,"target":29},{"source":434,"target":22},{"source":433,"target":372},{"source":96,"target":10},{"source":96,"target":87},{"source":96,"target":435},{"source":96,"target":390},{"source":96,"target":98},{"source":96,"target":436},{"source":435,"target":379},{"source":435,"target":437},{"source":435,"target":96},{"source":435,"target":438},{"source":437,"target":379},{"source":390,"target":372},{"source":390,"target":439},{"source":390,"target":96},{"source":390,"target":382},{"source":439,"target":372},{"source":98,"target":86},{"source":98,"target":440},{"source":98,"target":96},{"source":98,"target":91},{"source":440,"target":86},{"source":436,"target":87},{"source":379,"target":10},{"source":379,"target":441},{"source":379,"target":438},{"source":379,"target":442},{"source":438,"target":96},{"source":438,"target":443},{"source":438,"target":379},{"source":438,"target":435},{"source":443,"target":96},{"source":442,"target":441},{"source":380,"target":10},{"source":380,"target":444},{"source":444,"target":190},{"source":444,"target":445},{"source":444,"target":380},{"source":445,"target":190},{"source":11,"target":446},{"source":11,"target":74},{"source":11,"target":412},{"source":11,"target":447},{"source":11,"target":448},{"source":11,"target":77},{"source":11,"target":449},{"source":11,"target":0},{"source":446,"target":11},{"source":446,"target":250},{"source":446,"target":450},{"source":446,"target":451},{"source":446,"target":452},{"source":446,"target":453},{"source":446,"target":454},{"source":450,"target":455},{"source":450,"target":446},{"source":451,"target":74},{"source":451,"target":456},{"source":451,"target":446},{"source":451,"target":457},{"source":456,"target":74},{"source":452,"target":74},{"source":452,"target":458},{"source":452,"target":446},{"source":452,"target":459},{"source":458,"target":74},{"source":453,"target":412},{"source":453,"target":460},{"source":453,"target":446},{"source":453,"target":461},{"source":460,"target":412},{"source":454,"target":250},{"source":74,"target":11},{"source":74,"target":260},{"source":74,"target":380},{"source":74,"target":76},{"source":74,"target":408},{"source":74,"target":457},{"source":74,"target":459},{"source":74,"target":462},{"source":74,"target":463},{"source":76,"target":22},{"source":76,"target":464},{"source":76,"target":74},{"source":76,"target":38},{"source":464,"target":22},{"source":408,"target":373},{"source":408,"target":465},{"source":408,"target":74},{"source":408,"target":395},{"source":465,"target":373},{"source":457,"target":446},{"source":457,"target":466},{"source":457,"target":74},{"source":457,"target":451},{"source":466,"target":446},{"source":459,"target":446},{"source":459,"target":467},{"source":459,"target":74},{"source":459,"target":452},{"source":467,"target":446},{"source":462,"target":260},{"source":463,"target":380},{"source":412,"target":11},{"source":412,"target":372},{"source":412,"target":250},{"source":412,"target":416},{"source":412,"target":461},{"source":412,"target":414},{"source":412,"target":468},{"source":412,"target":469},{"source":412,"target":470},{"source":416,"target":373},{"source":416,"target":471},{"source":416,"target":412},{"source":416,"target":400},{"source":471,"target":373},{"source":461,"target":446},{"source":461,"target":472},{"source":461,"target":412},{"source":461,"target":453},{"source":472,"target":446},{"source":414,"target":373},{"source":414,"target":473},{"source":414,"target":412},{"source":414,"target":399},{"source":473,"target":373},{"source":468,"target":449},{"source":468,"target":474},{"source":468,"target":412},{"source":474,"target":449},{"source":469,"target":372},{"source":470,"target":250},{"source":447,"target":11},{"source":447,"target":64},{"source":447,"target":475},{"source":475,"target":64},{"source":448,"target":11},{"source":448,"target":447},{"source":448,"target":476},{"source":448,"target":477},{"source":448,"target":478},{"source":476,"target":479},{"source":476,"target":448},{"source":477,"target":480},{"source":477,"target":448},{"source":478,"target":447},{"source":77,"target":11},{"source":77,"target":252},{"source":77,"target":481},{"source":77,"target":81},{"source":77,"target":79},{"source":77,"target":482},{"source":481,"target":483},{"source":481,"target":77},{"source":81,"target":22},{"source":81,"target":484},{"source":81,"target":77},{"source":81,"target":40},{"source":484,"target":22},{"source":79,"target":22},{"source":79,"target":485},{"source":79,"target":77},{"source":79,"target":39},{"source":485,"target":22},{"source":482,"target":252},{"source":449,"target":11},{"source":449,"target":486},{"source":449,"target":487},{"source":486,"target":449},{"source":487,"target":449},{"source":12,"target":488},{"source":12,"target":20},{"source":12,"target":360},{"source":12,"target":489},{"source":12,"target":490},{"source":12,"target":491},{"source":12,"target":492},{"source":12,"target":493},{"source":12,"target":494},{"source":12,"target":495},{"source":12,"target":0},{"source":488,"target":12},{"source":488,"target":490},{"source":488,"target":496},{"source":496,"target":490},{"source":20,"target":12},{"source":20,"target":157},{"source":20,"target":497},{"source":20,"target":498},{"source":20,"target":345},{"source":20,"target":499},{"source":497,"target":43},{"source":497,"target":500},{"source":497,"target":20},{"source":500,"target":43},{"source":498,"target":360},{"source":498,"target":501},{"source":498,"target":20},{"source":498,"target":502},{"source":501,"target":360},{"source":345,"target":43},{"source":345,"target":503},{"source":345,"target":20},{"source":345,"target":338},{"source":503,"target":43},{"source":499,"target":157},{"source":360,"target":12},{"source":360,"target":26},{"source":360,"target":362},{"source":360,"target":502},{"source":360,"target":504},{"source":362,"target":26},{"source":362,"target":505},{"source":362,"target":360},{"source":362,"target":352},{"source":505,"target":26},{"source":502,"target":20},{"source":502,"target":506},{"source":502,"target":360},{"source":502,"target":498},{"source":506,"target":20},{"source":504,"target":26},{"source":489,"target":12},{"source":489,"target":360},{"source":489,"target":507},{"source":507,"target":360},{"source":490,"target":12},{"source":490,"target":20},{"source":490,"target":508},{"source":490,"target":509},{"source":508,"target":495},{"source":508,"target":510},{"source":508,"target":490},{"source":508,"target":511},{"source":510,"target":495},{"source":509,"target":20},{"source":491,"target":12},{"source":491,"target":490},{"source":491,"target":512},{"source":512,"target":490},{"source":492,"target":12},{"source":492,"target":490},{"source":492,"target":513},{"source":513,"target":490},{"source":493,"target":12},{"source":493,"target":490},{"source":493,"target":514},{"source":514,"target":490},{"source":494,"target":12},{"source":494,"target":490},{"source":494,"target":515},{"source":515,"target":490},{"source":495,"target":12},{"source":495,"target":155},{"source":495,"target":511},{"source":495,"target":516},{"source":511,"target":490},{"source":511,"target":517},{"source":511,"target":495},{"source":511,"target":508},{"source":517,"target":490},{"source":516,"target":155},{"source":13,"target":0},{"source":14,"target":518},{"source":14,"target":519},{"source":14,"target":0},{"source":518,"target":14},{"source":518,"target":140},{"source":518,"target":520},{"source":520,"target":140},{"source":519,"target":14},{"source":519,"target":143},{"source":519,"target":89},{"source":519,"target":521},{"source":519,"target":522},{"source":521,"target":143},{"source":522,"target":89},{"source":15,"target":315},{"source":15,"target":330},{"source":15,"target":322},{"source":15,"target":131},{"source":15,"target":0},{"source":315,"target":15},{"source":315,"target":322},{"source":315,"target":523},{"source":315,"target":524},{"source":315,"target":525},{"source":315,"target":317},{"source":315,"target":526},{"source":523,"target":105},{"source":523,"target":527},{"source":523,"target":315},{"source":527,"target":105},{"source":524,"target":105},{"source":524,"target":528},{"source":524,"target":315},{"source":528,"target":105},{"source":525,"target":105},{"source":525,"target":529},{"source":525,"target":315},{"source":529,"target":105},{"source":317,"target":173},{"source":317,"target":530},{"source":317,"target":315},{"source":317,"target":308},{"source":530,"target":173},{"source":526,"target":322},{"source":330,"target":15},{"source":330,"target":99},{"source":330,"target":322},{"source":330,"target":332},{"source":330,"target":531},{"source":330,"target":532},{"source":332,"target":173},{"source":332,"target":533},{"source":332,"target":330},{"source":332,"target":312},{"source":533,"target":173},{"source":531,"target":99},{"source":532,"target":322},{"source":322,"target":15},{"source":322,"target":326},{"source":322,"target":324},{"source":322,"target":534},{"source":324,"target":173},{"source":324,"target":535},{"source":324,"target":322},{"source":324,"target":310},{"source":535,"target":173},{"source":534,"target":326},{"source":131,"target":15},{"source":131,"target":322},{"source":131,"target":536},{"source":131,"target":537},{"source":131,"target":538},{"source":131,"target":539},{"source":131,"target":320},{"source":131,"target":540},{"source":536,"target":541},{"source":536,"target":131},{"source":537,"target":153},{"source":537,"target":542},{"source":537,"target":131},{"source":542,"target":153},{"source":538,"target":154},{"source":538,"target":543},{"source":538,"target":131},{"source":543,"target":154},{"source":539,"target":544},{"source":539,"target":131},{"source":320,"target":173},{"source":320,"target":545},{"source":320,"target":131},{"source":320,"target":309},{"source":545,"target":173},{"source":540,"target":322},{"source":16,"target":333},{"source":16,"target":46},{"source":16,"target":546},{"source":16,"target":547},{"source":16,"target":548},{"source":16,"target":391},{"source":16,"target":140},{"source":16,"target":441},{"source":16,"target":143},{"source":16,"target":0},{"source":333,"target":16},{"source":333,"target":43},{"source":333,"target":349},{"source":333,"target":549},{"source":333,"target":335},{"source":333,"target":550},{"source":349,"target":43},{"source":349,"target":551},{"source":349,"target":333},{"source":349,"target":339},{"source":551,"target":43},{"source":549,"target":46},{"source":549,"target":552},{"source":549,"target":333},{"source":549,"target":553},{"source":552,"target":46},{"source":335,"target":173},{"source":335,"target":554},{"source":335,"target":333},{"source":335,"target":313},{"source":554,"target":173},{"source":550,"target":43},{"source":46,"target":16},{"source":46,"target":22},{"source":46,"target":48},{"source":46,"target":228},{"source":46,"target":232},{"source":46,"target":285},{"source":46,"target":553},{"source":46,"target":555},{"source":48,"target":22},{"source":48,"target":556},{"source":48,"target":46},{"source":48,"target":28},{"source":556,"target":22},{"source":228,"target":192},{"source":228,"target":557},{"source":228,"target":46},{"source":228,"target":222},{"source":557,"target":192},{"source":232,"target":193},{"source":232,"target":558},{"source":232,"target":46},{"source":232,"target":229},{"source":558,"target":193},{"source":285,"target":251},{"source":285,"target":559},{"source":285,"target":46},{"source":285,"target":281},{"source":559,"target":251},{"source":553,"target":333},{"source":553,"target":560},{"source":553,"target":46},{"source":553,"target":549},{"source":560,"target":333},{"source":555,"target":22},{"source":546,"target":16},{"source":546,"target":46},{"source":546,"target":85},{"source":546,"target":561},{"source":546,"target":562},{"source":561,"target":46},{"source":562,"target":85},{"source":547,"target":16},{"source":547,"target":333},{"source":547,"target":87},{"source":547,"target":563},{"source":547,"target":564},{"source":563,"target":333},{"source":564,"target":87},{"source":548,"target":16},{"source":548,"target":546},{"source":548,"target":565},{"source":565,"target":546},{"source":391,"target":16},{"source":391,"target":46},{"source":391,"target":566},{"source":566,"target":46},{"source":140,"target":16},{"source":140,"target":22},{"source":140,"target":567},{"source":567,"target":22},{"source":441,"target":16},{"source":441,"target":333},{"source":441,"target":568},{"source":568,"target":333},{"source":143,"target":16},{"source":143,"target":43},{"source":143,"target":569},{"source":569,"target":43},{"source":17,"target":570},{"source":17,"target":571},{"source":17,"target":572},{"source":17,"target":573},{"source":17,"target":574},{"source":17,"target":0},{"source":570,"target":17},{"source":570,"target":244},{"source":570,"target":575},{"source":575,"target":244},{"source":571,"target":17},{"source":571,"target":573},{"source":571,"target":85},{"source":571,"target":576},{"source":571,"target":577},{"source":576,"target":573},{"source":577,"target":85},{"source":572,"target":17},{"source":572,"target":573},{"source":572,"target":578},{"source":578,"target":573},{"source":573,"target":17},{"source":573,"target":22},{"source":573,"target":579},{"source":579,"target":22},{"source":574,"target":17},{"source":574,"target":573},{"source":574,"target":580},{"source":580,"target":573},{"source":18,"target":326},{"source":18,"target":64},{"source":18,"target":0},{"source":326,"target":18},{"source":326,"target":87},{"source":326,"target":143},{"source":326,"target":328},{"source":326,"target":581},{"source":326,"target":582},{"source":328,"target":173},{"source":328,"target":583},{"source":328,"target":326},{"source":328,"target":311},{"source":583,"target":173},{"source":581,"target":87},{"source":582,"target":143},{"source":64,"target":18},{"source":64,"target":85},{"source":64,"target":140},{"source":64,"target":66},{"source":64,"target":584},{"source":64,"target":585},{"source":66,"target":22},{"source":66,"target":586},{"source":66,"target":64},{"source":66,"target":34},{"source":586,"target":22},{"source":584,"target":85},{"source":585,"target":140}],"multigraph":true}
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="example4_Domain" nsURI="http://www.example.org/example4_domain" nsPrefix="example4_Domain"> <eClassifiers xsi:type="ecore:EClass" name="Container"> <eStructuralFeatures xsi:type="ecore:EReference" name="elements" upperBound="-1" eType="#//Element" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Element"/> </ecore:EPackage>
github:ecore:/data/MDEGroup/univaq.disim.mde.refactoring/resources/Example4/metamodels/example4_Domain.ecore
ecore
example4_Domain Container elements Element
null
{"directed":true,"nodes":[{"nsPrefix":"example4_Domain","nsURI":"http://www.example.org/example4_domain","name":"example4_Domain","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Container","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Element","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":"elements","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="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="editor_dependency" nsURI="http://editor_dependency/1.0" nsPrefix="editor_dependency"> <eClassifiers xsi:type="ecore:EClass" name="workspace.editor" eSuperTypes="#//core.editor"/> <eClassifiers xsi:type="ecore:EClass" name="workspace.ui" eSuperTypes="#//core.editor #//workspace.editor"/> <eClassifiers xsi:type="ecore:EClass" name="core.editor"/> </ecore:EPackage>
github:ecore:/data/test-apogy/ca.gc.asc_csa.apogy/admin/ca.gc.asc_csa.apogy.admin/design/editor_dependency.ecore
ecore
editor_dependency workspace.editor workspace.ui core.editor
null
{"directed":true,"nodes":[{"nsPrefix":"editor_dependency","nsURI":"http://editor_dependency/1.0","name":"editor_dependency","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"workspace.editor","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"workspace.ui","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"core.editor","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"id":4,"eClass":"EGenericType"},{"id":5,"eClass":"EGenericType"},{"id":6,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":4,"target":3},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":1},{"source":2,"target":5},{"source":2,"target":6},{"source":5,"target":3},{"source":6,"target":1},{"source":3,"target":0}],"multigraph":true}
false
<?xml version="1.0" encoding="ISO-8859-1"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="DSL" nsURI="DSL" nsPrefix="DSL"> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identity" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoadedElement" abstract="true" eSuperTypes="#//Namespace"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isLoaded" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Namespace" abstract="true" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DomainModel" eSuperTypes="#//LoadedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="classifiers" ordered="false" upperBound="-1" eType="#//Classifier" containment="true" eOpposite="#//Classifier/domainModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="types" ordered="false" upperBound="-1" eType="#//Type" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Classifier" abstract="true" eSuperTypes="#//LoadedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" ordered="false" upperBound="-1" eType="#//ValueProperty" containment="true" eOpposite="#//ValueProperty/owner"/> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" ordered="false" eType="#//Classifier" eOpposite="#//Classifier/subTypes"/> <eStructuralFeatures xsi:type="ecore:EReference" name="subTypes" ordered="false" upperBound="-1" eType="#//Classifier" eOpposite="#//Classifier/superType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domainModel" ordered="false" lowerBound="1" eType="#//DomainModel" eOpposite="#//DomainModel/classifiers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//Classifier"/> <eClassifiers xsi:type="ecore:EClass" name="Relationship" eSuperTypes="#//Classifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isEmbedding" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roles" ordered="false" lowerBound="2" upperBound="2" eType="#//Role" containment="true" eOpposite="#//Role/relation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Role" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="min" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="max" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnbounded" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="accepts" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isNavigableFrom" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isPropertyGenerator" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="source" ordered="false" lowerBound="1" eType="#//Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//Classifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relation" ordered="false" lowerBound="1" eType="#//Relationship" eOpposite="#//Relationship/roles"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueProperty" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="owner" ordered="false" lowerBound="1" eType="#//Classifier" eOpposite="#//Classifier/properties"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" ordered="false" lowerBound="1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" abstract="true" eSuperTypes="#//Namespace"/> <eClassifiers xsi:type="ecore:EClass" name="SimpleType" eSuperTypes="#//Type"/> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" ordered="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="literals" ordered="false" upperBound="-1" eType="#//EnumerationLiteral" containment="true"/> </eClassifiers> <eSubpackages name="PrimitiveTypes" nsURI="DSLPrimitiveTypes" nsPrefix="DSLPrimitiveTypes"> <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"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/anatlyzer/a2l/tests/a2l.tests.vmtesting.emf/metamodels/DSL.ecore
ecore
DSL NamedElement name identity LoadedElement isLoaded Namespace namespace DomainModel classifiers types Classifier isAbstract properties superType subTypes domainModel Class Relationship isEmbedding roles Role min max isUnbounded accepts isOrdered isNavigableFrom isPropertyGenerator source type relation ValueProperty owner type Type SimpleType EnumerationLiteral value Enumeration literals PrimitiveTypes Boolean boolean boolean Integer int int String java.lang.String java.lang.String
null
{"directed":true,"nodes":[{"nsPrefix":"DSL","nsURI":"DSL","name":"DSL","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":"LoadedElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Namespace","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainModel","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","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,"defaultValue":null,"instanceClassName":null,"name":"Relationship","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Role","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueProperty","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"nsPrefix":"DSLPrimitiveTypes","nsURI":"DSLPrimitiveTypes","name":"PrimitiveTypes","id":14,"eClass":"EPackage"},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identity","changeable":true,"lowerBound":1,"iD":false,"id":16,"derived":false},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isLoaded","changeable":true,"lowerBound":1,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"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":"namespace","changeable":true,"lowerBound":1,"iD":false,"id":22,"derived":false},{"id":23,"eClass":"EGenericType"},{"id":24,"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":"classifiers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"types","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domainModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"container":false,"ordered":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":32,"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":"superType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"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":"subTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"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":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isEmbedding","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":false},{"container":false,"ordered":false,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"resolveProxies":true,"lowerBound":2,"id":44,"derived":false},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"min","changeable":true,"lowerBound":1,"iD":false,"id":49,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"max","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isUnbounded","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":true,"name":"accepts","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isOrdered","changeable":true,"lowerBound":1,"iD":false,"id":53,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isNavigableFrom","changeable":true,"lowerBound":1,"iD":false,"id":54,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isPropertyGenerator","changeable":true,"lowerBound":1,"iD":false,"id":55,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"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":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"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":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":81,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":82,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":83,"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":1,"target":0},{"source":1,"target":15},{"source":1,"target":16},{"source":15,"target":17},{"source":15,"target":1},{"source":16,"target":18},{"source":16,"target":1},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":19},{"source":2,"target":20},{"source":19,"target":21},{"source":19,"target":2},{"source":20,"target":3},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":22},{"source":3,"target":23},{"source":22,"target":24},{"source":22,"target":3},{"source":23,"target":1},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":25,"target":5},{"source":25,"target":28},{"source":25,"target":4},{"source":25,"target":29},{"source":28,"target":5},{"source":26,"target":10},{"source":26,"target":30},{"source":26,"target":4},{"source":30,"target":10},{"source":27,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":31},{"source":5,"target":32},{"source":5,"target":33},{"source":5,"target":34},{"source":5,"target":29},{"source":5,"target":35},{"source":31,"target":36},{"source":31,"target":5},{"source":32,"target":9},{"source":32,"target":37},{"source":32,"target":5},{"source":32,"target":38},{"source":37,"target":9},{"source":33,"target":5},{"source":33,"target":39},{"source":33,"target":5},{"source":33,"target":34},{"source":39,"target":5},{"source":34,"target":5},{"source":34,"target":40},{"source":34,"target":5},{"source":34,"target":33},{"source":40,"target":5},{"source":29,"target":4},{"source":29,"target":41},{"source":29,"target":5},{"source":29,"target":25},{"source":41,"target":4},{"source":35,"target":2},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":42},{"source":42,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":43},{"source":7,"target":44},{"source":7,"target":45},{"source":43,"target":46},{"source":43,"target":7},{"source":44,"target":8},{"source":44,"target":47},{"source":44,"target":7},{"source":44,"target":48},{"source":47,"target":8},{"source":45,"target":5},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":49},{"source":8,"target":50},{"source":8,"target":51},{"source":8,"target":52},{"source":8,"target":53},{"source":8,"target":54},{"source":8,"target":55},{"source":8,"target":56},{"source":8,"target":57},{"source":8,"target":48},{"source":8,"target":58},{"source":49,"target":59},{"source":49,"target":8},{"source":50,"target":60},{"source":50,"target":8},{"source":51,"target":61},{"source":51,"target":8},{"source":52,"target":62},{"source":52,"target":8},{"source":53,"target":63},{"source":53,"target":8},{"source":54,"target":64},{"source":54,"target":8},{"source":55,"target":65},{"source":55,"target":8},{"source":56,"target":5},{"source":56,"target":66},{"source":56,"target":8},{"source":66,"target":5},{"source":57,"target":5},{"source":57,"target":67},{"source":57,"target":8},{"source":67,"target":5},{"source":48,"target":7},{"source":48,"target":68},{"source":48,"target":8},{"source":48,"target":44},{"source":68,"target":7},{"source":58,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":38},{"source":9,"target":69},{"source":9,"target":70},{"source":38,"target":5},{"source":38,"target":71},{"source":38,"target":9},{"source":38,"target":32},{"source":71,"target":5},{"source":69,"target":10},{"source":69,"target":72},{"source":69,"target":9},{"source":72,"target":10},{"source":70,"target":1},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":73},{"source":73,"target":3},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":74},{"source":74,"target":10},{"source":12,"target":0},{"source":12,"target":1},{"source":12,"target":75},{"source":12,"target":76},{"source":75,"target":77},{"source":75,"target":12},{"source":76,"target":1},{"source":13,"target":0},{"source":13,"target":10},{"source":13,"target":78},{"source":13,"target":79},{"source":78,"target":12},{"source":78,"target":80},{"source":78,"target":13},{"source":80,"target":12},{"source":79,"target":10},{"source":14,"target":81},{"source":14,"target":82},{"source":14,"target":83},{"source":14,"target":0},{"source":81,"target":14},{"source":82,"target":14},{"source":83,"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="_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="ELVariable" eSuperTypes="#//ELTypedElement"/> <eClassifiers xsi:type="ecore:EClass" name="ELMethod" eSuperTypes="#//ELTypedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//ELVariable" containment="true"> <eAnnotations source="http://www.modelversioning.org/ecoremutator"> <details key="_VX9IcBirEem2CYYVeB7Aag" value="_VX9IcRirEem2CYYVeB7Aag"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="localVariables" upperBound="-1" eType="#//ELVariable" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="block" eType="#//ELBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ELField" eSuperTypes="#//ELVariable"/> <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="#//ELVariable"/> </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="#//ELVariable"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MagMar94/ParmorelExperimentResults/Experiments/Experimen-compare-preferences/AMOR/bestWeight136/7_a12.ecore
ecore
_VX6sMhirEem2CYYVeB7Aag ELPackage classes ELClass methods fields superClases innerClasses ELVariable 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":"ELVariable","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELMethod","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELField","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELStatement","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELBlock","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELExpression","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ELLiteral","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"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"},{"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":"parameters","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":"localVariables","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":"block","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"container":false,"ordered":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":39,"derived":false},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":45,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"callee","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":"thisArgument","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":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"block","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":"expressions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kind","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"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":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":"operands","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":"_VX9IchirEem2CYYVeB7Aag","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"array","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"lowerBound":0,"iD":false,"id":73,"derived":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":74,"derived":false},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ops","changeable":true,"resolveProxies":true,"lowerBound":0,"id":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"blocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"name":"infix","id":83,"value":0,"literal":"infix","eClass":"EEnumLiteral"},{"name":"suffix","id":84,"value":0,"literal":"suffix","eClass":"EEnumLiteral"},{"name":"prefix","id":85,"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":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":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":4},{"source":22,"target":26},{"source":22,"target":2},{"source":26,"target":4},{"source":23,"target":5},{"source":23,"target":27},{"source":23,"target":2},{"source":27,"target":5},{"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":30,"target":15},{"source":4,"target":0},{"source":4,"target":15},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":4,"target":34},{"source":31,"target":3},{"source":31,"target":35},{"source":31,"target":4},{"source":35,"target":3},{"source":32,"target":3},{"source":32,"target":36},{"source":32,"target":4},{"source":36,"target":3},{"source":33,"target":7},{"source":33,"target":37},{"source":33,"target":4},{"source":37,"target":7},{"source":34,"target":15},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":38},{"source":38,"target":3},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":39},{"source":39,"target":6},{"source":39,"target":40},{"source":39,"target":7},{"source":40,"target":6},{"source":8,"target":0},{"source":8,"target":6},{"source":8,"target":41},{"source":41,"target":6},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":42},{"source":9,"target":43},{"source":42,"target":44},{"source":42,"target":9},{"source":43,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":45},{"source":10,"target":46},{"source":10,"target":47},{"source":10,"target":48},{"source":45,"target":8},{"source":45,"target":49},{"source":45,"target":10},{"source":49,"target":8},{"source":46,"target":4},{"source":46,"target":50},{"source":46,"target":10},{"source":50,"target":4},{"source":47,"target":8},{"source":47,"target":51},{"source":47,"target":10},{"source":51,"target":8},{"source":48,"target":8},{"source":11,"target":0},{"source":11,"target":8},{"source":11,"target":52},{"source":11,"target":53},{"source":52,"target":3},{"source":52,"target":54},{"source":52,"target":11},{"source":54,"target":3},{"source":53,"target":8},{"source":12,"target":0},{"source":12,"target":6},{"source":12,"target":55},{"source":12,"target":56},{"source":12,"target":57},{"source":55,"target":7},{"source":55,"target":58},{"source":55,"target":12},{"source":58,"target":7},{"source":56,"target":8},{"source":56,"target":59},{"source":56,"target":12},{"source":59,"target":8},{"source":57,"target":6},{"source":13,"target":0},{"source":13,"target":60},{"source":13,"target":61},{"source":13,"target":62},{"source":13,"target":63},{"source":60,"target":18},{"source":60,"target":64},{"source":60,"target":13},{"source":64,"target":18},{"source":61,"target":65},{"source":61,"target":13},{"source":62,"target":66},{"source":62,"target":13},{"source":63,"target":67},{"source":63,"target":13},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":68},{"source":68,"target":2},{"source":15,"target":0},{"source":15,"target":69},{"source":15,"target":70},{"source":69,"target":2},{"source":69,"target":71},{"source":69,"target":15},{"source":71,"target":2},{"source":70,"target":72},{"source":70,"target":15},{"source":16,"target":0},{"source":16,"target":73},{"source":16,"target":74},{"source":73,"target":75},{"source":73,"target":16},{"source":74,"target":76},{"source":74,"target":16},{"source":17,"target":0},{"source":17,"target":77},{"source":17,"target":78},{"source":17,"target":79},{"source":77,"target":1},{"source":77,"target":80},{"source":77,"target":17},{"source":80,"target":1},{"source":78,"target":13},{"source":78,"target":81},{"source":78,"target":17},{"source":81,"target":13},{"source":79,"target":16},{"source":79,"target":82},{"source":79,"target":17},{"source":82,"target":16},{"source":18,"target":0},{"source":18,"target":83},{"source":18,"target":84},{"source":18,"target":85},{"source":83,"target":18},{"source":84,"target":18},{"source":85,"target":18},{"source":19,"target":0},{"source":19,"target":6},{"source":19,"target":86},{"source":19,"target":87},{"source":86,"target":3},{"source":86,"target":88},{"source":86,"target":19},{"source":88,"target":3},{"source":87,"target":6}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="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="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="FunctionRef"> <eStructuralFeatures xsi:type="ecore:EReference" name="ref" eType="#//FunctionHeader"/> </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="#//FunctionRef" 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:EAttribute" name="cconv" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rettype" eType="#//ParameterType" 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"/> </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: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="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:EAttribute" name="cconv" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rettype" 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:EAttribute" name="cconv" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rettype" 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"/> <eClassifiers xsi:type="ecore:EClass" name="Instruction_sub" eSuperTypes="#//BinaryInstruction"/> <eClassifiers xsi:type="ecore:EClass" name="Instruction_fsub" eSuperTypes="#//BinaryInstruction"/> <eClassifiers xsi:type="ecore:EClass" name="Instruction_mul" eSuperTypes="#//BinaryInstruction"/> <eClassifiers xsi:type="ecore:EClass" name="Instruction_fmul" eSuperTypes="#//BinaryInstruction"/> <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"/> <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:EAttribute" name="cconv" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnAttributes" eType="#//ParameterAttributes" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//NonVoidType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionPointerType" eType="#//Type" 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:EAttribute" name="cconv" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnAttributes" eType="#//ParameterAttributes" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="returnType" eType="#//VoidType" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functionPointerType" eType="#//Type" 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="personalityType" eType="#//Type" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="personalityFunction" eType="#//FunctionRef" 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="functionSuffix" eType="#//FunctionTypeOrPointerToFunctionTypeSuffix" 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="functionSuffix" eType="#//FunctionTypeOrPointerToFunctionTypeSuffix" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionTypeOrPointerToFunctionTypeSuffix"> <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"/> </ecore:EPackage>
github:ecore:/data/rwl/llvm-ir-editor/com.intel.llvm.ireditor/src-gen/com/intel/llvm/ireditor/LLVM_IR.ecore
ecore
lLVM_IR Model elements TopLevelElement NamedMetadata name node MetadataRef ref ValueRef GlobalValueRef constant metadata FunctionRef ref 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 rettype name parameters attrs section align gc Parameters parameters vararg FunctionAttributes attributes 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 rettype callee args attributes toLabel exceptionLabel Instruction_invoke_nonVoid opcode cconv rettype callee args attributes toLabel exceptionLabel Instruction_resume opcode value Instruction_unreachable opcode BasicBlockRef ref BinaryInstruction opcode type op1 op2 Instruction_add Instruction_fadd Instruction_sub Instruction_fsub Instruction_mul Instruction_fmul Instruction_udiv Instruction_sdiv Instruction_fdiv 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 returnType functionPointerType callee args functionAttributes Instruction_call_void isTail opcode cconv returnAttributes returnType functionPointerType callee args functionAttributes ArgList arguments Callee InlineAssembler assembler flags Instruction_va_arg arglist type Instruction_landingpad resultType personalityType personalityFunction clauses LandingpadClause landingPadType catchType arrayType arrayConstant TypedValue type ref ParameterType type attrs ParameterAttributes attributes Argument type ref Parameter type NonVoidType baseType functionSuffix stars Star addressSpace Type baseType stars functionSuffix FunctionTypeOrPointerToFunctionTypeSuffix 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
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":"NamedMetadata","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataRef","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueRef","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalValueRef","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionRef","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalValueRef","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalValue","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalValueDef","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LocalValue","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedInstruction","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Alias","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aliasee","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TargetInfo","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InlineAsm","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GlobalVariable","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constant","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_convert","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_getelementptr","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_select","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_compare","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_extractelement","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_insertelement","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_shufflevector","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_extractvalue","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_insertvalue","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantExpression_binary","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Undef","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BlockAddress","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ZeroInitializer","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructureConstant","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayConstant","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VectorConstant","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstantList","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedConstant","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleConstant","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataNode","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataNodeElement","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataString","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddressSpace","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Function","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDef","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionDecl","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionHeader","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameters","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionAttributes","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicBlock","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataSuffix","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartingInstruction","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MiddleInstruction","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedMiddleInstruction","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminatorInstruction","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedTerminatorInstruction","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_ret","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_br","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_switch","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_indirectbr","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_invoke_void","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_invoke_nonVoid","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_resume","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_unreachable","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BasicBlockRef","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryInstruction","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_add","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_fadd","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_sub","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_fsub","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_mul","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_fmul","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_udiv","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_sdiv","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_fdiv","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_urem","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_srem","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_frem","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BitwiseBinaryInstruction","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_shl","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_lshr","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_ashr","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_and","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_or","instanceClass":null,"abstract":false,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_xor","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VectorInstructions","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_extractelement","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_insertelement","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_shufflevector","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateInstruction","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_extractvalue","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_insertvalue","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemoryInstruction","instanceClass":null,"abstract":false,"id":93,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_alloca","instanceClass":null,"abstract":false,"id":94,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_load","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_store","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_fence","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_cmpxchg","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_atomicrmw","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_getelementptr","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConversionInstruction","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OtherInstruction","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_icmp","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_fcmp","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_phi","instanceClass":null,"abstract":false,"id":105,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_select","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_call_nonVoid","instanceClass":null,"abstract":false,"id":107,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_call_void","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArgList","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Callee","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InlineAssembler","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_va_arg","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction_landingpad","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LandingpadClause","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedValue","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterType","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterAttributes","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Argument","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonVoidType","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Star","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionTypeOrPointerToFunctionTypeSuffix","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonLeftRecursiveType","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NonLeftRecursiveNonVoidType","instanceClass":null,"abstract":false,"id":125,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDef","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntType","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OpaqueType","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructType","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VectorType","instanceClass":null,"abstract":false,"id":130,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrayType","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"X86mmxType","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataType","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FloatingType","instanceClass":null,"abstract":false,"id":135,"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":136,"derived":false},{"id":137,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"node","changeable":true,"resolveProxies":true,"lowerBound":0,"id":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metadata","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","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":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metadata","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"id":161,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"linkage","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","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":true,"unsettable":false,"transient":false,"unique":true,"name":"aliasee","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"bitcast","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"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":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":"layout","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"asmLine","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":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":"linkage","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"addrspace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":188,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tlsModel","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialValue","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"section","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"align","changeable":true,"lowerBound":0,"iD":false,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"container":false,"ordered":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":204,"derived":false},{"id":205,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":206,"derived":false},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fromType","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":"constant","changeable":true,"resolveProxies":true,"lowerBound":0,"id":210,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"targetType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constantType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constant","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":"indexTypes","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":"indices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":219,"derived":false},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","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":"op2","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":"condition","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":233,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":234,"derived":false},{"id":235,"eClass":"EGenericType"},{"id":236,"eClass":"EGenericType"},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"container":false,"ordered":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":239,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":240,"derived":false},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vectorType","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":"vector","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":"element","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":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":247,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vector1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vector2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":254,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mask","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"container":false,"ordered":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":260,"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":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","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":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":266,"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":267,"derived":false},{"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":"op1","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":"op2","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"resolveProxies":true,"lowerBound":0,"id":278,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"basicBlock","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"list","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":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":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"list","changeable":true,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"list","changeable":true,"resolveProxies":true,"lowerBound":0,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typedConstants","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"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":"type","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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":298,"derived":false},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":301,"derived":false},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elements","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":307,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metadataRef","changeable":true,"resolveProxies":true,"lowerBound":0,"id":308,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"null","changeable":true,"lowerBound":0,"iD":false,"id":309,"derived":false},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":316,"derived":false},{"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":"header","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":"basicBlocks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":321,"derived":false},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"linkage","changeable":true,"lowerBound":0,"iD":false,"id":325,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"visibility","changeable":true,"lowerBound":0,"iD":false,"id":326,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cconv","changeable":true,"lowerBound":0,"iD":false,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rettype","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","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":"parameters","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":"attrs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":331,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"section","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"align","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gc","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"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"container":false,"ordered":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":346,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vararg","changeable":true,"lowerBound":0,"iD":false,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"attributes","changeable":true,"lowerBound":0,"iD":false,"id":350,"derived":false},{"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":352,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instructions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":353,"derived":false},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":356,"derived":false},{"container":false,"ordered":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":357,"derived":false},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"container":false,"ordered":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":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instruction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":364,"derived":false},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instruction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instruction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instruction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"derived":false},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"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":376,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"derived":false},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"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":380,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"true","changeable":true,"resolveProxies":true,"lowerBound":0,"id":382,"derived":false},{"container":false,"ordered":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":383,"derived":false},{"container":false,"ordered":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":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":390,"derived":false},{"container":false,"ordered":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":391,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"defaultDest","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"caseConditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"destinations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":394,"derived":false},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"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":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":"address","changeable":true,"resolveProxies":true,"lowerBound":0,"id":401,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"destinations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":402,"derived":false},{"id":403,"eClass":"EGenericType"},{"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":"opcode","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":"cconv","changeable":true,"lowerBound":0,"iD":false,"id":407,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rettype","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":true,"unsettable":false,"transient":false,"unique":true,"name":"callee","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":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":411,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"toLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":412,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptionLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":413,"derived":false},{"id":414,"eClass":"EGenericType"},{"id":415,"eClass":"EGenericType"},{"id":416,"eClass":"EGenericType"},{"id":417,"eClass":"EGenericType"},{"id":418,"eClass":"EGenericType"},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"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":422,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cconv","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":"rettype","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":"callee","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":"args","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":"attributes","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":"toLabel","changeable":true,"resolveProxies":true,"lowerBound":0,"id":428,"derived":false},{"container":false,"ordered":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":429,"derived":false},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":438,"derived":false},{"container":false,"ordered":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":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":442,"derived":false},{"id":443,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":false},{"id":445,"eClass":"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":446,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":447,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","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":"op2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":449,"derived":false},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":466,"derived":false},{"container":false,"ordered":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":467,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":468,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op2","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"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":480,"derived":false},{"id":481,"eClass":"EGenericType"},{"container":false,"ordered":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":482,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":483,"derived":false},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"resolveProxies":true,"lowerBound":0,"id":488,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":489,"derived":false},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vector1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":494,"derived":false},{"container":false,"ordered":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":495,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"mask","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"},{"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":501,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aggregate","changeable":true,"resolveProxies":true,"lowerBound":0,"id":502,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"indices","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"},{"container":false,"ordered":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":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":511,"derived":false},{"id":512,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":513,"derived":false},{"container":false,"ordered":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":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":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":515,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pointer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":520,"derived":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":521,"derived":false},{"container":false,"ordered":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":522,"derived":false},{"container":false,"ordered":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":523,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ordering","changeable":true,"lowerBound":0,"iD":false,"id":524,"derived":false},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"pointer","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"alignment","changeable":true,"lowerBound":0,"iD":false,"id":533,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nontemporalIndex","changeable":true,"resolveProxies":true,"lowerBound":0,"id":534,"derived":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":535,"derived":false},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"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":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pointer","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":"comparedWith","changeable":true,"resolveProxies":true,"lowerBound":0,"id":546,"derived":false},{"container":false,"ordered":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":547,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ordering","changeable":true,"lowerBound":0,"iD":false,"id":548,"derived":false},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"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":"operation","changeable":true,"lowerBound":0,"iD":false,"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":"pointer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":555,"derived":false},{"container":false,"ordered":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":556,"derived":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":557,"derived":false},{"id":558,"eClass":"EGenericType"},{"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":"base","changeable":true,"resolveProxies":true,"lowerBound":0,"id":563,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"indices","changeable":true,"resolveProxies":true,"lowerBound":0,"id":564,"derived":false},{"id":565,"eClass":"EGenericType"},{"id":566,"eClass":"EGenericType"},{"id":567,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":568,"derived":false},{"container":false,"ordered":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":569,"derived":false},{"container":false,"ordered":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":570,"derived":false},{"container":false,"ordered":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":571,"derived":false},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"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":576,"derived":false},{"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":"condition","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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":579,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":580,"derived":false},{"container":false,"ordered":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":581,"derived":false},{"id":582,"eClass":"EGenericType"},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"lowerBound":0,"iD":false,"id":587,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","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":"op1","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":"op2","changeable":true,"resolveProxies":true,"lowerBound":0,"id":590,"derived":false},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"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":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":596,"derived":false},{"container":false,"ordered":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":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":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":598,"derived":false},{"container":false,"ordered":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":599,"derived":false},{"id":600,"eClass":"EGenericType"},{"id":601,"eClass":"EGenericType"},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"container":false,"ordered":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":604,"derived":false},{"container":false,"ordered":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":605,"derived":false},{"container":false,"ordered":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":606,"derived":false},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"id":609,"eClass":"EGenericType"},{"id":610,"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":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":"opcode","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":"cconv","changeable":true,"lowerBound":0,"iD":false,"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":"returnAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":614,"derived":false},{"container":false,"ordered":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":615,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionPointerType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":616,"derived":false},{"container":false,"ordered":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":617,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":618,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":619,"derived":false},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"id":623,"eClass":"EGenericType"},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"id":626,"eClass":"EGenericType"},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"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":629,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opcode","changeable":true,"lowerBound":0,"iD":false,"id":630,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cconv","changeable":true,"lowerBound":0,"iD":false,"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":"returnAttributes","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":"returnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":633,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionPointerType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":634,"derived":false},{"container":false,"ordered":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":635,"derived":false},{"container":false,"ordered":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":636,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionAttributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":637,"derived":false},{"id":638,"eClass":"EGenericType"},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"id":642,"eClass":"EGenericType"},{"id":643,"eClass":"EGenericType"},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"id":646,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":647,"derived":false},{"id":648,"eClass":"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":649,"derived":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":650,"derived":false},{"id":651,"eClass":"EGenericType"},{"id":652,"eClass":"EGenericType"},{"id":653,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arglist","changeable":true,"resolveProxies":true,"lowerBound":0,"id":654,"derived":false},{"container":false,"ordered":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":655,"derived":false},{"id":656,"eClass":"EGenericType"},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"resultType","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":"personalityType","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":"personalityFunction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":661,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clauses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":662,"derived":false},{"id":663,"eClass":"EGenericType"},{"id":664,"eClass":"EGenericType"},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"landingPadType","changeable":true,"lowerBound":0,"iD":false,"id":668,"derived":false},{"container":false,"ordered":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":669,"derived":false},{"container":false,"ordered":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":670,"derived":false},{"container":false,"ordered":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":671,"derived":false},{"id":672,"eClass":"EGenericType"},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"ref","changeable":true,"resolveProxies":true,"lowerBound":0,"id":677,"derived":false},{"id":678,"eClass":"EGenericType"},{"id":679,"eClass":"EGenericType"},{"container":false,"ordered":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":680,"derived":false},{"container":false,"ordered":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":681,"derived":false},{"id":682,"eClass":"EGenericType"},{"id":683,"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":684,"derived":false},{"id":685,"eClass":"EGenericType"},{"container":false,"ordered":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":686,"derived":false},{"container":false,"ordered":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":687,"derived":false},{"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":690,"derived":false},{"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":"baseType","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":"functionSuffix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":694,"derived":false},{"container":false,"ordered":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":695,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"addressSpace","changeable":true,"resolveProxies":true,"lowerBound":0,"id":699,"derived":false},{"id":700,"eClass":"EGenericType"},{"container":false,"ordered":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":701,"derived":false},{"container":false,"ordered":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":702,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"functionSuffix","changeable":true,"resolveProxies":true,"lowerBound":0,"id":703,"derived":false},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"},{"id":706,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containedTypes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":707,"derived":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":708,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":709,"derived":false},{"id":710,"eClass":"EGenericType"},{"id":711,"eClass":"EGenericType"},{"id":712,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"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":false,"unsettable":false,"transient":false,"unique":true,"name":"typedef","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":false,"unsettable":false,"transient":false,"unique":true,"name":"typedef","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":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"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":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":722,"derived":false},{"id":723,"eClass":"EGenericType"},{"id":724,"eClass":"EGenericType"},{"id":725,"eClass":"EGenericType"},{"container":false,"ordered":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":726,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"packed","changeable":true,"lowerBound":0,"iD":false,"id":727,"derived":false},{"id":728,"eClass":"EGenericType"},{"id":729,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":730,"derived":false},{"container":false,"ordered":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":731,"derived":false},{"id":732,"eClass":"EGenericType"},{"id":733,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"size","changeable":true,"lowerBound":0,"iD":false,"id":734,"derived":false},{"container":false,"ordered":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":735,"derived":false},{"id":736,"eClass":"EGenericType"},{"id":737,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":1,"target":0},{"source":1,"target":136},{"source":136,"target":2},{"source":136,"target":137},{"source":136,"target":1},{"source":137,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":138},{"source":3,"target":139},{"source":3,"target":140},{"source":138,"target":141},{"source":138,"target":3},{"source":139,"target":40},{"source":139,"target":142},{"source":139,"target":3},{"source":142,"target":40},{"source":140,"target":2},{"source":4,"target":0},{"source":4,"target":143},{"source":143,"target":3},{"source":143,"target":144},{"source":143,"target":4},{"source":144,"target":3},{"source":5,"target":0},{"source":5,"target":110},{"source":5,"target":145},{"source":145,"target":110},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":146},{"source":6,"target":147},{"source":6,"target":148},{"source":146,"target":19},{"source":146,"target":149},{"source":146,"target":6},{"source":149,"target":19},{"source":147,"target":4},{"source":147,"target":150},{"source":147,"target":6},{"source":150,"target":4},{"source":148,"target":5},{"source":7,"target":0},{"source":7,"target":151},{"source":151,"target":47},{"source":151,"target":152},{"source":151,"target":7},{"source":152,"target":47},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":153},{"source":8,"target":154},{"source":153,"target":11},{"source":153,"target":155},{"source":153,"target":8},{"source":155,"target":11},{"source":154,"target":5},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":156},{"source":156,"target":2},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":157},{"source":157,"target":158},{"source":157,"target":11},{"source":12,"target":0},{"source":12,"target":11},{"source":12,"target":159},{"source":159,"target":11},{"source":13,"target":0},{"source":13,"target":160},{"source":160,"target":51},{"source":160,"target":161},{"source":160,"target":13},{"source":161,"target":51},{"source":14,"target":0},{"source":14,"target":9},{"source":14,"target":10},{"source":14,"target":162},{"source":14,"target":163},{"source":14,"target":164},{"source":14,"target":165},{"source":14,"target":166},{"source":14,"target":167},{"source":14,"target":168},{"source":162,"target":169},{"source":162,"target":14},{"source":163,"target":170},{"source":163,"target":14},{"source":164,"target":171},{"source":164,"target":14},{"source":165,"target":122},{"source":165,"target":172},{"source":165,"target":14},{"source":172,"target":122},{"source":166,"target":15},{"source":166,"target":173},{"source":166,"target":14},{"source":173,"target":15},{"source":167,"target":9},{"source":168,"target":10},{"source":15,"target":0},{"source":15,"target":174},{"source":15,"target":175},{"source":174,"target":10},{"source":174,"target":176},{"source":174,"target":15},{"source":176,"target":10},{"source":175,"target":21},{"source":175,"target":177},{"source":175,"target":15},{"source":177,"target":21},{"source":16,"target":0},{"source":16,"target":2},{"source":16,"target":178},{"source":16,"target":179},{"source":16,"target":180},{"source":178,"target":181},{"source":178,"target":16},{"source":179,"target":182},{"source":179,"target":16},{"source":180,"target":2},{"source":17,"target":0},{"source":17,"target":2},{"source":17,"target":183},{"source":17,"target":184},{"source":183,"target":185},{"source":183,"target":17},{"source":184,"target":2},{"source":18,"target":0},{"source":18,"target":9},{"source":18,"target":10},{"source":18,"target":186},{"source":18,"target":187},{"source":18,"target":188},{"source":18,"target":189},{"source":18,"target":190},{"source":18,"target":191},{"source":18,"target":192},{"source":18,"target":193},{"source":18,"target":194},{"source":18,"target":195},{"source":186,"target":196},{"source":186,"target":18},{"source":187,"target":197},{"source":187,"target":18},{"source":188,"target":43},{"source":188,"target":198},{"source":188,"target":18},{"source":198,"target":43},{"source":189,"target":199},{"source":189,"target":18},{"source":190,"target":122},{"source":190,"target":200},{"source":190,"target":18},{"source":200,"target":122},{"source":191,"target":19},{"source":191,"target":201},{"source":191,"target":18},{"source":201,"target":19},{"source":192,"target":202},{"source":192,"target":18},{"source":193,"target":203},{"source":193,"target":18},{"source":194,"target":9},{"source":195,"target":10},{"source":19,"target":0},{"source":19,"target":204},{"source":204,"target":10},{"source":204,"target":205},{"source":204,"target":19},{"source":205,"target":10},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":206},{"source":20,"target":207},{"source":206,"target":208},{"source":206,"target":20},{"source":207,"target":19},{"source":21,"target":0},{"source":21,"target":20},{"source":21,"target":209},{"source":21,"target":210},{"source":21,"target":211},{"source":21,"target":212},{"source":209,"target":122},{"source":209,"target":213},{"source":209,"target":21},{"source":213,"target":122},{"source":210,"target":6},{"source":210,"target":214},{"source":210,"target":21},{"source":214,"target":6},{"source":211,"target":122},{"source":211,"target":215},{"source":211,"target":21},{"source":215,"target":122},{"source":212,"target":20},{"source":22,"target":0},{"source":22,"target":20},{"source":22,"target":216},{"source":22,"target":217},{"source":22,"target":218},{"source":22,"target":219},{"source":22,"target":220},{"source":216,"target":122},{"source":216,"target":221},{"source":216,"target":22},{"source":221,"target":122},{"source":217,"target":6},{"source":217,"target":222},{"source":217,"target":22},{"source":222,"target":6},{"source":218,"target":122},{"source":218,"target":223},{"source":218,"target":22},{"source":223,"target":122},{"source":219,"target":19},{"source":219,"target":224},{"source":219,"target":22},{"source":224,"target":19},{"source":220,"target":20},{"source":23,"target":0},{"source":23,"target":20},{"source":23,"target":225},{"source":23,"target":226},{"source":23,"target":227},{"source":23,"target":228},{"source":225,"target":115},{"source":225,"target":229},{"source":225,"target":23},{"source":229,"target":115},{"source":226,"target":115},{"source":226,"target":230},{"source":226,"target":23},{"source":230,"target":115},{"source":227,"target":115},{"source":227,"target":231},{"source":227,"target":23},{"source":231,"target":115},{"source":228,"target":20},{"source":24,"target":0},{"source":24,"target":20},{"source":24,"target":232},{"source":24,"target":233},{"source":24,"target":234},{"source":24,"target":235},{"source":232,"target":236},{"source":232,"target":24},{"source":233,"target":115},{"source":233,"target":237},{"source":233,"target":24},{"source":237,"target":115},{"source":234,"target":115},{"source":234,"target":238},{"source":234,"target":24},{"source":238,"target":115},{"source":235,"target":20},{"source":25,"target":0},{"source":25,"target":20},{"source":25,"target":239},{"source":25,"target":240},{"source":25,"target":241},{"source":239,"target":115},{"source":239,"target":242},{"source":239,"target":25},{"source":242,"target":115},{"source":240,"target":115},{"source":240,"target":243},{"source":240,"target":25},{"source":243,"target":115},{"source":241,"target":20},{"source":26,"target":0},{"source":26,"target":20},{"source":26,"target":244},{"source":26,"target":245},{"source":26,"target":246},{"source":26,"target":247},{"source":26,"target":248},{"source":244,"target":130},{"source":244,"target":249},{"source":244,"target":26},{"source":249,"target":130},{"source":245,"target":5},{"source":245,"target":250},{"source":245,"target":26},{"source":250,"target":5},{"source":246,"target":115},{"source":246,"target":251},{"source":246,"target":26},{"source":251,"target":115},{"source":247,"target":115},{"source":247,"target":252},{"source":247,"target":26},{"source":252,"target":115},{"source":248,"target":20},{"source":27,"target":0},{"source":27,"target":20},{"source":27,"target":253},{"source":27,"target":254},{"source":27,"target":255},{"source":27,"target":256},{"source":253,"target":115},{"source":253,"target":257},{"source":253,"target":27},{"source":257,"target":115},{"source":254,"target":115},{"source":254,"target":258},{"source":254,"target":27},{"source":258,"target":115},{"source":255,"target":115},{"source":255,"target":259},{"source":255,"target":27},{"source":259,"target":115},{"source":256,"target":20},{"source":28,"target":0},{"source":28,"target":20},{"source":28,"target":260},{"source":28,"target":261},{"source":28,"target":262},{"source":260,"target":115},{"source":260,"target":263},{"source":260,"target":28},{"source":263,"target":115},{"source":261,"target":264},{"source":261,"target":28},{"source":262,"target":20},{"source":29,"target":0},{"source":29,"target":20},{"source":29,"target":265},{"source":29,"target":266},{"source":29,"target":267},{"source":29,"target":268},{"source":265,"target":115},{"source":265,"target":269},{"source":265,"target":29},{"source":269,"target":115},{"source":266,"target":115},{"source":266,"target":270},{"source":266,"target":29},{"source":270,"target":115},{"source":267,"target":271},{"source":267,"target":29},{"source":268,"target":20},{"source":30,"target":0},{"source":30,"target":20},{"source":30,"target":272},{"source":30,"target":273},{"source":30,"target":274},{"source":272,"target":115},{"source":272,"target":275},{"source":272,"target":30},{"source":275,"target":115},{"source":273,"target":115},{"source":273,"target":276},{"source":273,"target":30},{"source":276,"target":115},{"source":274,"target":20},{"source":31,"target":0},{"source":31,"target":19},{"source":31,"target":277},{"source":277,"target":19},{"source":32,"target":0},{"source":32,"target":19},{"source":32,"target":278},{"source":32,"target":279},{"source":32,"target":280},{"source":278,"target":7},{"source":278,"target":281},{"source":278,"target":32},{"source":281,"target":7},{"source":279,"target":65},{"source":279,"target":282},{"source":279,"target":32},{"source":282,"target":65},{"source":280,"target":19},{"source":33,"target":0},{"source":33,"target":19},{"source":33,"target":283},{"source":283,"target":19},{"source":34,"target":0},{"source":34,"target":19},{"source":34,"target":284},{"source":34,"target":285},{"source":34,"target":286},{"source":284,"target":37},{"source":284,"target":287},{"source":284,"target":34},{"source":287,"target":37},{"source":285,"target":288},{"source":285,"target":34},{"source":286,"target":19},{"source":35,"target":0},{"source":35,"target":19},{"source":35,"target":289},{"source":35,"target":290},{"source":289,"target":37},{"source":289,"target":291},{"source":289,"target":35},{"source":291,"target":37},{"source":290,"target":19},{"source":36,"target":0},{"source":36,"target":19},{"source":36,"target":292},{"source":36,"target":293},{"source":292,"target":37},{"source":292,"target":294},{"source":292,"target":36},{"source":294,"target":37},{"source":293,"target":19},{"source":37,"target":0},{"source":37,"target":295},{"source":295,"target":38},{"source":295,"target":296},{"source":295,"target":37},{"source":296,"target":38},{"source":38,"target":0},{"source":38,"target":297},{"source":38,"target":298},{"source":297,"target":122},{"source":297,"target":299},{"source":297,"target":38},{"source":299,"target":122},{"source":298,"target":19},{"source":298,"target":300},{"source":298,"target":38},{"source":300,"target":19},{"source":39,"target":0},{"source":39,"target":19},{"source":39,"target":301},{"source":39,"target":302},{"source":301,"target":303},{"source":301,"target":39},{"source":302,"target":19},{"source":40,"target":0},{"source":40,"target":19},{"source":40,"target":304},{"source":40,"target":305},{"source":304,"target":41},{"source":304,"target":306},{"source":304,"target":40},{"source":306,"target":41},{"source":305,"target":19},{"source":41,"target":0},{"source":41,"target":307},{"source":41,"target":308},{"source":41,"target":309},{"source":307,"target":115},{"source":307,"target":310},{"source":307,"target":41},{"source":310,"target":115},{"source":308,"target":4},{"source":308,"target":311},{"source":308,"target":41},{"source":311,"target":4},{"source":309,"target":312},{"source":309,"target":41},{"source":42,"target":0},{"source":42,"target":19},{"source":42,"target":313},{"source":42,"target":314},{"source":313,"target":315},{"source":313,"target":42},{"source":314,"target":19},{"source":43,"target":0},{"source":43,"target":316},{"source":316,"target":317},{"source":316,"target":43},{"source":44,"target":0},{"source":44,"target":9},{"source":44,"target":318},{"source":44,"target":319},{"source":318,"target":47},{"source":318,"target":320},{"source":318,"target":44},{"source":320,"target":47},{"source":319,"target":9},{"source":45,"target":0},{"source":45,"target":44},{"source":45,"target":321},{"source":45,"target":322},{"source":321,"target":50},{"source":321,"target":323},{"source":321,"target":45},{"source":323,"target":50},{"source":322,"target":44},{"source":46,"target":0},{"source":46,"target":44},{"source":46,"target":324},{"source":324,"target":44},{"source":47,"target":0},{"source":47,"target":10},{"source":47,"target":325},{"source":47,"target":326},{"source":47,"target":327},{"source":47,"target":328},{"source":47,"target":329},{"source":47,"target":330},{"source":47,"target":331},{"source":47,"target":332},{"source":47,"target":333},{"source":47,"target":334},{"source":47,"target":335},{"source":325,"target":336},{"source":325,"target":47},{"source":326,"target":337},{"source":326,"target":47},{"source":327,"target":338},{"source":327,"target":47},{"source":328,"target":116},{"source":328,"target":339},{"source":328,"target":47},{"source":339,"target":116},{"source":329,"target":340},{"source":329,"target":47},{"source":330,"target":48},{"source":330,"target":341},{"source":330,"target":47},{"source":341,"target":48},{"source":331,"target":49},{"source":331,"target":342},{"source":331,"target":47},{"source":342,"target":49},{"source":332,"target":343},{"source":332,"target":47},{"source":333,"target":344},{"source":333,"target":47},{"source":334,"target":345},{"source":334,"target":47},{"source":335,"target":10},{"source":48,"target":0},{"source":48,"target":346},{"source":48,"target":347},{"source":346,"target":119},{"source":346,"target":348},{"source":346,"target":48},{"source":348,"target":119},{"source":347,"target":349},{"source":347,"target":48},{"source":49,"target":0},{"source":49,"target":350},{"source":350,"target":351},{"source":350,"target":49},{"source":50,"target":0},{"source":50,"target":352},{"source":50,"target":353},{"source":352,"target":354},{"source":352,"target":50},{"source":353,"target":13},{"source":353,"target":355},{"source":353,"target":50},{"source":355,"target":13},{"source":51,"target":0},{"source":51,"target":356},{"source":51,"target":357},{"source":356,"target":358},{"source":356,"target":51},{"source":357,"target":4},{"source":357,"target":359},{"source":357,"target":51},{"source":359,"target":4},{"source":52,"target":0},{"source":52,"target":12},{"source":52,"target":13},{"source":52,"target":360},{"source":52,"target":361},{"source":52,"target":362},{"source":360,"target":105},{"source":360,"target":363},{"source":360,"target":52},{"source":363,"target":105},{"source":361,"target":12},{"source":362,"target":13},{"source":53,"target":0},{"source":53,"target":13},{"source":53,"target":364},{"source":53,"target":365},{"source":364,"target":366},{"source":364,"target":53},{"source":365,"target":13},{"source":54,"target":0},{"source":54,"target":12},{"source":54,"target":367},{"source":54,"target":368},{"source":367,"target":369},{"source":367,"target":54},{"source":368,"target":12},{"source":55,"target":0},{"source":55,"target":13},{"source":55,"target":370},{"source":55,"target":371},{"source":370,"target":372},{"source":370,"target":55},{"source":371,"target":13},{"source":56,"target":0},{"source":56,"target":12},{"source":56,"target":373},{"source":56,"target":374},{"source":373,"target":62},{"source":373,"target":375},{"source":373,"target":56},{"source":375,"target":62},{"source":374,"target":12},{"source":57,"target":0},{"source":57,"target":376},{"source":57,"target":377},{"source":376,"target":378},{"source":376,"target":57},{"source":377,"target":115},{"source":377,"target":379},{"source":377,"target":57},{"source":379,"target":115},{"source":58,"target":0},{"source":58,"target":380},{"source":58,"target":381},{"source":58,"target":382},{"source":58,"target":383},{"source":58,"target":384},{"source":380,"target":385},{"source":380,"target":58},{"source":381,"target":115},{"source":381,"target":386},{"source":381,"target":58},{"source":386,"target":115},{"source":382,"target":65},{"source":382,"target":387},{"source":382,"target":58},{"source":387,"target":65},{"source":383,"target":65},{"source":383,"target":388},{"source":383,"target":58},{"source":388,"target":65},{"source":384,"target":65},{"source":384,"target":389},{"source":384,"target":58},{"source":389,"target":65},{"source":59,"target":0},{"source":59,"target":390},{"source":59,"target":391},{"source":59,"target":392},{"source":59,"target":393},{"source":59,"target":394},{"source":390,"target":395},{"source":390,"target":59},{"source":391,"target":115},{"source":391,"target":396},{"source":391,"target":59},{"source":396,"target":115},{"source":392,"target":65},{"source":392,"target":397},{"source":392,"target":59},{"source":397,"target":65},{"source":393,"target":115},{"source":393,"target":398},{"source":393,"target":59},{"source":398,"target":115},{"source":394,"target":65},{"source":394,"target":399},{"source":394,"target":59},{"source":399,"target":65},{"source":60,"target":0},{"source":60,"target":400},{"source":60,"target":401},{"source":60,"target":402},{"source":400,"target":403},{"source":400,"target":60},{"source":401,"target":115},{"source":401,"target":404},{"source":401,"target":60},{"source":404,"target":115},{"source":402,"target":65},{"source":402,"target":405},{"source":402,"target":60},{"source":405,"target":65},{"source":61,"target":0},{"source":61,"target":406},{"source":61,"target":407},{"source":61,"target":408},{"source":61,"target":409},{"source":61,"target":410},{"source":61,"target":411},{"source":61,"target":412},{"source":61,"target":413},{"source":406,"target":414},{"source":406,"target":61},{"source":407,"target":415},{"source":407,"target":61},{"source":408,"target":133},{"source":408,"target":416},{"source":408,"target":61},{"source":416,"target":133},{"source":409,"target":110},{"source":409,"target":417},{"source":409,"target":61},{"source":417,"target":110},{"source":410,"target":109},{"source":410,"target":418},{"source":410,"target":61},{"source":418,"target":109},{"source":411,"target":49},{"source":411,"target":419},{"source":411,"target":61},{"source":419,"target":49},{"source":412,"target":65},{"source":412,"target":420},{"source":412,"target":61},{"source":420,"target":65},{"source":413,"target":65},{"source":413,"target":421},{"source":413,"target":61},{"source":421,"target":65},{"source":62,"target":0},{"source":62,"target":422},{"source":62,"target":423},{"source":62,"target":424},{"source":62,"target":425},{"source":62,"target":426},{"source":62,"target":427},{"source":62,"target":428},{"source":62,"target":429},{"source":422,"target":430},{"source":422,"target":62},{"source":423,"target":431},{"source":423,"target":62},{"source":424,"target":120},{"source":424,"target":432},{"source":424,"target":62},{"source":432,"target":120},{"source":425,"target":110},{"source":425,"target":433},{"source":425,"target":62},{"source":433,"target":110},{"source":426,"target":109},{"source":426,"target":434},{"source":426,"target":62},{"source":434,"target":109},{"source":427,"target":49},{"source":427,"target":435},{"source":427,"target":62},{"source":435,"target":49},{"source":428,"target":65},{"source":428,"target":436},{"source":428,"target":62},{"source":436,"target":65},{"source":429,"target":65},{"source":429,"target":437},{"source":429,"target":62},{"source":437,"target":65},{"source":63,"target":0},{"source":63,"target":438},{"source":63,"target":439},{"source":438,"target":440},{"source":438,"target":63},{"source":439,"target":115},{"source":439,"target":441},{"source":439,"target":63},{"source":441,"target":115},{"source":64,"target":0},{"source":64,"target":442},{"source":442,"target":443},{"source":442,"target":64},{"source":65,"target":0},{"source":65,"target":444},{"source":444,"target":50},{"source":444,"target":445},{"source":444,"target":65},{"source":445,"target":50},{"source":66,"target":0},{"source":66,"target":446},{"source":66,"target":447},{"source":66,"target":448},{"source":66,"target":449},{"source":446,"target":450},{"source":446,"target":66},{"source":447,"target":122},{"source":447,"target":451},{"source":447,"target":66},{"source":451,"target":122},{"source":448,"target":5},{"source":448,"target":452},{"source":448,"target":66},{"source":452,"target":5},{"source":449,"target":5},{"source":449,"target":453},{"source":449,"target":66},{"source":453,"target":5},{"source":67,"target":0},{"source":67,"target":66},{"source":67,"target":454},{"source":454,"target":66},{"source":68,"target":0},{"source":68,"target":66},{"source":68,"target":455},{"source":455,"target":66},{"source":69,"target":0},{"source":69,"target":66},{"source":69,"target":456},{"source":456,"target":66},{"source":70,"target":0},{"source":70,"target":66},{"source":70,"target":457},{"source":457,"target":66},{"source":71,"target":0},{"source":71,"target":66},{"source":71,"target":458},{"source":458,"target":66},{"source":72,"target":0},{"source":72,"target":66},{"source":72,"target":459},{"source":459,"target":66},{"source":73,"target":0},{"source":73,"target":66},{"source":73,"target":460},{"source":460,"target":66},{"source":74,"target":0},{"source":74,"target":66},{"source":74,"target":461},{"source":461,"target":66},{"source":75,"target":0},{"source":75,"target":66},{"source":75,"target":462},{"source":462,"target":66},{"source":76,"target":0},{"source":76,"target":66},{"source":76,"target":463},{"source":463,"target":66},{"source":77,"target":0},{"source":77,"target":66},{"source":77,"target":464},{"source":464,"target":66},{"source":78,"target":0},{"source":78,"target":66},{"source":78,"target":465},{"source":465,"target":66},{"source":79,"target":0},{"source":79,"target":466},{"source":79,"target":467},{"source":79,"target":468},{"source":79,"target":469},{"source":466,"target":470},{"source":466,"target":79},{"source":467,"target":122},{"source":467,"target":471},{"source":467,"target":79},{"source":471,"target":122},{"source":468,"target":5},{"source":468,"target":472},{"source":468,"target":79},{"source":472,"target":5},{"source":469,"target":5},{"source":469,"target":473},{"source":469,"target":79},{"source":473,"target":5},{"source":80,"target":0},{"source":80,"target":79},{"source":80,"target":474},{"source":474,"target":79},{"source":81,"target":0},{"source":81,"target":79},{"source":81,"target":475},{"source":475,"target":79},{"source":82,"target":0},{"source":82,"target":79},{"source":82,"target":476},{"source":476,"target":79},{"source":83,"target":0},{"source":83,"target":79},{"source":83,"target":477},{"source":477,"target":79},{"source":84,"target":0},{"source":84,"target":79},{"source":84,"target":478},{"source":478,"target":79},{"source":85,"target":0},{"source":85,"target":79},{"source":85,"target":479},{"source":479,"target":79},{"source":86,"target":0},{"source":86,"target":480},{"source":480,"target":481},{"source":480,"target":86},{"source":87,"target":0},{"source":87,"target":86},{"source":87,"target":482},{"source":87,"target":483},{"source":87,"target":484},{"source":482,"target":115},{"source":482,"target":485},{"source":482,"target":87},{"source":485,"target":115},{"source":483,"target":115},{"source":483,"target":486},{"source":483,"target":87},{"source":486,"target":115},{"source":484,"target":86},{"source":88,"target":0},{"source":88,"target":86},{"source":88,"target":487},{"source":88,"target":488},{"source":88,"target":489},{"source":88,"target":490},{"source":487,"target":115},{"source":487,"target":491},{"source":487,"target":88},{"source":491,"target":115},{"source":488,"target":115},{"source":488,"target":492},{"source":488,"target":88},{"source":492,"target":115},{"source":489,"target":115},{"source":489,"target":493},{"source":489,"target":88},{"source":493,"target":115},{"source":490,"target":86},{"source":89,"target":0},{"source":89,"target":86},{"source":89,"target":494},{"source":89,"target":495},{"source":89,"target":496},{"source":89,"target":497},{"source":494,"target":115},{"source":494,"target":498},{"source":494,"target":89},{"source":498,"target":115},{"source":495,"target":115},{"source":495,"target":499},{"source":495,"target":89},{"source":499,"target":115},{"source":496,"target":115},{"source":496,"target":500},{"source":496,"target":89},{"source":500,"target":115},{"source":497,"target":86},{"source":90,"target":0},{"source":90,"target":501},{"source":90,"target":502},{"source":90,"target":503},{"source":501,"target":504},{"source":501,"target":90},{"source":502,"target":115},{"source":502,"target":505},{"source":502,"target":90},{"source":505,"target":115},{"source":503,"target":19},{"source":503,"target":506},{"source":503,"target":90},{"source":506,"target":19},{"source":91,"target":0},{"source":91,"target":90},{"source":91,"target":507},{"source":507,"target":90},{"source":92,"target":0},{"source":92,"target":90},{"source":92,"target":508},{"source":92,"target":509},{"source":508,"target":115},{"source":508,"target":510},{"source":508,"target":92},{"source":510,"target":115},{"source":509,"target":90},{"source":93,"target":0},{"source":93,"target":511},{"source":511,"target":512},{"source":511,"target":93},{"source":94,"target":0},{"source":94,"target":93},{"source":94,"target":513},{"source":94,"target":514},{"source":94,"target":515},{"source":94,"target":516},{"source":513,"target":122},{"source":513,"target":517},{"source":513,"target":94},{"source":517,"target":122},{"source":514,"target":115},{"source":514,"target":518},{"source":514,"target":94},{"source":518,"target":115},{"source":515,"target":519},{"source":515,"target":94},{"source":516,"target":93},{"source":95,"target":0},{"source":95,"target":93},{"source":95,"target":520},{"source":95,"target":521},{"source":95,"target":522},{"source":95,"target":523},{"source":95,"target":524},{"source":95,"target":525},{"source":520,"target":115},{"source":520,"target":526},{"source":520,"target":95},{"source":526,"target":115},{"source":521,"target":527},{"source":521,"target":95},{"source":522,"target":4},{"source":522,"target":528},{"source":522,"target":95},{"source":528,"target":4},{"source":523,"target":4},{"source":523,"target":529},{"source":523,"target":95},{"source":529,"target":4},{"source":524,"target":530},{"source":524,"target":95},{"source":525,"target":93},{"source":96,"target":0},{"source":96,"target":93},{"source":96,"target":531},{"source":96,"target":532},{"source":96,"target":533},{"source":96,"target":534},{"source":96,"target":535},{"source":96,"target":536},{"source":531,"target":115},{"source":531,"target":537},{"source":531,"target":96},{"source":537,"target":115},{"source":532,"target":115},{"source":532,"target":538},{"source":532,"target":96},{"source":538,"target":115},{"source":533,"target":539},{"source":533,"target":96},{"source":534,"target":4},{"source":534,"target":540},{"source":534,"target":96},{"source":540,"target":4},{"source":535,"target":541},{"source":535,"target":96},{"source":536,"target":93},{"source":97,"target":0},{"source":97,"target":93},{"source":97,"target":542},{"source":97,"target":543},{"source":542,"target":544},{"source":542,"target":97},{"source":543,"target":93},{"source":98,"target":0},{"source":98,"target":93},{"source":98,"target":545},{"source":98,"target":546},{"source":98,"target":547},{"source":98,"target":548},{"source":98,"target":549},{"source":545,"target":115},{"source":545,"target":550},{"source":545,"target":98},{"source":550,"target":115},{"source":546,"target":115},{"source":546,"target":551},{"source":546,"target":98},{"source":551,"target":115},{"source":547,"target":115},{"source":547,"target":552},{"source":547,"target":98},{"source":552,"target":115},{"source":548,"target":553},{"source":548,"target":98},{"source":549,"target":93},{"source":99,"target":0},{"source":99,"target":93},{"source":99,"target":554},{"source":99,"target":555},{"source":99,"target":556},{"source":99,"target":557},{"source":99,"target":558},{"source":554,"target":559},{"source":554,"target":99},{"source":555,"target":115},{"source":555,"target":560},{"source":555,"target":99},{"source":560,"target":115},{"source":556,"target":115},{"source":556,"target":561},{"source":556,"target":99},{"source":561,"target":115},{"source":557,"target":562},{"source":557,"target":99},{"source":558,"target":93},{"source":100,"target":0},{"source":100,"target":93},{"source":100,"target":563},{"source":100,"target":564},{"source":100,"target":565},{"source":563,"target":115},{"source":563,"target":566},{"source":563,"target":100},{"source":566,"target":115},{"source":564,"target":115},{"source":564,"target":567},{"source":564,"target":100},{"source":567,"target":115},{"source":565,"target":93},{"source":101,"target":0},{"source":101,"target":568},{"source":101,"target":569},{"source":101,"target":570},{"source":101,"target":571},{"source":568,"target":572},{"source":568,"target":101},{"source":569,"target":122},{"source":569,"target":573},{"source":569,"target":101},{"source":573,"target":122},{"source":570,"target":5},{"source":570,"target":574},{"source":570,"target":101},{"source":574,"target":5},{"source":571,"target":122},{"source":571,"target":575},{"source":571,"target":101},{"source":575,"target":122},{"source":102,"target":0},{"source":102,"target":576},{"source":576,"target":577},{"source":576,"target":102},{"source":103,"target":0},{"source":103,"target":102},{"source":103,"target":578},{"source":103,"target":579},{"source":103,"target":580},{"source":103,"target":581},{"source":103,"target":582},{"source":578,"target":583},{"source":578,"target":103},{"source":579,"target":122},{"source":579,"target":584},{"source":579,"target":103},{"source":584,"target":122},{"source":580,"target":5},{"source":580,"target":585},{"source":580,"target":103},{"source":585,"target":5},{"source":581,"target":5},{"source":581,"target":586},{"source":581,"target":103},{"source":586,"target":5},{"source":582,"target":102},{"source":104,"target":0},{"source":104,"target":102},{"source":104,"target":587},{"source":104,"target":588},{"source":104,"target":589},{"source":104,"target":590},{"source":104,"target":591},{"source":587,"target":592},{"source":587,"target":104},{"source":588,"target":122},{"source":588,"target":593},{"source":588,"target":104},{"source":593,"target":122},{"source":589,"target":5},{"source":589,"target":594},{"source":589,"target":104},{"source":594,"target":5},{"source":590,"target":5},{"source":590,"target":595},{"source":590,"target":104},{"source":595,"target":5},{"source":591,"target":102},{"source":105,"target":0},{"source":105,"target":596},{"source":105,"target":597},{"source":105,"target":598},{"source":105,"target":599},{"source":596,"target":600},{"source":596,"target":105},{"source":597,"target":122},{"source":597,"target":601},{"source":597,"target":105},{"source":601,"target":122},{"source":598,"target":5},{"source":598,"target":602},{"source":598,"target":105},{"source":602,"target":5},{"source":599,"target":65},{"source":599,"target":603},{"source":599,"target":105},{"source":603,"target":65},{"source":106,"target":0},{"source":106,"target":102},{"source":106,"target":604},{"source":106,"target":605},{"source":106,"target":606},{"source":106,"target":607},{"source":604,"target":115},{"source":604,"target":608},{"source":604,"target":106},{"source":608,"target":115},{"source":605,"target":115},{"source":605,"target":609},{"source":605,"target":106},{"source":609,"target":115},{"source":606,"target":115},{"source":606,"target":610},{"source":606,"target":106},{"source":610,"target":115},{"source":607,"target":102},{"source":107,"target":0},{"source":107,"target":611},{"source":107,"target":612},{"source":107,"target":613},{"source":107,"target":614},{"source":107,"target":615},{"source":107,"target":616},{"source":107,"target":617},{"source":107,"target":618},{"source":107,"target":619},{"source":611,"target":620},{"source":611,"target":107},{"source":612,"target":621},{"source":612,"target":107},{"source":613,"target":622},{"source":613,"target":107},{"source":614,"target":117},{"source":614,"target":623},{"source":614,"target":107},{"source":623,"target":117},{"source":615,"target":120},{"source":615,"target":624},{"source":615,"target":107},{"source":624,"target":120},{"source":616,"target":122},{"source":616,"target":625},{"source":616,"target":107},{"source":625,"target":122},{"source":617,"target":110},{"source":617,"target":626},{"source":617,"target":107},{"source":626,"target":110},{"source":618,"target":109},{"source":618,"target":627},{"source":618,"target":107},{"source":627,"target":109},{"source":619,"target":49},{"source":619,"target":628},{"source":619,"target":107},{"source":628,"target":49},{"source":108,"target":0},{"source":108,"target":629},{"source":108,"target":630},{"source":108,"target":631},{"source":108,"target":632},{"source":108,"target":633},{"source":108,"target":634},{"source":108,"target":635},{"source":108,"target":636},{"source":108,"target":637},{"source":629,"target":638},{"source":629,"target":108},{"source":630,"target":639},{"source":630,"target":108},{"source":631,"target":640},{"source":631,"target":108},{"source":632,"target":117},{"source":632,"target":641},{"source":632,"target":108},{"source":641,"target":117},{"source":633,"target":133},{"source":633,"target":642},{"source":633,"target":108},{"source":642,"target":133},{"source":634,"target":122},{"source":634,"target":643},{"source":634,"target":108},{"source":643,"target":122},{"source":635,"target":110},{"source":635,"target":644},{"source":635,"target":108},{"source":644,"target":110},{"source":636,"target":109},{"source":636,"target":645},{"source":636,"target":108},{"source":645,"target":109},{"source":637,"target":49},{"source":637,"target":646},{"source":637,"target":108},{"source":646,"target":49},{"source":109,"target":0},{"source":109,"target":647},{"source":647,"target":118},{"source":647,"target":648},{"source":647,"target":109},{"source":648,"target":118},{"source":110,"target":0},{"source":111,"target":0},{"source":111,"target":110},{"source":111,"target":649},{"source":111,"target":650},{"source":111,"target":651},{"source":649,"target":652},{"source":649,"target":111},{"source":650,"target":653},{"source":650,"target":111},{"source":651,"target":110},{"source":112,"target":0},{"source":112,"target":102},{"source":112,"target":654},{"source":112,"target":655},{"source":112,"target":656},{"source":654,"target":115},{"source":654,"target":657},{"source":654,"target":112},{"source":657,"target":115},{"source":655,"target":122},{"source":655,"target":658},{"source":655,"target":112},{"source":658,"target":122},{"source":656,"target":102},{"source":113,"target":0},{"source":113,"target":102},{"source":113,"target":659},{"source":113,"target":660},{"source":113,"target":661},{"source":113,"target":662},{"source":113,"target":663},{"source":659,"target":122},{"source":659,"target":664},{"source":659,"target":113},{"source":664,"target":122},{"source":660,"target":122},{"source":660,"target":665},{"source":660,"target":113},{"source":665,"target":122},{"source":661,"target":7},{"source":661,"target":666},{"source":661,"target":113},{"source":666,"target":7},{"source":662,"target":114},{"source":662,"target":667},{"source":662,"target":113},{"source":667,"target":114},{"source":663,"target":102},{"source":114,"target":0},{"source":114,"target":668},{"source":114,"target":669},{"source":114,"target":670},{"source":114,"target":671},{"source":668,"target":672},{"source":668,"target":114},{"source":669,"target":115},{"source":669,"target":673},{"source":669,"target":114},{"source":673,"target":115},{"source":670,"target":131},{"source":670,"target":674},{"source":670,"target":114},{"source":674,"target":131},{"source":671,"target":35},{"source":671,"target":675},{"source":671,"target":114},{"source":675,"target":35},{"source":115,"target":0},{"source":115,"target":676},{"source":115,"target":677},{"source":676,"target":122},{"source":676,"target":678},{"source":676,"target":115},{"source":678,"target":122},{"source":677,"target":5},{"source":677,"target":679},{"source":677,"target":115},{"source":679,"target":5},{"source":116,"target":0},{"source":116,"target":680},{"source":116,"target":681},{"source":680,"target":122},{"source":680,"target":682},{"source":680,"target":116},{"source":682,"target":122},{"source":681,"target":117},{"source":681,"target":683},{"source":681,"target":116},{"source":683,"target":117},{"source":117,"target":0},{"source":117,"target":684},{"source":684,"target":685},{"source":684,"target":117},{"source":118,"target":0},{"source":118,"target":686},{"source":118,"target":687},{"source":686,"target":116},{"source":686,"target":688},{"source":686,"target":118},{"source":688,"target":116},{"source":687,"target":5},{"source":687,"target":689},{"source":687,"target":118},{"source":689,"target":5},{"source":119,"target":0},{"source":119,"target":11},{"source":119,"target":690},{"source":119,"target":691},{"source":690,"target":116},{"source":690,"target":692},{"source":690,"target":119},{"source":692,"target":116},{"source":691,"target":11},{"source":120,"target":0},{"source":120,"target":693},{"source":120,"target":694},{"source":120,"target":695},{"source":693,"target":696},{"source":693,"target":120},{"source":694,"target":123},{"source":694,"target":697},{"source":694,"target":120},{"source":697,"target":123},{"source":695,"target":121},{"source":695,"target":698},{"source":695,"target":120},{"source":698,"target":121},{"source":121,"target":0},{"source":121,"target":699},{"source":699,"target":43},{"source":699,"target":700},{"source":699,"target":121},{"source":700,"target":43},{"source":122,"target":0},{"source":122,"target":701},{"source":122,"target":702},{"source":122,"target":703},{"source":701,"target":124},{"source":701,"target":704},{"source":701,"target":122},{"source":704,"target":124},{"source":702,"target":121},{"source":702,"target":705},{"source":702,"target":122},{"source":705,"target":121},{"source":703,"target":123},{"source":703,"target":706},{"source":703,"target":122},{"source":706,"target":123},{"source":123,"target":0},{"source":123,"target":707},{"source":123,"target":708},{"source":123,"target":709},{"source":707,"target":116},{"source":707,"target":710},{"source":707,"target":123},{"source":710,"target":116},{"source":708,"target":711},{"source":708,"target":123},{"source":709,"target":121},{"source":709,"target":712},{"source":709,"target":123},{"source":712,"target":121},{"source":124,"target":0},{"source":124,"target":713},{"source":124,"target":714},{"source":713,"target":715},{"source":713,"target":124},{"source":714,"target":126},{"source":714,"target":716},{"source":714,"target":124},{"source":716,"target":126},{"source":125,"target":0},{"source":125,"target":717},{"source":125,"target":718},{"source":717,"target":719},{"source":717,"target":125},{"source":718,"target":126},{"source":718,"target":720},{"source":718,"target":125},{"source":720,"target":126},{"source":126,"target":0},{"source":126,"target":2},{"source":126,"target":721},{"source":126,"target":722},{"source":126,"target":723},{"source":721,"target":724},{"source":721,"target":126},{"source":722,"target":120},{"source":722,"target":725},{"source":722,"target":126},{"source":725,"target":120},{"source":723,"target":2},{"source":127,"target":0},{"source":128,"target":0},{"source":129,"target":0},{"source":129,"target":726},{"source":129,"target":727},{"source":726,"target":122},{"source":726,"target":728},{"source":726,"target":129},{"source":728,"target":122},{"source":727,"target":729},{"source":727,"target":129},{"source":130,"target":0},{"source":130,"target":730},{"source":130,"target":731},{"source":730,"target":732},{"source":730,"target":130},{"source":731,"target":122},{"source":731,"target":733},{"source":731,"target":130},{"source":733,"target":122},{"source":131,"target":0},{"source":131,"target":734},{"source":131,"target":735},{"source":734,"target":736},{"source":734,"target":131},{"source":735,"target":122},{"source":735,"target":737},{"source":735,"target":131},{"source":737,"target":122},{"source":132,"target":0},{"source":133,"target":0},{"source":134,"target":0},{"source":135,"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="ignoreCaseTestLanguage" nsURI="http://www.eclipse.org/2008/tmf/xtext/IgnoreCaseLexerTest" nsPrefix="ignoreCaseTestLanguage"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eclipse/xtext-core/org.eclipse.xtext.tests/src-gen/org/eclipse/xtext/lexer/IgnoreCaseLexerTestLanguage.ecore
ecore
ignoreCaseTestLanguage Model value
null
{"directed":true,"nodes":[{"nsPrefix":"ignoreCaseTestLanguage","nsURI":"http://www.eclipse.org/2008/tmf/xtext/IgnoreCaseLexerTest","name":"ignoreCaseTestLanguage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","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":"value","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}
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="datamodel" nsURI="http://at/sunplugged/cdv/datamodel" nsPrefix="at.sunplugged.cdv.datamodel"> <eClassifiers xsi:type="ecore:EClass" name="Database"> <eStructuralFeatures xsi:type="ecore:EReference" name="cellResults" lowerBound="1" eType="#//CellResults" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cellGroups" lowerBound="1" eType="#//CellGroups" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cellDataSets" lowerBound="1" eType="#//CellDataSets" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="evaluationMethods" lowerBound="1" eType="#//EvaluationMethods" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CellResults"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cellResults" upperBound="-1" eType="#//CellResult"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CellResult"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="default..." iD="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="evaluationMethod" eType="#//EvaluationMethod"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataEvaluated" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rawData" eType="#//CellMeasurementDataSet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="openCircuitVoltage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shortCircuitCurrent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parallelResistance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="seriesResistance" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumPower" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumPowerVoltage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumPowerCurrent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="efficency" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fillFactor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cellGroup" upperBound="-1" eType="#//CellGroup"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cellMeasurmenetDataSet" eType="#//CellMeasurementDataSet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CellGroups"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cellGroups" upperBound="-1" eType="#//CellGroup"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CellGroup"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="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="cellResults" upperBound="-1" eType="#//CellResult"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CellDataSets"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cellMesasurementDataSets" upperBound="-1" eType="#//CellMeasurementDataSet"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CellMeasurementDataSet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dateMeasured" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDate"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="voltageCurrentData" eType="#//VoltageCurrentData"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="area" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="powerInput" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EvaluationMethods"> <eStructuralFeatures xsi:type="ecore:EReference" name="evaluationMethods" upperBound="-1" eType="#//EvaluationMethod"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EvaluationMethod"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="description" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="VoltageCurrentData" instanceClassName="double[][]"/> </ecore:EPackage>
github:ecore:/data/freelancer1845/at.sunplugged.celldatabase/bundles/at.sunplugged.celldatabase.datamodel/model/datamodelold.ecore
ecore
datamodel Database cellResults cellGroups cellDataSets evaluationMethods CellResults name cellResults CellResult name default... description evaluationMethod dataEvaluated rawData openCircuitVoltage shortCircuitCurrent parallelResistance seriesResistance maximumPower maximumPowerVoltage maximumPowerCurrent efficency fillFactor cellGroup cellMeasurmenetDataSet CellGroups name cellGroups CellGroup name description cellResults CellDataSets name cellMesasurementDataSets CellMeasurementDataSet name description dateMeasured voltageCurrentData area powerInput EvaluationMethods evaluationMethods EvaluationMethod name description VoltageCurrentData double[][] double[][]
null
{"directed":true,"nodes":[{"nsPrefix":"at.sunplugged.cdv.datamodel","nsURI":"http://at/sunplugged/cdv/datamodel","name":"datamodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Database","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellResults","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellResult","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellGroups","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellGroup","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellDataSets","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CellMeasurementDataSet","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvaluationMethods","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EvaluationMethod","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":"double[][]","defaultValue":null,"instanceClassName":"double[][]","name":"VoltageCurrentData","instanceClass":"[[D","id":10,"serializable":true,"eClass":"EDataType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cellResults","changeable":true,"resolveProxies":true,"lowerBound":1,"id":11,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cellGroups","changeable":true,"resolveProxies":true,"lowerBound":1,"id":12,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cellDataSets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"evaluationMethods","changeable":true,"resolveProxies":true,"lowerBound":1,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"id":18,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"id":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":"cellResults","changeable":true,"resolveProxies":true,"lowerBound":0,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"default...","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"default...","unsettable":false,"transient":false,"unique":true,"name":"name","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":"description","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"evaluationMethod","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":"dataEvaluated","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rawData","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"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":"openCircuitVoltage","changeable":true,"lowerBound":0,"iD":false,"id":28,"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":"shortCircuitCurrent","changeable":true,"lowerBound":0,"iD":false,"id":29,"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":"parallelResistance","changeable":true,"lowerBound":0,"iD":false,"id":30,"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":"seriesResistance","changeable":true,"lowerBound":0,"iD":false,"id":31,"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":"maximumPower","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":"maximumPowerVoltage","changeable":true,"lowerBound":0,"iD":false,"id":33,"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":"maximumPowerCurrent","changeable":true,"lowerBound":0,"iD":false,"id":34,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"efficency","changeable":true,"lowerBound":0,"iD":false,"id":35,"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":"fillFactor","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cellGroup","changeable":true,"resolveProxies":true,"lowerBound":0,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cellMeasurmenetDataSet","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cellGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"id":59,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cellResults","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"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":"cellMesasurementDataSets","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":true,"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":"description","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":"dateMeasured","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":"voltageCurrentData","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"area","changeable":true,"lowerBound":0,"iD":false,"id":73,"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":"powerInput","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"evaluationMethods","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":true,"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},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":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":11,"target":2},{"source":11,"target":15},{"source":11,"target":1},{"source":15,"target":2},{"source":12,"target":4},{"source":12,"target":16},{"source":12,"target":1},{"source":16,"target":4},{"source":13,"target":6},{"source":13,"target":17},{"source":13,"target":1},{"source":17,"target":6},{"source":14,"target":8},{"source":14,"target":18},{"source":14,"target":1},{"source":18,"target":8},{"source":2,"target":0},{"source":2,"target":19},{"source":2,"target":20},{"source":19,"target":21},{"source":19,"target":2},{"source":20,"target":3},{"source":20,"target":22},{"source":20,"target":2},{"source":22,"target":3},{"source":3,"target":0},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":3,"target":35},{"source":3,"target":36},{"source":3,"target":37},{"source":3,"target":38},{"source":23,"target":39},{"source":23,"target":3},{"source":24,"target":40},{"source":24,"target":3},{"source":25,"target":9},{"source":25,"target":41},{"source":25,"target":3},{"source":41,"target":9},{"source":26,"target":42},{"source":26,"target":3},{"source":27,"target":7},{"source":27,"target":43},{"source":27,"target":3},{"source":43,"target":7},{"source":28,"target":44},{"source":28,"target":3},{"source":29,"target":45},{"source":29,"target":3},{"source":30,"target":46},{"source":30,"target":3},{"source":31,"target":47},{"source":31,"target":3},{"source":32,"target":48},{"source":32,"target":3},{"source":33,"target":49},{"source":33,"target":3},{"source":34,"target":50},{"source":34,"target":3},{"source":35,"target":51},{"source":35,"target":3},{"source":36,"target":52},{"source":36,"target":3},{"source":37,"target":5},{"source":37,"target":53},{"source":37,"target":3},{"source":53,"target":5},{"source":38,"target":7},{"source":38,"target":54},{"source":38,"target":3},{"source":54,"target":7},{"source":4,"target":0},{"source":4,"target":55},{"source":4,"target":56},{"source":55,"target":57},{"source":55,"target":4},{"source":56,"target":5},{"source":56,"target":58},{"source":56,"target":4},{"source":58,"target":5},{"source":5,"target":0},{"source":5,"target":59},{"source":5,"target":60},{"source":5,"target":61},{"source":59,"target":62},{"source":59,"target":5},{"source":60,"target":63},{"source":60,"target":5},{"source":61,"target":3},{"source":61,"target":64},{"source":61,"target":5},{"source":64,"target":3},{"source":6,"target":0},{"source":6,"target":65},{"source":6,"target":66},{"source":65,"target":67},{"source":65,"target":6},{"source":66,"target":7},{"source":66,"target":68},{"source":66,"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":7,"target":73},{"source":7,"target":74},{"source":69,"target":75},{"source":69,"target":7},{"source":70,"target":76},{"source":70,"target":7},{"source":71,"target":77},{"source":71,"target":7},{"source":72,"target":10},{"source":72,"target":78},{"source":72,"target":7},{"source":78,"target":10},{"source":73,"target":79},{"source":73,"target":7},{"source":74,"target":80},{"source":74,"target":7},{"source":8,"target":0},{"source":8,"target":81},{"source":81,"target":9},{"source":81,"target":82},{"source":81,"target":8},{"source":82,"target":9},{"source":9,"target":0},{"source":9,"target":83},{"source":9,"target":84},{"source":83,"target":85},{"source":83,"target":9},{"source":84,"target":86},{"source":84,"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="baseInheritanceTest" nsURI="http://www.eclipse.org/2009/tmf/xtext/BaseInheritanceTestLanguage" nsPrefix="baseInheritanceTest"> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType platform:/resource/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eclipse/xtext-core/org.eclipse.xtext.tests/src-gen/org/eclipse/xtext/grammarinheritance/BaseInheritanceTestLanguage.ecore
ecore
baseInheritanceTest Model name
null
{"directed":true,"nodes":[{"nsPrefix":"baseInheritanceTest","nsURI":"http://www.eclipse.org/2009/tmf/xtext/BaseInheritanceTestLanguage","name":"baseInheritanceTest","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","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},{"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="GraphConstraint" nsURI="http://www.example.org/GraphConstraint" nsPrefix="gc"> <eClassifiers xsi:type="ecore:EClass" name="Graph"> <eStructuralFeatures xsi:type="ecore:EReference" name="edges" upperBound="-1" eType="#//Edge" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nodes" upperBound="-1" eType="#//Node" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GraphElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NestedGraphConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="import" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EPackage"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//NestedGraphCondition" containment="true" eOpposite="#//NestedGraphCondition/gc"/> <eStructuralFeatures xsi:type="ecore:EReference" name="emptyDomain" lowerBound="1" eType="#//Graph" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Node" eSuperTypes="#//GraphElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EClass"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Edge" eSuperTypes="#//GraphElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="src" lowerBound="1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tgt" lowerBound="1" eType="#//Node"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EReference"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//GraphElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EAttribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//Graph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//Graph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mappings" upperBound="-1" eType="#//ElementMapping" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ElementMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="origin" lowerBound="1" eType="#//GraphElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="image" lowerBound="1" eType="#//GraphElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Quantifier"> <eLiterals name="EXISTS"/> <eLiterals name="FORALL"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Operator"> <eLiterals name="NOT"/> <eLiterals name="AND"/> <eLiterals name="OR"/> <eLiterals name="IMPLIES"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QuantifiedGraphCondition" eSuperTypes="#//NestedGraphCondition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantifier" lowerBound="1" eType="#//Quantifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="codomain" eType="#//Graph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="restriction" eType="#//Graph" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="restrictionMapping" eType="#//Mapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="codomainMapping" eType="#//Mapping" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nested" lowerBound="1" eType="#//NestedGraphCondition" containment="true" eOpposite="#//NestedGraphCondition/qgc"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="True" eSuperTypes="#//NestedGraphCondition"/> <eClassifiers xsi:type="ecore:EClass" name="Formula" eSuperTypes="#//NestedGraphCondition"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" lowerBound="1" eType="#//Operator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="args" lowerBound="1" upperBound="-1" eType="#//NestedGraphCondition" containment="true" eOpposite="#//NestedGraphCondition/formula"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Variable"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EDataType"/> <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="NestedGraphCondition" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="formula" eType="#//Formula" eOpposite="#//Formula/args"/> <eStructuralFeatures xsi:type="ecore:EReference" name="qgc" eType="#//QuantifiedGraphCondition" eOpposite="#//QuantifiedGraphCondition/nested"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gc" eType="#//NestedGraphConstraint" eOpposite="#//NestedGraphConstraint/condition"/> <eStructuralFeatures xsi:type="ecore:EReference" name="domain" lowerBound="1" eType="#//Graph"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vars" upperBound="-1" eType="#//Variable" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/dstrueber/bigtrafo/de.bigtrafo.benchmark/ocl/GraphConstraint.ecore
ecore
GraphConstraint Graph edges nodes GraphElement name NestedGraphConstraint import name condition emptyDomain Node attributes type Edge src tgt type Attribute op value type Mapping from to mappings ElementMapping origin image Quantifier EXISTS EXISTS FORALL FORALL Operator NOT NOT AND AND OR OR IMPLIES IMPLIES QuantifiedGraphCondition quantifier codomain restriction restrictionMapping codomainMapping nested True Formula op args Variable type name NestedGraphCondition formula qgc gc domain vars
null
{"directed":true,"nodes":[{"nsPrefix":"gc","nsURI":"http://www.example.org/GraphConstraint","name":"GraphConstraint","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Graph","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GraphElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedGraphConstraint","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":"Edge","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapping","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ElementMapping","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Quantifier","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Operator","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantifiedGraphCondition","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"True","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Formula","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variable","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestedGraphCondition","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"edges","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":"nodes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"import","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"name","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"emptyDomain","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"gc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"src","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tgt","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":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":"value","changeable":true,"lowerBound":0,"iD":false,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"container":false,"ordered":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":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":"to","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"mappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"image","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"name":"EXISTS","id":60,"value":0,"literal":"EXISTS","eClass":"EEnumLiteral"},{"name":"FORALL","id":61,"value":0,"literal":"FORALL","eClass":"EEnumLiteral"},{"name":"NOT","id":62,"value":0,"literal":"NOT","eClass":"EEnumLiteral"},{"name":"AND","id":63,"value":0,"literal":"AND","eClass":"EEnumLiteral"},{"name":"OR","id":64,"value":0,"literal":"OR","eClass":"EEnumLiteral"},{"name":"IMPLIES","id":65,"value":0,"literal":"IMPLIES","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quantifier","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"codomain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"restriction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"restrictionMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"codomainMapping","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nested","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"qgc","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":1,"iD":false,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"formula","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":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":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"domain","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"vars","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":16,"target":5},{"source":16,"target":18},{"source":16,"target":1},{"source":18,"target":5},{"source":17,"target":4},{"source":17,"target":19},{"source":17,"target":1},{"source":19,"target":4},{"source":2,"target":0},{"source":2,"target":20},{"source":20,"target":21},{"source":20,"target":2},{"source":3,"target":0},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":22,"target":26},{"source":22,"target":3},{"source":23,"target":27},{"source":23,"target":3},{"source":24,"target":15},{"source":24,"target":28},{"source":24,"target":3},{"source":24,"target":29},{"source":28,"target":15},{"source":25,"target":1},{"source":25,"target":30},{"source":25,"target":3},{"source":30,"target":1},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":31},{"source":4,"target":32},{"source":4,"target":33},{"source":31,"target":6},{"source":31,"target":34},{"source":31,"target":4},{"source":34,"target":6},{"source":32,"target":35},{"source":32,"target":4},{"source":33,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":5,"target":39},{"source":36,"target":4},{"source":36,"target":40},{"source":36,"target":5},{"source":40,"target":4},{"source":37,"target":4},{"source":37,"target":41},{"source":37,"target":5},{"source":41,"target":4},{"source":38,"target":42},{"source":38,"target":5},{"source":39,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":43,"target":47},{"source":43,"target":6},{"source":44,"target":48},{"source":44,"target":6},{"source":45,"target":49},{"source":45,"target":6},{"source":46,"target":2},{"source":7,"target":0},{"source":7,"target":50},{"source":7,"target":51},{"source":7,"target":52},{"source":50,"target":1},{"source":50,"target":53},{"source":50,"target":7},{"source":53,"target":1},{"source":51,"target":1},{"source":51,"target":54},{"source":51,"target":7},{"source":54,"target":1},{"source":52,"target":8},{"source":52,"target":55},{"source":52,"target":7},{"source":55,"target":8},{"source":8,"target":0},{"source":8,"target":56},{"source":8,"target":57},{"source":56,"target":2},{"source":56,"target":58},{"source":56,"target":8},{"source":58,"target":2},{"source":57,"target":2},{"source":57,"target":59},{"source":57,"target":8},{"source":59,"target":2},{"source":9,"target":0},{"source":9,"target":60},{"source":9,"target":61},{"source":60,"target":9},{"source":61,"target":9},{"source":10,"target":0},{"source":10,"target":62},{"source":10,"target":63},{"source":10,"target":64},{"source":10,"target":65},{"source":62,"target":10},{"source":63,"target":10},{"source":64,"target":10},{"source":65,"target":10},{"source":11,"target":0},{"source":11,"target":15},{"source":11,"target":66},{"source":11,"target":67},{"source":11,"target":68},{"source":11,"target":69},{"source":11,"target":70},{"source":11,"target":71},{"source":11,"target":72},{"source":66,"target":9},{"source":66,"target":73},{"source":66,"target":11},{"source":73,"target":9},{"source":67,"target":1},{"source":67,"target":74},{"source":67,"target":11},{"source":74,"target":1},{"source":68,"target":1},{"source":68,"target":75},{"source":68,"target":11},{"source":75,"target":1},{"source":69,"target":7},{"source":69,"target":76},{"source":69,"target":11},{"source":76,"target":7},{"source":70,"target":7},{"source":70,"target":77},{"source":70,"target":11},{"source":77,"target":7},{"source":71,"target":15},{"source":71,"target":78},{"source":71,"target":11},{"source":71,"target":79},{"source":78,"target":15},{"source":72,"target":15},{"source":12,"target":0},{"source":12,"target":15},{"source":12,"target":80},{"source":80,"target":15},{"source":13,"target":0},{"source":13,"target":15},{"source":13,"target":81},{"source":13,"target":82},{"source":13,"target":83},{"source":81,"target":10},{"source":81,"target":84},{"source":81,"target":13},{"source":84,"target":10},{"source":82,"target":15},{"source":82,"target":85},{"source":82,"target":13},{"source":82,"target":86},{"source":85,"target":15},{"source":83,"target":15},{"source":14,"target":0},{"source":14,"target":87},{"source":14,"target":88},{"source":87,"target":89},{"source":87,"target":14},{"source":88,"target":90},{"source":88,"target":14},{"source":15,"target":0},{"source":15,"target":86},{"source":15,"target":79},{"source":15,"target":29},{"source":15,"target":91},{"source":15,"target":92},{"source":86,"target":13},{"source":86,"target":93},{"source":86,"target":15},{"source":86,"target":82},{"source":93,"target":13},{"source":79,"target":11},{"source":79,"target":94},{"source":79,"target":15},{"source":79,"target":71},{"source":94,"target":11},{"source":29,"target":3},{"source":29,"target":95},{"source":29,"target":15},{"source":29,"target":24},{"source":95,"target":3},{"source":91,"target":1},{"source":91,"target":96},{"source":91,"target":15},{"source":96,"target":1},{"source":92,"target":14},{"source":92,"target":97},{"source":92,"target":15},{"source":97,"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="doublemulti" nsURI="http://doublemulti" nsPrefix="doublemulti"> <eClassifiers xsi:type="ecore:EClass" name="A"> <eOperations name="foo"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="B"/> <eClassifiers xsi:type="ecore:EClass" name="C" eSuperTypes="#//A #//B"/> <eClassifiers xsi:type="ecore:EClass" name="D" eSuperTypes="#//B #//A"/> </ecore:EPackage>
github:ecore:/data/gemoc/ale-lang/tests/org.eclipse.emf.ecoretools.ale.core.tests/model/doubleMulti.ecore
ecore
doublemulti A foo B C D
null
{"directed":true,"nodes":[{"nsPrefix":"doublemulti","nsURI":"http://doublemulti","name":"doublemulti","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"A","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"B","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"C","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"D","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"foo","lowerBound":0,"id":5,"many":false,"required":false,"eClass":"EOperation"},{"id":6,"eClass":"EGenericType"},{"id":7,"eClass":"EGenericType"},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":5,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":2},{"source":3,"target":6},{"source":3,"target":7},{"source":6,"target":1},{"source":7,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":1},{"source":4,"target":8},{"source":4,"target":9},{"source":8,"target":2},{"source":9,"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="CoreDTSM" nsURI="platform:/resource/DiceDPIM2DTSM/TargetMetaModel(DTSM)/CoreDTSM.ecore" nsPrefix="CoreDTSM"> <eClassifiers xsi:type="ecore:EClass" name="SourceNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="loadInMemory" lowerBound="1" upperBound="-1" eType="#//ChannelSpecification"/> <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:EEnum DPIM.ecore#//SourceType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComputationNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="nestingAndReplication" lowerBound="1" upperBound="-1" eType="#//ComputationNode"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="function" lowerBound="1" upperBound="-1" eType="#//FunctionSpecType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="DTSMComputationName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ReceiveFromFilter" eType="#//FilterNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChannelSpecification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="rate" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="size" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="TechSupport" eType="ecore:EEnum DPIM.ecore#//TechType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Policy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="CommunicationChannelName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WorkflowSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="restricts" lowerBound="1" upperBound="-1" eType="#//ComputationNode"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="workflowConstraints" upperBound="-1" eType="#//ConstraintsType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jobSchedule" lowerBound="1" eType="#//JobScheduleType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blockAccessSchedule" lowerBound="1" eType="#//AccessScheduleType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ConstraintsType"> <eLiterals name="maxIteration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ComputationalNodeType"> <eLiterals name="HadoopMR"/> <eLiterals name="Storm" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StorageNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="affects" lowerBound="1" upperBound="-1" eType="#//WorkflowSpecification"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nodeConstraints" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="managementLayer" lowerBound="1" eType="#//ManagementLayerType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="SorageName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ManagementLayerType"> <eLiterals name="spark"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="JobScheduleType"> <eLiterals name="runtime"/> <eLiterals name="speculative" value="1"/> <eLiterals name="redundant" value="2"/> <eLiterals name="fair" value="3"/> <eLiterals name="capacity" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AccessScheduleType"/> <eClassifiers xsi:type="ecore:EEnum" name="FunctionSpecType"> <eLiterals name="map"/> <eLiterals name="reduce" value="1"/> <eLiterals name="combine" value="2"/> <eLiterals name="partition" value="3"/> <eLiterals name="report" value="4"/> <eLiterals name="collectOutput" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DIAElement" eSuperTypes="#//ComputationNode #//SourceNode #//WorkflowSpecification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nodeTypeSpec" lowerBound="1" upperBound="-1" eType="#//ComputationalNodeType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="DiaName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DTSM"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="DtsmCputationNode" upperBound="-1" eType="#//ComputationNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="WorlFlowSpecification" upperBound="-1" eType="#//WorkflowSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ChannelSpecification" upperBound="-1" eType="#//ChannelSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="DtsmSourceNode" upperBound="-1" eType="#//SourceNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dtsmDIAElement" eType="#//DIAElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="DtsmFilterNode" upperBound="-1" eType="#//FilterNode" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="CongFiles" upperBound="-1" eType="#//DtsmConfiguration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FilterNode"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="FilterType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DtsmConfiguration"/> </ecore:EPackage>
github:ecore:/data/stajfar/DICE/DiceModelingProject/model/DTSM-Core/CoreDTSM.ecore
ecore
CoreDTSM SourceNode loadInMemory name Type ComputationNode nestingAndReplication function DTSMComputationName ReceiveFromFilter ChannelSpecification rate size TechSupport Policy CommunicationChannelName WorkflowSpecification restricts workflowConstraints jobSchedule blockAccessSchedule ConstraintsType maxIteration maxIteration ComputationalNodeType HadoopMR HadoopMR Storm Storm StorageNode affects nodeConstraints managementLayer SorageName ManagementLayerType spark spark JobScheduleType runtime runtime speculative speculative redundant redundant fair fair capacity capacity AccessScheduleType FunctionSpecType map map reduce reduce combine combine partition partition report report collectOutput collectOutput DIAElement nodeTypeSpec DiaName DTSM name DtsmCputationNode WorlFlowSpecification ChannelSpecification DtsmSourceNode dtsmDIAElement DtsmFilterNode CongFiles FilterNode FilterType DtsmConfiguration
null
{"directed":true,"nodes":[{"nsPrefix":"CoreDTSM","nsURI":"platform:/resource/DiceDPIM2DTSM/TargetMetaModel(DTSM)/CoreDTSM.ecore","name":"CoreDTSM","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SourceNode","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputationNode","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChannelSpecification","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WorkflowSpecification","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConstraintsType","instanceClass":null,"id":5,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComputationalNodeType","instanceClass":null,"id":6,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageNode","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ManagementLayerType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"JobScheduleType","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AccessScheduleType","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"FunctionSpecType","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DIAElement","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DTSM","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterNode","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DtsmConfiguration","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"loadInMemory","changeable":true,"resolveProxies":true,"lowerBound":1,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":17,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Type","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nestingAndReplication","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"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":"function","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"DTSMComputationName","changeable":true,"lowerBound":0,"iD":false,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ReceiveFromFilter","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"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"rate","changeable":true,"lowerBound":0,"iD":false,"id":30,"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":"size","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"TechSupport","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Policy","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":"CommunicationChannelName","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"},{"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":"restricts","changeable":true,"resolveProxies":true,"lowerBound":1,"id":40,"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":"workflowConstraints","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"jobSchedule","changeable":true,"lowerBound":1,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"blockAccessSchedule","changeable":true,"lowerBound":1,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"name":"maxIteration","id":48,"value":0,"literal":"maxIteration","eClass":"EEnumLiteral"},{"name":"HadoopMR","id":49,"value":0,"literal":"HadoopMR","eClass":"EEnumLiteral"},{"name":"Storm","id":50,"value":1,"literal":"Storm","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"affects","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"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":"nodeConstraints","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"managementLayer","changeable":true,"lowerBound":1,"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":"SorageName","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"name":"spark","id":59,"value":0,"literal":"spark","eClass":"EEnumLiteral"},{"name":"runtime","id":60,"value":0,"literal":"runtime","eClass":"EEnumLiteral"},{"name":"speculative","id":61,"value":1,"literal":"speculative","eClass":"EEnumLiteral"},{"name":"redundant","id":62,"value":2,"literal":"redundant","eClass":"EEnumLiteral"},{"name":"fair","id":63,"value":3,"literal":"fair","eClass":"EEnumLiteral"},{"name":"capacity","id":64,"value":4,"literal":"capacity","eClass":"EEnumLiteral"},{"name":"map","id":65,"value":0,"literal":"map","eClass":"EEnumLiteral"},{"name":"reduce","id":66,"value":1,"literal":"reduce","eClass":"EEnumLiteral"},{"name":"combine","id":67,"value":2,"literal":"combine","eClass":"EEnumLiteral"},{"name":"partition","id":68,"value":3,"literal":"partition","eClass":"EEnumLiteral"},{"name":"report","id":69,"value":4,"literal":"report","eClass":"EEnumLiteral"},{"name":"collectOutput","id":70,"value":5,"literal":"collectOutput","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nodeTypeSpec","changeable":true,"lowerBound":1,"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":"DiaName","changeable":true,"lowerBound":0,"iD":false,"id":72,"derived":false},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"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":78,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"DtsmCputationNode","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":"WorlFlowSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ChannelSpecification","changeable":true,"resolveProxies":true,"lowerBound":0,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"DtsmSourceNode","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":"dtsmDIAElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"DtsmFilterNode","changeable":true,"resolveProxies":true,"lowerBound":0,"id":84,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"CongFiles","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"FilterType","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"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":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":16,"target":3},{"source":16,"target":19},{"source":16,"target":1},{"source":19,"target":3},{"source":17,"target":20},{"source":17,"target":1},{"source":18,"target":21},{"source":18,"target":1},{"source":2,"target":0},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":22,"target":2},{"source":22,"target":26},{"source":22,"target":2},{"source":26,"target":2},{"source":23,"target":11},{"source":23,"target":27},{"source":23,"target":2},{"source":27,"target":11},{"source":24,"target":28},{"source":24,"target":2},{"source":25,"target":14},{"source":25,"target":29},{"source":25,"target":2},{"source":29,"target":14},{"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":37},{"source":32,"target":3},{"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":2},{"source":40,"target":44},{"source":40,"target":4},{"source":44,"target":2},{"source":41,"target":5},{"source":41,"target":45},{"source":41,"target":4},{"source":45,"target":5},{"source":42,"target":9},{"source":42,"target":46},{"source":42,"target":4},{"source":46,"target":9},{"source":43,"target":10},{"source":43,"target":47},{"source":43,"target":4},{"source":47,"target":10},{"source":5,"target":0},{"source":5,"target":48},{"source":48,"target":5},{"source":6,"target":0},{"source":6,"target":49},{"source":6,"target":50},{"source":49,"target":6},{"source":50,"target":6},{"source":7,"target":0},{"source":7,"target":51},{"source":7,"target":52},{"source":7,"target":53},{"source":7,"target":54},{"source":51,"target":4},{"source":51,"target":55},{"source":51,"target":7},{"source":55,"target":4},{"source":52,"target":56},{"source":52,"target":7},{"source":53,"target":8},{"source":53,"target":57},{"source":53,"target":7},{"source":57,"target":8},{"source":54,"target":58},{"source":54,"target":7},{"source":8,"target":0},{"source":8,"target":59},{"source":59,"target":8},{"source":9,"target":0},{"source":9,"target":60},{"source":9,"target":61},{"source":9,"target":62},{"source":9,"target":63},{"source":9,"target":64},{"source":60,"target":9},{"source":61,"target":9},{"source":62,"target":9},{"source":63,"target":9},{"source":64,"target":9},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":65},{"source":11,"target":66},{"source":11,"target":67},{"source":11,"target":68},{"source":11,"target":69},{"source":11,"target":70},{"source":65,"target":11},{"source":66,"target":11},{"source":67,"target":11},{"source":68,"target":11},{"source":69,"target":11},{"source":70,"target":11},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":1},{"source":12,"target":4},{"source":12,"target":71},{"source":12,"target":72},{"source":12,"target":73},{"source":12,"target":74},{"source":12,"target":75},{"source":71,"target":6},{"source":71,"target":76},{"source":71,"target":12},{"source":76,"target":6},{"source":72,"target":77},{"source":72,"target":12},{"source":73,"target":2},{"source":74,"target":1},{"source":75,"target":4},{"source":13,"target":0},{"source":13,"target":78},{"source":13,"target":79},{"source":13,"target":80},{"source":13,"target":81},{"source":13,"target":82},{"source":13,"target":83},{"source":13,"target":84},{"source":13,"target":85},{"source":78,"target":86},{"source":78,"target":13},{"source":79,"target":2},{"source":79,"target":87},{"source":79,"target":13},{"source":87,"target":2},{"source":80,"target":4},{"source":80,"target":88},{"source":80,"target":13},{"source":88,"target":4},{"source":81,"target":3},{"source":81,"target":89},{"source":81,"target":13},{"source":89,"target":3},{"source":82,"target":1},{"source":82,"target":90},{"source":82,"target":13},{"source":90,"target":1},{"source":83,"target":12},{"source":83,"target":91},{"source":83,"target":13},{"source":91,"target":12},{"source":84,"target":14},{"source":84,"target":92},{"source":84,"target":13},{"source":92,"target":14},{"source":85,"target":15},{"source":85,"target":93},{"source":85,"target":13},{"source":93,"target":15},{"source":14,"target":0},{"source":14,"target":94},{"source":94,"target":95},{"source":94,"target":14},{"source":15,"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="fml" nsURI="http://www.xtext.org/example/mydsl/Fml" nsPrefix="fml"> <eClassifiers xsi:type="ecore:EClass" name="FamiliarScript"> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cmds" upperBound="-1" eType="#//ScriptCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exports" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScriptCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="var" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metaID" eType="#//StringExpr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cmd" eType="#//ComplexCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComplexCommand" eSuperTypes="#//ScriptCommand #//Command"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Command" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="not" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="batom" eType="#//ComplexCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Command" eSuperTypes="#//FMLAbstractCommand"/> <eClassifiers xsi:type="ecore:EClass" name="IntegerExpr" eSuperTypes="#//Command #//IntegerCommand"/> <eClassifiers xsi:type="ecore:EClass" name="BooleanExpr" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IdentifierExpr" eSuperTypes="#//Command #//FMCommand #//FTCommand #//BCommand #//StrCommand #//ConfigurationCommand #//SetCommand #//ConstraintCommand #//IntegerCommand #//VariabilityOpCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="metaID" eType="#//StringExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringExpr" eSuperTypes="#//Command #//StrCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetExpr" eSuperTypes="#//Command #//SetCommand"> <eStructuralFeatures xsi:type="ecore:EReference" name="e" upperBound="-1" eType="#//ComplexCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AtomicConstraintExpr" eSuperTypes="#//Command #//ConstraintCommand"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//CNF" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstraintExpr" eSuperTypes="#//Command #//SetCommand"> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//CNF" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="EditConstant"> <eLiterals name="REFACTORING" literal="REFACTORING"/> <eLiterals name="SPECIALIZATION" value="1" literal="SPECIALIZATION"/> <eLiterals name="GENERALIZATION" value="2" literal="GENERALIZATION"/> <eLiterals name="ARBITRARY" value="3" literal="ARBITRARY"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureVariabilityOperator" eSuperTypes="#//Command #//VariabilityOpCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="#//FeatureEdgeKind"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FeatureEdgeKind"> <eLiterals name="MANDATORY" literal="mand"/> <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> <eClassifiers xsi:type="ecore:EClass" name="IfCondition" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EReference" name="bexpr" eType="#//ComplexCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="then" upperBound="-1" eType="#//ScriptCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="else" upperBound="-1" eType="#//ScriptCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ForeachSet" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="var" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exprs" upperBound="-1" eType="#//ScriptCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="lType"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FMLAbstractCommand"/> <eClassifiers xsi:type="ecore:EClass" name="FMCommand" eSuperTypes="#//FMLAbstractCommand"/> <eClassifiers xsi:type="ecore:EClass" name="FTCommand" eSuperTypes="#//FMLAbstractCommand"/> <eClassifiers xsi:type="ecore:EClass" name="BCommand"/> <eClassifiers xsi:type="ecore:EClass" name="StrCommand"/> <eClassifiers xsi:type="ecore:EClass" name="ConfigurationCommand"/> <eClassifiers xsi:type="ecore:EClass" name="SetCommand" eSuperTypes="#//FMLAbstractCommand"/> <eClassifiers xsi:type="ecore:EClass" name="Leaves" eSuperTypes="#//Command #//SetCommand"> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConstraintCommand" eSuperTypes="#//FMLAbstractCommand"/> <eClassifiers xsi:type="ecore:EClass" name="GetConstraints" eSuperTypes="#//Command #//SetCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kindOfGet" eType="#//KindOfGet"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="KindOfGet"> <eLiterals name="HIERARCHY_IMPLIES" literal="getImpliesHierarchy"/> <eLiterals name="HIERARCHY_EXCLUDES" value="1" literal="getExcludesHierarchy"/> <eLiterals name="HIERARCHY_BIIMPLIES" value="2" literal="getBiimpliesHierarchy"/> <eLiterals name="CONSTRAINT_IMPLIES" value="3" literal="getImpliesConstraint"/> <eLiterals name="CONSTRAINT_EXCLUDES" value="4" literal="getExcludesConstraint"/> <eLiterals name="CONSTRAINT_BIIMPLIES" value="5" literal="getBiimpliesConstraint"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComputeConstraints" eSuperTypes="#//Command #//SetCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kindOfCompute" eType="#//KindOfCompute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="over" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fts" eType="#//SetCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="KindOfCompute"> <eLiterals name="IMPLIES" literal="computeImplies"/> <eLiterals name="EXCLUDES" value="1" literal="computeExcludes"/> <eLiterals name="BIIMPLIES" value="2" literal="computeBiimplies"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GetFGroups" eSuperTypes="#//Command #//SetCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kindOfGroups" eType="#//KindOfGetGroups"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="KindOfGetGroups"> <eLiterals name="OR" literal="getORGroups"/> <eLiterals name="XOR" value="1" literal="getXORGroups"/> <eLiterals name="MUTEX" value="2" literal="getMUTEXGroups"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComputeFGroups" eSuperTypes="#//Command #//SetCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kindOfGroups" eType="#//KindOfComputeGroups"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="KindOfComputeGroups"> <eLiterals name="OR" literal="computeORGroups"/> <eLiterals name="XOR" value="1" literal="computeXORGroups"/> <eLiterals name="MUTEX" value="2" literal="computeMUTEXGroups"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PairwiseCommand" eSuperTypes="#//Command #//SetCommand"> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="minimization" eType="#//IntegerCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="partial" eType="#//IntegerCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerCommand"/> <eClassifiers xsi:type="ecore:EClass" name="DoubleCommand" eSuperTypes="#//IntegerCommand"/> <eClassifiers xsi:type="ecore:EClass" name="VariabilityOpCommand"/> <eClassifiers xsi:type="ecore:EClass" name="AnalysisOperation" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetOperations" eSuperTypes="#//Command"/> <eClassifiers xsi:type="ecore:EClass" name="SetCard" eSuperTypes="#//IntegerCommand #//SetOperations"> <eStructuralFeatures xsi:type="ecore:EReference" name="set" eType="#//SetCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetBelongs" eSuperTypes="#//BCommand #//SetOperations"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="setl" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="setr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetUnionOrIntersection" eSuperTypes="#//SetCommand #//SetOperations"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setl" eType="#//SetCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setr" eType="#//SetCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetEmpty" eSuperTypes="#//SetCommand #//SetOperations"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetAddOrRemove" eSuperTypes="#//SetOperations"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="setl" eType="#//SetCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="#//Command" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsEmptySet" eSuperTypes="#//BCommand #//SetOperations"> <eStructuralFeatures xsi:type="ecore:EReference" name="set" eType="#//SetCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetToNames" eSuperTypes="#//SetCommand #//SetOperations"> <eStructuralFeatures xsi:type="ecore:EReference" name="set" eType="#//SetCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureOperation" eSuperTypes="#//Command #//FTCommand #//StrCommand #//SetCommand"> <eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//FTCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AncestorFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DescendantFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChildrenFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SiblingFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParentFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NameFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FMFeature" eSuperTypes="#//FMCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureOperator"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringOperation" eSuperTypes="#//Command"/> <eClassifiers xsi:type="ecore:EClass" name="StringInit" eSuperTypes="#//StrCommand #//StringOperation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringConcat" eSuperTypes="#//StrCommand #//StringOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="lstr" eType="#//StrCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rstr" eType="#//StrCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringSubstring" eSuperTypes="#//StrCommand #//StringOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="str" eType="#//StrCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="begin" eType="#//IntegerCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="end" eType="#//IntegerCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringIndexOf" eSuperTypes="#//IntegerCommand #//StringOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="str" eType="#//StrCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schar" eType="#//StrCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLength" eSuperTypes="#//IntegerCommand #//StringOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="str" eType="#//StrCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Compare" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EReference" name="fm_left" eType="#//FMCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fm_right" eType="#//FMCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="param" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//lType" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LoadGeneric" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stream" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="params" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ns" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CTCRCommand" eSuperTypes="#//Command #//DoubleCommand"> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Merge" eSuperTypes="#//Command #//FMCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="backend" eType="#//BDDBackend"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lazy" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="#//MergeMode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lfms" upperBound="-1" eType="#//FMCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fms" eType="#//LFMArgs" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BDDBackend"> <eLiterals name="BDD_DEFAULT" literal="@backend=DEFAULT"/> <eLiterals name="BDD_BASIC" value="1" literal="@backend=BDD"/> <eLiterals name="BDD_SPLOT" value="2" literal="@backend=BDD_SPLOT"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MergeMode"> <eLiterals name="CROSS" literal="crossproduct"/> <eLiterals name="UNION" value="1" literal="union"/> <eLiterals name="SUNION" value="2" literal="sunion"/> <eLiterals name="INTER" value="3" literal="intersection"/> <eLiterals name="DIFF" value="4" literal="diff"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LFMArgs"> <eStructuralFeatures xsi:type="ecore:EReference" name="lfms" upperBound="-1" eType="#//FMCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AggregateMerge" eSuperTypes="#//Command #//FMCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hierarchySpecified" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hierarchyStrategy" eType="#//HierarchyStrategy"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="#//MergeMode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lfms" upperBound="-1" eType="#//FMCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fms" eType="#//LFMArgs" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="HierarchyStrategy"> <eLiterals name="BASIC" literal="=basic"/> <eLiterals name="FLAT" value="1" literal="=flat"/> <eLiterals name="MST" value="2" literal="=mst"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Synthesis" eSuperTypes="#//Command #//FMCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interactive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="over" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fts" eType="#//SetCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="kst" eType="#//KnowledgeSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KnowledgeSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="hierarchy" eType="#//HierarchySpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" eType="#//GroupsSpecification" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" eType="#//ConstraintsSpecification" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HierarchySpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="hierarchy" eType="#//Hierarchy" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//HProduction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HProduction"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="features" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GroupsSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1" eType="#//GroupSpec" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GroupSpec"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="features" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XorGroupSpec" eSuperTypes="#//GroupSpec"/> <eClassifiers xsi:type="ecore:EClass" name="MtxGroupSpec" eSuperTypes="#//GroupSpec"/> <eClassifiers xsi:type="ecore:EClass" name="OrGroupSpec" eSuperTypes="#//GroupSpec"/> <eClassifiers xsi:type="ecore:EClass" name="ConstraintsSpecification"> <eStructuralFeatures xsi:type="ecore:EReference" name="csts" eType="#//ConstraintExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Slice" eSuperTypes="#//Command #//FMCommand"> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="#//SliceMode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fts" eType="#//SetCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SliceMode"> <eLiterals name="INCLUDING" literal="including"/> <eLiterals name="EXCLUDING" value="1" literal="excluding"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Aggregate" eSuperTypes="#//Command #//FMCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="renamings" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fms" upperBound="-1" eType="#//FMCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sfms" eType="#//IdentifierExpr" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="mapping" eType="#//SetCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureModelOperation" eSuperTypes="#//Command"/> <eClassifiers xsi:type="ecore:EClass" name="EditOperation" eSuperTypes="#//FeatureModelOperation"/> <eClassifiers xsi:type="ecore:EClass" name="Insert" eSuperTypes="#//BCommand #//FeatureModelOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="aspectfm" eType="#//FMCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseft" eType="#//FTCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="op" eType="#//VariabilityOpCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RemoveFeature" eSuperTypes="#//BCommand #//EditOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//FTCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RenameFeature" eSuperTypes="#//BCommand #//EditOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="feature" eType="#//FTCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureNew" eType="#//StrCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Extract" eSuperTypes="#//FMCommand #//FeatureModelOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="rootfeature" eType="#//FTCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assertion" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EReference" name="assertion" eType="#//ComplexCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ComparisonOperator"> <eLiterals name="EQUAL" literal="eq"/> <eLiterals name="NotEqual" value="1" literal="neq"/> <eLiterals name="LesserThan" value="2" literal="&lt;"/> <eLiterals name="GreaterThan" value="3" literal=">"/> <eLiterals name="REF_EQUAL" value="4" literal="=="/> <eLiterals name="REF_NotEqual" value="5" literal="!="/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SetOperator"> <eLiterals name="SUNION" literal="++"/> <eLiterals name="SDIFF" value="1" literal="--"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableNull" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="var" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Export"> <eStructuralFeatures xsi:type="ecore:EReference" name="arg" eType="#//LVidentifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Hidden"> <eStructuralFeatures xsi:type="ecore:EReference" name="arg" eType="#//LVidentifier" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LVidentifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="args" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dependency"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="var" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConfigurationCmd" eSuperTypes="#//Command"/> <eClassifiers xsi:type="ecore:EClass" name="CreateConfiguration" eSuperTypes="#//ConfigurationCommand #//ConfigurationCmd"> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CompleteConfiguration" eSuperTypes="#//BCommand #//ConfigurationCmd"> <eStructuralFeatures xsi:type="ecore:EReference" name="config" eType="#//ConfigurationCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectionFeature" eSuperTypes="#//ConfigurationCmd"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fts" upperBound="-1" eType="#//FeatureExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="config" eType="#//ConfigurationCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="ft" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OpSelection"> <eLiterals name="SELECT" literal="select"/> <eLiterals name="DESELECT" value="1" literal="deselect"/> <eLiterals name="UNSELECT" value="2" literal="unselect"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AutoConfiguration" eSuperTypes="#//ConfigurationCmd"> <eStructuralFeatures xsi:type="ecore:EReference" name="config" eType="#//ConfigurationCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mode" eType="#//AutoConfMode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="AutoConfMode"> <eLiterals name="RANDOM" literal="RANDOM"/> <eLiterals name="MAX" value="1" literal="MAX"/> <eLiterals name="MIN" value="2" literal="MIN"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectedConfiguration" eSuperTypes="#//SetCommand #//ConfigurationCmd"> <eStructuralFeatures xsi:type="ecore:EReference" name="config" eType="#//ConfigurationCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeselectedConfiguration" eSuperTypes="#//SetCommand #//ConfigurationCmd"> <eStructuralFeatures xsi:type="ecore:EReference" name="config" eType="#//ConfigurationCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnselectedConfiguration" eSuperTypes="#//ConfigurationCmd"> <eStructuralFeatures xsi:type="ecore:EReference" name="config" eType="#//ConfigurationCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AsFM" eSuperTypes="#//Command #//FMCommand"> <eStructuralFeatures xsi:type="ecore:EReference" name="conf" eType="#//ConfigurationCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Map" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cst" eType="#//SetCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnMap" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CleanUp" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cores" eSuperTypes="#//Command #//SetCommand"> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Deads" eSuperTypes="#//Command #//SetCommand"> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FullMandatorys" eSuperTypes="#//Command #//SetCommand"> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cliques" eSuperTypes="#//Command #//SetCommand"> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScriptDefinition" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cmds" upperBound="-1" eType="#//ScriptCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="exports" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Shell" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EReference" name="cmd" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Exit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Exist"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="var" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsConflicting" eSuperTypes="#//BCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="var" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Listing"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="opt" eType="#//OPT_LISTING"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="OPT_LISTING"> <eLiterals name="NORMAL" literal="--normal"/> <eLiterals name="VERBOSE" value="1" literal="--verbose"/> <eLiterals name="VALUE_ONLY" value="2" literal="--withValues"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="State"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="val" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CopyVariable" eSuperTypes="#//Command #//FMCommand #//FTCommand #//StrCommand #//VariabilityOpCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RemoveVariable" eSuperTypes="#//Command #//BCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vid" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Convert" eSuperTypes="#//Command #//StrCommand"> <eStructuralFeatures xsi:type="ecore:EReference" name="v" eType="#//FMCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="#//FMFormat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FMFormat"> <eLiterals name="DIMACS" literal="DIMACS"/> <eLiterals name="FMLCONSTRAINT" value="1" literal="fmlconstraints"/> <eLiterals name="FMLBDD" value="2" literal="fmlbdd"/> <eLiterals name="FIDE" value="3" literal="featureide"/> <eLiterals name="FCALC" value="4" literal="fmcalc"/> <eLiterals name="FFML" value="5" literal="fml"/> <eLiterals name="FSPLOT" value="6" literal="SPLOT"/> <eLiterals name="FTVL" value="7" literal="TVL"/> <eLiterals name="FTRISKELL" value="8" literal="fd"/> <eLiterals name="FFML2" value="9" literal="xmi"/> <eLiterals name="S2T2" value="10" literal="S2T2"/> <eLiterals name="FMLBDD_ONLY" value="11" literal="bdd"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FMLSave" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EReference" name="v" eType="#//FMCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="#//FMFormat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Hierarchy" eSuperTypes="#//Command #//FMCommand"> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrinterUtility" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arg" eType="#//LArgs" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LArgs"> <eStructuralFeatures xsi:type="ecore:EReference" name="args" upperBound="-1" eType="#//Command" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GDisplay" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cmdDisplay" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="var" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GListing" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cmd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModifyVOperator" eSuperTypes="#//Command #//BCommand"/> <eClassifiers xsi:type="ecore:EClass" name="MandatoryEdit" eSuperTypes="#//ModifyVOperator"> <eStructuralFeatures xsi:type="ecore:EReference" name="ft" eType="#//FTCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OptionalEdit" eSuperTypes="#//ModifyVOperator"> <eStructuralFeatures xsi:type="ecore:EReference" name="ft" eType="#//FTCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlternativeEdit" eSuperTypes="#//ModifyVOperator"> <eStructuralFeatures xsi:type="ecore:EReference" name="fts" eType="#//SetCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrEdit" eSuperTypes="#//ModifyVOperator"> <eStructuralFeatures xsi:type="ecore:EReference" name="fts" eType="#//SetCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AddConstraint" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EReference" name="cst" eType="#//ConstraintCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RemoveConstraint" eSuperTypes="#//Command"> <eStructuralFeatures xsi:type="ecore:EReference" name="cst" eType="#//ConstraintCommand" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fm" eType="#//FMCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CNF"/> <eClassifiers xsi:type="ecore:EClass" name="CNFExpression" eSuperTypes="#//CNF"> <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="Neg_expr" eSuperTypes="#//CNFExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" eType="#//CNFExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="BOOL_Operator"> <eLiterals name="BOOL_OR" literal="||"/> <eLiterals name="BOOL_AND" value="1" literal="&amp;&amp;"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureModel" eSuperTypes="#//Command #//FMCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="root" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Production" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expr" upperBound="-1" eType="#//CNF" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="file" eType="#//StringExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Production"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="features" upperBound="-1" eType="#//Child" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Child"/> <eClassifiers xsi:type="ecore:EClass" name="Mandatory" eSuperTypes="#//Child"> <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="Optional" eSuperTypes="#//Child"> <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="Xorgroup" eSuperTypes="#//Child"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="features" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Orgroup" eSuperTypes="#//Child"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="features" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mutexgroup" eSuperTypes="#//Child"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="features" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerOperation" eSuperTypes="#//ComplexCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//IntegerCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoolOperation" eSuperTypes="#//ComplexCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="op" eType="#//BOOL_Operator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ComplexCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ComparisonOperation" eSuperTypes="#//ComplexCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="cmpOp" eType="#//ComparisonOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ComplexCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetOperation" eSuperTypes="#//ComplexCommand"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sop" eType="#//SetOperator"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ComplexCommand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntLiteral" eSuperTypes="#//IntegerExpr"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Or_expr" eSuperTypes="#//CNFExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//CNFExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//CNFExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="And_expr" eSuperTypes="#//CNFExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//CNFExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//CNFExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Impl_expr" eSuperTypes="#//CNFExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//CNFExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//CNFExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Biimpl_expr" eSuperTypes="#//CNFExpression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//CNFExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//CNFExpression" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/FAMILIAR-project/familiar-language/org.xtext.example.fml.parent/org.xtext.example.fml/model/generated/Fml.ecore
ecore
fml FamiliarScript params cmds exports ScriptCommand var metaID cmd ComplexCommand left not batom Command IntegerExpr BooleanExpr val IdentifierExpr val metaID StringExpr val SetExpr e AtomicConstraintExpr expr ConstraintExpr constraints fm EditConstant REFACTORING REFACTORING SPECIALIZATION SPECIALIZATION GENERALIZATION GENERALIZATION ARBITRARY ARBITRARY FeatureVariabilityOperator val FeatureEdgeKind MANDATORY mand OPTIONAL opt ALTERNATIVE Xor OR Or MUTEX Mutex IfCondition bexpr then else ForeachSet val var exprs lType val FMLAbstractCommand FMCommand FTCommand BCommand StrCommand ConfigurationCommand SetCommand Leaves fm ConstraintCommand GetConstraints kindOfGet fm KindOfGet HIERARCHY_IMPLIES getImpliesHierarchy HIERARCHY_EXCLUDES getExcludesHierarchy HIERARCHY_BIIMPLIES getBiimpliesHierarchy CONSTRAINT_IMPLIES getImpliesConstraint CONSTRAINT_EXCLUDES getExcludesConstraint CONSTRAINT_BIIMPLIES getBiimpliesConstraint ComputeConstraints kindOfCompute fm over fts KindOfCompute IMPLIES computeImplies EXCLUDES computeExcludes BIIMPLIES computeBiimplies GetFGroups kindOfGroups fm KindOfGetGroups OR getORGroups XOR getXORGroups MUTEX getMUTEXGroups ComputeFGroups kindOfGroups fm KindOfComputeGroups OR computeORGroups XOR computeXORGroups MUTEX computeMUTEXGroups PairwiseCommand fm minimization partial IntegerCommand DoubleCommand VariabilityOpCommand AnalysisOperation op fm SetOperations SetCard set SetBelongs setl setr SetUnionOrIntersection op setl setr SetEmpty val SetAddOrRemove op setl var IsEmptySet set SetToNames set FeatureOperation op feature AncestorFeature val DescendantFeature val ChildrenFeature val SiblingFeature val ParentFeature val NameFeature val FMFeature val FeatureOperator val StringOperation StringInit val StringConcat lstr rstr StringSubstring str begin end StringIndexOf str schar StringLength str Compare fm_left fm_right Parameter param typed type LoadGeneric stream params ns CTCRCommand fm Merge backend lazy mode lfms fms BDDBackend BDD_DEFAULT @backend=DEFAULT BDD_BASIC @backend=BDD BDD_SPLOT @backend=BDD_SPLOT MergeMode CROSS crossproduct UNION union SUNION sunion INTER intersection DIFF diff LFMArgs lfms AggregateMerge hierarchySpecified hierarchyStrategy mode lfms fms HierarchyStrategy BASIC =basic FLAT =flat MST =mst Synthesis interactive fm over fts kst KnowledgeSpecification hierarchy groups constraints HierarchySpecification hierarchy features HProduction name features GroupsSpecification groups GroupSpec name features XorGroupSpec MtxGroupSpec OrGroupSpec ConstraintsSpecification csts Slice fm mode fts SliceMode INCLUDING including EXCLUDING excluding Aggregate renamings fms sfms mapping FeatureModelOperation EditOperation Insert aspectfm baseft op RemoveFeature feature RenameFeature feature featureNew Extract rootfeature Assertion assertion ComparisonOperator EQUAL eq NotEqual neq LesserThan < GreaterThan > REF_EQUAL == REF_NotEqual != SetOperator SUNION ++ SDIFF -- VariableNull var Export arg Hidden arg LVidentifier args Dependency var ConfigurationCmd CreateConfiguration fm CompleteConfiguration config SelectionFeature op fts config FeatureExpression ft OpSelection SELECT select DESELECT deselect UNSELECT unselect AutoConfiguration config mode AutoConfMode RANDOM RANDOM MAX MAX MIN MIN SelectedConfiguration config DeselectedConfiguration config UnselectedConfiguration config AsFM conf Map fm cst UnMap fm CleanUp fm Cores fm Deads fm FullMandatorys fm Cliques fm ScriptDefinition params cmds exports Shell cmd Exit val Exist val var IsConflicting val var Listing val opt OPT_LISTING NORMAL --normal VERBOSE --verbose VALUE_ONLY --withValues State val CopyVariable vid RemoveVariable vid Convert v format FMFormat DIMACS DIMACS FMLCONSTRAINT fmlconstraints FMLBDD fmlbdd FIDE featureide FCALC fmcalc FFML fml FSPLOT SPLOT FTVL TVL FTRISKELL fd FFML2 xmi S2T2 S2T2 FMLBDD_ONLY bdd FMLSave v format Hierarchy fm PrinterUtility op arg LArgs args GDisplay cmdDisplay var GListing cmd ModifyVOperator MandatoryEdit ft OptionalEdit ft AlternativeEdit fts OrEdit fts AddConstraint cst fm RemoveConstraint cst fm CNF CNFExpression name Neg_expr expr BOOL_Operator BOOL_OR || BOOL_AND && FeatureModel root features expr file Production name features Child Mandatory name Optional name Xorgroup features Orgroup features Mutexgroup features IntegerOperation op right BoolOperation op right ComparisonOperation cmpOp right SetOperation sop right IntLiteral value Or_expr left right And_expr left right Impl_expr left right Biimpl_expr left right
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":"FamiliarScript","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptCommand","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexCommand","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Command","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerExpr","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanExpr","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentifierExpr","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringExpr","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetExpr","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AtomicConstraintExpr","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstraintExpr","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"EditConstant","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureVariabilityOperator","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FeatureEdgeKind","instanceClass":null,"id":14,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IfCondition","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ForeachSet","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"lType","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FMLAbstractCommand","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FMCommand","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FTCommand","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BCommand","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StrCommand","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationCommand","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetCommand","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Leaves","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstraintCommand","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetConstraints","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"KindOfGet","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputeConstraints","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"KindOfCompute","instanceClass":null,"id":30,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetFGroups","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"KindOfGetGroups","instanceClass":null,"id":32,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComputeFGroups","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"KindOfComputeGroups","instanceClass":null,"id":34,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PairwiseCommand","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerCommand","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleCommand","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariabilityOpCommand","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AnalysisOperation","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetOperations","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetCard","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetBelongs","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetUnionOrIntersection","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetEmpty","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetAddOrRemove","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsEmptySet","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetToNames","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureOperation","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AncestorFeature","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DescendantFeature","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChildrenFeature","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SiblingFeature","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParentFeature","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NameFeature","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FMFeature","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureOperator","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringOperation","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringInit","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringConcat","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringSubstring","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringIndexOf","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLength","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Compare","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoadGeneric","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CTCRCommand","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Merge","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BDDBackend","instanceClass":null,"id":68,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"MergeMode","instanceClass":null,"id":69,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LFMArgs","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateMerge","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"HierarchyStrategy","instanceClass":null,"id":72,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Synthesis","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KnowledgeSpecification","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HierarchySpecification","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HProduction","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupsSpecification","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GroupSpec","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XorGroupSpec","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MtxGroupSpec","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrGroupSpec","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstraintsSpecification","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slice","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SliceMode","instanceClass":null,"id":84,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aggregate","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureModelOperation","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EditOperation","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Insert","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveFeature","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RenameFeature","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Extract","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assertion","instanceClass":null,"abstract":false,"id":92,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ComparisonOperator","instanceClass":null,"id":93,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SetOperator","instanceClass":null,"id":94,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableNull","instanceClass":null,"abstract":false,"id":95,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Export","instanceClass":null,"abstract":false,"id":96,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Hidden","instanceClass":null,"abstract":false,"id":97,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LVidentifier","instanceClass":null,"abstract":false,"id":98,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependency","instanceClass":null,"abstract":false,"id":99,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConfigurationCmd","instanceClass":null,"abstract":false,"id":100,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CreateConfiguration","instanceClass":null,"abstract":false,"id":101,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CompleteConfiguration","instanceClass":null,"abstract":false,"id":102,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectionFeature","instanceClass":null,"abstract":false,"id":103,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureExpression","instanceClass":null,"abstract":false,"id":104,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OpSelection","instanceClass":null,"id":105,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AutoConfiguration","instanceClass":null,"abstract":false,"id":106,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"AutoConfMode","instanceClass":null,"id":107,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectedConfiguration","instanceClass":null,"abstract":false,"id":108,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeselectedConfiguration","instanceClass":null,"abstract":false,"id":109,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnselectedConfiguration","instanceClass":null,"abstract":false,"id":110,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AsFM","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Map","instanceClass":null,"abstract":false,"id":112,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnMap","instanceClass":null,"abstract":false,"id":113,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CleanUp","instanceClass":null,"abstract":false,"id":114,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cores","instanceClass":null,"abstract":false,"id":115,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Deads","instanceClass":null,"abstract":false,"id":116,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FullMandatorys","instanceClass":null,"abstract":false,"id":117,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cliques","instanceClass":null,"abstract":false,"id":118,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScriptDefinition","instanceClass":null,"abstract":false,"id":119,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Shell","instanceClass":null,"abstract":false,"id":120,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exit","instanceClass":null,"abstract":false,"id":121,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Exist","instanceClass":null,"abstract":false,"id":122,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsConflicting","instanceClass":null,"abstract":false,"id":123,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Listing","instanceClass":null,"abstract":false,"id":124,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"OPT_LISTING","instanceClass":null,"id":125,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"State","instanceClass":null,"abstract":false,"id":126,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CopyVariable","instanceClass":null,"abstract":false,"id":127,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveVariable","instanceClass":null,"abstract":false,"id":128,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Convert","instanceClass":null,"abstract":false,"id":129,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FMFormat","instanceClass":null,"id":130,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FMLSave","instanceClass":null,"abstract":false,"id":131,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Hierarchy","instanceClass":null,"abstract":false,"id":132,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrinterUtility","instanceClass":null,"abstract":false,"id":133,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LArgs","instanceClass":null,"abstract":false,"id":134,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GDisplay","instanceClass":null,"abstract":false,"id":135,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GListing","instanceClass":null,"abstract":false,"id":136,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModifyVOperator","instanceClass":null,"abstract":false,"id":137,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MandatoryEdit","instanceClass":null,"abstract":false,"id":138,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptionalEdit","instanceClass":null,"abstract":false,"id":139,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlternativeEdit","instanceClass":null,"abstract":false,"id":140,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrEdit","instanceClass":null,"abstract":false,"id":141,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddConstraint","instanceClass":null,"abstract":false,"id":142,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoveConstraint","instanceClass":null,"abstract":false,"id":143,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CNF","instanceClass":null,"abstract":false,"id":144,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CNFExpression","instanceClass":null,"abstract":false,"id":145,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Neg_expr","instanceClass":null,"abstract":false,"id":146,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"BOOL_Operator","instanceClass":null,"id":147,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureModel","instanceClass":null,"abstract":false,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Production","instanceClass":null,"abstract":false,"id":149,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Child","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mandatory","instanceClass":null,"abstract":false,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Optional","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Xorgroup","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Orgroup","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mutexgroup","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerOperation","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolOperation","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComparisonOperation","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetOperation","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntLiteral","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or_expr","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And_expr","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Impl_expr","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Biimpl_expr","instanceClass":null,"abstract":false,"id":164,"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":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cmds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":166,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metaID","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cmd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"not","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"batom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"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":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","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":"metaID","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"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"},{"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":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"id":207,"eClass":"EGenericType"},{"id":208,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"e","changeable":true,"resolveProxies":true,"lowerBound":0,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"name":"REFACTORING","id":223,"value":0,"literal":"REFACTORING","eClass":"EEnumLiteral"},{"name":"SPECIALIZATION","id":224,"value":1,"literal":"SPECIALIZATION","eClass":"EEnumLiteral"},{"name":"GENERALIZATION","id":225,"value":2,"literal":"GENERALIZATION","eClass":"EEnumLiteral"},{"name":"ARBITRARY","id":226,"value":3,"literal":"ARBITRARY","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"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":227,"derived":false},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"id":230,"eClass":"EGenericType"},{"name":"MANDATORY","id":231,"value":0,"literal":"mand","eClass":"EEnumLiteral"},{"name":"OPTIONAL","id":232,"value":1,"literal":"opt","eClass":"EEnumLiteral"},{"name":"ALTERNATIVE","id":233,"value":2,"literal":"Xor","eClass":"EEnumLiteral"},{"name":"OR","id":234,"value":3,"literal":"Or","eClass":"EEnumLiteral"},{"name":"MUTEX","id":235,"value":4,"literal":"Mutex","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":"bexpr","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":"then","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":"else","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"},{"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":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":"var","changeable":true,"lowerBound":0,"iD":false,"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":"exprs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"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":250,"derived":false},{"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kindOfGet","changeable":true,"lowerBound":0,"iD":false,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"name":"HIERARCHY_IMPLIES","id":266,"value":0,"literal":"getImpliesHierarchy","eClass":"EEnumLiteral"},{"name":"HIERARCHY_EXCLUDES","id":267,"value":1,"literal":"getExcludesHierarchy","eClass":"EEnumLiteral"},{"name":"HIERARCHY_BIIMPLIES","id":268,"value":2,"literal":"getBiimpliesHierarchy","eClass":"EEnumLiteral"},{"name":"CONSTRAINT_IMPLIES","id":269,"value":3,"literal":"getImpliesConstraint","eClass":"EEnumLiteral"},{"name":"CONSTRAINT_EXCLUDES","id":270,"value":4,"literal":"getExcludesConstraint","eClass":"EEnumLiteral"},{"name":"CONSTRAINT_BIIMPLIES","id":271,"value":5,"literal":"getBiimpliesConstraint","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kindOfCompute","changeable":true,"lowerBound":0,"iD":false,"id":272,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","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":null,"unsettable":false,"transient":false,"unique":true,"name":"over","changeable":true,"lowerBound":0,"iD":false,"id":274,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"name":"IMPLIES","id":282,"value":0,"literal":"computeImplies","eClass":"EEnumLiteral"},{"name":"EXCLUDES","id":283,"value":1,"literal":"computeExcludes","eClass":"EEnumLiteral"},{"name":"BIIMPLIES","id":284,"value":2,"literal":"computeBiimplies","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kindOfGroups","changeable":true,"lowerBound":0,"iD":false,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"name":"OR","id":291,"value":0,"literal":"getORGroups","eClass":"EEnumLiteral"},{"name":"XOR","id":292,"value":1,"literal":"getXORGroups","eClass":"EEnumLiteral"},{"name":"MUTEX","id":293,"value":2,"literal":"getMUTEXGroups","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kindOfGroups","changeable":true,"lowerBound":0,"iD":false,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"derived":false},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"name":"OR","id":300,"value":0,"literal":"computeORGroups","eClass":"EEnumLiteral"},{"name":"XOR","id":301,"value":1,"literal":"computeXORGroups","eClass":"EEnumLiteral"},{"name":"MUTEX","id":302,"value":2,"literal":"computeMUTEXGroups","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":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":303,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"minimization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":304,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"partial","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":312,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"set","changeable":true,"resolveProxies":true,"lowerBound":0,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"setl","changeable":true,"lowerBound":0,"iD":false,"id":322,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"setr","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":328,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"setl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"setr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"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":336,"derived":false},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"setl","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"derived":false},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"set","changeable":true,"resolveProxies":true,"lowerBound":0,"id":347,"derived":false},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"set","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":0,"id":355,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"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":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":365,"derived":false},{"id":366,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":367,"derived":false},{"id":368,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":369,"derived":false},{"id":370,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":371,"derived":false},{"id":372,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":373,"derived":false},{"id":374,"eClass":"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":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"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":378,"derived":false},{"id":379,"eClass":"EGenericType"},{"id":380,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lstr","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":true,"unsettable":false,"transient":false,"unique":true,"name":"rstr","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"str","changeable":true,"resolveProxies":true,"lowerBound":0,"id":391,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"begin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"end","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"str","changeable":true,"resolveProxies":true,"lowerBound":0,"id":399,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"schar","changeable":true,"resolveProxies":true,"lowerBound":0,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"str","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm_left","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":"fm_right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":410,"derived":false},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"param","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":"typed","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":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"},{"id":419,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stream","changeable":true,"lowerBound":0,"iD":false,"id":420,"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":"params","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":"ns","changeable":true,"lowerBound":0,"iD":false,"id":422,"derived":false},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"backend","changeable":true,"lowerBound":0,"iD":false,"id":431,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lazy","changeable":true,"lowerBound":0,"iD":false,"id":432,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":433,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lfms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":434,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"name":"BDD_DEFAULT","id":443,"value":0,"literal":"@backend=DEFAULT","eClass":"EEnumLiteral"},{"name":"BDD_BASIC","id":444,"value":1,"literal":"@backend=BDD","eClass":"EEnumLiteral"},{"name":"BDD_SPLOT","id":445,"value":2,"literal":"@backend=BDD_SPLOT","eClass":"EEnumLiteral"},{"name":"CROSS","id":446,"value":0,"literal":"crossproduct","eClass":"EEnumLiteral"},{"name":"UNION","id":447,"value":1,"literal":"union","eClass":"EEnumLiteral"},{"name":"SUNION","id":448,"value":2,"literal":"sunion","eClass":"EEnumLiteral"},{"name":"INTER","id":449,"value":3,"literal":"intersection","eClass":"EEnumLiteral"},{"name":"DIFF","id":450,"value":4,"literal":"diff","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":"lfms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":451,"derived":false},{"id":452,"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":"hierarchySpecified","changeable":true,"lowerBound":0,"iD":false,"id":453,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hierarchyStrategy","changeable":true,"lowerBound":0,"iD":false,"id":454,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":455,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"lfms","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":"fms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":457,"derived":false},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"name":"BASIC","id":465,"value":0,"literal":"=basic","eClass":"EEnumLiteral"},{"name":"FLAT","id":466,"value":1,"literal":"=flat","eClass":"EEnumLiteral"},{"name":"MST","id":467,"value":2,"literal":"=mst","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":"interactive","changeable":true,"lowerBound":0,"iD":false,"id":468,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":469,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"over","changeable":true,"lowerBound":0,"iD":false,"id":470,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":471,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"kst","changeable":true,"resolveProxies":true,"lowerBound":0,"id":472,"derived":false},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hierarchy","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":"groups","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":"constraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":482,"derived":false},{"id":483,"eClass":"EGenericType"},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hierarchy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":486,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":487,"derived":false},{"id":488,"eClass":"EGenericType"},{"id":489,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":490,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"features","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":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":494,"derived":false},{"id":495,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":496,"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":"features","changeable":true,"lowerBound":0,"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"csts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":503,"derived":false},{"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":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":505,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":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":"fts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":507,"derived":false},{"id":508,"eClass":"EGenericType"},{"id":509,"eClass":"EGenericType"},{"id":510,"eClass":"EGenericType"},{"id":511,"eClass":"EGenericType"},{"id":512,"eClass":"EGenericType"},{"name":"INCLUDING","id":513,"value":0,"literal":"including","eClass":"EEnumLiteral"},{"name":"EXCLUDING","id":514,"value":1,"literal":"excluding","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":"renamings","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":"fms","changeable":true,"resolveProxies":true,"lowerBound":0,"id":516,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sfms","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":"mapping","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aspectfm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":527,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"baseft","changeable":true,"resolveProxies":true,"lowerBound":0,"id":528,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"resolveProxies":true,"lowerBound":0,"id":529,"derived":false},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":535,"derived":false},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"feature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":539,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"featureNew","changeable":true,"resolveProxies":true,"lowerBound":0,"id":540,"derived":false},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rootfeature","changeable":true,"resolveProxies":true,"lowerBound":0,"id":545,"derived":false},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assertion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":549,"derived":false},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"name":"EQUAL","id":552,"value":0,"literal":"eq","eClass":"EEnumLiteral"},{"name":"NotEqual","id":553,"value":1,"literal":"neq","eClass":"EEnumLiteral"},{"name":"LesserThan","id":554,"value":2,"literal":"<","eClass":"EEnumLiteral"},{"name":"GreaterThan","id":555,"value":3,"literal":">","eClass":"EEnumLiteral"},{"name":"REF_EQUAL","id":556,"value":4,"literal":"==","eClass":"EEnumLiteral"},{"name":"REF_NotEqual","id":557,"value":5,"literal":"!=","eClass":"EEnumLiteral"},{"name":"SUNION","id":558,"value":0,"literal":"++","eClass":"EEnumLiteral"},{"name":"SDIFF","id":559,"value":1,"literal":"--","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":"var","changeable":true,"lowerBound":0,"iD":false,"id":560,"derived":false},{"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":"arg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":563,"derived":false},{"id":564,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":565,"derived":false},{"id":566,"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":"args","changeable":true,"lowerBound":0,"iD":false,"id":567,"derived":false},{"id":568,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"lowerBound":0,"iD":false,"id":569,"derived":false},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":572,"derived":false},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"config","changeable":true,"resolveProxies":true,"lowerBound":0,"id":576,"derived":false},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":580,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fts","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"config","changeable":true,"resolveProxies":true,"lowerBound":0,"id":582,"derived":false},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ft","changeable":true,"resolveProxies":true,"lowerBound":0,"id":587,"derived":false},{"id":588,"eClass":"EGenericType"},{"name":"SELECT","id":589,"value":0,"literal":"select","eClass":"EEnumLiteral"},{"name":"DESELECT","id":590,"value":1,"literal":"deselect","eClass":"EEnumLiteral"},{"name":"UNSELECT","id":591,"value":2,"literal":"unselect","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":"config","changeable":true,"resolveProxies":true,"lowerBound":0,"id":592,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":593,"derived":false},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"id":596,"eClass":"EGenericType"},{"name":"RANDOM","id":597,"value":0,"literal":"RANDOM","eClass":"EEnumLiteral"},{"name":"MAX","id":598,"value":1,"literal":"MAX","eClass":"EEnumLiteral"},{"name":"MIN","id":599,"value":2,"literal":"MIN","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":"config","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":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"config","changeable":true,"resolveProxies":true,"lowerBound":0,"id":604,"derived":false},{"id":605,"eClass":"EGenericType"},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"config","changeable":true,"resolveProxies":true,"lowerBound":0,"id":608,"derived":false},{"id":609,"eClass":"EGenericType"},{"id":610,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":611,"derived":false},{"id":612,"eClass":"EGenericType"},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":615,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cst","changeable":true,"resolveProxies":true,"lowerBound":0,"id":616,"derived":false},{"id":617,"eClass":"EGenericType"},{"id":618,"eClass":"EGenericType"},{"id":619,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":620,"derived":false},{"id":621,"eClass":"EGenericType"},{"id":622,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":623,"derived":false},{"id":624,"eClass":"EGenericType"},{"id":625,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":626,"derived":false},{"id":627,"eClass":"EGenericType"},{"id":628,"eClass":"EGenericType"},{"id":629,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":630,"derived":false},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":634,"derived":false},{"id":635,"eClass":"EGenericType"},{"id":636,"eClass":"EGenericType"},{"id":637,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":638,"derived":false},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"id":641,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":642,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cmds","changeable":true,"resolveProxies":true,"lowerBound":0,"id":643,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exports","changeable":true,"resolveProxies":true,"lowerBound":0,"id":644,"derived":false},{"id":645,"eClass":"EGenericType"},{"id":646,"eClass":"EGenericType"},{"id":647,"eClass":"EGenericType"},{"id":648,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cmd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":649,"derived":false},{"id":650,"eClass":"EGenericType"},{"id":651,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":652,"derived":false},{"id":653,"eClass":"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":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":"var","changeable":true,"lowerBound":0,"iD":false,"id":655,"derived":false},{"id":656,"eClass":"EGenericType"},{"id":657,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"lowerBound":0,"iD":false,"id":658,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"var","changeable":true,"lowerBound":0,"iD":false,"id":659,"derived":false},{"id":660,"eClass":"EGenericType"},{"id":661,"eClass":"EGenericType"},{"id":662,"eClass":"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":663,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"opt","changeable":true,"lowerBound":0,"iD":false,"id":664,"derived":false},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"name":"NORMAL","id":667,"value":0,"literal":"--normal","eClass":"EEnumLiteral"},{"name":"VERBOSE","id":668,"value":1,"literal":"--verbose","eClass":"EEnumLiteral"},{"name":"VALUE_ONLY","id":669,"value":2,"literal":"--withValues","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":"val","changeable":true,"lowerBound":0,"iD":false,"id":670,"derived":false},{"id":671,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vid","changeable":true,"lowerBound":0,"iD":false,"id":672,"derived":false},{"id":673,"eClass":"EGenericType"},{"id":674,"eClass":"EGenericType"},{"id":675,"eClass":"EGenericType"},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"id":678,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vid","changeable":true,"lowerBound":0,"iD":false,"id":679,"derived":false},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"id":682,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"v","changeable":true,"resolveProxies":true,"lowerBound":0,"id":683,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":0,"iD":false,"id":684,"derived":false},{"id":685,"eClass":"EGenericType"},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"id":688,"eClass":"EGenericType"},{"name":"DIMACS","id":689,"value":0,"literal":"DIMACS","eClass":"EEnumLiteral"},{"name":"FMLCONSTRAINT","id":690,"value":1,"literal":"fmlconstraints","eClass":"EEnumLiteral"},{"name":"FMLBDD","id":691,"value":2,"literal":"fmlbdd","eClass":"EEnumLiteral"},{"name":"FIDE","id":692,"value":3,"literal":"featureide","eClass":"EEnumLiteral"},{"name":"FCALC","id":693,"value":4,"literal":"fmcalc","eClass":"EEnumLiteral"},{"name":"FFML","id":694,"value":5,"literal":"fml","eClass":"EEnumLiteral"},{"name":"FSPLOT","id":695,"value":6,"literal":"SPLOT","eClass":"EEnumLiteral"},{"name":"FTVL","id":696,"value":7,"literal":"TVL","eClass":"EEnumLiteral"},{"name":"FTRISKELL","id":697,"value":8,"literal":"fd","eClass":"EEnumLiteral"},{"name":"FFML2","id":698,"value":9,"literal":"xmi","eClass":"EEnumLiteral"},{"name":"S2T2","id":699,"value":10,"literal":"S2T2","eClass":"EEnumLiteral"},{"name":"FMLBDD_ONLY","id":700,"value":11,"literal":"bdd","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":"v","changeable":true,"resolveProxies":true,"lowerBound":0,"id":701,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":0,"iD":false,"id":702,"derived":false},{"id":703,"eClass":"EGenericType"},{"id":704,"eClass":"EGenericType"},{"id":705,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":706,"derived":false},{"id":707,"eClass":"EGenericType"},{"id":708,"eClass":"EGenericType"},{"id":709,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":710,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":711,"derived":false},{"id":712,"eClass":"EGenericType"},{"id":713,"eClass":"EGenericType"},{"id":714,"eClass":"EGenericType"},{"container":false,"ordered":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":715,"derived":false},{"id":716,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cmdDisplay","changeable":true,"lowerBound":0,"iD":false,"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":"var","changeable":true,"resolveProxies":true,"lowerBound":0,"id":718,"derived":false},{"id":719,"eClass":"EGenericType"},{"id":720,"eClass":"EGenericType"},{"id":721,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cmd","changeable":true,"lowerBound":0,"iD":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"ft","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":"ft","changeable":true,"resolveProxies":true,"lowerBound":0,"id":730,"derived":false},{"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":"fts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":733,"derived":false},{"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":"fts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":736,"derived":false},{"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":"cst","changeable":true,"resolveProxies":true,"lowerBound":0,"id":739,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cst","changeable":true,"resolveProxies":true,"lowerBound":0,"id":744,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fm","changeable":true,"resolveProxies":true,"lowerBound":0,"id":745,"derived":false},{"id":746,"eClass":"EGenericType"},{"id":747,"eClass":"EGenericType"},{"id":748,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":749,"derived":false},{"id":750,"eClass":"EGenericType"},{"id":751,"eClass":"EGenericType"},{"container":false,"ordered":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":752,"derived":false},{"id":753,"eClass":"EGenericType"},{"id":754,"eClass":"EGenericType"},{"name":"BOOL_OR","id":755,"value":0,"literal":"||","eClass":"EEnumLiteral"},{"name":"BOOL_AND","id":756,"value":1,"literal":"&&","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":"root","changeable":true,"lowerBound":0,"iD":false,"id":757,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":758,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expr","changeable":true,"resolveProxies":true,"lowerBound":0,"id":759,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":767,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"features","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"name","changeable":true,"lowerBound":0,"iD":false,"id":771,"derived":false},{"id":772,"eClass":"EGenericType"},{"id":773,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":774,"derived":false},{"id":775,"eClass":"EGenericType"},{"id":776,"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":"features","changeable":true,"lowerBound":0,"iD":false,"id":777,"derived":false},{"id":778,"eClass":"EGenericType"},{"id":779,"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":"features","changeable":true,"lowerBound":0,"iD":false,"id":780,"derived":false},{"id":781,"eClass":"EGenericType"},{"id":782,"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":"features","changeable":true,"lowerBound":0,"iD":false,"id":783,"derived":false},{"id":784,"eClass":"EGenericType"},{"id":785,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":786,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":787,"derived":false},{"id":788,"eClass":"EGenericType"},{"id":789,"eClass":"EGenericType"},{"id":790,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"op","changeable":true,"lowerBound":0,"iD":false,"id":791,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":792,"derived":false},{"id":793,"eClass":"EGenericType"},{"id":794,"eClass":"EGenericType"},{"id":795,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"cmpOp","changeable":true,"lowerBound":0,"iD":false,"id":796,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":797,"derived":false},{"id":798,"eClass":"EGenericType"},{"id":799,"eClass":"EGenericType"},{"id":800,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sop","changeable":true,"lowerBound":0,"iD":false,"id":801,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":802,"derived":false},{"id":803,"eClass":"EGenericType"},{"id":804,"eClass":"EGenericType"},{"id":805,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":806,"derived":false},{"id":807,"eClass":"EGenericType"},{"id":808,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":809,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":810,"derived":false},{"id":811,"eClass":"EGenericType"},{"id":812,"eClass":"EGenericType"},{"id":813,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":814,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":815,"derived":false},{"id":816,"eClass":"EGenericType"},{"id":817,"eClass":"EGenericType"},{"id":818,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":819,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":820,"derived":false},{"id":821,"eClass":"EGenericType"},{"id":822,"eClass":"EGenericType"},{"id":823,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":824,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":825,"derived":false},{"id":826,"eClass":"EGenericType"},{"id":827,"eClass":"EGenericType"},{"id":828,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":0,"target":72},{"source":0,"target":73},{"source":0,"target":74},{"source":0,"target":75},{"source":0,"target":76},{"source":0,"target":77},{"source":0,"target":78},{"source":0,"target":79},{"source":0,"target":80},{"source":0,"target":81},{"source":0,"target":82},{"source":0,"target":83},{"source":0,"target":84},{"source":0,"target":85},{"source":0,"target":86},{"source":0,"target":87},{"source":0,"target":88},{"source":0,"target":89},{"source":0,"target":90},{"source":0,"target":91},{"source":0,"target":92},{"source":0,"target":93},{"source":0,"target":94},{"source":0,"target":95},{"source":0,"target":96},{"source":0,"target":97},{"source":0,"target":98},{"source":0,"target":99},{"source":0,"target":100},{"source":0,"target":101},{"source":0,"target":102},{"source":0,"target":103},{"source":0,"target":104},{"source":0,"target":105},{"source":0,"target":106},{"source":0,"target":107},{"source":0,"target":108},{"source":0,"target":109},{"source":0,"target":110},{"source":0,"target":111},{"source":0,"target":112},{"source":0,"target":113},{"source":0,"target":114},{"source":0,"target":115},{"source":0,"target":116},{"source":0,"target":117},{"source":0,"target":118},{"source":0,"target":119},{"source":0,"target":120},{"source":0,"target":121},{"source":0,"target":122},{"source":0,"target":123},{"source":0,"target":124},{"source":0,"target":125},{"source":0,"target":126},{"source":0,"target":127},{"source":0,"target":128},{"source":0,"target":129},{"source":0,"target":130},{"source":0,"target":131},{"source":0,"target":132},{"source":0,"target":133},{"source":0,"target":134},{"source":0,"target":135},{"source":0,"target":136},{"source":0,"target":137},{"source":0,"target":138},{"source":0,"target":139},{"source":0,"target":140},{"source":0,"target":141},{"source":0,"target":142},{"source":0,"target":143},{"source":0,"target":144},{"source":0,"target":145},{"source":0,"target":146},{"source":0,"target":147},{"source":0,"target":148},{"source":0,"target":149},{"source":0,"target":150},{"source":0,"target":151},{"source":0,"target":152},{"source":0,"target":153},{"source":0,"target":154},{"source":0,"target":155},{"source":0,"target":156},{"source":0,"target":157},{"source":0,"target":158},{"source":0,"target":159},{"source":0,"target":160},{"source":0,"target":161},{"source":0,"target":162},{"source":0,"target":163},{"source":0,"target":164},{"source":1,"target":0},{"source":1,"target":165},{"source":1,"target":166},{"source":1,"target":167},{"source":165,"target":64},{"source":165,"target":168},{"source":165,"target":1},{"source":168,"target":64},{"source":166,"target":2},{"source":166,"target":169},{"source":166,"target":1},{"source":169,"target":2},{"source":167,"target":170},{"source":167,"target":1},{"source":2,"target":0},{"source":2,"target":171},{"source":2,"target":172},{"source":2,"target":173},{"source":171,"target":174},{"source":171,"target":2},{"source":172,"target":8},{"source":172,"target":175},{"source":172,"target":2},{"source":175,"target":8},{"source":173,"target":3},{"source":173,"target":176},{"source":173,"target":2},{"source":176,"target":3},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":4},{"source":3,"target":177},{"source":3,"target":178},{"source":3,"target":179},{"source":3,"target":180},{"source":3,"target":181},{"source":177,"target":4},{"source":177,"target":182},{"source":177,"target":3},{"source":182,"target":4},{"source":178,"target":183},{"source":178,"target":3},{"source":179,"target":3},{"source":179,"target":184},{"source":179,"target":3},{"source":184,"target":3},{"source":180,"target":2},{"source":181,"target":4},{"source":4,"target":0},{"source":4,"target":18},{"source":4,"target":185},{"source":185,"target":18},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":36},{"source":5,"target":186},{"source":5,"target":187},{"source":186,"target":4},{"source":187,"target":36},{"source":6,"target":0},{"source":6,"target":4},{"source":6,"target":188},{"source":6,"target":189},{"source":188,"target":190},{"source":188,"target":6},{"source":189,"target":4},{"source":7,"target":0},{"source":7,"target":4},{"source":7,"target":19},{"source":7,"target":20},{"source":7,"target":21},{"source":7,"target":22},{"source":7,"target":23},{"source":7,"target":24},{"source":7,"target":26},{"source":7,"target":36},{"source":7,"target":38},{"source":7,"target":191},{"source":7,"target":192},{"source":7,"target":193},{"source":7,"target":194},{"source":7,"target":195},{"source":7,"target":196},{"source":7,"target":197},{"source":7,"target":198},{"source":7,"target":199},{"source":7,"target":200},{"source":7,"target":201},{"source":7,"target":202},{"source":191,"target":203},{"source":191,"target":7},{"source":192,"target":8},{"source":192,"target":204},{"source":192,"target":7},{"source":204,"target":8},{"source":193,"target":4},{"source":194,"target":19},{"source":195,"target":20},{"source":196,"target":21},{"source":197,"target":22},{"source":198,"target":23},{"source":199,"target":24},{"source":200,"target":26},{"source":201,"target":36},{"source":202,"target":38},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":22},{"source":8,"target":205},{"source":8,"target":206},{"source":8,"target":207},{"source":205,"target":208},{"source":205,"target":8},{"source":206,"target":4},{"source":207,"target":22},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":24},{"source":9,"target":209},{"source":9,"target":210},{"source":9,"target":211},{"source":209,"target":3},{"source":209,"target":212},{"source":209,"target":9},{"source":212,"target":3},{"source":210,"target":4},{"source":211,"target":24},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":26},{"source":10,"target":213},{"source":10,"target":214},{"source":10,"target":215},{"source":213,"target":144},{"source":213,"target":216},{"source":213,"target":10},{"source":216,"target":144},{"source":214,"target":4},{"source":215,"target":26},{"source":11,"target":0},{"source":11,"target":4},{"source":11,"target":24},{"source":11,"target":217},{"source":11,"target":218},{"source":11,"target":219},{"source":11,"target":220},{"source":217,"target":144},{"source":217,"target":221},{"source":217,"target":11},{"source":221,"target":144},{"source":218,"target":19},{"source":218,"target":222},{"source":218,"target":11},{"source":222,"target":19},{"source":219,"target":4},{"source":220,"target":24},{"source":12,"target":0},{"source":12,"target":223},{"source":12,"target":224},{"source":12,"target":225},{"source":12,"target":226},{"source":223,"target":12},{"source":224,"target":12},{"source":225,"target":12},{"source":226,"target":12},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":38},{"source":13,"target":227},{"source":13,"target":228},{"source":13,"target":229},{"source":227,"target":14},{"source":227,"target":230},{"source":227,"target":13},{"source":230,"target":14},{"source":228,"target":4},{"source":229,"target":38},{"source":14,"target":0},{"source":14,"target":231},{"source":14,"target":232},{"source":14,"target":233},{"source":14,"target":234},{"source":14,"target":235},{"source":231,"target":14},{"source":232,"target":14},{"source":233,"target":14},{"source":234,"target":14},{"source":235,"target":14},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":236},{"source":15,"target":237},{"source":15,"target":238},{"source":15,"target":239},{"source":236,"target":3},{"source":236,"target":240},{"source":236,"target":15},{"source":240,"target":3},{"source":237,"target":2},{"source":237,"target":241},{"source":237,"target":15},{"source":241,"target":2},{"source":238,"target":2},{"source":238,"target":242},{"source":238,"target":15},{"source":242,"target":2},{"source":239,"target":4},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":243},{"source":16,"target":244},{"source":16,"target":245},{"source":16,"target":246},{"source":243,"target":247},{"source":243,"target":16},{"source":244,"target":248},{"source":244,"target":16},{"source":245,"target":2},{"source":245,"target":249},{"source":245,"target":16},{"source":249,"target":2},{"source":246,"target":4},{"source":17,"target":0},{"source":17,"target":250},{"source":250,"target":251},{"source":250,"target":17},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":252},{"source":252,"target":18},{"source":20,"target":0},{"source":20,"target":18},{"source":20,"target":253},{"source":253,"target":18},{"source":21,"target":0},{"source":22,"target":0},{"source":23,"target":0},{"source":24,"target":0},{"source":24,"target":18},{"source":24,"target":254},{"source":254,"target":18},{"source":25,"target":0},{"source":25,"target":4},{"source":25,"target":24},{"source":25,"target":255},{"source":25,"target":256},{"source":25,"target":257},{"source":255,"target":19},{"source":255,"target":258},{"source":255,"target":25},{"source":258,"target":19},{"source":256,"target":4},{"source":257,"target":24},{"source":26,"target":0},{"source":26,"target":18},{"source":26,"target":259},{"source":259,"target":18},{"source":27,"target":0},{"source":27,"target":4},{"source":27,"target":24},{"source":27,"target":260},{"source":27,"target":261},{"source":27,"target":262},{"source":27,"target":263},{"source":260,"target":28},{"source":260,"target":264},{"source":260,"target":27},{"source":264,"target":28},{"source":261,"target":19},{"source":261,"target":265},{"source":261,"target":27},{"source":265,"target":19},{"source":262,"target":4},{"source":263,"target":24},{"source":28,"target":0},{"source":28,"target":266},{"source":28,"target":267},{"source":28,"target":268},{"source":28,"target":269},{"source":28,"target":270},{"source":28,"target":271},{"source":266,"target":28},{"source":267,"target":28},{"source":268,"target":28},{"source":269,"target":28},{"source":270,"target":28},{"source":271,"target":28},{"source":29,"target":0},{"source":29,"target":4},{"source":29,"target":24},{"source":29,"target":272},{"source":29,"target":273},{"source":29,"target":274},{"source":29,"target":275},{"source":29,"target":276},{"source":29,"target":277},{"source":272,"target":30},{"source":272,"target":278},{"source":272,"target":29},{"source":278,"target":30},{"source":273,"target":19},{"source":273,"target":279},{"source":273,"target":29},{"source":279,"target":19},{"source":274,"target":280},{"source":274,"target":29},{"source":275,"target":24},{"source":275,"target":281},{"source":275,"target":29},{"source":281,"target":24},{"source":276,"target":4},{"source":277,"target":24},{"source":30,"target":0},{"source":30,"target":282},{"source":30,"target":283},{"source":30,"target":284},{"source":282,"target":30},{"source":283,"target":30},{"source":284,"target":30},{"source":31,"target":0},{"source":31,"target":4},{"source":31,"target":24},{"source":31,"target":285},{"source":31,"target":286},{"source":31,"target":287},{"source":31,"target":288},{"source":285,"target":32},{"source":285,"target":289},{"source":285,"target":31},{"source":289,"target":32},{"source":286,"target":19},{"source":286,"target":290},{"source":286,"target":31},{"source":290,"target":19},{"source":287,"target":4},{"source":288,"target":24},{"source":32,"target":0},{"source":32,"target":291},{"source":32,"target":292},{"source":32,"target":293},{"source":291,"target":32},{"source":292,"target":32},{"source":293,"target":32},{"source":33,"target":0},{"source":33,"target":4},{"source":33,"target":24},{"source":33,"target":294},{"source":33,"target":295},{"source":33,"target":296},{"source":33,"target":297},{"source":294,"target":34},{"source":294,"target":298},{"source":294,"target":33},{"source":298,"target":34},{"source":295,"target":19},{"source":295,"target":299},{"source":295,"target":33},{"source":299,"target":19},{"source":296,"target":4},{"source":297,"target":24},{"source":34,"target":0},{"source":34,"target":300},{"source":34,"target":301},{"source":34,"target":302},{"source":300,"target":34},{"source":301,"target":34},{"source":302,"target":34},{"source":35,"target":0},{"source":35,"target":4},{"source":35,"target":24},{"source":35,"target":303},{"source":35,"target":304},{"source":35,"target":305},{"source":35,"target":306},{"source":35,"target":307},{"source":303,"target":19},{"source":303,"target":308},{"source":303,"target":35},{"source":308,"target":19},{"source":304,"target":36},{"source":304,"target":309},{"source":304,"target":35},{"source":309,"target":36},{"source":305,"target":36},{"source":305,"target":310},{"source":305,"target":35},{"source":310,"target":36},{"source":306,"target":4},{"source":307,"target":24},{"source":36,"target":0},{"source":37,"target":0},{"source":37,"target":36},{"source":37,"target":311},{"source":311,"target":36},{"source":38,"target":0},{"source":39,"target":0},{"source":39,"target":4},{"source":39,"target":312},{"source":39,"target":313},{"source":39,"target":314},{"source":312,"target":315},{"source":312,"target":39},{"source":313,"target":316},{"source":313,"target":39},{"source":314,"target":4},{"source":40,"target":0},{"source":40,"target":4},{"source":40,"target":317},{"source":317,"target":4},{"source":41,"target":0},{"source":41,"target":36},{"source":41,"target":40},{"source":41,"target":318},{"source":41,"target":319},{"source":41,"target":320},{"source":318,"target":24},{"source":318,"target":321},{"source":318,"target":41},{"source":321,"target":24},{"source":319,"target":36},{"source":320,"target":40},{"source":42,"target":0},{"source":42,"target":21},{"source":42,"target":40},{"source":42,"target":322},{"source":42,"target":323},{"source":42,"target":324},{"source":42,"target":325},{"source":322,"target":326},{"source":322,"target":42},{"source":323,"target":327},{"source":323,"target":42},{"source":324,"target":21},{"source":325,"target":40},{"source":43,"target":0},{"source":43,"target":24},{"source":43,"target":40},{"source":43,"target":328},{"source":43,"target":329},{"source":43,"target":330},{"source":43,"target":331},{"source":43,"target":332},{"source":328,"target":333},{"source":328,"target":43},{"source":329,"target":24},{"source":329,"target":334},{"source":329,"target":43},{"source":334,"target":24},{"source":330,"target":24},{"source":330,"target":335},{"source":330,"target":43},{"source":335,"target":24},{"source":331,"target":24},{"source":332,"target":40},{"source":44,"target":0},{"source":44,"target":24},{"source":44,"target":40},{"source":44,"target":336},{"source":44,"target":337},{"source":44,"target":338},{"source":336,"target":339},{"source":336,"target":44},{"source":337,"target":24},{"source":338,"target":40},{"source":45,"target":0},{"source":45,"target":40},{"source":45,"target":340},{"source":45,"target":341},{"source":45,"target":342},{"source":45,"target":343},{"source":340,"target":344},{"source":340,"target":45},{"source":341,"target":24},{"source":341,"target":345},{"source":341,"target":45},{"source":345,"target":24},{"source":342,"target":4},{"source":342,"target":346},{"source":342,"target":45},{"source":346,"target":4},{"source":343,"target":40},{"source":46,"target":0},{"source":46,"target":21},{"source":46,"target":40},{"source":46,"target":347},{"source":46,"target":348},{"source":46,"target":349},{"source":347,"target":24},{"source":347,"target":350},{"source":347,"target":46},{"source":350,"target":24},{"source":348,"target":21},{"source":349,"target":40},{"source":47,"target":0},{"source":47,"target":24},{"source":47,"target":40},{"source":47,"target":351},{"source":47,"target":352},{"source":47,"target":353},{"source":351,"target":24},{"source":351,"target":354},{"source":351,"target":47},{"source":354,"target":24},{"source":352,"target":24},{"source":353,"target":40},{"source":48,"target":0},{"source":48,"target":4},{"source":48,"target":20},{"source":48,"target":22},{"source":48,"target":24},{"source":48,"target":355},{"source":48,"target":356},{"source":48,"target":357},{"source":48,"target":358},{"source":48,"target":359},{"source":48,"target":360},{"source":355,"target":361},{"source":355,"target":48},{"source":356,"target":20},{"source":356,"target":362},{"source":356,"target":48},{"source":362,"target":20},{"source":357,"target":4},{"source":358,"target":20},{"source":359,"target":22},{"source":360,"target":24},{"source":49,"target":0},{"source":49,"target":363},{"source":363,"target":364},{"source":363,"target":49},{"source":50,"target":0},{"source":50,"target":365},{"source":365,"target":366},{"source":365,"target":50},{"source":51,"target":0},{"source":51,"target":367},{"source":367,"target":368},{"source":367,"target":51},{"source":52,"target":0},{"source":52,"target":369},{"source":369,"target":370},{"source":369,"target":52},{"source":53,"target":0},{"source":53,"target":371},{"source":371,"target":372},{"source":371,"target":53},{"source":54,"target":0},{"source":54,"target":373},{"source":373,"target":374},{"source":373,"target":54},{"source":55,"target":0},{"source":55,"target":19},{"source":55,"target":375},{"source":55,"target":376},{"source":375,"target":377},{"source":375,"target":55},{"source":376,"target":19},{"source":56,"target":0},{"source":56,"target":378},{"source":378,"target":379},{"source":378,"target":56},{"source":57,"target":0},{"source":57,"target":4},{"source":57,"target":380},{"source":380,"target":4},{"source":58,"target":0},{"source":58,"target":22},{"source":58,"target":57},{"source":58,"target":381},{"source":58,"target":382},{"source":58,"target":383},{"source":381,"target":384},{"source":381,"target":58},{"source":382,"target":22},{"source":383,"target":57},{"source":59,"target":0},{"source":59,"target":22},{"source":59,"target":57},{"source":59,"target":385},{"source":59,"target":386},{"source":59,"target":387},{"source":59,"target":388},{"source":385,"target":22},{"source":385,"target":389},{"source":385,"target":59},{"source":389,"target":22},{"source":386,"target":22},{"source":386,"target":390},{"source":386,"target":59},{"source":390,"target":22},{"source":387,"target":22},{"source":388,"target":57},{"source":60,"target":0},{"source":60,"target":22},{"source":60,"target":57},{"source":60,"target":391},{"source":60,"target":392},{"source":60,"target":393},{"source":60,"target":394},{"source":60,"target":395},{"source":391,"target":22},{"source":391,"target":396},{"source":391,"target":60},{"source":396,"target":22},{"source":392,"target":36},{"source":392,"target":397},{"source":392,"target":60},{"source":397,"target":36},{"source":393,"target":36},{"source":393,"target":398},{"source":393,"target":60},{"source":398,"target":36},{"source":394,"target":22},{"source":395,"target":57},{"source":61,"target":0},{"source":61,"target":36},{"source":61,"target":57},{"source":61,"target":399},{"source":61,"target":400},{"source":61,"target":401},{"source":61,"target":402},{"source":399,"target":22},{"source":399,"target":403},{"source":399,"target":61},{"source":403,"target":22},{"source":400,"target":22},{"source":400,"target":404},{"source":400,"target":61},{"source":404,"target":22},{"source":401,"target":36},{"source":402,"target":57},{"source":62,"target":0},{"source":62,"target":36},{"source":62,"target":57},{"source":62,"target":405},{"source":62,"target":406},{"source":62,"target":407},{"source":405,"target":22},{"source":405,"target":408},{"source":405,"target":62},{"source":408,"target":22},{"source":406,"target":36},{"source":407,"target":57},{"source":63,"target":0},{"source":63,"target":4},{"source":63,"target":409},{"source":63,"target":410},{"source":63,"target":411},{"source":409,"target":19},{"source":409,"target":412},{"source":409,"target":63},{"source":412,"target":19},{"source":410,"target":19},{"source":410,"target":413},{"source":410,"target":63},{"source":413,"target":19},{"source":411,"target":4},{"source":64,"target":0},{"source":64,"target":414},{"source":64,"target":415},{"source":64,"target":416},{"source":414,"target":417},{"source":414,"target":64},{"source":415,"target":418},{"source":415,"target":64},{"source":416,"target":17},{"source":416,"target":419},{"source":416,"target":64},{"source":419,"target":17},{"source":65,"target":0},{"source":65,"target":4},{"source":65,"target":420},{"source":65,"target":421},{"source":65,"target":422},{"source":65,"target":423},{"source":420,"target":424},{"source":420,"target":65},{"source":421,"target":425},{"source":421,"target":65},{"source":422,"target":426},{"source":422,"target":65},{"source":423,"target":4},{"source":66,"target":0},{"source":66,"target":4},{"source":66,"target":37},{"source":66,"target":427},{"source":66,"target":428},{"source":66,"target":429},{"source":427,"target":19},{"source":427,"target":430},{"source":427,"target":66},{"source":430,"target":19},{"source":428,"target":4},{"source":429,"target":37},{"source":67,"target":0},{"source":67,"target":4},{"source":67,"target":19},{"source":67,"target":431},{"source":67,"target":432},{"source":67,"target":433},{"source":67,"target":434},{"source":67,"target":435},{"source":67,"target":436},{"source":67,"target":437},{"source":431,"target":68},{"source":431,"target":438},{"source":431,"target":67},{"source":438,"target":68},{"source":432,"target":439},{"source":432,"target":67},{"source":433,"target":69},{"source":433,"target":440},{"source":433,"target":67},{"source":440,"target":69},{"source":434,"target":19},{"source":434,"target":441},{"source":434,"target":67},{"source":441,"target":19},{"source":435,"target":70},{"source":435,"target":442},{"source":435,"target":67},{"source":442,"target":70},{"source":436,"target":4},{"source":437,"target":19},{"source":68,"target":0},{"source":68,"target":443},{"source":68,"target":444},{"source":68,"target":445},{"source":443,"target":68},{"source":444,"target":68},{"source":445,"target":68},{"source":69,"target":0},{"source":69,"target":446},{"source":69,"target":447},{"source":69,"target":448},{"source":69,"target":449},{"source":69,"target":450},{"source":446,"target":69},{"source":447,"target":69},{"source":448,"target":69},{"source":449,"target":69},{"source":450,"target":69},{"source":70,"target":0},{"source":70,"target":451},{"source":451,"target":19},{"source":451,"target":452},{"source":451,"target":70},{"source":452,"target":19},{"source":71,"target":0},{"source":71,"target":4},{"source":71,"target":19},{"source":71,"target":453},{"source":71,"target":454},{"source":71,"target":455},{"source":71,"target":456},{"source":71,"target":457},{"source":71,"target":458},{"source":71,"target":459},{"source":453,"target":460},{"source":453,"target":71},{"source":454,"target":72},{"source":454,"target":461},{"source":454,"target":71},{"source":461,"target":72},{"source":455,"target":69},{"source":455,"target":462},{"source":455,"target":71},{"source":462,"target":69},{"source":456,"target":19},{"source":456,"target":463},{"source":456,"target":71},{"source":463,"target":19},{"source":457,"target":70},{"source":457,"target":464},{"source":457,"target":71},{"source":464,"target":70},{"source":458,"target":4},{"source":459,"target":19},{"source":72,"target":0},{"source":72,"target":465},{"source":72,"target":466},{"source":72,"target":467},{"source":465,"target":72},{"source":466,"target":72},{"source":467,"target":72},{"source":73,"target":0},{"source":73,"target":4},{"source":73,"target":19},{"source":73,"target":468},{"source":73,"target":469},{"source":73,"target":470},{"source":73,"target":471},{"source":73,"target":472},{"source":73,"target":473},{"source":73,"target":474},{"source":468,"target":475},{"source":468,"target":73},{"source":469,"target":19},{"source":469,"target":476},{"source":469,"target":73},{"source":476,"target":19},{"source":470,"target":477},{"source":470,"target":73},{"source":471,"target":24},{"source":471,"target":478},{"source":471,"target":73},{"source":478,"target":24},{"source":472,"target":74},{"source":472,"target":479},{"source":472,"target":73},{"source":479,"target":74},{"source":473,"target":4},{"source":474,"target":19},{"source":74,"target":0},{"source":74,"target":480},{"source":74,"target":481},{"source":74,"target":482},{"source":480,"target":75},{"source":480,"target":483},{"source":480,"target":74},{"source":483,"target":75},{"source":481,"target":77},{"source":481,"target":484},{"source":481,"target":74},{"source":484,"target":77},{"source":482,"target":82},{"source":482,"target":485},{"source":482,"target":74},{"source":485,"target":82},{"source":75,"target":0},{"source":75,"target":486},{"source":75,"target":487},{"source":486,"target":132},{"source":486,"target":488},{"source":486,"target":75},{"source":488,"target":132},{"source":487,"target":76},{"source":487,"target":489},{"source":487,"target":75},{"source":489,"target":76},{"source":76,"target":0},{"source":76,"target":490},{"source":76,"target":491},{"source":490,"target":492},{"source":490,"target":76},{"source":491,"target":493},{"source":491,"target":76},{"source":77,"target":0},{"source":77,"target":494},{"source":494,"target":78},{"source":494,"target":495},{"source":494,"target":77},{"source":495,"target":78},{"source":78,"target":0},{"source":78,"target":496},{"source":78,"target":497},{"source":496,"target":498},{"source":496,"target":78},{"source":497,"target":499},{"source":497,"target":78},{"source":79,"target":0},{"source":79,"target":78},{"source":79,"target":500},{"source":500,"target":78},{"source":80,"target":0},{"source":80,"target":78},{"source":80,"target":501},{"source":501,"target":78},{"source":81,"target":0},{"source":81,"target":78},{"source":81,"target":502},{"source":502,"target":78},{"source":82,"target":0},{"source":82,"target":503},{"source":503,"target":11},{"source":503,"target":504},{"source":503,"target":82},{"source":504,"target":11},{"source":83,"target":0},{"source":83,"target":4},{"source":83,"target":19},{"source":83,"target":505},{"source":83,"target":506},{"source":83,"target":507},{"source":83,"target":508},{"source":83,"target":509},{"source":505,"target":19},{"source":505,"target":510},{"source":505,"target":83},{"source":510,"target":19},{"source":506,"target":84},{"source":506,"target":511},{"source":506,"target":83},{"source":511,"target":84},{"source":507,"target":24},{"source":507,"target":512},{"source":507,"target":83},{"source":512,"target":24},{"source":508,"target":4},{"source":509,"target":19},{"source":84,"target":0},{"source":84,"target":513},{"source":84,"target":514},{"source":513,"target":84},{"source":514,"target":84},{"source":85,"target":0},{"source":85,"target":4},{"source":85,"target":19},{"source":85,"target":515},{"source":85,"target":516},{"source":85,"target":517},{"source":85,"target":518},{"source":85,"target":519},{"source":85,"target":520},{"source":515,"target":521},{"source":515,"target":85},{"source":516,"target":19},{"source":516,"target":522},{"source":516,"target":85},{"source":522,"target":19},{"source":517,"target":7},{"source":517,"target":523},{"source":517,"target":85},{"source":523,"target":7},{"source":518,"target":24},{"source":518,"target":524},{"source":518,"target":85},{"source":524,"target":24},{"source":519,"target":4},{"source":520,"target":19},{"source":86,"target":0},{"source":86,"target":4},{"source":86,"target":525},{"source":525,"target":4},{"source":87,"target":0},{"source":87,"target":86},{"source":87,"target":526},{"source":526,"target":86},{"source":88,"target":0},{"source":88,"target":21},{"source":88,"target":86},{"source":88,"target":527},{"source":88,"target":528},{"source":88,"target":529},{"source":88,"target":530},{"source":88,"target":531},{"source":527,"target":19},{"source":527,"target":532},{"source":527,"target":88},{"source":532,"target":19},{"source":528,"target":20},{"source":528,"target":533},{"source":528,"target":88},{"source":533,"target":20},{"source":529,"target":38},{"source":529,"target":534},{"source":529,"target":88},{"source":534,"target":38},{"source":530,"target":21},{"source":531,"target":86},{"source":89,"target":0},{"source":89,"target":21},{"source":89,"target":87},{"source":89,"target":535},{"source":89,"target":536},{"source":89,"target":537},{"source":535,"target":20},{"source":535,"target":538},{"source":535,"target":89},{"source":538,"target":20},{"source":536,"target":21},{"source":537,"target":87},{"source":90,"target":0},{"source":90,"target":21},{"source":90,"target":87},{"source":90,"target":539},{"source":90,"target":540},{"source":90,"target":541},{"source":90,"target":542},{"source":539,"target":20},{"source":539,"target":543},{"source":539,"target":90},{"source":543,"target":20},{"source":540,"target":22},{"source":540,"target":544},{"source":540,"target":90},{"source":544,"target":22},{"source":541,"target":21},{"source":542,"target":87},{"source":91,"target":0},{"source":91,"target":19},{"source":91,"target":86},{"source":91,"target":545},{"source":91,"target":546},{"source":91,"target":547},{"source":545,"target":20},{"source":545,"target":548},{"source":545,"target":91},{"source":548,"target":20},{"source":546,"target":19},{"source":547,"target":86},{"source":92,"target":0},{"source":92,"target":4},{"source":92,"target":549},{"source":92,"target":550},{"source":549,"target":3},{"source":549,"target":551},{"source":549,"target":92},{"source":551,"target":3},{"source":550,"target":4},{"source":93,"target":0},{"source":93,"target":552},{"source":93,"target":553},{"source":93,"target":554},{"source":93,"target":555},{"source":93,"target":556},{"source":93,"target":557},{"source":552,"target":93},{"source":553,"target":93},{"source":554,"target":93},{"source":555,"target":93},{"source":556,"target":93},{"source":557,"target":93},{"source":94,"target":0},{"source":94,"target":558},{"source":94,"target":559},{"source":558,"target":94},{"source":559,"target":94},{"source":95,"target":0},{"source":95,"target":4},{"source":95,"target":560},{"source":95,"target":561},{"source":560,"target":562},{"source":560,"target":95},{"source":561,"target":4},{"source":96,"target":0},{"source":96,"target":563},{"source":563,"target":98},{"source":563,"target":564},{"source":563,"target":96},{"source":564,"target":98},{"source":97,"target":0},{"source":97,"target":565},{"source":565,"target":98},{"source":565,"target":566},{"source":565,"target":97},{"source":566,"target":98},{"source":98,"target":0},{"source":98,"target":567},{"source":567,"target":568},{"source":567,"target":98},{"source":99,"target":0},{"source":99,"target":569},{"source":569,"target":570},{"source":569,"target":99},{"source":100,"target":0},{"source":100,"target":4},{"source":100,"target":571},{"source":571,"target":4},{"source":101,"target":0},{"source":101,"target":23},{"source":101,"target":100},{"source":101,"target":572},{"source":101,"target":573},{"source":101,"target":574},{"source":572,"target":19},{"source":572,"target":575},{"source":572,"target":101},{"source":575,"target":19},{"source":573,"target":23},{"source":574,"target":100},{"source":102,"target":0},{"source":102,"target":21},{"source":102,"target":100},{"source":102,"target":576},{"source":102,"target":577},{"source":102,"target":578},{"source":576,"target":23},{"source":576,"target":579},{"source":576,"target":102},{"source":579,"target":23},{"source":577,"target":21},{"source":578,"target":100},{"source":103,"target":0},{"source":103,"target":100},{"source":103,"target":580},{"source":103,"target":581},{"source":103,"target":582},{"source":103,"target":583},{"source":580,"target":584},{"source":580,"target":103},{"source":581,"target":104},{"source":581,"target":585},{"source":581,"target":103},{"source":585,"target":104},{"source":582,"target":23},{"source":582,"target":586},{"source":582,"target":103},{"source":586,"target":23},{"source":583,"target":100},{"source":104,"target":0},{"source":104,"target":587},{"source":587,"target":588},{"source":587,"target":104},{"source":105,"target":0},{"source":105,"target":589},{"source":105,"target":590},{"source":105,"target":591},{"source":589,"target":105},{"source":590,"target":105},{"source":591,"target":105},{"source":106,"target":0},{"source":106,"target":100},{"source":106,"target":592},{"source":106,"target":593},{"source":106,"target":594},{"source":592,"target":23},{"source":592,"target":595},{"source":592,"target":106},{"source":595,"target":23},{"source":593,"target":107},{"source":593,"target":596},{"source":593,"target":106},{"source":596,"target":107},{"source":594,"target":100},{"source":107,"target":0},{"source":107,"target":597},{"source":107,"target":598},{"source":107,"target":599},{"source":597,"target":107},{"source":598,"target":107},{"source":599,"target":107},{"source":108,"target":0},{"source":108,"target":24},{"source":108,"target":100},{"source":108,"target":600},{"source":108,"target":601},{"source":108,"target":602},{"source":600,"target":23},{"source":600,"target":603},{"source":600,"target":108},{"source":603,"target":23},{"source":601,"target":24},{"source":602,"target":100},{"source":109,"target":0},{"source":109,"target":24},{"source":109,"target":100},{"source":109,"target":604},{"source":109,"target":605},{"source":109,"target":606},{"source":604,"target":23},{"source":604,"target":607},{"source":604,"target":109},{"source":607,"target":23},{"source":605,"target":24},{"source":606,"target":100},{"source":110,"target":0},{"source":110,"target":100},{"source":110,"target":608},{"source":110,"target":609},{"source":608,"target":23},{"source":608,"target":610},{"source":608,"target":110},{"source":610,"target":23},{"source":609,"target":100},{"source":111,"target":0},{"source":111,"target":4},{"source":111,"target":19},{"source":111,"target":611},{"source":111,"target":612},{"source":111,"target":613},{"source":611,"target":23},{"source":611,"target":614},{"source":611,"target":111},{"source":614,"target":23},{"source":612,"target":4},{"source":613,"target":19},{"source":112,"target":0},{"source":112,"target":4},{"source":112,"target":615},{"source":112,"target":616},{"source":112,"target":617},{"source":615,"target":19},{"source":615,"target":618},{"source":615,"target":112},{"source":618,"target":19},{"source":616,"target":24},{"source":616,"target":619},{"source":616,"target":112},{"source":619,"target":24},{"source":617,"target":4},{"source":113,"target":0},{"source":113,"target":4},{"source":113,"target":620},{"source":113,"target":621},{"source":620,"target":19},{"source":620,"target":622},{"source":620,"target":113},{"source":622,"target":19},{"source":621,"target":4},{"source":114,"target":0},{"source":114,"target":4},{"source":114,"target":623},{"source":114,"target":624},{"source":623,"target":19},{"source":623,"target":625},{"source":623,"target":114},{"source":625,"target":19},{"source":624,"target":4},{"source":115,"target":0},{"source":115,"target":4},{"source":115,"target":24},{"source":115,"target":626},{"source":115,"target":627},{"source":115,"target":628},{"source":626,"target":19},{"source":626,"target":629},{"source":626,"target":115},{"source":629,"target":19},{"source":627,"target":4},{"source":628,"target":24},{"source":116,"target":0},{"source":116,"target":4},{"source":116,"target":24},{"source":116,"target":630},{"source":116,"target":631},{"source":116,"target":632},{"source":630,"target":19},{"source":630,"target":633},{"source":630,"target":116},{"source":633,"target":19},{"source":631,"target":4},{"source":632,"target":24},{"source":117,"target":0},{"source":117,"target":4},{"source":117,"target":24},{"source":117,"target":634},{"source":117,"target":635},{"source":117,"target":636},{"source":634,"target":19},{"source":634,"target":637},{"source":634,"target":117},{"source":637,"target":19},{"source":635,"target":4},{"source":636,"target":24},{"source":118,"target":0},{"source":118,"target":4},{"source":118,"target":24},{"source":118,"target":638},{"source":118,"target":639},{"source":118,"target":640},{"source":638,"target":19},{"source":638,"target":641},{"source":638,"target":118},{"source":641,"target":19},{"source":639,"target":4},{"source":640,"target":24},{"source":119,"target":0},{"source":119,"target":4},{"source":119,"target":642},{"source":119,"target":643},{"source":119,"target":644},{"source":119,"target":645},{"source":642,"target":64},{"source":642,"target":646},{"source":642,"target":119},{"source":646,"target":64},{"source":643,"target":2},{"source":643,"target":647},{"source":643,"target":119},{"source":647,"target":2},{"source":644,"target":648},{"source":644,"target":119},{"source":645,"target":4},{"source":120,"target":0},{"source":120,"target":4},{"source":120,"target":649},{"source":120,"target":650},{"source":649,"target":651},{"source":649,"target":120},{"source":650,"target":4},{"source":121,"target":0},{"source":121,"target":652},{"source":652,"target":653},{"source":652,"target":121},{"source":122,"target":0},{"source":122,"target":654},{"source":122,"target":655},{"source":654,"target":656},{"source":654,"target":122},{"source":655,"target":657},{"source":655,"target":122},{"source":123,"target":0},{"source":123,"target":21},{"source":123,"target":658},{"source":123,"target":659},{"source":123,"target":660},{"source":658,"target":661},{"source":658,"target":123},{"source":659,"target":662},{"source":659,"target":123},{"source":660,"target":21},{"source":124,"target":0},{"source":124,"target":663},{"source":124,"target":664},{"source":663,"target":665},{"source":663,"target":124},{"source":664,"target":125},{"source":664,"target":666},{"source":664,"target":124},{"source":666,"target":125},{"source":125,"target":0},{"source":125,"target":667},{"source":125,"target":668},{"source":125,"target":669},{"source":667,"target":125},{"source":668,"target":125},{"source":669,"target":125},{"source":126,"target":0},{"source":126,"target":670},{"source":670,"target":671},{"source":670,"target":126},{"source":127,"target":0},{"source":127,"target":4},{"source":127,"target":19},{"source":127,"target":20},{"source":127,"target":22},{"source":127,"target":38},{"source":127,"target":672},{"source":127,"target":673},{"source":127,"target":674},{"source":127,"target":675},{"source":127,"target":676},{"source":127,"target":677},{"source":672,"target":678},{"source":672,"target":127},{"source":673,"target":4},{"source":674,"target":19},{"source":675,"target":20},{"source":676,"target":22},{"source":677,"target":38},{"source":128,"target":0},{"source":128,"target":4},{"source":128,"target":21},{"source":128,"target":679},{"source":128,"target":680},{"source":128,"target":681},{"source":679,"target":682},{"source":679,"target":128},{"source":680,"target":4},{"source":681,"target":21},{"source":129,"target":0},{"source":129,"target":4},{"source":129,"target":22},{"source":129,"target":683},{"source":129,"target":684},{"source":129,"target":685},{"source":129,"target":686},{"source":683,"target":19},{"source":683,"target":687},{"source":683,"target":129},{"source":687,"target":19},{"source":684,"target":130},{"source":684,"target":688},{"source":684,"target":129},{"source":688,"target":130},{"source":685,"target":4},{"source":686,"target":22},{"source":130,"target":0},{"source":130,"target":689},{"source":130,"target":690},{"source":130,"target":691},{"source":130,"target":692},{"source":130,"target":693},{"source":130,"target":694},{"source":130,"target":695},{"source":130,"target":696},{"source":130,"target":697},{"source":130,"target":698},{"source":130,"target":699},{"source":130,"target":700},{"source":689,"target":130},{"source":690,"target":130},{"source":691,"target":130},{"source":692,"target":130},{"source":693,"target":130},{"source":694,"target":130},{"source":695,"target":130},{"source":696,"target":130},{"source":697,"target":130},{"source":698,"target":130},{"source":699,"target":130},{"source":700,"target":130},{"source":131,"target":0},{"source":131,"target":4},{"source":131,"target":701},{"source":131,"target":702},{"source":131,"target":703},{"source":701,"target":19},{"source":701,"target":704},{"source":701,"target":131},{"source":704,"target":19},{"source":702,"target":130},{"source":702,"target":705},{"source":702,"target":131},{"source":705,"target":130},{"source":703,"target":4},{"source":132,"target":0},{"source":132,"target":4},{"source":132,"target":19},{"source":132,"target":706},{"source":132,"target":707},{"source":132,"target":708},{"source":706,"target":19},{"source":706,"target":709},{"source":706,"target":132},{"source":709,"target":19},{"source":707,"target":4},{"source":708,"target":19},{"source":133,"target":0},{"source":133,"target":4},{"source":133,"target":710},{"source":133,"target":711},{"source":133,"target":712},{"source":710,"target":713},{"source":710,"target":133},{"source":711,"target":134},{"source":711,"target":714},{"source":711,"target":133},{"source":714,"target":134},{"source":712,"target":4},{"source":134,"target":0},{"source":134,"target":715},{"source":715,"target":4},{"source":715,"target":716},{"source":715,"target":134},{"source":716,"target":4},{"source":135,"target":0},{"source":135,"target":4},{"source":135,"target":717},{"source":135,"target":718},{"source":135,"target":719},{"source":717,"target":720},{"source":717,"target":135},{"source":718,"target":721},{"source":718,"target":135},{"source":719,"target":4},{"source":136,"target":0},{"source":136,"target":4},{"source":136,"target":722},{"source":136,"target":723},{"source":722,"target":724},{"source":722,"target":136},{"source":723,"target":4},{"source":137,"target":0},{"source":137,"target":4},{"source":137,"target":21},{"source":137,"target":725},{"source":137,"target":726},{"source":725,"target":4},{"source":726,"target":21},{"source":138,"target":0},{"source":138,"target":137},{"source":138,"target":727},{"source":138,"target":728},{"source":727,"target":20},{"source":727,"target":729},{"source":727,"target":138},{"source":729,"target":20},{"source":728,"target":137},{"source":139,"target":0},{"source":139,"target":137},{"source":139,"target":730},{"source":139,"target":731},{"source":730,"target":20},{"source":730,"target":732},{"source":730,"target":139},{"source":732,"target":20},{"source":731,"target":137},{"source":140,"target":0},{"source":140,"target":137},{"source":140,"target":733},{"source":140,"target":734},{"source":733,"target":24},{"source":733,"target":735},{"source":733,"target":140},{"source":735,"target":24},{"source":734,"target":137},{"source":141,"target":0},{"source":141,"target":137},{"source":141,"target":736},{"source":141,"target":737},{"source":736,"target":24},{"source":736,"target":738},{"source":736,"target":141},{"source":738,"target":24},{"source":737,"target":137},{"source":142,"target":0},{"source":142,"target":4},{"source":142,"target":739},{"source":142,"target":740},{"source":142,"target":741},{"source":739,"target":26},{"source":739,"target":742},{"source":739,"target":142},{"source":742,"target":26},{"source":740,"target":19},{"source":740,"target":743},{"source":740,"target":142},{"source":743,"target":19},{"source":741,"target":4},{"source":143,"target":0},{"source":143,"target":4},{"source":143,"target":744},{"source":143,"target":745},{"source":143,"target":746},{"source":744,"target":26},{"source":744,"target":747},{"source":744,"target":143},{"source":747,"target":26},{"source":745,"target":19},{"source":745,"target":748},{"source":745,"target":143},{"source":748,"target":19},{"source":746,"target":4},{"source":144,"target":0},{"source":145,"target":0},{"source":145,"target":144},{"source":145,"target":749},{"source":145,"target":750},{"source":749,"target":751},{"source":749,"target":145},{"source":750,"target":144},{"source":146,"target":0},{"source":146,"target":145},{"source":146,"target":752},{"source":146,"target":753},{"source":752,"target":145},{"source":752,"target":754},{"source":752,"target":146},{"source":754,"target":145},{"source":753,"target":145},{"source":147,"target":0},{"source":147,"target":755},{"source":147,"target":756},{"source":755,"target":147},{"source":756,"target":147},{"source":148,"target":0},{"source":148,"target":4},{"source":148,"target":19},{"source":148,"target":757},{"source":148,"target":758},{"source":148,"target":759},{"source":148,"target":760},{"source":148,"target":761},{"source":148,"target":762},{"source":757,"target":763},{"source":757,"target":148},{"source":758,"target":149},{"source":758,"target":764},{"source":758,"target":148},{"source":764,"target":149},{"source":759,"target":144},{"source":759,"target":765},{"source":759,"target":148},{"source":765,"target":144},{"source":760,"target":8},{"source":760,"target":766},{"source":760,"target":148},{"source":766,"target":8},{"source":761,"target":4},{"source":762,"target":19},{"source":149,"target":0},{"source":149,"target":767},{"source":149,"target":768},{"source":767,"target":769},{"source":767,"target":149},{"source":768,"target":150},{"source":768,"target":770},{"source":768,"target":149},{"source":770,"target":150},{"source":150,"target":0},{"source":151,"target":0},{"source":151,"target":150},{"source":151,"target":771},{"source":151,"target":772},{"source":771,"target":773},{"source":771,"target":151},{"source":772,"target":150},{"source":152,"target":0},{"source":152,"target":150},{"source":152,"target":774},{"source":152,"target":775},{"source":774,"target":776},{"source":774,"target":152},{"source":775,"target":150},{"source":153,"target":0},{"source":153,"target":150},{"source":153,"target":777},{"source":153,"target":778},{"source":777,"target":779},{"source":777,"target":153},{"source":778,"target":150},{"source":154,"target":0},{"source":154,"target":150},{"source":154,"target":780},{"source":154,"target":781},{"source":780,"target":782},{"source":780,"target":154},{"source":781,"target":150},{"source":155,"target":0},{"source":155,"target":150},{"source":155,"target":783},{"source":155,"target":784},{"source":783,"target":785},{"source":783,"target":155},{"source":784,"target":150},{"source":156,"target":0},{"source":156,"target":3},{"source":156,"target":786},{"source":156,"target":787},{"source":156,"target":788},{"source":786,"target":789},{"source":786,"target":156},{"source":787,"target":36},{"source":787,"target":790},{"source":787,"target":156},{"source":790,"target":36},{"source":788,"target":3},{"source":157,"target":0},{"source":157,"target":3},{"source":157,"target":791},{"source":157,"target":792},{"source":157,"target":793},{"source":791,"target":147},{"source":791,"target":794},{"source":791,"target":157},{"source":794,"target":147},{"source":792,"target":3},{"source":792,"target":795},{"source":792,"target":157},{"source":795,"target":3},{"source":793,"target":3},{"source":158,"target":0},{"source":158,"target":3},{"source":158,"target":796},{"source":158,"target":797},{"source":158,"target":798},{"source":796,"target":93},{"source":796,"target":799},{"source":796,"target":158},{"source":799,"target":93},{"source":797,"target":3},{"source":797,"target":800},{"source":797,"target":158},{"source":800,"target":3},{"source":798,"target":3},{"source":159,"target":0},{"source":159,"target":3},{"source":159,"target":801},{"source":159,"target":802},{"source":159,"target":803},{"source":801,"target":94},{"source":801,"target":804},{"source":801,"target":159},{"source":804,"target":94},{"source":802,"target":3},{"source":802,"target":805},{"source":802,"target":159},{"source":805,"target":3},{"source":803,"target":3},{"source":160,"target":0},{"source":160,"target":5},{"source":160,"target":806},{"source":160,"target":807},{"source":806,"target":808},{"source":806,"target":160},{"source":807,"target":5},{"source":161,"target":0},{"source":161,"target":145},{"source":161,"target":809},{"source":161,"target":810},{"source":161,"target":811},{"source":809,"target":145},{"source":809,"target":812},{"source":809,"target":161},{"source":812,"target":145},{"source":810,"target":145},{"source":810,"target":813},{"source":810,"target":161},{"source":813,"target":145},{"source":811,"target":145},{"source":162,"target":0},{"source":162,"target":145},{"source":162,"target":814},{"source":162,"target":815},{"source":162,"target":816},{"source":814,"target":145},{"source":814,"target":817},{"source":814,"target":162},{"source":817,"target":145},{"source":815,"target":145},{"source":815,"target":818},{"source":815,"target":162},{"source":818,"target":145},{"source":816,"target":145},{"source":163,"target":0},{"source":163,"target":145},{"source":163,"target":819},{"source":163,"target":820},{"source":163,"target":821},{"source":819,"target":145},{"source":819,"target":822},{"source":819,"target":163},{"source":822,"target":145},{"source":820,"target":145},{"source":820,"target":823},{"source":820,"target":163},{"source":823,"target":145},{"source":821,"target":145},{"source":164,"target":0},{"source":164,"target":145},{"source":164,"target":824},{"source":164,"target":825},{"source":164,"target":826},{"source":824,"target":145},{"source":824,"target":827},{"source":824,"target":164},{"source":827,"target":145},{"source":825,"target":145},{"source":825,"target":828},{"source":825,"target":164},{"source":828,"target":145},{"source":826,"target":145}],"multigraph":true}
true
<?xml version="1.0" encoding="ISO-8859-1"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="UEML"> <eClassifiers xsi:type="ecore:EClass" name="UEMLObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="has" ordered="false" eType="//Geometry" eOpposite="//Geometry/object"/> <eStructuralFeatures xsi:type="ecore:EReference" name="model" ordered="false" eType="//UEMLModel" eOpposite="//UEMLModel/contains"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UEMLModel" eSuperTypes="//UEMLObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="contains" ordered="false" upperBound="-1" eType="//UEMLObject" containment="true" eOpposite="//UEMLObject/model"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Geometry"> <eStructuralFeatures xsi:type="ecore:EReference" name="object" ordered="false" lowerBound="1" eType="//UEMLObject" eOpposite="//UEMLObject/has"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Port" eSuperTypes="//UEMLObject"/> <eClassifiers xsi:type="ecore:EClass" name="Flow" eSuperTypes="//UEMLObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="associationConnector" ordered="false" lowerBound="1" eType="//AssociationConnector" eOpposite="//AssociationConnector/classAssociation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Activity" eSuperTypes="//UEMLObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceRole" ordered="false" upperBound="-1" eType="//ResourceRole" eOpposite="//ResourceRole/in"/> <eStructuralFeatures xsi:type="ecore:EReference" name="child" ordered="false" upperBound="-1" eType="//Activity" containment="true" eOpposite="//Activity/parent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parent" ordered="false" eType="//Activity" eOpposite="//Activity/child"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasOutput" ordered="false" lowerBound="1" upperBound="-1" eType="//OutputPort" containment="true" eOpposite="//OutputPort/activity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hasInput" ordered="false" lowerBound="1" upperBound="-1" eType="//InputPort" containment="true" eOpposite="//InputPort/activity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Object" eSuperTypes="//UEMLObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="ioFlow" ordered="false" eType="//IOFlow" eOpposite="//IOFlow/carries"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InformationObject" eSuperTypes="//Object"> <eStructuralFeatures xsi:type="ecore:EReference" name="controlFlow" ordered="false" eType="//ControlFlow" eOpposite="//ControlFlow/carries"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Resource" eSuperTypes="//Object"> <eStructuralFeatures xsi:type="ecore:EReference" name="carries" ordered="false" eType="//ResourceFlow" eOpposite="//ResourceFlow/resourceCarries"/> <eStructuralFeatures xsi:type="ecore:EReference" name="plays" ordered="false" upperBound="-1" eType="//ResourceRole" eOpposite="//ResourceRole/resourcePlays"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MaterialResource" eSuperTypes="//Resource"/> <eClassifiers xsi:type="ecore:EClass" name="HumanResource" eSuperTypes="//Resource"/> <eClassifiers xsi:type="ecore:EClass" name="ResourceFlow" eSuperTypes="//Flow"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourceCarries" ordered="false" upperBound="-1" eType="//Resource" eOpposite="//Resource/carries"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IOFlow" eSuperTypes="//Flow"> <eStructuralFeatures xsi:type="ecore:EReference" name="carries" ordered="false" upperBound="-1" eType="//Object" eOpposite="//Object/ioFlow"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlFlow" eSuperTypes="//Flow"> <eStructuralFeatures xsi:type="ecore:EReference" name="carries" ordered="false" upperBound="-1" eType="//InformationObject" eOpposite="//InformationObject/controlFlow"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TriggerFlow" eSuperTypes="//ControlFlow"/> <eClassifiers xsi:type="ecore:EClass" name="ConstraintFlow" eSuperTypes="//ControlFlow"/> <eClassifiers xsi:type="ecore:EClass" name="ResourceRole" eSuperTypes="//Port"> <eStructuralFeatures xsi:type="ecore:EReference" name="resourcePlays" ordered="false" upperBound="-1" eType="//Resource" eOpposite="//Resource/plays"/> <eStructuralFeatures xsi:type="ecore:EReference" name="roleQualifier" ordered="false" eType="//RoleType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in" ordered="false" lowerBound="1" eType="//Activity" eOpposite="//Activity/resourceRole"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RoleType"/> <eClassifiers xsi:type="ecore:EClass" name="Anchor" eSuperTypes="//Port"> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" lowerBound="1" eType="//AssociationConnector" eOpposite="//AssociationConnector/origin"/> <eStructuralFeatures xsi:type="ecore:EReference" name="origin" ordered="false" lowerBound="1" eType="//AssociationConnector" eOpposite="//AssociationConnector/target"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputPort" eSuperTypes="//Anchor"> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" ordered="false" lowerBound="1" eType="//Activity" eOpposite="//Activity/hasOutput"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputPort" eSuperTypes="//Anchor"> <eStructuralFeatures xsi:type="ecore:EReference" name="activity" ordered="false" lowerBound="1" eType="//Activity" eOpposite="//Activity/hasInput"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConnectionOperator" eSuperTypes="//Anchor"/> <eClassifiers xsi:type="ecore:EClass" name="AssociationConnector"> <eStructuralFeatures xsi:type="ecore:EReference" name="origin" ordered="false" upperBound="-1" eType="//Anchor" eOpposite="//Anchor/target"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" ordered="false" upperBound="-1" eType="//Anchor" eOpposite="//Anchor/origin"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classAssociation" ordered="false" lowerBound="1" eType="//Flow" eOpposite="//Flow/associationConnector"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/slebok/zoo/zoo/dsl/ueml/ueml/fetched/UEML.ecore
ecore
UEML UEMLObject has model UEMLModel contains Geometry object Port Flow associationConnector Activity resourceRole child parent hasOutput hasInput Object ioFlow InformationObject controlFlow Resource carries plays MaterialResource HumanResource ResourceFlow resourceCarries IOFlow carries ControlFlow carries TriggerFlow ConstraintFlow ResourceRole resourcePlays roleQualifier in RoleType Anchor target origin OutputPort activity InputPort activity ConnectionOperator AssociationConnector origin target classAssociation
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"UEML","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UEMLObject","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UEMLModel","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Geometry","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Port","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flow","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Activity","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InformationObject","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Resource","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MaterialResource","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HumanResource","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceFlow","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IOFlow","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlFlow","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TriggerFlow","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConstraintFlow","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResourceRole","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RoleType","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Anchor","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputPort","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputPort","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConnectionOperator","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssociationConnector","instanceClass":null,"abstract":false,"id":23,"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":"has","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"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":"model","changeable":true,"resolveProxies":true,"lowerBound":0,"id":25,"derived":false},{"id":26,"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":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":27,"derived":false},{"id":28,"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":"contains","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"associationConnector","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"derived":false},{"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":"classAssociation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resourceRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"child","changeable":true,"resolveProxies":true,"lowerBound":0,"id":39,"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":"parent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":40,"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":"hasOutput","changeable":true,"resolveProxies":true,"lowerBound":1,"id":41,"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":"hasInput","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"derived":false},{"id":43,"eClass":"EGenericType"},{"id":44,"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":"in","changeable":true,"resolveProxies":true,"lowerBound":1,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"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":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":49,"derived":false},{"id":50,"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":"activity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":51,"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":"ioFlow","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"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":"carries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"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":"controlFlow","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"carries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"carries","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":false,"unsettable":false,"transient":false,"unique":true,"name":"plays","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"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":"resourceCarries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"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":"resourcePlays","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"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"roleQualifier","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"},{"container":false,"ordered":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":82,"derived":false},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"origin","changeable":true,"resolveProxies":true,"lowerBound":1,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"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":"origin","changeable":true,"resolveProxies":true,"lowerBound":0,"id":86,"derived":false},{"id":87,"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":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":1,"target":0},{"source":1,"target":24},{"source":1,"target":25},{"source":24,"target":3},{"source":24,"target":26},{"source":24,"target":1},{"source":24,"target":27},{"source":26,"target":3},{"source":25,"target":2},{"source":25,"target":28},{"source":25,"target":1},{"source":25,"target":29},{"source":28,"target":2},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":29},{"source":2,"target":30},{"source":29,"target":1},{"source":29,"target":31},{"source":29,"target":2},{"source":29,"target":25},{"source":31,"target":1},{"source":30,"target":1},{"source":3,"target":0},{"source":3,"target":27},{"source":27,"target":1},{"source":27,"target":32},{"source":27,"target":3},{"source":27,"target":24},{"source":32,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":33},{"source":33,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":34},{"source":5,"target":35},{"source":34,"target":23},{"source":34,"target":36},{"source":34,"target":5},{"source":34,"target":37},{"source":36,"target":23},{"source":35,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":38},{"source":6,"target":39},{"source":6,"target":40},{"source":6,"target":41},{"source":6,"target":42},{"source":6,"target":43},{"source":38,"target":17},{"source":38,"target":44},{"source":38,"target":6},{"source":38,"target":45},{"source":44,"target":17},{"source":39,"target":6},{"source":39,"target":46},{"source":39,"target":6},{"source":39,"target":40},{"source":46,"target":6},{"source":40,"target":6},{"source":40,"target":47},{"source":40,"target":6},{"source":40,"target":39},{"source":47,"target":6},{"source":41,"target":20},{"source":41,"target":48},{"source":41,"target":6},{"source":41,"target":49},{"source":48,"target":20},{"source":42,"target":21},{"source":42,"target":50},{"source":42,"target":6},{"source":42,"target":51},{"source":50,"target":21},{"source":43,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":52},{"source":7,"target":53},{"source":52,"target":13},{"source":52,"target":54},{"source":52,"target":7},{"source":52,"target":55},{"source":54,"target":13},{"source":53,"target":1},{"source":8,"target":0},{"source":8,"target":7},{"source":8,"target":56},{"source":8,"target":57},{"source":56,"target":14},{"source":56,"target":58},{"source":56,"target":8},{"source":56,"target":59},{"source":58,"target":14},{"source":57,"target":7},{"source":9,"target":0},{"source":9,"target":7},{"source":9,"target":60},{"source":9,"target":61},{"source":9,"target":62},{"source":60,"target":12},{"source":60,"target":63},{"source":60,"target":9},{"source":60,"target":64},{"source":63,"target":12},{"source":61,"target":17},{"source":61,"target":65},{"source":61,"target":9},{"source":61,"target":66},{"source":65,"target":17},{"source":62,"target":7},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":67},{"source":67,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":68},{"source":68,"target":9},{"source":12,"target":0},{"source":12,"target":5},{"source":12,"target":64},{"source":12,"target":69},{"source":64,"target":9},{"source":64,"target":70},{"source":64,"target":12},{"source":64,"target":60},{"source":70,"target":9},{"source":69,"target":5},{"source":13,"target":0},{"source":13,"target":5},{"source":13,"target":55},{"source":13,"target":71},{"source":55,"target":7},{"source":55,"target":72},{"source":55,"target":13},{"source":55,"target":52},{"source":72,"target":7},{"source":71,"target":5},{"source":14,"target":0},{"source":14,"target":5},{"source":14,"target":59},{"source":14,"target":73},{"source":59,"target":8},{"source":59,"target":74},{"source":59,"target":14},{"source":59,"target":56},{"source":74,"target":8},{"source":73,"target":5},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":75},{"source":75,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":76},{"source":76,"target":14},{"source":17,"target":0},{"source":17,"target":4},{"source":17,"target":66},{"source":17,"target":77},{"source":17,"target":45},{"source":17,"target":78},{"source":66,"target":9},{"source":66,"target":79},{"source":66,"target":17},{"source":66,"target":61},{"source":79,"target":9},{"source":77,"target":18},{"source":77,"target":80},{"source":77,"target":17},{"source":80,"target":18},{"source":45,"target":6},{"source":45,"target":81},{"source":45,"target":17},{"source":45,"target":38},{"source":81,"target":6},{"source":78,"target":4},{"source":18,"target":0},{"source":19,"target":0},{"source":19,"target":4},{"source":19,"target":82},{"source":19,"target":83},{"source":19,"target":84},{"source":82,"target":23},{"source":82,"target":85},{"source":82,"target":19},{"source":82,"target":86},{"source":85,"target":23},{"source":83,"target":23},{"source":83,"target":87},{"source":83,"target":19},{"source":83,"target":88},{"source":87,"target":23},{"source":84,"target":4},{"source":20,"target":0},{"source":20,"target":19},{"source":20,"target":49},{"source":20,"target":89},{"source":49,"target":6},{"source":49,"target":90},{"source":49,"target":20},{"source":49,"target":41},{"source":90,"target":6},{"source":89,"target":19},{"source":21,"target":0},{"source":21,"target":19},{"source":21,"target":51},{"source":21,"target":91},{"source":51,"target":6},{"source":51,"target":92},{"source":51,"target":21},{"source":51,"target":42},{"source":92,"target":6},{"source":91,"target":19},{"source":22,"target":0},{"source":22,"target":19},{"source":22,"target":93},{"source":93,"target":19},{"source":23,"target":0},{"source":23,"target":86},{"source":23,"target":88},{"source":23,"target":37},{"source":86,"target":19},{"source":86,"target":94},{"source":86,"target":23},{"source":86,"target":82},{"source":94,"target":19},{"source":88,"target":19},{"source":88,"target":95},{"source":88,"target":23},{"source":88,"target":83},{"source":95,"target":19},{"source":37,"target":5},{"source":37,"target":96},{"source":37,"target":23},{"source":37,"target":34},{"source":96,"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="p2"> <eClassifiers xsi:type="ecore:EClass" name="new EClass 1" eSuperTypes="My.ecore#//new%20EClass%201"/> <eClassifiers xsi:type="ecore:EClass" name="new EClass 2"/> <eSubpackages name="new Package 1"> <eClassifiers xsi:type="ecore:EClass" name="new EClass 1"/> <eClassifiers xsi:type="ecore:EClass" name="new EClass 2"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/CohesionForce/ecfrance-sirius/plugins/org.eclipse.sirius.tests.swtbot/data/unit/session/representationCreation/My_.ecore
ecore
p2 new EClass 1 new EClass 2 new Package 1 new EClass 1 new EClass 2
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"p2","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"},{"nsPrefix":null,"nsURI":null,"name":"new Package 1","id":3,"eClass":"EPackage"},{"id":4,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"new EClass 1","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"new EClass 2","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":1,"target":0},{"source":1,"target":4},{"source":2,"target":0},{"source":3,"target":5},{"source":3,"target":6},{"source":3,"target":0},{"source":5,"target":3},{"source":6,"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="kermeta" nsURI="http://www.kermeta.org/kermeta/1_2_0//kermeta" nsPrefix="kermeta"> <eClassifiers xsi:type="ecore:EClass" name="DummyClass" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eClassifiers> <eSubpackages name="language" nsURI="http://www.kermeta.org/kermeta/1_2_0//kermeta/language" nsPrefix="kermeta_language"> <eClassifiers xsi:type="ecore:EClass" name="DummyClass" abstract="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eClassifiers> <eSubpackages name="behavior" nsURI="http://www.kermeta.org/kermeta/1_2_0//kermeta/language/behavior" nsPrefix="kermeta_language_behavior"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eClassifiers xsi:type="ecore:EClass" name="EmptyExpression" eSuperTypes="#//language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Loop" eSuperTypes="#//language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="initialization" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="stopCondition" lowerBound="1" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//language/behavior/Literal"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" abstract="true" eSuperTypes="#//language/structure/Object #//language/structure/TypeContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="staticType" eType="#//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Block" eSuperTypes="#//language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" upperBound="-1" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="rescueBlock" upperBound="-1" eType="#//language/behavior/Rescue" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Rescue" eSuperTypes="#//language/structure/Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exceptionName" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="exceptionType" lowerBound="1" eType="#//language/behavior/TypeReference" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" upperBound="-1" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallFeature" eSuperTypes="#//language/behavior/CallExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAtpre" eType="#//language/structure/Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="staticEnumLiteral" eType="#//language/structure/EnumerationLiteral"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="staticProperty" eType="#//language/structure/Property"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="staticOperation" eType="#//language/structure/Operation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntegerLiteral" eSuperTypes="#//language/behavior/Literal"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//language/structure/Integer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BooleanLiteral" eSuperTypes="#//language/behavior/Literal"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//language/structure/Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LambdaParameter" eSuperTypes="#//language/structure/Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//language/behavior/TypeReference" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Conditional" eSuperTypes="#//language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="elseBody" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="thenBody" lowerBound="1" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LambdaExpression" eSuperTypes="#//language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//language/behavior/LambdaParameter" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="body" lowerBound="1" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Assignment" eSuperTypes="#//language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isCast" eType="#//language/structure/Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="target" lowerBound="1" eType="#//language/behavior/CallExpression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelfExpression" eSuperTypes="#//language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallValue" eSuperTypes="#//language/behavior/CallExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeReference" eSuperTypes="#//language/structure/MultiplicityElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallResult" eSuperTypes="#//language/behavior/CallVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeLiteral" eSuperTypes="#//language/behavior/Literal"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeref" lowerBound="1" eType="#//language/behavior/TypeReference" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDecl" eSuperTypes="#//language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//language/behavior/TypeReference" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="initialization" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallSuperOperation" eSuperTypes="#//language/behavior/CallExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallVariable" eSuperTypes="#//language/behavior/CallExpression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAtpre" eType="#//language/structure/Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallExpression" abstract="true" eSuperTypes="#//language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="staticTypeVariableBindings" upperBound="-1" eType="#//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VoidLiteral" eSuperTypes="#//language/behavior/Literal"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JavaStaticCall" eSuperTypes="#//language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jmethod" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="jclass" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Raise" eSuperTypes="#//language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" lowerBound="1" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Literal" abstract="true" eSuperTypes="#//language/behavior/Expression"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eClassifiers> </eSubpackages> <eSubpackages name="structure" nsURI="http://www.kermeta.org/kermeta/1_2_0//kermeta/language/structure" nsPrefix="kermeta_language_structure"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eClassifiers xsi:type="ecore:EClass" name="DataType" abstract="true" eSuperTypes="#//language/structure/TypeDefinition #//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Boolean" instanceClassName="boolean"/> <eClassifiers xsi:type="ecore:EClass" name="TypeDefinitionContainer" abstract="true" eSuperTypes="#//language/structure/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTypeDefinition" upperBound="-1" eType="#//language/structure/TypeDefinition" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="UnlimitedNatural" instanceClassName="int"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Constraint" eSuperTypes="#//language/structure/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="invOwner" eType="#//language/structure/ClassDefinition" eOpposite="#//language/structure/ClassDefinition/inv"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="postOwner" eType="#//language/structure/Operation" eOpposite="#//language/structure/Operation/post"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="language" eType="#//language/structure/ConstraintLanguage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stereotype" eType="#//language/structure/ConstraintType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="body" ordered="false" lowerBound="1" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="preOwner" eType="#//language/structure/Operation" eOpposite="#//language/structure/Operation/pre"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericTypeDefinition" abstract="true" eSuperTypes="#//language/structure/TypeDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameter" upperBound="-1" eType="#//language/structure/TypeVariable" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Enumeration" eSuperTypes="#//language/structure/DataType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedLiteral" upperBound="-1" eType="#//language/structure/EnumerationLiteral" containment="true" eOpposite="#//language/structure/EnumerationLiteral/enumeration"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelTypeVariable" eSuperTypes="#//language/structure/TypeVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="virtualType" upperBound="-1" eType="#//language/structure/VirtualType" containment="true" eOpposite="#//language/structure/VirtualType/modelType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelingUnit" eSuperTypes="#//language/structure/Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usings" upperBound="-1" eType="#//language/structure/Using" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="excludeFilters" upperBound="-1" eType="#//language/structure/Filter" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedModelingUnits" upperBound="-1" eType="#//language/structure/ModelingUnit"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="requires" upperBound="-1" eType="#//language/structure/Require" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="packages" upperBound="-1" eType="#//language/structure/Package" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="includeFilters" upperBound="-1" eType="#//language/structure/Filter" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimitiveType" eSuperTypes="#//language/structure/DataType #//language/structure/TypeContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="instanceType" eType="#//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ModelType" eSuperTypes="#//language/structure/Type #//language/structure/TypeDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="includedTypeDefinition" upperBound="-1" eType="#//language/structure/TypeDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Filter" eSuperTypes="#//language/structure/Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeVariableBinding" eSuperTypes="#//language/structure/Object #//language/structure/TypeContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="variable" lowerBound="1" eType="#//language/structure/TypeVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NamedElement" abstract="true" eSuperTypes="#//language/structure/Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectTypeVariable" eSuperTypes="#//language/structure/TypeVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Using" eSuperTypes="#//language/structure/Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifiedName" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeDefinition" eSuperTypes="#//language/structure/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAspect" eType="#//language/structure/Boolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="Integer" instanceClassName="int"/> <eClassifiers xsi:type="ecore:EClass" name="Require" eSuperTypes="#//language/structure/Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Package" eSuperTypes="#//language/structure/TypeDefinitionContainer #//language/structure/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nestingPackage" eType="#//language/structure/Package" transient="true" eOpposite="#//language/structure/Package/nestedPackage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedPackage" upperBound="-1" eType="#//language/structure/Package" containment="true" eOpposite="#//language/structure/Package/nestingPackage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="#//language/structure/MultiplicityElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="default" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isGetterAbstract" eType="#//language/structure/Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="setterBody" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" eType="#//language/structure/Property"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isID" eType="#//language/structure/Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isSetterAbstract" eType="#//language/structure/Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isDerived" eType="#//language/structure/Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isReadOnly" eType="#//language/structure/Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="getterBody" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isComposite" eType="#//language/structure/Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owningClass" eType="#//language/structure/ClassDefinition" eOpposite="#//language/structure/ClassDefinition/ownedAttribute"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypedElement" abstract="true" eSuperTypes="#//language/structure/NamedElement #//language/structure/TypeContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeVariable" abstract="true" eSuperTypes="#//language/structure/Type #//language/structure/TypeContainer #//language/structure/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="supertype" eType="#//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VoidType" eSuperTypes="#//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProductType" eSuperTypes="#//language/structure/Type #//language/structure/TypeContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" unique="false" upperBound="-1" eType="#//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionType" eSuperTypes="#//language/structure/TypeContainer #//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Class" eSuperTypes="#//language/structure/ParameterizedType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//language/structure/String" changeable="false" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="#//language/structure/Property" changeable="false" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="#//language/structure/Boolean" changeable="false" defaultValueLiteral="false" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="#//language/structure/Operation" changeable="false" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="superClass" upperBound="-1" eType="#//language/structure/Class" changeable="false" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement" eSuperTypes="#//language/structure/TypedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lower" eType="#//language/structure/Integer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isOrdered" eType="#//language/structure/Boolean" defaultValueLiteral="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isUnique" eType="#//language/structure/Boolean" defaultValueLiteral="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="upper" eType="#//language/structure/UnlimitedNatural"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//language/structure/MultiplicityElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="post" upperBound="-1" eType="#//language/structure/Constraint" containment="true" eOpposite="#//language/structure/Constraint/postOwner"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pre" upperBound="-1" eType="#//language/structure/Constraint" containment="true" eOpposite="#//language/structure/Constraint/preOwner"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="owningClass" eType="#//language/structure/ClassDefinition" eOpposite="#//language/structure/ClassDefinition/ownedOperation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParameter" upperBound="-1" eType="#//language/structure/TypeVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="raisedException" upperBound="-1" eType="#//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="#//language/behavior/Expression" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="superOperation" eType="#//language/structure/Operation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="#//language/structure/Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedParameter" upperBound="-1" eType="#//language/structure/Parameter" containment="true" eOpposite="#//language/structure/Parameter/operation"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ConstraintLanguage"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eLiterals name="ocl" value="1" literal="ocl"/> <eLiterals name="kermeta" literal="kermeta"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterizedType" abstract="true" eSuperTypes="#//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1" eType="#//language/structure/GenericTypeDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="virtualTypeBinding" upperBound="-1" eType="#//language/structure/TypeVariableBinding" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParamBinding" upperBound="-1" eType="#//language/structure/TypeVariableBinding" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Model" eSuperTypes="#//language/structure/Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//language/structure/Object" changeable="false"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//language/structure/MultiplicityElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" eType="#//language/structure/Operation" transient="true" eOpposite="#//language/structure/Operation/ownedParameter"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnumerationLiteral" eSuperTypes="#//language/structure/NamedElement"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enumeration" eType="#//language/structure/Enumeration" transient="true" eOpposite="#//language/structure/Enumeration/ownedLiteral"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClassDefinition" eSuperTypes="#//language/structure/GenericTypeDefinition #//language/structure/TypeContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedAttribute" upperBound="-1" eType="#//language/structure/Property" containment="true" eOpposite="#//language/structure/Property/owningClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" upperBound="-1" eType="#//language/structure/Type"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isAbstract" eType="#//language/structure/Boolean"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedOperation" upperBound="-1" eType="#//language/structure/Operation" containment="true" eOpposite="#//language/structure/Operation/owningClass"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="inv" upperBound="-1" eType="#//language/structure/Constraint" containment="true" eOpposite="#//language/structure/Constraint/invOwner"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ConstraintType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eLiterals name="pre" value="1" literal="pre"/> <eLiterals name="inv" literal="inv"/> <eLiterals name="post" value="2" literal="post"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualType" eSuperTypes="#//language/structure/ObjectTypeVariable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="classDefinition" lowerBound="1" eType="#//language/structure/ClassDefinition"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="typeParamBinding" upperBound="-1" eType="#//language/structure/TypeVariableBinding" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="modelType" lowerBound="1" eType="#//language/structure/ModelTypeVariable" eOpposite="#//language/structure/ModelTypeVariable/virtualType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="String" instanceClassName="java.lang.String"/> <eClassifiers xsi:type="ecore:EClass" name="Tag" eSuperTypes="#//language/structure/Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//language/structure/String"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="object" lowerBound="1" upperBound="-1" eType="#//language/structure/Object" eOpposite="#//language/structure/Object/tag"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tag" upperBound="-1" eType="#//language/structure/Tag" eOpposite="#//language/structure/Tag/object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ownedTags" upperBound="-1" eType="#//language/structure/Tag" containment="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TypeContainer" abstract="true" eSuperTypes="#//language/structure/Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containedType" upperBound="-1" eType="#//language/structure/Type" containment="true" eOpposite="#//language/structure/Type/typeContainer"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Type" eSuperTypes="#//language/structure/Object"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeContainer" eType="#//language/structure/TypeContainer" eOpposite="#//language/structure/TypeContainer/containedType"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"/> </eStructuralFeatures> </eClassifiers> </eSubpackages> </eSubpackages> </ecore:EPackage>
github:ecore:/data/diverse-project/kermeta/kompose_projects/org.kermeta.kompose.specialization.ecore.samples/models/kermeta/kermeta_java_merged2.ecore
ecore
kermeta DummyClass language DummyClass behavior EmptyExpression Loop body initialization stopCondition StringLiteral value Expression staticType Block statement rescueBlock Rescue exceptionName exceptionType body CallFeature isAtpre target staticEnumLiteral staticProperty staticOperation IntegerLiteral value BooleanLiteral value LambdaParameter name type Conditional condition elseBody thenBody LambdaExpression parameters body Assignment value isCast target SelfExpression CallValue TypeReference CallResult TypeLiteral typeref VariableDecl identifier type initialization CallSuperOperation CallVariable isAtpre CallExpression name parameters staticTypeVariableBindings VoidLiteral JavaStaticCall jmethod parameters jclass Raise expression Literal structure DataType Boolean boolean boolean TypeDefinitionContainer ownedTypeDefinition UnlimitedNatural int int Constraint invOwner postOwner language stereotype body preOwner GenericTypeDefinition typeParameter Enumeration ownedLiteral ModelTypeVariable virtualType ModelingUnit usings excludeFilters referencedModelingUnits requires packages includeFilters PrimitiveType instanceType ModelType includedTypeDefinition Filter qualifiedName TypeVariableBinding variable type NamedElement name ObjectTypeVariable Using qualifiedName TypeDefinition isAspect Integer int int Require uri Package uri nestingPackage nestedPackage Property default isGetterAbstract setterBody opposite isID isSetterAbstract isDerived false isReadOnly false getterBody isComposite false owningClass TypedElement type TypeVariable supertype VoidType ProductType type FunctionType right left Class name ownedAttribute isAbstract false ownedOperation superClass MultiplicityElement lower isOrdered false isUnique true upper Operation post pre owningClass typeParameter raisedException body superOperation isAbstract ownedParameter ConstraintLanguage ocl ocl kermeta kermeta ParameterizedType typeDefinition virtualTypeBinding typeParamBinding Model contents Parameter operation EnumerationLiteral enumeration ClassDefinition ownedAttribute superType isAbstract ownedOperation inv ConstraintType pre pre inv inv post post VirtualType classDefinition typeParamBinding modelType String java.lang.String java.lang.String Tag name value object Object tag ownedTags TypeContainer containedType Type typeContainer
null
{"directed":true,"nodes":[{"nsPrefix":"kermeta","nsURI":"http://www.kermeta.org/kermeta/1_2_0//kermeta","name":"kermeta","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DummyClass","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"nsPrefix":"kermeta_language","nsURI":"http://www.kermeta.org/kermeta/1_2_0//kermeta/language","name":"language","id":2,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DummyClass","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"nsPrefix":"kermeta_language_behavior","nsURI":"http://www.kermeta.org/kermeta/1_2_0//kermeta/language/behavior","name":"behavior","id":4,"eClass":"EPackage"},{"nsPrefix":"kermeta_language_structure","nsURI":"http://www.kermeta.org/kermeta/1_2_0//kermeta/language/structure","name":"structure","id":5,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyExpression","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Block","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Rescue","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallFeature","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LambdaParameter","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Conditional","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LambdaExpression","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Assignment","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelfExpression","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallValue","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeReference","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallResult","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeLiteral","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDecl","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallSuperOperation","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallVariable","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallExpression","instanceClass":null,"abstract":true,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidLiteral","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JavaStaticCall","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Raise","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Literal","instanceClass":null,"abstract":true,"id":31,"interface":false,"eClass":"EClass"},{"id":32,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":33,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialization","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"stopCondition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"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":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"String","instanceClass":"java.lang.String","id":42,"serializable":true,"eClass":"EDataType"},{"id":43,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeContainer","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Type","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","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":"rescueBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exceptionName","changeable":true,"lowerBound":0,"iD":false,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exceptionType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":57,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAtpre","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticEnumLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticProperty","changeable":true,"resolveProxies":true,"lowerBound":0,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"instanceTypeName":"boolean","defaultValue":false,"instanceClassName":"boolean","name":"Boolean","instanceClass":"boolean","id":69,"serializable":true,"eClass":"EDataType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnumerationLiteral","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"id":73,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"id":75,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"id":79,"eClass":"EGenericType"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"Integer","instanceClass":"int","id":80,"serializable":true,"eClass":"EDataType"},{"id":81,"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":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":90,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenBody","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":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":97,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isCast","changeable":true,"lowerBound":0,"iD":false,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"target","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":false,"id":111,"interface":false,"eClass":"EClass"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeref","changeable":true,"resolveProxies":true,"lowerBound":1,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identifier","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"initialization","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"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAtpre","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":129,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"staticTypeVariableBindings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"jmethod","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":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"jclass","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"container":false,"ordered":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":143,"derived":false},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","instanceClass":null,"abstract":true,"id":147,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDefinitionContainer","instanceClass":null,"abstract":true,"id":148,"interface":false,"eClass":"EClass"},{"instanceTypeName":"int","defaultValue":0,"instanceClassName":"int","name":"UnlimitedNatural","instanceClass":"int","id":149,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":150,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericTypeDefinition","instanceClass":null,"abstract":true,"id":151,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Enumeration","instanceClass":null,"abstract":false,"id":152,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelTypeVariable","instanceClass":null,"abstract":false,"id":153,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelingUnit","instanceClass":null,"abstract":false,"id":154,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimitiveType","instanceClass":null,"abstract":false,"id":155,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ModelType","instanceClass":null,"abstract":false,"id":156,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Filter","instanceClass":null,"abstract":false,"id":157,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeVariableBinding","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NamedElement","instanceClass":null,"abstract":true,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectTypeVariable","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Using","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDefinition","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Require","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":true,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeVariable","instanceClass":null,"abstract":true,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VoidType","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductType","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionType","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConstraintLanguage","instanceClass":null,"id":171,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterizedType","instanceClass":null,"abstract":true,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClassDefinition","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"ConstraintType","instanceClass":null,"id":176,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualType","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Tag","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTypeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"id":182,"eClass":"EGenericType"},{"id":183,"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":"invOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"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":"postOwner","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"language","changeable":true,"lowerBound":0,"iD":false,"id":186,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"stereotype","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"container":false,"ordered":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":188,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"preOwner","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inv","changeable":true,"resolveProxies":true,"lowerBound":0,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"post","changeable":true,"resolveProxies":true,"lowerBound":0,"id":194,"derived":false},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pre","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedLiteral","changeable":true,"resolveProxies":true,"lowerBound":0,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"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":206,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"virtualType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"modelType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":210,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"usings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"excludeFilters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencedModelingUnits","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requires","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"packages","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"includeFilters","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"instanceType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"includedTypeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"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":"qualifiedName","changeable":true,"lowerBound":0,"iD":false,"id":232,"derived":false},{"id":233,"eClass":"EGenericType"},{"id":234,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"variable","changeable":true,"resolveProxies":true,"lowerBound":1,"id":235,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":241,"derived":false},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qualifiedName","changeable":true,"lowerBound":0,"iD":false,"id":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAspect","changeable":true,"lowerBound":0,"iD":false,"id":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":"uri","changeable":true,"lowerBound":0,"iD":false,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":254,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"nestingPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestedPackage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"default","changeable":true,"lowerBound":0,"iD":false,"id":262,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isGetterAbstract","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":"setterBody","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":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":265,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isID","changeable":true,"lowerBound":0,"iD":false,"id":266,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isSetterAbstract","changeable":true,"lowerBound":0,"iD":false,"id":267,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isDerived","changeable":true,"lowerBound":0,"iD":false,"id":268,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isReadOnly","changeable":true,"lowerBound":0,"iD":false,"id":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":"getterBody","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isComposite","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":286,"derived":false},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"supertype","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":296,"derived":false},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":300,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"left","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":false,"lowerBound":0,"iD":false,"id":306,"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":"ownedAttribute","changeable":false,"resolveProxies":true,"lowerBound":0,"id":307,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":false,"lowerBound":0,"iD":false,"id":308,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ownedOperation","changeable":false,"resolveProxies":true,"lowerBound":0,"id":309,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superClass","changeable":false,"resolveProxies":true,"lowerBound":0,"id":310,"derived":true},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"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":"lower","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":"false","unsettable":false,"transient":false,"unique":true,"name":"isOrdered","changeable":true,"lowerBound":0,"iD":false,"id":318,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"isUnique","changeable":true,"lowerBound":0,"iD":false,"id":319,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"upper","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"id":325,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"owningClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":327,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"raisedException","changeable":true,"resolveProxies":true,"lowerBound":0,"id":328,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":329,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":330,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":331,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":332,"derived":false},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedOperation","changeable":true,"resolveProxies":true,"lowerBound":0,"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"},{"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":344,"derived":false},{"name":"ocl","id":345,"value":1,"literal":"ocl","eClass":"EEnumLiteral"},{"name":"kermeta","id":346,"value":0,"literal":"kermeta","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":"typeDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":347,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"virtualTypeBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"typeParamBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":false,"resolveProxies":true,"lowerBound":0,"id":354,"derived":false},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"isAbstract","changeable":true,"lowerBound":0,"iD":false,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"id":369,"eClass":"EGenericType"},{"name":"pre","id":370,"value":1,"literal":"pre","eClass":"EEnumLiteral"},{"name":"inv","id":371,"value":0,"literal":"inv","eClass":"EEnumLiteral"},{"name":"post","id":372,"value":2,"literal":"post","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":"classDefinition","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"typeParamBinding","changeable":true,"resolveProxies":true,"lowerBound":0,"id":374,"derived":false},{"id":375,"eClass":"EGenericType"},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":379,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":380,"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":"object","changeable":true,"resolveProxies":true,"lowerBound":1,"id":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"id":385,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"tag","changeable":true,"resolveProxies":true,"lowerBound":0,"id":386,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ownedTags","changeable":true,"resolveProxies":true,"lowerBound":0,"id":387,"derived":false},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"containedType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"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":"typeContainer","changeable":true,"resolveProxies":true,"lowerBound":0,"id":393,"derived":false},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":2,"target":3},{"source":2,"target":4},{"source":2,"target":5},{"source":2,"target":0},{"source":3,"target":2},{"source":4,"target":6},{"source":4,"target":7},{"source":4,"target":8},{"source":4,"target":9},{"source":4,"target":10},{"source":4,"target":11},{"source":4,"target":12},{"source":4,"target":13},{"source":4,"target":14},{"source":4,"target":15},{"source":4,"target":16},{"source":4,"target":17},{"source":4,"target":18},{"source":4,"target":19},{"source":4,"target":20},{"source":4,"target":21},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":4,"target":25},{"source":4,"target":26},{"source":4,"target":27},{"source":4,"target":28},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":4,"target":2},{"source":6,"target":4},{"source":6,"target":9},{"source":6,"target":32},{"source":32,"target":9},{"source":7,"target":4},{"source":7,"target":9},{"source":7,"target":33},{"source":7,"target":34},{"source":7,"target":35},{"source":7,"target":36},{"source":33,"target":9},{"source":33,"target":37},{"source":33,"target":7},{"source":37,"target":9},{"source":34,"target":9},{"source":34,"target":38},{"source":34,"target":7},{"source":38,"target":9},{"source":35,"target":9},{"source":35,"target":39},{"source":35,"target":7},{"source":39,"target":9},{"source":36,"target":9},{"source":8,"target":4},{"source":8,"target":31},{"source":8,"target":40},{"source":8,"target":41},{"source":40,"target":42},{"source":40,"target":43},{"source":40,"target":8},{"source":43,"target":42},{"source":41,"target":31},{"source":9,"target":4},{"source":9,"target":44},{"source":9,"target":45},{"source":9,"target":46},{"source":9,"target":47},{"source":9,"target":48},{"source":46,"target":49},{"source":46,"target":50},{"source":46,"target":9},{"source":50,"target":49},{"source":47,"target":44},{"source":48,"target":45},{"source":10,"target":4},{"source":10,"target":9},{"source":10,"target":51},{"source":10,"target":52},{"source":10,"target":53},{"source":51,"target":9},{"source":51,"target":54},{"source":51,"target":10},{"source":54,"target":9},{"source":52,"target":11},{"source":52,"target":55},{"source":52,"target":10},{"source":55,"target":11},{"source":53,"target":9},{"source":11,"target":4},{"source":11,"target":44},{"source":11,"target":56},{"source":11,"target":57},{"source":11,"target":58},{"source":11,"target":59},{"source":56,"target":42},{"source":56,"target":60},{"source":56,"target":11},{"source":60,"target":42},{"source":57,"target":21},{"source":57,"target":61},{"source":57,"target":11},{"source":61,"target":21},{"source":58,"target":9},{"source":58,"target":62},{"source":58,"target":11},{"source":62,"target":9},{"source":59,"target":44},{"source":12,"target":4},{"source":12,"target":27},{"source":12,"target":63},{"source":12,"target":64},{"source":12,"target":65},{"source":12,"target":66},{"source":12,"target":67},{"source":12,"target":68},{"source":63,"target":69},{"source":63,"target":70},{"source":63,"target":12},{"source":70,"target":69},{"source":64,"target":9},{"source":64,"target":71},{"source":64,"target":12},{"source":71,"target":9},{"source":65,"target":72},{"source":65,"target":73},{"source":65,"target":12},{"source":73,"target":72},{"source":66,"target":74},{"source":66,"target":75},{"source":66,"target":12},{"source":75,"target":74},{"source":67,"target":76},{"source":67,"target":77},{"source":67,"target":12},{"source":77,"target":76},{"source":68,"target":27},{"source":13,"target":4},{"source":13,"target":31},{"source":13,"target":78},{"source":13,"target":79},{"source":78,"target":80},{"source":78,"target":81},{"source":78,"target":13},{"source":81,"target":80},{"source":79,"target":31},{"source":14,"target":4},{"source":14,"target":31},{"source":14,"target":82},{"source":14,"target":83},{"source":82,"target":69},{"source":82,"target":84},{"source":82,"target":14},{"source":84,"target":69},{"source":83,"target":31},{"source":15,"target":4},{"source":15,"target":44},{"source":15,"target":85},{"source":15,"target":86},{"source":15,"target":87},{"source":85,"target":42},{"source":85,"target":88},{"source":85,"target":15},{"source":88,"target":42},{"source":86,"target":21},{"source":86,"target":89},{"source":86,"target":15},{"source":89,"target":21},{"source":87,"target":44},{"source":16,"target":4},{"source":16,"target":9},{"source":16,"target":90},{"source":16,"target":91},{"source":16,"target":92},{"source":16,"target":93},{"source":90,"target":9},{"source":90,"target":94},{"source":90,"target":16},{"source":94,"target":9},{"source":91,"target":9},{"source":91,"target":95},{"source":91,"target":16},{"source":95,"target":9},{"source":92,"target":9},{"source":92,"target":96},{"source":92,"target":16},{"source":96,"target":9},{"source":93,"target":9},{"source":17,"target":4},{"source":17,"target":9},{"source":17,"target":97},{"source":17,"target":98},{"source":17,"target":99},{"source":97,"target":15},{"source":97,"target":100},{"source":97,"target":17},{"source":100,"target":15},{"source":98,"target":9},{"source":98,"target":101},{"source":98,"target":17},{"source":101,"target":9},{"source":99,"target":9},{"source":18,"target":4},{"source":18,"target":9},{"source":18,"target":102},{"source":18,"target":103},{"source":18,"target":104},{"source":18,"target":105},{"source":102,"target":9},{"source":102,"target":106},{"source":102,"target":18},{"source":106,"target":9},{"source":103,"target":69},{"source":103,"target":107},{"source":103,"target":18},{"source":107,"target":69},{"source":104,"target":27},{"source":104,"target":108},{"source":104,"target":18},{"source":108,"target":27},{"source":105,"target":9},{"source":19,"target":4},{"source":19,"target":9},{"source":19,"target":109},{"source":109,"target":9},{"source":20,"target":4},{"source":20,"target":27},{"source":20,"target":110},{"source":110,"target":27},{"source":21,"target":4},{"source":21,"target":111},{"source":21,"target":112},{"source":112,"target":111},{"source":22,"target":4},{"source":22,"target":26},{"source":22,"target":113},{"source":113,"target":26},{"source":23,"target":4},{"source":23,"target":31},{"source":23,"target":114},{"source":23,"target":115},{"source":114,"target":21},{"source":114,"target":116},{"source":114,"target":23},{"source":116,"target":21},{"source":115,"target":31},{"source":24,"target":4},{"source":24,"target":9},{"source":24,"target":117},{"source":24,"target":118},{"source":24,"target":119},{"source":24,"target":120},{"source":117,"target":42},{"source":117,"target":121},{"source":117,"target":24},{"source":121,"target":42},{"source":118,"target":21},{"source":118,"target":122},{"source":118,"target":24},{"source":122,"target":21},{"source":119,"target":9},{"source":119,"target":123},{"source":119,"target":24},{"source":123,"target":9},{"source":120,"target":9},{"source":25,"target":4},{"source":25,"target":27},{"source":25,"target":124},{"source":124,"target":27},{"source":26,"target":4},{"source":26,"target":27},{"source":26,"target":125},{"source":26,"target":126},{"source":125,"target":69},{"source":125,"target":127},{"source":125,"target":26},{"source":127,"target":69},{"source":126,"target":27},{"source":27,"target":4},{"source":27,"target":9},{"source":27,"target":128},{"source":27,"target":129},{"source":27,"target":130},{"source":27,"target":131},{"source":128,"target":42},{"source":128,"target":132},{"source":128,"target":27},{"source":132,"target":42},{"source":129,"target":9},{"source":129,"target":133},{"source":129,"target":27},{"source":133,"target":9},{"source":130,"target":49},{"source":130,"target":134},{"source":130,"target":27},{"source":134,"target":49},{"source":131,"target":9},{"source":28,"target":4},{"source":28,"target":31},{"source":28,"target":135},{"source":135,"target":31},{"source":29,"target":4},{"source":29,"target":9},{"source":29,"target":136},{"source":29,"target":137},{"source":29,"target":138},{"source":29,"target":139},{"source":136,"target":42},{"source":136,"target":140},{"source":136,"target":29},{"source":140,"target":42},{"source":137,"target":9},{"source":137,"target":141},{"source":137,"target":29},{"source":141,"target":9},{"source":138,"target":42},{"source":138,"target":142},{"source":138,"target":29},{"source":142,"target":42},{"source":139,"target":9},{"source":30,"target":4},{"source":30,"target":9},{"source":30,"target":143},{"source":30,"target":144},{"source":143,"target":9},{"source":143,"target":145},{"source":143,"target":30},{"source":145,"target":9},{"source":144,"target":9},{"source":31,"target":4},{"source":31,"target":9},{"source":31,"target":146},{"source":146,"target":9},{"source":5,"target":147},{"source":5,"target":69},{"source":5,"target":148},{"source":5,"target":149},{"source":5,"target":150},{"source":5,"target":151},{"source":5,"target":152},{"source":5,"target":153},{"source":5,"target":154},{"source":5,"target":155},{"source":5,"target":156},{"source":5,"target":157},{"source":5,"target":158},{"source":5,"target":159},{"source":5,"target":160},{"source":5,"target":161},{"source":5,"target":162},{"source":5,"target":80},{"source":5,"target":163},{"source":5,"target":164},{"source":5,"target":74},{"source":5,"target":165},{"source":5,"target":166},{"source":5,"target":167},{"source":5,"target":168},{"source":5,"target":169},{"source":5,"target":170},{"source":5,"target":111},{"source":5,"target":76},{"source":5,"target":171},{"source":5,"target":172},{"source":5,"target":173},{"source":5,"target":174},{"source":5,"target":72},{"source":5,"target":175},{"source":5,"target":176},{"source":5,"target":177},{"source":5,"target":42},{"source":5,"target":178},{"source":5,"target":44},{"source":5,"target":45},{"source":5,"target":49},{"source":5,"target":2},{"source":147,"target":5},{"source":147,"target":162},{"source":147,"target":49},{"source":147,"target":179},{"source":147,"target":180},{"source":179,"target":162},{"source":180,"target":49},{"source":69,"target":5},{"source":148,"target":5},{"source":148,"target":159},{"source":148,"target":181},{"source":148,"target":182},{"source":181,"target":162},{"source":181,"target":183},{"source":181,"target":148},{"source":183,"target":162},{"source":182,"target":159},{"source":149,"target":5},{"source":150,"target":5},{"source":150,"target":159},{"source":150,"target":184},{"source":150,"target":185},{"source":150,"target":186},{"source":150,"target":187},{"source":150,"target":188},{"source":150,"target":189},{"source":150,"target":190},{"source":184,"target":175},{"source":184,"target":191},{"source":184,"target":150},{"source":184,"target":192},{"source":191,"target":175},{"source":185,"target":76},{"source":185,"target":193},{"source":185,"target":150},{"source":185,"target":194},{"source":193,"target":76},{"source":186,"target":171},{"source":186,"target":195},{"source":186,"target":150},{"source":195,"target":171},{"source":187,"target":176},{"source":187,"target":196},{"source":187,"target":150},{"source":196,"target":176},{"source":188,"target":9},{"source":188,"target":197},{"source":188,"target":150},{"source":197,"target":9},{"source":189,"target":76},{"source":189,"target":198},{"source":189,"target":150},{"source":189,"target":199},{"source":198,"target":76},{"source":190,"target":159},{"source":151,"target":5},{"source":151,"target":162},{"source":151,"target":200},{"source":151,"target":201},{"source":200,"target":166},{"source":200,"target":202},{"source":200,"target":151},{"source":202,"target":166},{"source":201,"target":162},{"source":152,"target":5},{"source":152,"target":147},{"source":152,"target":203},{"source":152,"target":204},{"source":203,"target":72},{"source":203,"target":205},{"source":203,"target":152},{"source":203,"target":206},{"source":205,"target":72},{"source":204,"target":147},{"source":153,"target":5},{"source":153,"target":166},{"source":153,"target":207},{"source":153,"target":208},{"source":207,"target":177},{"source":207,"target":209},{"source":207,"target":153},{"source":207,"target":210},{"source":209,"target":177},{"source":208,"target":166},{"source":154,"target":5},{"source":154,"target":44},{"source":154,"target":211},{"source":154,"target":212},{"source":154,"target":213},{"source":154,"target":214},{"source":154,"target":215},{"source":154,"target":216},{"source":154,"target":217},{"source":211,"target":161},{"source":211,"target":218},{"source":211,"target":154},{"source":218,"target":161},{"source":212,"target":157},{"source":212,"target":219},{"source":212,"target":154},{"source":219,"target":157},{"source":213,"target":154},{"source":213,"target":220},{"source":213,"target":154},{"source":220,"target":154},{"source":214,"target":163},{"source":214,"target":221},{"source":214,"target":154},{"source":221,"target":163},{"source":215,"target":164},{"source":215,"target":222},{"source":215,"target":154},{"source":222,"target":164},{"source":216,"target":157},{"source":216,"target":223},{"source":216,"target":154},{"source":223,"target":157},{"source":217,"target":44},{"source":155,"target":5},{"source":155,"target":147},{"source":155,"target":45},{"source":155,"target":224},{"source":155,"target":225},{"source":155,"target":226},{"source":224,"target":49},{"source":224,"target":227},{"source":224,"target":155},{"source":227,"target":49},{"source":225,"target":147},{"source":226,"target":45},{"source":156,"target":5},{"source":156,"target":49},{"source":156,"target":162},{"source":156,"target":228},{"source":156,"target":229},{"source":156,"target":230},{"source":228,"target":162},{"source":228,"target":231},{"source":228,"target":156},{"source":231,"target":162},{"source":229,"target":49},{"source":230,"target":162},{"source":157,"target":5},{"source":157,"target":44},{"source":157,"target":232},{"source":157,"target":233},{"source":232,"target":42},{"source":232,"target":234},{"source":232,"target":157},{"source":234,"target":42},{"source":233,"target":44},{"source":158,"target":5},{"source":158,"target":44},{"source":158,"target":45},{"source":158,"target":235},{"source":158,"target":236},{"source":158,"target":237},{"source":158,"target":238},{"source":235,"target":166},{"source":235,"target":239},{"source":235,"target":158},{"source":239,"target":166},{"source":236,"target":49},{"source":236,"target":240},{"source":236,"target":158},{"source":240,"target":49},{"source":237,"target":44},{"source":238,"target":45},{"source":159,"target":5},{"source":159,"target":44},{"source":159,"target":241},{"source":159,"target":242},{"source":241,"target":42},{"source":241,"target":243},{"source":241,"target":159},{"source":243,"target":42},{"source":242,"target":44},{"source":160,"target":5},{"source":160,"target":166},{"source":160,"target":244},{"source":244,"target":166},{"source":161,"target":5},{"source":161,"target":44},{"source":161,"target":245},{"source":161,"target":246},{"source":245,"target":42},{"source":245,"target":247},{"source":245,"target":161},{"source":247,"target":42},{"source":246,"target":44},{"source":162,"target":5},{"source":162,"target":159},{"source":162,"target":248},{"source":162,"target":249},{"source":248,"target":69},{"source":248,"target":250},{"source":248,"target":162},{"source":250,"target":69},{"source":249,"target":159},{"source":80,"target":5},{"source":163,"target":5},{"source":163,"target":44},{"source":163,"target":251},{"source":163,"target":252},{"source":251,"target":42},{"source":251,"target":253},{"source":251,"target":163},{"source":253,"target":42},{"source":252,"target":44},{"source":164,"target":5},{"source":164,"target":148},{"source":164,"target":159},{"source":164,"target":254},{"source":164,"target":255},{"source":164,"target":256},{"source":164,"target":257},{"source":164,"target":258},{"source":254,"target":42},{"source":254,"target":259},{"source":254,"target":164},{"source":259,"target":42},{"source":255,"target":164},{"source":255,"target":260},{"source":255,"target":164},{"source":255,"target":256},{"source":260,"target":164},{"source":256,"target":164},{"source":256,"target":261},{"source":256,"target":164},{"source":256,"target":255},{"source":261,"target":164},{"source":257,"target":148},{"source":258,"target":159},{"source":74,"target":5},{"source":74,"target":111},{"source":74,"target":262},{"source":74,"target":263},{"source":74,"target":264},{"source":74,"target":265},{"source":74,"target":266},{"source":74,"target":267},{"source":74,"target":268},{"source":74,"target":269},{"source":74,"target":270},{"source":74,"target":271},{"source":74,"target":272},{"source":74,"target":273},{"source":262,"target":42},{"source":262,"target":274},{"source":262,"target":74},{"source":274,"target":42},{"source":263,"target":69},{"source":263,"target":275},{"source":263,"target":74},{"source":275,"target":69},{"source":264,"target":9},{"source":264,"target":276},{"source":264,"target":74},{"source":276,"target":9},{"source":265,"target":74},{"source":265,"target":277},{"source":265,"target":74},{"source":277,"target":74},{"source":266,"target":69},{"source":266,"target":278},{"source":266,"target":74},{"source":278,"target":69},{"source":267,"target":69},{"source":267,"target":279},{"source":267,"target":74},{"source":279,"target":69},{"source":268,"target":69},{"source":268,"target":280},{"source":268,"target":74},{"source":280,"target":69},{"source":269,"target":69},{"source":269,"target":281},{"source":269,"target":74},{"source":281,"target":69},{"source":270,"target":9},{"source":270,"target":282},{"source":270,"target":74},{"source":282,"target":9},{"source":271,"target":69},{"source":271,"target":283},{"source":271,"target":74},{"source":283,"target":69},{"source":272,"target":175},{"source":272,"target":284},{"source":272,"target":74},{"source":272,"target":285},{"source":284,"target":175},{"source":273,"target":111},{"source":165,"target":5},{"source":165,"target":159},{"source":165,"target":45},{"source":165,"target":286},{"source":165,"target":287},{"source":165,"target":288},{"source":286,"target":49},{"source":286,"target":289},{"source":286,"target":165},{"source":289,"target":49},{"source":287,"target":159},{"source":288,"target":45},{"source":166,"target":5},{"source":166,"target":49},{"source":166,"target":45},{"source":166,"target":159},{"source":166,"target":290},{"source":166,"target":291},{"source":166,"target":292},{"source":166,"target":293},{"source":290,"target":49},{"source":290,"target":294},{"source":290,"target":166},{"source":294,"target":49},{"source":291,"target":49},{"source":292,"target":45},{"source":293,"target":159},{"source":167,"target":5},{"source":167,"target":49},{"source":167,"target":295},{"source":295,"target":49},{"source":168,"target":5},{"source":168,"target":49},{"source":168,"target":45},{"source":168,"target":296},{"source":168,"target":297},{"source":168,"target":298},{"source":296,"target":49},{"source":296,"target":299},{"source":296,"target":168},{"source":299,"target":49},{"source":297,"target":49},{"source":298,"target":45},{"source":169,"target":5},{"source":169,"target":45},{"source":169,"target":49},{"source":169,"target":300},{"source":169,"target":301},{"source":169,"target":302},{"source":169,"target":303},{"source":300,"target":49},{"source":300,"target":304},{"source":300,"target":169},{"source":304,"target":49},{"source":301,"target":49},{"source":301,"target":305},{"source":301,"target":169},{"source":305,"target":49},{"source":302,"target":45},{"source":303,"target":49},{"source":170,"target":5},{"source":170,"target":172},{"source":170,"target":306},{"source":170,"target":307},{"source":170,"target":308},{"source":170,"target":309},{"source":170,"target":310},{"source":170,"target":311},{"source":306,"target":42},{"source":306,"target":312},{"source":306,"target":170},{"source":312,"target":42},{"source":307,"target":74},{"source":307,"target":313},{"source":307,"target":170},{"source":313,"target":74},{"source":308,"target":69},{"source":308,"target":314},{"source":308,"target":170},{"source":314,"target":69},{"source":309,"target":76},{"source":309,"target":315},{"source":309,"target":170},{"source":315,"target":76},{"source":310,"target":170},{"source":310,"target":316},{"source":310,"target":170},{"source":316,"target":170},{"source":311,"target":172},{"source":111,"target":5},{"source":111,"target":165},{"source":111,"target":317},{"source":111,"target":318},{"source":111,"target":319},{"source":111,"target":320},{"source":111,"target":321},{"source":317,"target":80},{"source":317,"target":322},{"source":317,"target":111},{"source":322,"target":80},{"source":318,"target":69},{"source":318,"target":323},{"source":318,"target":111},{"source":323,"target":69},{"source":319,"target":69},{"source":319,"target":324},{"source":319,"target":111},{"source":324,"target":69},{"source":320,"target":149},{"source":320,"target":325},{"source":320,"target":111},{"source":325,"target":149},{"source":321,"target":165},{"source":76,"target":5},{"source":76,"target":111},{"source":76,"target":194},{"source":76,"target":199},{"source":76,"target":326},{"source":76,"target":327},{"source":76,"target":328},{"source":76,"target":329},{"source":76,"target":330},{"source":76,"target":331},{"source":76,"target":332},{"source":76,"target":333},{"source":194,"target":150},{"source":194,"target":334},{"source":194,"target":76},{"source":194,"target":185},{"source":334,"target":150},{"source":199,"target":150},{"source":199,"target":335},{"source":199,"target":76},{"source":199,"target":189},{"source":335,"target":150},{"source":326,"target":175},{"source":326,"target":336},{"source":326,"target":76},{"source":326,"target":337},{"source":336,"target":175},{"source":327,"target":166},{"source":327,"target":338},{"source":327,"target":76},{"source":338,"target":166},{"source":328,"target":49},{"source":328,"target":339},{"source":328,"target":76},{"source":339,"target":49},{"source":329,"target":9},{"source":329,"target":340},{"source":329,"target":76},{"source":340,"target":9},{"source":330,"target":76},{"source":330,"target":341},{"source":330,"target":76},{"source":341,"target":76},{"source":331,"target":69},{"source":331,"target":342},{"source":331,"target":76},{"source":342,"target":69},{"source":332,"target":174},{"source":332,"target":343},{"source":332,"target":76},{"source":332,"target":344},{"source":343,"target":174},{"source":333,"target":111},{"source":171,"target":5},{"source":171,"target":345},{"source":171,"target":346},{"source":345,"target":171},{"source":346,"target":171},{"source":172,"target":5},{"source":172,"target":49},{"source":172,"target":347},{"source":172,"target":348},{"source":172,"target":349},{"source":172,"target":350},{"source":347,"target":151},{"source":347,"target":351},{"source":347,"target":172},{"source":351,"target":151},{"source":348,"target":158},{"source":348,"target":352},{"source":348,"target":172},{"source":352,"target":158},{"source":349,"target":158},{"source":349,"target":353},{"source":349,"target":172},{"source":353,"target":158},{"source":350,"target":49},{"source":173,"target":5},{"source":173,"target":44},{"source":173,"target":354},{"source":173,"target":355},{"source":354,"target":44},{"source":354,"target":356},{"source":354,"target":173},{"source":356,"target":44},{"source":355,"target":44},{"source":174,"target":5},{"source":174,"target":111},{"source":174,"target":344},{"source":174,"target":357},{"source":344,"target":76},{"source":344,"target":358},{"source":344,"target":174},{"source":344,"target":332},{"source":358,"target":76},{"source":357,"target":111},{"source":72,"target":5},{"source":72,"target":159},{"source":72,"target":206},{"source":72,"target":359},{"source":206,"target":152},{"source":206,"target":360},{"source":206,"target":72},{"source":206,"target":203},{"source":360,"target":152},{"source":359,"target":159},{"source":175,"target":5},{"source":175,"target":151},{"source":175,"target":45},{"source":175,"target":285},{"source":175,"target":361},{"source":175,"target":362},{"source":175,"target":337},{"source":175,"target":192},{"source":175,"target":363},{"source":175,"target":364},{"source":285,"target":74},{"source":285,"target":365},{"source":285,"target":175},{"source":285,"target":272},{"source":365,"target":74},{"source":361,"target":49},{"source":361,"target":366},{"source":361,"target":175},{"source":366,"target":49},{"source":362,"target":69},{"source":362,"target":367},{"source":362,"target":175},{"source":367,"target":69},{"source":337,"target":76},{"source":337,"target":368},{"source":337,"target":175},{"source":337,"target":326},{"source":368,"target":76},{"source":192,"target":150},{"source":192,"target":369},{"source":192,"target":175},{"source":192,"target":184},{"source":369,"target":150},{"source":363,"target":151},{"source":364,"target":45},{"source":176,"target":5},{"source":176,"target":370},{"source":176,"target":371},{"source":176,"target":372},{"source":370,"target":176},{"source":371,"target":176},{"source":372,"target":176},{"source":177,"target":5},{"source":177,"target":160},{"source":177,"target":373},{"source":177,"target":374},{"source":177,"target":210},{"source":177,"target":375},{"source":373,"target":175},{"source":373,"target":376},{"source":373,"target":177},{"source":376,"target":175},{"source":374,"target":158},{"source":374,"target":377},{"source":374,"target":177},{"source":377,"target":158},{"source":210,"target":153},{"source":210,"target":378},{"source":210,"target":177},{"source":210,"target":207},{"source":378,"target":153},{"source":375,"target":160},{"source":42,"target":5},{"source":178,"target":5},{"source":178,"target":44},{"source":178,"target":379},{"source":178,"target":380},{"source":178,"target":381},{"source":178,"target":382},{"source":379,"target":42},{"source":379,"target":383},{"source":379,"target":178},{"source":383,"target":42},{"source":380,"target":42},{"source":380,"target":384},{"source":380,"target":178},{"source":384,"target":42},{"source":381,"target":44},{"source":381,"target":385},{"source":381,"target":178},{"source":381,"target":386},{"source":385,"target":44},{"source":382,"target":44},{"source":44,"target":5},{"source":44,"target":386},{"source":44,"target":387},{"source":386,"target":178},{"source":386,"target":388},{"source":386,"target":44},{"source":386,"target":381},{"source":388,"target":178},{"source":387,"target":178},{"source":387,"target":389},{"source":387,"target":44},{"source":389,"target":178},{"source":45,"target":5},{"source":45,"target":44},{"source":45,"target":390},{"source":45,"target":391},{"source":390,"target":49},{"source":390,"target":392},{"source":390,"target":45},{"source":390,"target":393},{"source":392,"target":49},{"source":391,"target":44},{"source":49,"target":5},{"source":49,"target":44},{"source":49,"target":393},{"source":49,"target":394},{"source":393,"target":45},{"source":393,"target":395},{"source":393,"target":49},{"source":393,"target":390},{"source":395,"target":45},{"source":394,"target":44}],"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="gremlin" nsURI="fr.inria.atlanmod.ocl2query.gremlin" nsPrefix="gremlin"> <eClassifiers xsi:type="ecore:EClass" name="GremlinScript"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer sb = new StringBuffer();&#xA;for(Instruction i : getInstructions()) {&#xA;&#x9;sb.append(i.toString()+&quot;;\n&quot;);&#xA;}&#xA;return sb.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1" eType="#//Instruction" 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="Instruction" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="ReturnStatement" eSuperTypes="#//Instruction"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;return &quot;);&#xA;res.append(value);&#xA;return res.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodDeclaration" eSuperTypes="#//Instruction"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;def &quot;);&#xA;res.append(getName());&#xA;res.append(&quot;(&quot;);&#xA;int gen = 0;&#xA;for(String s : getParameters()) {&#xA;&#x9;res.append(s);&#xA;&#x9;gen++;&#xA;&#x9;if(gen &lt; getParameters().size()) {&#xA;&#x9;&#x9;res.append(&quot;, &quot;);&#xA;&#x9;}&#xA;}&#xA;res.append(&quot;) {&quot;);&#xA;for(Instruction i : getInstructions()) {&#xA;&#x9;res.append(i.toString()).append(&quot;;&quot;);&#xA;}&#xA;res.append(&quot;}&quot;);&#xA;return res.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="parameters" upperBound="-1" 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="TypeDeclaration" abstract="true" eSuperTypes="#//Instruction"/> <eClassifiers xsi:type="ecore:EClass" name="ListDeclaration" eSuperTypes="#//TypeDeclaration"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return &quot; List&quot;;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SetDeclaration" eSuperTypes="#//TypeDeclaration"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return &quot; Set&quot;;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SortedSetDeclaration" eSuperTypes="#//TypeDeclaration"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return &quot; SortedSet&quot;;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableDeclaration" eSuperTypes="#//Instruction"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="if(getType() != null) {&#xA;&#x9;if(getValue() != null) {&#xA;&#x9;&#x9;return getType().toString() + &quot; &quot; + getName() + &quot; = &quot; + getValue().toString();&#xA;&#x9;}&#xA;&#x9;else {&#xA;&#x9;&#x9;return getType().toString() + &quot; &quot; + getName();&#xA;&#x9;}&#xA;}&#xA;else {&#xA;&#x9;if(getValue() != null) {&#xA;&#x9;&#x9;if(isFinal()) {&#xA;&#x9;&#x9;&#x9;return &quot;final def &quot; + getName() + &quot; = &quot; + getValue().toString();&#xA;&#x9;&#x9;}&#xA;&#x9;&#x9;return &quot;def &quot; + getName() + &quot; = &quot; + getValue().toString();&#xA;&#x9;}&#xA;&#x9;else {&#xA;&#x9;&#x9;return &quot;def &quot; + getName();&#xA;&#x9;}&#xA;}"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Instruction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TraversalElement" abstract="true" eSuperTypes="#//Instruction"> <eStructuralFeatures xsi:type="ecore:EReference" name="nextElement" eType="#//TraversalElement" containment="true" eOpposite="#//TraversalElement/previousElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="previousElement" eType="#//TraversalElement" eOpposite="#//TraversalElement/nextElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionDefinition" eSuperTypes="#//TraversalElement"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;if(getType() != null) {&#xA;&#x9;res.append(&quot;(&quot;);&#xA;}&#xA;// if(getValues().size() == 1 &amp;&amp; getValues().get(0) instanceof fr.inria.atlanmod.mogwai.gremlin.VariableAccess) {&#xA;//&#x9;res.append(((fr.inria.atlanmod.mogwai.gremlin.VariableAccess)getValues().get(0)).getName());&#xA;// } else {&#xA;res.append(&quot;[&quot;);&#xA;int gen = 0;&#xA;for(Instruction i : getValues()) {&#xA;&#x9;res.append(i.toString());&#xA;&#x9;gen++;&#xA;&#x9;if(gen &lt; getValues().size()) {&#xA;&#x9;&#x9;res.append(&quot;,&quot;);&#xA;&#x9;}&#xA;}&#xA;res.append(&quot;]&quot;);&#xA;if(getType() != null) {&#xA;&#x9;res.append(&quot; as &quot;);&#xA;&#x9;res.append(getType().toString());&#xA;&#x9;res.append(&quot;)&quot;);&#xA;}&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="#//Instruction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="#//TypeDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Closure" eSuperTypes="#//Instruction"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;{&quot;);&#xA;for(Instruction i : getInstructions()) {&#xA;&#x9;res.append(i.toString()).append(&quot;;&quot;);&#xA;}&#xA;res.append(&quot;}&quot;);&#xA;return res.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="instructions" upperBound="-1" eType="#//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClosureIt" eSuperTypes="#//VariableAccess"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return super.toString();"/> </eAnnotations> </eOperations> <eOperations name="getName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return &quot;it&quot;;"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VariableAccess" eSuperTypes="#//TraversalElement"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;if(getCast() != null) {&#xA;&#x9;res.append(&quot;(&quot;);&#xA;}&#xA;res.append(getName());&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;if(getCast() != null) {&#xA;&#x9;res.append(&quot; as &quot;);&#xA;&#x9;res.append(getCast().toString());&#xA;&#x9;res.append(&quot;)&quot;);&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cast" eType="#//TypeDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Step" abstract="true" eSuperTypes="#//TraversalElement"/> <eClassifiers xsi:type="ecore:EClass" name="IdentityStep" eSuperTypes="#//Step"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;if(needed || getNextElement() == null) {&#xA;&#x9;res.append(&quot;_()&quot;);&#xA;&#x9;if(getNextElement() != null) {&#xA;&#x9;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;&#x9;}&#xA;}&#xA;else {&#xA;&#x9;res.append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="needed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FillStep" eSuperTypes="#//Step"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;fill(&quot;).append(getInstruction().toString()).append(&quot;)&quot;);&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="instruction" lowerBound="1" eType="#//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StartStep" eSuperTypes="#//Step"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;g&quot;);&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VerticesStep" eSuperTypes="#//Step"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;if(getVertexId() == null) {&#xA;&#x9;res.append(&quot;V&quot;);&#xA;}&#xA;else {&#xA;&#x9;res.append(&quot;v(&quot;).append(getVertexId()).append(&quot;)&quot;);&#xA;}&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="vertexId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EdgesStep" eSuperTypes="#//Step"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relationshipName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyStep" eSuperTypes="#//Step"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;property('&quot;);&#xA;res.append(getName());&#xA;if(getValue() != null) {&#xA;&#x9;res.append(&quot;,&quot;);&#xA;&#x9;res.append(getValue().toString());&#xA;}&#xA;res.append(&quot;')&quot;);&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutEStep" eSuperTypes="#//Step"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;outE&quot;);&#xA;if(getRelationshipName() != null) {&#xA;&#x9;res.append(&quot;(\&quot;&quot;).append(getRelationshipName()).append(&quot;\&quot;)&quot;);&#xA;}&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relationshipName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InEStep" eSuperTypes="#//Step"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;inE&quot;);&#xA;if(getRelationshipName() != null) {&#xA;&#x9;res.append(&quot;(\&quot;&quot;+getRelationshipName()+&quot;\&quot;)&quot;);&#xA;}&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relationshipName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InVStep" eSuperTypes="#//Step"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;inV&quot;);&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutVStep" eSuperTypes="#//Step"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;outV&quot;);&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FilterStep" eSuperTypes="#//Step"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;filter&quot;);&#xA;res.append(getClosure().toString());&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="closure" lowerBound="1" eType="#//Closure" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RetainStep" eSuperTypes="#//Step"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;retain(&quot;);&#xA;res.append(getCollection().toString());&#xA;res.append(&quot;)&quot;);&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" lowerBound="1" eType="#//CollectionDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExceptStep" eSuperTypes="#//Step"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;except(&quot;);&#xA;res.append(getCollection().toString());&#xA;res.append(&quot;)&quot;);&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" lowerBound="1" eType="#//CollectionDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransformStep" eSuperTypes="#//Step"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;transform&quot;);&#xA;res.append(getClosure().toString());&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="closure" lowerBound="1" eType="#//Closure" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GatherStep" eSuperTypes="#//Step"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;gather&quot;);&#xA;if(getClosure() != null) {&#xA;&#x9;res.append(getClosure().toString());&#xA;}&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="closure" eType="#//Closure" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScatterStep" eSuperTypes="#//Step"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;scatter&quot;);&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MethodCall" abstract="true" eSuperTypes="#//TraversalElement"/> <eClassifiers xsi:type="ecore:EClass" name="CustomMethodCall" eSuperTypes="#//MethodCall"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(name);&#xA;res.append(&quot;(&quot;);&#xA;if(!getParams().isEmpty()) {&#xA;&#x9;String delim = &quot;&quot;;&#xA;&#x9;for(EObject p : params) {&#xA;&#x9;&#x9;res.append(delim).append(p.toString());&#xA;&#x9;&#x9;delim = &quot;,&quot;;&#xA;&#x9;}&#xA;}&#xA;res.append(&quot;)&quot;);&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NextCall" eSuperTypes="#//MethodCall"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;next()&quot;);&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HasNextCall" eSuperTypes="#//MethodCall"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;hasNext()&quot;);&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IndexCall" eSuperTypes="#//MethodCall"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;getIndex(\&quot;&quot;+getIndexName()+&quot;\&quot;,Vertex.class)[[&quot;+getIndexProperty()+&quot;:\&quot;&quot;+getIndexQuery()+&quot;\&quot;]]&quot;);&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexProperty" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexQuery" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CountCall" eSuperTypes="#//MethodCall"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;count()&quot;);&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FirstCall" eSuperTypes="#//MethodCall"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;first()&quot;);&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToListCall" eSuperTypes="#//MethodCall"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;toList()&quot;);&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IsEmptyCall" eSuperTypes="#//MethodCall"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;isEmpty()&quot;);&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContainsCall" eSuperTypes="#//MethodCall"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;contains(&quot;);&#xA;res.append(getValue().toString()+&quot;)&quot;);&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContainsAllCall" eSuperTypes="#//MethodCall"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;containsAll(&quot;);&#xA;res.append(getValue().toString()+&quot;)&quot;);&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AddAllCall" eSuperTypes="#//MethodCall"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;addAll(&quot;);&#xA;res.append(getValue().toString()+&quot;)&quot;);&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RetainAllCall" eSuperTypes="#//MethodCall"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;retainAll(&quot;);&#xA;res.append(getValue().toString()+&quot;)&quot;);&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="value" lowerBound="1" eType="#//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnionCall" eSuperTypes="#//MethodCall"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;if(getCast() != null) {&#xA;&#x9;res.append(&quot;(&quot;);&#xA;}&#xA;res.append(&quot;computeUnion(&quot;);&#xA;res.append(getLeftCollection().toString());&#xA;res.append(&quot;, &quot;);&#xA;res.append(getRightCollection().toString());&#xA;res.append(&quot;)&quot;);&#xA;if(getCast() != null) {&#xA;&#x9;res.append(&quot; as &quot; + getCast().toString());&#xA;&#x9;res.append(&quot;)&quot;);&#xA;}&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="leftCollection" lowerBound="1" eType="#//Instruction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightCollection" lowerBound="1" eType="#//Instruction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cast" eType="#//TypeDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="IntersectionCall" eSuperTypes="#//MethodCall"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;if(getCast() != null) {&#xA;&#x9;res.append(&quot;(&quot;);&#xA;}&#xA;res.append(&quot;computeIntersection(&quot;);&#xA;res.append(getLeftCollection().toString());&#xA;res.append(&quot;, &quot;);&#xA;res.append(getRightCollection().toString());&#xA;res.append(&quot;)&quot;);&#xA;if(getCast() != null) {&#xA;&#x9;res.append(&quot; as &quot; + getCast().toString());&#xA;&#x9;res.append(&quot;)&quot;);&#xA;}&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="leftCollection" lowerBound="1" eType="#//Instruction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rightCollection" lowerBound="1" eType="#//Instruction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cast" eType="#//TypeDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SizeCall" eSuperTypes="#//MethodCall"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;size()&quot;);&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Expression" eSuperTypes="#//Instruction"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="exp" lowerBound="1" eType="#//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotExpression" eSuperTypes="#//UnaryExpression"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot; !( &quot;).append(getExp().toString()).append(&quot;)&quot;);&#xA;return res.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" lowerBound="1" eType="#//Instruction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" lowerBound="1" eType="#//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EqualityExpression" eSuperTypes="#//BinaryExpression"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(getLeft().toString()).append(&quot; == &quot;).append(getRight().toString());&#xA;return res.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InExpression" eSuperTypes="#//BinaryExpression"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(getLeft().toString()).append(&quot; in &quot;).append(getRight().toString());&#xA;return res.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DifferenceExpression" eSuperTypes="#//BinaryExpression"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(getLeft().toString()).append(&quot; != &quot;).append(getRight().toString());&#xA;return res.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OrExpression" eSuperTypes="#//BinaryExpression"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(getLeft().toString()).append(&quot; || &quot;).append(getRight().toString());&#xA;return res.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndExpression" eSuperTypes="#//BinaryExpression"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(getLeft().toString()).append(&quot; &amp;&amp; &quot;).append(getRight().toString());&#xA;return res.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GreaterExpression" eSuperTypes="#//BinaryExpression"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(getLeft().toString()).append(&quot; > &quot;).append(getRight().toString());&#xA;return res.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GreaterOrEqualExpression" eSuperTypes="#//BinaryExpression"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(getLeft().toString()).append(&quot; >= &quot;).append(getRight().toString());&#xA;return res.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LessExpression" eSuperTypes="#//BinaryExpression"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(getLeft().toString()).append(&quot; &lt; &quot;).append(getRight().toString());&#xA;return res.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LessOrEqualExpression" eSuperTypes="#//BinaryExpression"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(getLeft().toString()).append(&quot; &lt;= &quot;).append(getRight().toString());&#xA;return res.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AffectationExpression" eSuperTypes="#//BinaryExpression"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(getLeft().toString()).append(&quot; = &quot;).append(getRight().toString());&#xA;return res.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LeftShiftExpression" eSuperTypes="#//BinaryExpression"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(getLeft().toString()).append(&quot; &lt;&lt; &quot;).append(getRight().toString());&#xA;return res.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TernaryOperator" eSuperTypes="#//Expression"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;(&quot;);&#xA;res.append(getCondition().toString())&#xA;.append(&quot; ? &quot;).append(getIfTrue().toString()).append(&quot; : &quot;).&#xA;append(getIfFalse().toString()).append(&quot;)&quot;);&#xA;return res.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" eType="#//Instruction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifTrue" lowerBound="1" eType="#//Instruction" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ifFalse" lowerBound="1" eType="#//Instruction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StringLiteral" eSuperTypes="#//Expression"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;\&quot;&quot;).append(getValue()).append(&quot;\&quot;&quot;);&#xA;return res.toString();"/> </eAnnotations> </eOperations> <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="IntegerLiteral" eSuperTypes="#//Expression"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return Integer.toString(getValue());"/> </eAnnotations> </eOperations> <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="DoubleLiteral" eSuperTypes="#//Expression"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return Double.toString(getValue());"/> </eAnnotations> </eOperations> <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="BooleanLiteral" eSuperTypes="#//Expression"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="return Boolean.toString(isValue());"/> </eAnnotations> </eOperations> <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="NullLiteral" eSuperTypes="#//Expression"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;null&quot;);&#xA;return res.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToIntegerCall" eSuperTypes="#//MethodCall"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(&quot;toInteger()&quot;);&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PlusExpression" eSuperTypes="#//BinaryExpression"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(getLeft().toString()).append(&quot; + &quot;).append(getRight().toString());&#xA;return res.toString();"/> </eAnnotations> </eOperations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomStep" eSuperTypes="#//Step"> <eOperations name="toString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="body" value="StringBuffer res = new StringBuffer();&#xA;res.append(name);&#xA;res.append(&quot;(&quot;);&#xA;if(!getParams().isEmpty()) {&#xA;&#x9;String delim = &quot;&quot;;&#xA;&#x9;for(EObject p : params) {&#xA;&#x9;&#x9;res.append(delim).append(p.toString());&#xA;&#x9;&#x9;delim = &quot;,&quot;;&#xA;&#x9;}&#xA;}&#xA;res.append(&quot;)&quot;);&#xA;if(getNextElement() != null) {&#xA;&#x9;res.append(&quot;.&quot;).append(getNextElement().toString());&#xA;}&#xA;return res.toString();"/> </eAnnotations> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="params" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/atlanmod/Mogwai/fr.inria.atlanmod.mogwai.gremlin/model/gremlin.ecore
ecore
gremlin GremlinScript toString instructions name Instruction ReturnStatement toString value MethodDeclaration toString name parameters instructions TypeDeclaration ListDeclaration toString SetDeclaration toString SortedSetDeclaration toString VariableDeclaration toString name value type final TraversalElement nextElement previousElement CollectionDefinition toString values type Closure toString instructions ClosureIt toString getName VariableAccess toString name cast Step IdentityStep toString needed true FillStep toString instruction StartStep toString VerticesStep toString vertexId EdgesStep relationshipName PropertyStep toString name value OutEStep toString relationshipName InEStep toString relationshipName InVStep toString OutVStep toString FilterStep toString closure RetainStep toString collection ExceptStep toString collection TransformStep toString closure GatherStep toString closure ScatterStep toString MethodCall CustomMethodCall toString name params NextCall toString HasNextCall toString IndexCall toString indexName indexProperty indexQuery CountCall toString FirstCall toString ToListCall toString IsEmptyCall toString ContainsCall toString value ContainsAllCall toString value AddAllCall toString value RetainAllCall toString value UnionCall toString leftCollection rightCollection cast IntersectionCall toString leftCollection rightCollection cast SizeCall toString Expression UnaryExpression exp NotExpression toString BinaryExpression left right EqualityExpression toString InExpression toString DifferenceExpression toString OrExpression toString AndExpression toString GreaterExpression toString GreaterOrEqualExpression toString LessExpression toString LessOrEqualExpression toString AffectationExpression toString LeftShiftExpression toString TernaryOperator toString condition ifTrue ifFalse StringLiteral toString value IntegerLiteral toString value DoubleLiteral toString value BooleanLiteral toString value NullLiteral toString ToIntegerCall toString PlusExpression toString CustomStep toString name params
null
{"directed":true,"nodes":[{"nsPrefix":"gremlin","nsURI":"fr.inria.atlanmod.ocl2query.gremlin","name":"gremlin","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GremlinScript","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Instruction","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReturnStatement","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodDeclaration","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeDeclaration","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListDeclaration","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SetDeclaration","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SortedSetDeclaration","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableDeclaration","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TraversalElement","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionDefinition","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Closure","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClosureIt","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VariableAccess","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Step","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IdentityStep","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FillStep","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StartStep","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VerticesStep","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EdgesStep","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyStep","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutEStep","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InEStep","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InVStep","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutVStep","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterStep","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RetainStep","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExceptStep","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransformStep","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GatherStep","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScatterStep","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MethodCall","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomMethodCall","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NextCall","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HasNextCall","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IndexCall","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CountCall","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FirstCall","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToListCall","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IsEmptyCall","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainsCall","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainsAllCall","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AddAllCall","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RetainAllCall","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnionCall","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntersectionCall","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SizeCall","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotExpression","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqualityExpression","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InExpression","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DifferenceExpression","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrExpression","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndExpression","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterExpression","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GreaterOrEqualExpression","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessExpression","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessOrEqualExpression","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AffectationExpression","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeftShiftExpression","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TernaryOperator","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteral","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteral","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DoubleLiteral","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteral","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteral","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToIntegerCall","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PlusExpression","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomStep","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":72,"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":"instructions","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},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":78,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":83,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":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":"parameters","changeable":true,"lowerBound":0,"iD":false,"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":"instructions","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":93,"many":false,"required":false,"eClass":"EOperation"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":96,"many":false,"required":false,"eClass":"EOperation"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":99,"many":false,"required":false,"eClass":"EOperation"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":102,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":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":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":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":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nextElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"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":"previousElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":118,"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":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":125,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instructions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":130,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"unique":true,"name":"getName","lowerBound":0,"id":131,"many":false,"required":false,"eClass":"EOperation"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":135,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":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":"cast","changeable":true,"resolveProxies":true,"lowerBound":0,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":143,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":false,"transient":false,"unique":true,"name":"needed","changeable":true,"lowerBound":0,"iD":false,"id":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":148,"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":"instruction","changeable":true,"resolveProxies":true,"lowerBound":1,"id":149,"derived":false},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":153,"many":false,"required":false,"eClass":"EOperation"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":156,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"vertexId","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"relationshipName","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":164,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","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"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","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":"relationshipName","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":176,"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":"relationshipName","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":181,"many":false,"required":false,"eClass":"EOperation"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":184,"many":false,"required":false,"eClass":"EOperation"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":187,"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":"closure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":188,"derived":false},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":192,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":197,"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":"collection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"id":200,"eClass":"EGenericType"},{"id":201,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":202,"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":"closure","changeable":true,"resolveProxies":true,"lowerBound":1,"id":203,"derived":false},{"id":204,"eClass":"EGenericType"},{"id":205,"eClass":"EGenericType"},{"id":206,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":207,"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":"closure","changeable":true,"resolveProxies":true,"lowerBound":0,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":212,"many":false,"required":false,"eClass":"EOperation"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":216,"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":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":"params","changeable":true,"resolveProxies":true,"lowerBound":0,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":223,"many":false,"required":false,"eClass":"EOperation"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":226,"many":false,"required":false,"eClass":"EOperation"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":229,"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":"indexName","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":"indexProperty","changeable":true,"lowerBound":1,"iD":false,"id":231,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"indexQuery","changeable":true,"lowerBound":1,"iD":false,"id":232,"derived":false},{"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":"toString","lowerBound":0,"id":238,"many":false,"required":false,"eClass":"EOperation"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":241,"many":false,"required":false,"eClass":"EOperation"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":244,"many":false,"required":false,"eClass":"EOperation"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":247,"many":false,"required":false,"eClass":"EOperation"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":250,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":255,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":256,"derived":false},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":260,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":265,"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":"value","changeable":true,"resolveProxies":true,"lowerBound":1,"id":266,"derived":false},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":270,"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":"leftCollection","changeable":true,"resolveProxies":true,"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":"rightCollection","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"cast","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"},{"id":278,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":279,"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":"leftCollection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":280,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rightCollection","changeable":true,"resolveProxies":true,"lowerBound":1,"id":281,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cast","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":288,"many":false,"required":false,"eClass":"EOperation"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":292,"derived":false},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":295,"many":false,"required":false,"eClass":"EOperation"},{"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":"left","changeable":true,"resolveProxies":true,"lowerBound":1,"id":298,"derived":false},{"container":false,"ordered":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":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":303,"many":false,"required":false,"eClass":"EOperation"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":306,"many":false,"required":false,"eClass":"EOperation"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":309,"many":false,"required":false,"eClass":"EOperation"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":312,"many":false,"required":false,"eClass":"EOperation"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":315,"many":false,"required":false,"eClass":"EOperation"},{"id":316,"eClass":"EGenericType"},{"id":317,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":318,"many":false,"required":false,"eClass":"EOperation"},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":321,"many":false,"required":false,"eClass":"EOperation"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":324,"many":false,"required":false,"eClass":"EOperation"},{"id":325,"eClass":"EGenericType"},{"id":326,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":327,"many":false,"required":false,"eClass":"EOperation"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":330,"many":false,"required":false,"eClass":"EOperation"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":333,"many":false,"required":false,"eClass":"EOperation"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":336,"many":false,"required":false,"eClass":"EOperation"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":337,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifTrue","changeable":true,"resolveProxies":true,"lowerBound":1,"id":338,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ifFalse","changeable":true,"resolveProxies":true,"lowerBound":1,"id":339,"derived":false},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":345,"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":"value","changeable":true,"lowerBound":1,"iD":false,"id":346,"derived":false},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"id":349,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":350,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":1,"iD":false,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":355,"many":false,"required":false,"eClass":"EOperation"},{"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":356,"derived":false},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":360,"many":false,"required":false,"eClass":"EOperation"},{"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":361,"derived":false},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":365,"many":false,"required":false,"eClass":"EOperation"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":368,"many":false,"required":false,"eClass":"EOperation"},{"id":369,"eClass":"EGenericType"},{"id":370,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":371,"many":false,"required":false,"eClass":"EOperation"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"toString","lowerBound":0,"id":374,"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":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":"params","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"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":0,"target":32},{"source":0,"target":33},{"source":0,"target":34},{"source":0,"target":35},{"source":0,"target":36},{"source":0,"target":37},{"source":0,"target":38},{"source":0,"target":39},{"source":0,"target":40},{"source":0,"target":41},{"source":0,"target":42},{"source":0,"target":43},{"source":0,"target":44},{"source":0,"target":45},{"source":0,"target":46},{"source":0,"target":47},{"source":0,"target":48},{"source":0,"target":49},{"source":0,"target":50},{"source":0,"target":51},{"source":0,"target":52},{"source":0,"target":53},{"source":0,"target":54},{"source":0,"target":55},{"source":0,"target":56},{"source":0,"target":57},{"source":0,"target":58},{"source":0,"target":59},{"source":0,"target":60},{"source":0,"target":61},{"source":0,"target":62},{"source":0,"target":63},{"source":0,"target":64},{"source":0,"target":65},{"source":0,"target":66},{"source":0,"target":67},{"source":0,"target":68},{"source":0,"target":69},{"source":0,"target":70},{"source":0,"target":71},{"source":1,"target":0},{"source":1,"target":72},{"source":1,"target":73},{"source":1,"target":74},{"source":72,"target":75},{"source":72,"target":1},{"source":73,"target":2},{"source":73,"target":76},{"source":73,"target":1},{"source":76,"target":2},{"source":74,"target":77},{"source":74,"target":1},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":78},{"source":3,"target":79},{"source":3,"target":80},{"source":78,"target":81},{"source":78,"target":3},{"source":79,"target":82},{"source":79,"target":3},{"source":80,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":83},{"source":4,"target":84},{"source":4,"target":85},{"source":4,"target":86},{"source":4,"target":87},{"source":83,"target":88},{"source":83,"target":4},{"source":84,"target":89},{"source":84,"target":4},{"source":85,"target":90},{"source":85,"target":4},{"source":86,"target":2},{"source":86,"target":91},{"source":86,"target":4},{"source":91,"target":2},{"source":87,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":92},{"source":92,"target":2},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":93},{"source":6,"target":94},{"source":93,"target":95},{"source":93,"target":6},{"source":94,"target":5},{"source":7,"target":0},{"source":7,"target":5},{"source":7,"target":96},{"source":7,"target":97},{"source":96,"target":98},{"source":96,"target":7},{"source":97,"target":5},{"source":8,"target":0},{"source":8,"target":5},{"source":8,"target":99},{"source":8,"target":100},{"source":99,"target":101},{"source":99,"target":8},{"source":100,"target":5},{"source":9,"target":0},{"source":9,"target":2},{"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":102,"target":108},{"source":102,"target":9},{"source":103,"target":109},{"source":103,"target":9},{"source":104,"target":2},{"source":104,"target":110},{"source":104,"target":9},{"source":110,"target":2},{"source":105,"target":5},{"source":105,"target":111},{"source":105,"target":9},{"source":111,"target":5},{"source":106,"target":112},{"source":106,"target":9},{"source":107,"target":2},{"source":10,"target":0},{"source":10,"target":2},{"source":10,"target":113},{"source":10,"target":114},{"source":10,"target":115},{"source":113,"target":10},{"source":113,"target":116},{"source":113,"target":10},{"source":113,"target":114},{"source":116,"target":10},{"source":114,"target":10},{"source":114,"target":117},{"source":114,"target":10},{"source":114,"target":113},{"source":117,"target":10},{"source":115,"target":2},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":118},{"source":11,"target":119},{"source":11,"target":120},{"source":11,"target":121},{"source":118,"target":122},{"source":118,"target":11},{"source":119,"target":2},{"source":119,"target":123},{"source":119,"target":11},{"source":123,"target":2},{"source":120,"target":5},{"source":120,"target":124},{"source":120,"target":11},{"source":124,"target":5},{"source":121,"target":10},{"source":12,"target":0},{"source":12,"target":2},{"source":12,"target":125},{"source":12,"target":126},{"source":12,"target":127},{"source":125,"target":128},{"source":125,"target":12},{"source":126,"target":2},{"source":126,"target":129},{"source":126,"target":12},{"source":129,"target":2},{"source":127,"target":2},{"source":13,"target":0},{"source":13,"target":14},{"source":13,"target":130},{"source":13,"target":131},{"source":13,"target":132},{"source":130,"target":133},{"source":130,"target":13},{"source":131,"target":134},{"source":131,"target":13},{"source":132,"target":14},{"source":14,"target":0},{"source":14,"target":10},{"source":14,"target":135},{"source":14,"target":136},{"source":14,"target":137},{"source":14,"target":138},{"source":135,"target":139},{"source":135,"target":14},{"source":136,"target":140},{"source":136,"target":14},{"source":137,"target":5},{"source":137,"target":141},{"source":137,"target":14},{"source":141,"target":5},{"source":138,"target":10},{"source":15,"target":0},{"source":15,"target":10},{"source":15,"target":142},{"source":142,"target":10},{"source":16,"target":0},{"source":16,"target":15},{"source":16,"target":143},{"source":16,"target":144},{"source":16,"target":145},{"source":143,"target":146},{"source":143,"target":16},{"source":144,"target":147},{"source":144,"target":16},{"source":145,"target":15},{"source":17,"target":0},{"source":17,"target":15},{"source":17,"target":148},{"source":17,"target":149},{"source":17,"target":150},{"source":148,"target":151},{"source":148,"target":17},{"source":149,"target":2},{"source":149,"target":152},{"source":149,"target":17},{"source":152,"target":2},{"source":150,"target":15},{"source":18,"target":0},{"source":18,"target":15},{"source":18,"target":153},{"source":18,"target":154},{"source":153,"target":155},{"source":153,"target":18},{"source":154,"target":15},{"source":19,"target":0},{"source":19,"target":15},{"source":19,"target":156},{"source":19,"target":157},{"source":19,"target":158},{"source":156,"target":159},{"source":156,"target":19},{"source":157,"target":160},{"source":157,"target":19},{"source":158,"target":15},{"source":20,"target":0},{"source":20,"target":15},{"source":20,"target":161},{"source":20,"target":162},{"source":161,"target":163},{"source":161,"target":20},{"source":162,"target":15},{"source":21,"target":0},{"source":21,"target":15},{"source":21,"target":164},{"source":21,"target":165},{"source":21,"target":166},{"source":21,"target":167},{"source":164,"target":168},{"source":164,"target":21},{"source":165,"target":169},{"source":165,"target":21},{"source":166,"target":2},{"source":166,"target":170},{"source":166,"target":21},{"source":170,"target":2},{"source":167,"target":15},{"source":22,"target":0},{"source":22,"target":15},{"source":22,"target":171},{"source":22,"target":172},{"source":22,"target":173},{"source":171,"target":174},{"source":171,"target":22},{"source":172,"target":175},{"source":172,"target":22},{"source":173,"target":15},{"source":23,"target":0},{"source":23,"target":15},{"source":23,"target":176},{"source":23,"target":177},{"source":23,"target":178},{"source":176,"target":179},{"source":176,"target":23},{"source":177,"target":180},{"source":177,"target":23},{"source":178,"target":15},{"source":24,"target":0},{"source":24,"target":15},{"source":24,"target":181},{"source":24,"target":182},{"source":181,"target":183},{"source":181,"target":24},{"source":182,"target":15},{"source":25,"target":0},{"source":25,"target":15},{"source":25,"target":184},{"source":25,"target":185},{"source":184,"target":186},{"source":184,"target":25},{"source":185,"target":15},{"source":26,"target":0},{"source":26,"target":15},{"source":26,"target":187},{"source":26,"target":188},{"source":26,"target":189},{"source":187,"target":190},{"source":187,"target":26},{"source":188,"target":12},{"source":188,"target":191},{"source":188,"target":26},{"source":191,"target":12},{"source":189,"target":15},{"source":27,"target":0},{"source":27,"target":15},{"source":27,"target":192},{"source":27,"target":193},{"source":27,"target":194},{"source":192,"target":195},{"source":192,"target":27},{"source":193,"target":11},{"source":193,"target":196},{"source":193,"target":27},{"source":196,"target":11},{"source":194,"target":15},{"source":28,"target":0},{"source":28,"target":15},{"source":28,"target":197},{"source":28,"target":198},{"source":28,"target":199},{"source":197,"target":200},{"source":197,"target":28},{"source":198,"target":11},{"source":198,"target":201},{"source":198,"target":28},{"source":201,"target":11},{"source":199,"target":15},{"source":29,"target":0},{"source":29,"target":15},{"source":29,"target":202},{"source":29,"target":203},{"source":29,"target":204},{"source":202,"target":205},{"source":202,"target":29},{"source":203,"target":12},{"source":203,"target":206},{"source":203,"target":29},{"source":206,"target":12},{"source":204,"target":15},{"source":30,"target":0},{"source":30,"target":15},{"source":30,"target":207},{"source":30,"target":208},{"source":30,"target":209},{"source":207,"target":210},{"source":207,"target":30},{"source":208,"target":12},{"source":208,"target":211},{"source":208,"target":30},{"source":211,"target":12},{"source":209,"target":15},{"source":31,"target":0},{"source":31,"target":15},{"source":31,"target":212},{"source":31,"target":213},{"source":212,"target":214},{"source":212,"target":31},{"source":213,"target":15},{"source":32,"target":0},{"source":32,"target":10},{"source":32,"target":215},{"source":215,"target":10},{"source":33,"target":0},{"source":33,"target":32},{"source":33,"target":216},{"source":33,"target":217},{"source":33,"target":218},{"source":33,"target":219},{"source":216,"target":220},{"source":216,"target":33},{"source":217,"target":221},{"source":217,"target":33},{"source":218,"target":222},{"source":218,"target":33},{"source":219,"target":32},{"source":34,"target":0},{"source":34,"target":32},{"source":34,"target":223},{"source":34,"target":224},{"source":223,"target":225},{"source":223,"target":34},{"source":224,"target":32},{"source":35,"target":0},{"source":35,"target":32},{"source":35,"target":226},{"source":35,"target":227},{"source":226,"target":228},{"source":226,"target":35},{"source":227,"target":32},{"source":36,"target":0},{"source":36,"target":32},{"source":36,"target":229},{"source":36,"target":230},{"source":36,"target":231},{"source":36,"target":232},{"source":36,"target":233},{"source":229,"target":234},{"source":229,"target":36},{"source":230,"target":235},{"source":230,"target":36},{"source":231,"target":236},{"source":231,"target":36},{"source":232,"target":237},{"source":232,"target":36},{"source":233,"target":32},{"source":37,"target":0},{"source":37,"target":32},{"source":37,"target":238},{"source":37,"target":239},{"source":238,"target":240},{"source":238,"target":37},{"source":239,"target":32},{"source":38,"target":0},{"source":38,"target":32},{"source":38,"target":241},{"source":38,"target":242},{"source":241,"target":243},{"source":241,"target":38},{"source":242,"target":32},{"source":39,"target":0},{"source":39,"target":32},{"source":39,"target":244},{"source":39,"target":245},{"source":244,"target":246},{"source":244,"target":39},{"source":245,"target":32},{"source":40,"target":0},{"source":40,"target":32},{"source":40,"target":247},{"source":40,"target":248},{"source":247,"target":249},{"source":247,"target":40},{"source":248,"target":32},{"source":41,"target":0},{"source":41,"target":32},{"source":41,"target":250},{"source":41,"target":251},{"source":41,"target":252},{"source":250,"target":253},{"source":250,"target":41},{"source":251,"target":2},{"source":251,"target":254},{"source":251,"target":41},{"source":254,"target":2},{"source":252,"target":32},{"source":42,"target":0},{"source":42,"target":32},{"source":42,"target":255},{"source":42,"target":256},{"source":42,"target":257},{"source":255,"target":258},{"source":255,"target":42},{"source":256,"target":2},{"source":256,"target":259},{"source":256,"target":42},{"source":259,"target":2},{"source":257,"target":32},{"source":43,"target":0},{"source":43,"target":32},{"source":43,"target":260},{"source":43,"target":261},{"source":43,"target":262},{"source":260,"target":263},{"source":260,"target":43},{"source":261,"target":2},{"source":261,"target":264},{"source":261,"target":43},{"source":264,"target":2},{"source":262,"target":32},{"source":44,"target":0},{"source":44,"target":32},{"source":44,"target":265},{"source":44,"target":266},{"source":44,"target":267},{"source":265,"target":268},{"source":265,"target":44},{"source":266,"target":2},{"source":266,"target":269},{"source":266,"target":44},{"source":269,"target":2},{"source":267,"target":32},{"source":45,"target":0},{"source":45,"target":32},{"source":45,"target":270},{"source":45,"target":271},{"source":45,"target":272},{"source":45,"target":273},{"source":45,"target":274},{"source":270,"target":275},{"source":270,"target":45},{"source":271,"target":2},{"source":271,"target":276},{"source":271,"target":45},{"source":276,"target":2},{"source":272,"target":2},{"source":272,"target":277},{"source":272,"target":45},{"source":277,"target":2},{"source":273,"target":5},{"source":273,"target":278},{"source":273,"target":45},{"source":278,"target":5},{"source":274,"target":32},{"source":46,"target":0},{"source":46,"target":32},{"source":46,"target":279},{"source":46,"target":280},{"source":46,"target":281},{"source":46,"target":282},{"source":46,"target":283},{"source":279,"target":284},{"source":279,"target":46},{"source":280,"target":2},{"source":280,"target":285},{"source":280,"target":46},{"source":285,"target":2},{"source":281,"target":2},{"source":281,"target":286},{"source":281,"target":46},{"source":286,"target":2},{"source":282,"target":5},{"source":282,"target":287},{"source":282,"target":46},{"source":287,"target":5},{"source":283,"target":32},{"source":47,"target":0},{"source":47,"target":32},{"source":47,"target":288},{"source":47,"target":289},{"source":288,"target":290},{"source":288,"target":47},{"source":289,"target":32},{"source":48,"target":0},{"source":48,"target":2},{"source":48,"target":291},{"source":291,"target":2},{"source":49,"target":0},{"source":49,"target":48},{"source":49,"target":292},{"source":49,"target":293},{"source":292,"target":2},{"source":292,"target":294},{"source":292,"target":49},{"source":294,"target":2},{"source":293,"target":48},{"source":50,"target":0},{"source":50,"target":49},{"source":50,"target":295},{"source":50,"target":296},{"source":295,"target":297},{"source":295,"target":50},{"source":296,"target":49},{"source":51,"target":0},{"source":51,"target":48},{"source":51,"target":298},{"source":51,"target":299},{"source":51,"target":300},{"source":298,"target":2},{"source":298,"target":301},{"source":298,"target":51},{"source":301,"target":2},{"source":299,"target":2},{"source":299,"target":302},{"source":299,"target":51},{"source":302,"target":2},{"source":300,"target":48},{"source":52,"target":0},{"source":52,"target":51},{"source":52,"target":303},{"source":52,"target":304},{"source":303,"target":305},{"source":303,"target":52},{"source":304,"target":51},{"source":53,"target":0},{"source":53,"target":51},{"source":53,"target":306},{"source":53,"target":307},{"source":306,"target":308},{"source":306,"target":53},{"source":307,"target":51},{"source":54,"target":0},{"source":54,"target":51},{"source":54,"target":309},{"source":54,"target":310},{"source":309,"target":311},{"source":309,"target":54},{"source":310,"target":51},{"source":55,"target":0},{"source":55,"target":51},{"source":55,"target":312},{"source":55,"target":313},{"source":312,"target":314},{"source":312,"target":55},{"source":313,"target":51},{"source":56,"target":0},{"source":56,"target":51},{"source":56,"target":315},{"source":56,"target":316},{"source":315,"target":317},{"source":315,"target":56},{"source":316,"target":51},{"source":57,"target":0},{"source":57,"target":51},{"source":57,"target":318},{"source":57,"target":319},{"source":318,"target":320},{"source":318,"target":57},{"source":319,"target":51},{"source":58,"target":0},{"source":58,"target":51},{"source":58,"target":321},{"source":58,"target":322},{"source":321,"target":323},{"source":321,"target":58},{"source":322,"target":51},{"source":59,"target":0},{"source":59,"target":51},{"source":59,"target":324},{"source":59,"target":325},{"source":324,"target":326},{"source":324,"target":59},{"source":325,"target":51},{"source":60,"target":0},{"source":60,"target":51},{"source":60,"target":327},{"source":60,"target":328},{"source":327,"target":329},{"source":327,"target":60},{"source":328,"target":51},{"source":61,"target":0},{"source":61,"target":51},{"source":61,"target":330},{"source":61,"target":331},{"source":330,"target":332},{"source":330,"target":61},{"source":331,"target":51},{"source":62,"target":0},{"source":62,"target":51},{"source":62,"target":333},{"source":62,"target":334},{"source":333,"target":335},{"source":333,"target":62},{"source":334,"target":51},{"source":63,"target":0},{"source":63,"target":48},{"source":63,"target":336},{"source":63,"target":337},{"source":63,"target":338},{"source":63,"target":339},{"source":63,"target":340},{"source":336,"target":341},{"source":336,"target":63},{"source":337,"target":2},{"source":337,"target":342},{"source":337,"target":63},{"source":342,"target":2},{"source":338,"target":2},{"source":338,"target":343},{"source":338,"target":63},{"source":343,"target":2},{"source":339,"target":2},{"source":339,"target":344},{"source":339,"target":63},{"source":344,"target":2},{"source":340,"target":48},{"source":64,"target":0},{"source":64,"target":48},{"source":64,"target":345},{"source":64,"target":346},{"source":64,"target":347},{"source":345,"target":348},{"source":345,"target":64},{"source":346,"target":349},{"source":346,"target":64},{"source":347,"target":48},{"source":65,"target":0},{"source":65,"target":48},{"source":65,"target":350},{"source":65,"target":351},{"source":65,"target":352},{"source":350,"target":353},{"source":350,"target":65},{"source":351,"target":354},{"source":351,"target":65},{"source":352,"target":48},{"source":66,"target":0},{"source":66,"target":48},{"source":66,"target":355},{"source":66,"target":356},{"source":66,"target":357},{"source":355,"target":358},{"source":355,"target":66},{"source":356,"target":359},{"source":356,"target":66},{"source":357,"target":48},{"source":67,"target":0},{"source":67,"target":48},{"source":67,"target":360},{"source":67,"target":361},{"source":67,"target":362},{"source":360,"target":363},{"source":360,"target":67},{"source":361,"target":364},{"source":361,"target":67},{"source":362,"target":48},{"source":68,"target":0},{"source":68,"target":48},{"source":68,"target":365},{"source":68,"target":366},{"source":365,"target":367},{"source":365,"target":68},{"source":366,"target":48},{"source":69,"target":0},{"source":69,"target":32},{"source":69,"target":368},{"source":69,"target":369},{"source":368,"target":370},{"source":368,"target":69},{"source":369,"target":32},{"source":70,"target":0},{"source":70,"target":51},{"source":70,"target":371},{"source":70,"target":372},{"source":371,"target":373},{"source":371,"target":70},{"source":372,"target":51},{"source":71,"target":0},{"source":71,"target":15},{"source":71,"target":374},{"source":71,"target":375},{"source":71,"target":376},{"source":71,"target":377},{"source":374,"target":378},{"source":374,"target":71},{"source":375,"target":379},{"source":375,"target":71},{"source":376,"target":380},{"source":376,"target":71},{"source":377,"target":15}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="xsd" nsURI="http://www.eclipse.org/xsd/2002/XSD" nsPrefix="xsd"> <eClassifiers xsi:type="ecore:EClass" name="XSDAnnotation" eSuperTypes="#//XSDComponent #//XSDRedefineContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="applicationInformation" upperBound="-1" eType="#//DOMElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="userInformation" upperBound="-1" eType="#//DOMElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributes" upperBound="-1" eType="#//DOMAttr"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDAttributeDeclaration" eSuperTypes="#//XSDFeature #//XSDSchemaContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeDeclarationReference" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousTypeDefinition" eType="#//XSDSimpleTypeDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1" eType="#//XSDSimpleTypeDefinition" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedAttributeDeclaration" lowerBound="1" eType="#//XSDAttributeDeclaration" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDAttributeGroupContent" abstract="true" eSuperTypes="#//XSDConcreteComponent"/> <eClassifiers xsi:type="ecore:EClass" name="XSDAttributeGroupDefinition" eSuperTypes="#//XSDRedefinableComponent #//XSDAttributeGroupContent #//XSDRedefineContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="attributeGroupDefinitionReference" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//XSDAttributeGroupContent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeUses" upperBound="-1" eType="#//XSDAttributeUse" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeWildcardContent" eType="#//XSDWildcard" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeWildcard" eType="#//XSDWildcard" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedAttributeGroupDefinition" lowerBound="1" eType="#//XSDAttributeGroupDefinition" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="syntheticWildcard" eType="#//XSDWildcard" transient="true" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDAttributeUse" eSuperTypes="#//XSDComponent #//XSDAttributeGroupContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//Value"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="#//XSDConstraint" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="use" eType="#//XSDAttributeUseCategory" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeDeclaration" lowerBound="1" eType="#//XSDAttributeDeclaration" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="content" lowerBound="1" eType="#//XSDAttributeDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDBoundedFacet" eSuperTypes="#//XSDFundamentalFacet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDCardinalityFacet" eSuperTypes="#//XSDFundamentalFacet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//XSDCardinality"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDComplexTypeContent" abstract="true" eSuperTypes="#//XSDComponent"/> <eClassifiers xsi:type="ecore:EClass" name="XSDComplexTypeDefinition" eSuperTypes="#//XSDTypeDefinition #//XSDScope"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derivationMethod" eType="#//XSDDerivationMethod" defaultValueLiteral="restriction" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" upperBound="-1" eType="#//XSDComplexFinal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="contentTypeCategory" eType="#//XSDContentTypeCategory"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prohibitedSubstitutions" upperBound="-1" eType="#//XSDProhibitedSubstitutions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalFinal" upperBound="-1" eType="#//XSDComplexFinal" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="block" upperBound="-1" eType="#//XSDProhibitedSubstitutions" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mixed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contentAnnotation" eType="#//XSDAnnotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseTypeDefinition" lowerBound="1" eType="#//XSDTypeDefinition" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="content" eType="#//XSDComplexTypeContent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contentType" eType="#//XSDComplexTypeContent" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeUses" upperBound="-1" eType="#//XSDAttributeUse" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeContents" upperBound="-1" eType="#//XSDAttributeGroupContent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeWildcard" eType="#//XSDWildcard" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeWildcardContent" eType="#//XSDWildcard" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootTypeDefinition" lowerBound="1" eType="#//XSDTypeDefinition" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="syntheticParticle" eType="#//XSDParticle" transient="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="syntheticWildcard" eType="#//XSDWildcard" transient="true" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDComponent" abstract="true" eSuperTypes="#//XSDConcreteComponent"/> <eClassifiers xsi:type="ecore:EClass" name="XSDConcreteComponent" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="element" eType="#//DOMElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="container" eType="#//XSDConcreteComponent" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootContainer" lowerBound="1" eType="#//XSDConcreteComponent" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schema" eType="#//XSDSchema" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="diagnostics" upperBound="-1" eType="#//XSDDiagnostic" transient="true" containment="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDConstrainingFacet" abstract="true" eSuperTypes="#//XSDFacet"/> <eClassifiers xsi:type="ecore:EClass" name="XSDDiagnostic" eSuperTypes="#//XSDConcreteComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="severity" eType="#//XSDDiagnosticSeverity"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="locationURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="line" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="column" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="node" eType="#//DOMNode"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="annotationURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="substitutions" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="components" lowerBound="1" upperBound="-1" eType="#//XSDConcreteComponent" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primaryComponent" lowerBound="1" eType="#//XSDConcreteComponent" volatile="true" transient="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDElementDeclaration" eSuperTypes="#//XSDFeature #//XSDSchemaContent #//XSDTerm"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nillable" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="disallowedSubstitutions" upperBound="-1" eType="#//XSDDisallowedSubstitutions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="substitutionGroupExclusions" upperBound="-1" eType="#//XSDSubstitutionGroupExclusions"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstract" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalFinal" upperBound="-1" eType="#//XSDProhibitedSubstitutions" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="block" upperBound="-1" eType="#//XSDDisallowedSubstitutions" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elementDeclarationReference" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="circular" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="anonymousTypeDefinition" eType="#//XSDTypeDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinition" lowerBound="1" eType="#//XSDTypeDefinition" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="identityConstraintDefinitions" upperBound="-1" eType="#//XSDIdentityConstraintDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedElementDeclaration" lowerBound="1" eType="#//XSDElementDeclaration" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="substitutionGroupAffiliation" eType="#//XSDElementDeclaration" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="substitutionGroup" upperBound="-1" eType="#//XSDElementDeclaration" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDEnumerationFacet" eSuperTypes="#//XSDRepeatableFacet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" upperBound="-1" eType="#//Value"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDFacet" abstract="true" eSuperTypes="#//XSDComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="facetName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="effectiveValue" eType="#//Value" changeable="false" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleTypeDefinition" eType="#//XSDSimpleTypeDefinition" changeable="false" volatile="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDFeature" abstract="true" eSuperTypes="#//XSDNamedComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//Value"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="constraint" eType="#//XSDConstraint" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="form" eType="#//XSDForm" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="global" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureReference" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scope" eType="#//XSDScope" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedFeature" lowerBound="1" eType="#//XSDFeature" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" lowerBound="1" eType="#//XSDTypeDefinition" changeable="false" volatile="true" transient="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDFixedFacet" abstract="true" eSuperTypes="#//XSDConstrainingFacet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fixed" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" unsettable="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDFractionDigitsFacet" eSuperTypes="#//XSDFixedFacet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDFundamentalFacet" abstract="true" eSuperTypes="#//XSDFacet"/> <eClassifiers xsi:type="ecore:EClass" name="XSDIdentityConstraintDefinition" eSuperTypes="#//XSDNamedComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identityConstraintCategory" eType="#//XSDIdentityConstraintCategory"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencedKey" eType="#//XSDIdentityConstraintDefinition" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selector" lowerBound="1" eType="#//XSDXPathDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fields" lowerBound="1" upperBound="-1" eType="#//XSDXPathDefinition" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDImport" eSuperTypes="#//XSDSchemaDirective"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespace" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDInclude" eSuperTypes="#//XSDSchemaCompositor"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDLengthFacet" eSuperTypes="#//XSDFixedFacet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDMaxExclusiveFacet" eSuperTypes="#//XSDMaxFacet"/> <eClassifiers xsi:type="ecore:EClass" name="XSDMaxFacet" abstract="true" eSuperTypes="#//XSDFixedFacet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//Value"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inclusive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exclusive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDMaxInclusiveFacet" eSuperTypes="#//XSDMaxFacet"/> <eClassifiers xsi:type="ecore:EClass" name="XSDMaxLengthFacet" eSuperTypes="#//XSDFixedFacet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDMinExclusiveFacet" eSuperTypes="#//XSDMinFacet"/> <eClassifiers xsi:type="ecore:EClass" name="XSDMinFacet" abstract="true" eSuperTypes="#//XSDFixedFacet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//Value"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inclusive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exclusive" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDMinInclusiveFacet" eSuperTypes="#//XSDMinFacet"/> <eClassifiers xsi:type="ecore:EClass" name="XSDMinLengthFacet" eSuperTypes="#//XSDFixedFacet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDModelGroup" eSuperTypes="#//XSDTerm"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="compositor" eType="#//XSDCompositor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//XSDParticle" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="particles" lowerBound="1" upperBound="-1" eType="#//XSDParticle" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDModelGroupDefinition" eSuperTypes="#//XSDRedefinableComponent #//XSDParticleContent #//XSDRedefineContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modelGroupDefinitionReference" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelGroup" lowerBound="1" eType="#//XSDModelGroup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedModelGroupDefinition" lowerBound="1" eType="#//XSDModelGroupDefinition" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDNamedComponent" abstract="true" eSuperTypes="#//XSDComponent"> <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="aliasName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uRI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aliasURI" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDNotationDeclaration" eSuperTypes="#//XSDNamedComponent #//XSDSchemaContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="systemIdentifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publicIdentifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDNumericFacet" eSuperTypes="#//XSDFundamentalFacet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDOrderedFacet" eSuperTypes="#//XSDFundamentalFacet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//XSDOrdered"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDParticle" eSuperTypes="#//XSDComplexTypeContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minOccurs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxOccurs" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="1" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="content" lowerBound="1" eType="#//XSDParticleContent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="term" lowerBound="1" eType="#//XSDTerm" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDParticleContent" abstract="true" eSuperTypes="#//XSDConcreteComponent"/> <eClassifiers xsi:type="ecore:EClass" name="XSDPatternFacet" eSuperTypes="#//XSDRepeatableFacet"> <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="XSDRedefinableComponent" abstract="true" eSuperTypes="#//XSDNamedComponent #//XSDRedefineContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="circular" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDRedefineContent" abstract="true" eSuperTypes="#//XSDSchemaContent"/> <eClassifiers xsi:type="ecore:EClass" name="XSDRedefine" eSuperTypes="#//XSDSchemaCompositor"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//XSDAnnotation" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//XSDRedefineContent" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDRepeatableFacet" abstract="true" eSuperTypes="#//XSDConstrainingFacet"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//XSDAnnotation" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDSchema" eSuperTypes="#//XSDScope"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="document" eType="#//DOMDocument"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="schemaLocation" 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="attributeFormDefault" eType="#//XSDForm" defaultValueLiteral="unqualified" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="elementFormDefault" eType="#//XSDForm" defaultValueLiteral="unqualified" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="finalDefault" upperBound="-1" eType="#//XSDProhibitedSubstitutions" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="blockDefault" upperBound="-1" eType="#//XSDDisallowedSubstitutions" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//XSDSchemaContent" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elementDeclarations" upperBound="-1" eType="#//XSDElementDeclaration" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeDeclarations" upperBound="-1" eType="#//XSDAttributeDeclaration" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeGroupDefinitions" upperBound="-1" eType="#//XSDAttributeGroupDefinition" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeDefinitions" upperBound="-1" eType="#//XSDTypeDefinition" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelGroupDefinitions" upperBound="-1" eType="#//XSDModelGroupDefinition" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="identityConstraintDefinitions" upperBound="-1" eType="#//XSDIdentityConstraintDefinition" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="notationDeclarations" upperBound="-1" eType="#//XSDNotationDeclaration" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//XSDAnnotation" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allDiagnostics" upperBound="-1" eType="#//XSDDiagnostic" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referencingDirectives" upperBound="-1" eType="#//XSDSchemaDirective" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootVersion" lowerBound="1" eType="#//XSDSchema" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="originalVersion" eType="#//XSDSchema" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incorporatedVersions" upperBound="-1" eType="#//XSDSchema" transient="true" containment="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schemaForSchema" lowerBound="1" eType="#//XSDSchema" changeable="false" volatile="true" transient="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDSchemaCompositor" abstract="true" eSuperTypes="#//XSDSchemaDirective"> <eStructuralFeatures xsi:type="ecore:EReference" name="incorporatedSchema" eType="#//XSDSchema" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDSchemaContent" abstract="true" eSuperTypes="#//XSDConcreteComponent"/> <eClassifiers xsi:type="ecore:EClass" name="XSDSchemaDirective" abstract="true" eSuperTypes="#//XSDSchemaContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="schemaLocation" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedSchema" eType="#//XSDSchema" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDScope" abstract="true" eSuperTypes="#//XSDComponent"/> <eClassifiers xsi:type="ecore:EClass" name="XSDSimpleTypeDefinition" eSuperTypes="#//XSDTypeDefinition #//XSDComplexTypeContent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variety" eType="#//XSDVariety" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="final" upperBound="-1" eType="#//XSDSimpleFinal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalFinal" upperBound="-1" eType="#//XSDSimpleFinal" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="validFacets" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contents" upperBound="-1" eType="#//XSDSimpleTypeDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="facetContents" upperBound="-1" eType="#//XSDConstrainingFacet" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="facets" upperBound="-1" eType="#//XSDConstrainingFacet" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="memberTypeDefinitions" upperBound="-1" eType="#//XSDSimpleTypeDefinition" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fundamentalFacets" lowerBound="1" upperBound="-1" eType="#//XSDFundamentalFacet" transient="true" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseTypeDefinition" lowerBound="1" eType="#//XSDSimpleTypeDefinition" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primitiveTypeDefinition" eType="#//XSDSimpleTypeDefinition" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="itemTypeDefinition" eType="#//XSDSimpleTypeDefinition" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootTypeDefinition" lowerBound="1" eType="#//XSDSimpleTypeDefinition" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="minFacet" eType="#//XSDMinFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="maxFacet" eType="#//XSDMaxFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="maxInclusiveFacet" eType="#//XSDMaxInclusiveFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="minInclusiveFacet" eType="#//XSDMinInclusiveFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="minExclusiveFacet" eType="#//XSDMinExclusiveFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="maxExclusiveFacet" eType="#//XSDMaxExclusiveFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="lengthFacet" eType="#//XSDLengthFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="whiteSpaceFacet" eType="#//XSDWhiteSpaceFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="enumerationFacets" upperBound="-1" eType="#//XSDEnumerationFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="patternFacets" upperBound="-1" eType="#//XSDPatternFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cardinalityFacet" lowerBound="1" eType="#//XSDCardinalityFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="numericFacet" lowerBound="1" eType="#//XSDNumericFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="maxLengthFacet" eType="#//XSDMaxLengthFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="minLengthFacet" eType="#//XSDMinLengthFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="totalDigitsFacet" eType="#//XSDTotalDigitsFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fractionDigitsFacet" eType="#//XSDFractionDigitsFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="orderedFacet" lowerBound="1" eType="#//XSDOrderedFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="boundedFacet" lowerBound="1" eType="#//XSDBoundedFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="effectiveMaxFacet" eType="#//XSDMaxFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="effectiveWhiteSpaceFacet" eType="#//XSDWhiteSpaceFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="effectiveMaxLengthFacet" eType="#//XSDMaxLengthFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="effectiveFractionDigitsFacet" eType="#//XSDFractionDigitsFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="effectivePatternFacet" eType="#//XSDPatternFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="effectiveEnumerationFacet" eType="#//XSDEnumerationFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="effectiveTotalDigitsFacet" eType="#//XSDTotalDigitsFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="effectiveMinLengthFacet" eType="#//XSDMinLengthFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="effectiveLengthFacet" eType="#//XSDLengthFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="effectiveMinFacet" eType="#//XSDMinFacet" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="syntheticFacets" upperBound="-1" eType="#//XSDFacet" transient="true" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDTerm" abstract="true" eSuperTypes="#//XSDComponent #//XSDParticleContent"/> <eClassifiers xsi:type="ecore:EClass" name="XSDTotalDigitsFacet" eSuperTypes="#//XSDFixedFacet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDTypeDefinition" abstract="true" eSuperTypes="#//XSDRedefinableComponent #//XSDRedefineContent"> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="derivationAnnotation" eType="#//XSDAnnotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//XSDAnnotation" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rootType" lowerBound="1" eType="#//XSDTypeDefinition" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="baseType" lowerBound="1" eType="#//XSDTypeDefinition" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="simpleType" eType="#//XSDSimpleTypeDefinition" changeable="false" volatile="true" transient="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="complexType" eType="#//XSDParticle" changeable="false" volatile="true" transient="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDWhiteSpaceFacet" eSuperTypes="#//XSDFixedFacet"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="#//XSDWhiteSpace"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDWildcard" eSuperTypes="#//XSDTerm"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaceConstraintCategory" eType="#//XSDNamespaceConstraintCategory"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="namespaceConstraint" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="processContents" eType="#//XSDProcessContents" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lexicalNamespaceConstraint" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotations" upperBound="-1" eType="#//XSDAnnotation" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="XSDXPathDefinition" eSuperTypes="#//XSDComponent"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="variety" eType="#//XSDXPathVariety"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="annotation" eType="#//XSDAnnotation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="DOMAttr" instanceClassName="org.w3c.dom.Attr"/> <eClassifiers xsi:type="ecore:EDataType" name="DOMDocument" instanceClassName="org.w3c.dom.Document"/> <eClassifiers xsi:type="ecore:EDataType" name="DOMElement" instanceClassName="org.w3c.dom.Element"/> <eClassifiers xsi:type="ecore:EDataType" name="DOMNode" instanceClassName="org.w3c.dom.Node"/> <eClassifiers xsi:type="ecore:EDataType" name="Value" instanceClassName="java.lang.Object"/> <eClassifiers xsi:type="ecore:EEnum" name="XSDAttributeUseCategory"> <eLiterals name="optional"/> <eLiterals name="prohibited" value="1"/> <eLiterals name="required" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="XSDCardinality"> <eLiterals name="finite"/> <eLiterals name="countablyInfinite" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="XSDComplexFinal"> <eLiterals name="extension"/> <eLiterals name="restriction" value="1"/> <eLiterals name="all" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="XSDCompositor"> <eLiterals name="all"/> <eLiterals name="choice" value="1"/> <eLiterals name="sequence" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="XSDConstraint"> <eLiterals name="default"/> <eLiterals name="fixed" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="XSDContentTypeCategory"> <eLiterals name="empty"/> <eLiterals name="simple" value="1"/> <eLiterals name="mixed" value="2"/> <eLiterals name="elementOnly" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="XSDDerivationMethod"> <eLiterals name="extension"/> <eLiterals name="restriction" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="XSDDiagnosticSeverity"> <eLiterals name="fatal"/> <eLiterals name="error" value="1"/> <eLiterals name="warning" value="2"/> <eLiterals name="information" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="XSDDisallowedSubstitutions"> <eLiterals name="substitution"/> <eLiterals name="extension" value="1"/> <eLiterals name="restriction" value="2"/> <eLiterals name="all" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="XSDForm"> <eLiterals name="qualified"/> <eLiterals name="unqualified" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="XSDIdentityConstraintCategory"> <eLiterals name="key"/> <eLiterals name="keyref" value="1"/> <eLiterals name="unique" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="XSDNamespaceConstraintCategory"> <eLiterals name="any"/> <eLiterals name="not" value="1"/> <eLiterals name="set" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="XSDOrdered"> <eLiterals name="false"/> <eLiterals name="partial" value="1"/> <eLiterals name="total" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="XSDProcessContents"> <eLiterals name="strict"/> <eLiterals name="lax" value="1"/> <eLiterals name="skip" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="XSDProhibitedSubstitutions"> <eLiterals name="extension"/> <eLiterals name="restriction" value="1"/> <eLiterals name="all" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="XSDSimpleFinal"> <eLiterals name="list"/> <eLiterals name="restriction" value="1"/> <eLiterals name="union" value="2"/> <eLiterals name="all" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="XSDSubstitutionGroupExclusions"> <eLiterals name="extension"/> <eLiterals name="restriction" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="XSDVariety"> <eLiterals name="atomic"/> <eLiterals name="list" value="1"/> <eLiterals name="union" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="XSDWhiteSpace"> <eLiterals name="preserve"/> <eLiterals name="replace" value="1"/> <eLiterals name="collapse" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="XSDXPathVariety"> <eLiterals name="selector"/> <eLiterals name="field" value="1"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/XSD.ecore
ecore
xsd XSDAnnotation applicationInformation userInformation attributes XSDAttributeDeclaration attributeDeclarationReference annotation anonymousTypeDefinition typeDefinition resolvedAttributeDeclaration XSDAttributeGroupContent XSDAttributeGroupDefinition attributeGroupDefinitionReference annotation contents attributeUses attributeWildcardContent attributeWildcard resolvedAttributeGroupDefinition syntheticWildcard XSDAttributeUse required value constraint use lexicalValue attributeDeclaration content XSDBoundedFacet value XSDCardinalityFacet value XSDComplexTypeContent XSDComplexTypeDefinition derivationMethod restriction final abstract contentTypeCategory prohibitedSubstitutions lexicalFinal block mixed contentAnnotation baseTypeDefinition content contentType attributeUses attributeContents attributeWildcard attributeWildcardContent rootTypeDefinition syntheticParticle syntheticWildcard XSDComponent XSDConcreteComponent element container rootContainer schema diagnostics XSDConstrainingFacet XSDDiagnostic severity message locationURI line 1 column 1 node annotationURI key substitutions components primaryComponent XSDElementDeclaration nillable disallowedSubstitutions substitutionGroupExclusions abstract lexicalFinal block elementDeclarationReference circular annotation anonymousTypeDefinition typeDefinition identityConstraintDefinitions resolvedElementDeclaration substitutionGroupAffiliation substitutionGroup XSDEnumerationFacet value XSDFacet lexicalValue facetName effectiveValue annotation simpleTypeDefinition XSDFeature value constraint form lexicalValue global featureReference scope resolvedFeature type XSDFixedFacet fixed XSDFractionDigitsFacet value XSDFundamentalFacet XSDIdentityConstraintDefinition identityConstraintCategory annotation referencedKey selector fields XSDImport namespace annotation XSDInclude annotation XSDLengthFacet value XSDMaxExclusiveFacet XSDMaxFacet value inclusive exclusive XSDMaxInclusiveFacet XSDMaxLengthFacet value XSDMinExclusiveFacet XSDMinFacet value inclusive exclusive XSDMinInclusiveFacet XSDMinLengthFacet value XSDModelGroup compositor annotation contents particles XSDModelGroupDefinition modelGroupDefinitionReference annotation modelGroup resolvedModelGroupDefinition XSDNamedComponent name targetNamespace aliasName uRI aliasURI qName XSDNotationDeclaration systemIdentifier publicIdentifier annotation XSDNumericFacet value XSDOrderedFacet value XSDParticle minOccurs 1 maxOccurs 1 content term XSDParticleContent XSDPatternFacet value XSDRedefinableComponent circular XSDRedefineContent XSDRedefine annotations contents XSDRepeatableFacet annotations XSDSchema document schemaLocation targetNamespace attributeFormDefault unqualified elementFormDefault unqualified finalDefault blockDefault version contents elementDeclarations attributeDeclarations attributeGroupDefinitions typeDefinitions modelGroupDefinitions identityConstraintDefinitions notationDeclarations annotations allDiagnostics referencingDirectives rootVersion originalVersion incorporatedVersions schemaForSchema XSDSchemaCompositor incorporatedSchema XSDSchemaContent XSDSchemaDirective schemaLocation resolvedSchema XSDScope XSDSimpleTypeDefinition variety final lexicalFinal validFacets contents facetContents facets memberTypeDefinitions fundamentalFacets baseTypeDefinition primitiveTypeDefinition itemTypeDefinition rootTypeDefinition minFacet maxFacet maxInclusiveFacet minInclusiveFacet minExclusiveFacet maxExclusiveFacet lengthFacet whiteSpaceFacet enumerationFacets patternFacets cardinalityFacet numericFacet maxLengthFacet minLengthFacet totalDigitsFacet fractionDigitsFacet orderedFacet boundedFacet effectiveMaxFacet effectiveWhiteSpaceFacet effectiveMaxLengthFacet effectiveFractionDigitsFacet effectivePatternFacet effectiveEnumerationFacet effectiveTotalDigitsFacet effectiveMinLengthFacet effectiveLengthFacet effectiveMinFacet syntheticFacets XSDTerm XSDTotalDigitsFacet value XSDTypeDefinition annotation derivationAnnotation annotations rootType baseType simpleType complexType XSDWhiteSpaceFacet value XSDWildcard namespaceConstraintCategory namespaceConstraint processContents lexicalNamespaceConstraint annotation annotations XSDXPathDefinition variety value annotation DOMAttr org.w3c.dom.Attr org.w3c.dom.Attr DOMDocument org.w3c.dom.Document org.w3c.dom.Document DOMElement org.w3c.dom.Element org.w3c.dom.Element DOMNode org.w3c.dom.Node org.w3c.dom.Node Value java.lang.Object java.lang.Object XSDAttributeUseCategory optional optional prohibited prohibited required required XSDCardinality finite finite countablyInfinite countablyInfinite XSDComplexFinal extension extension restriction restriction all all XSDCompositor all all choice choice sequence sequence XSDConstraint default default fixed fixed XSDContentTypeCategory empty empty simple simple mixed mixed elementOnly elementOnly XSDDerivationMethod extension extension restriction restriction XSDDiagnosticSeverity fatal fatal error error warning warning information information XSDDisallowedSubstitutions substitution substitution extension extension restriction restriction all all XSDForm qualified qualified unqualified unqualified XSDIdentityConstraintCategory key key keyref keyref unique unique XSDNamespaceConstraintCategory any any not not set set XSDOrdered false false partial partial total total XSDProcessContents strict strict lax lax skip skip XSDProhibitedSubstitutions extension extension restriction restriction all all XSDSimpleFinal list list restriction restriction union union all all XSDSubstitutionGroupExclusions extension extension restriction restriction XSDVariety atomic atomic list list union union XSDWhiteSpace preserve preserve replace replace collapse collapse XSDXPathVariety selector selector field field
null
{"directed":true,"nodes":[{"nsPrefix":"xsd","nsURI":"http://www.eclipse.org/xsd/2002/XSD","name":"xsd","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDAnnotation","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDAttributeDeclaration","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDAttributeGroupContent","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDAttributeGroupDefinition","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDAttributeUse","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDBoundedFacet","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDCardinalityFacet","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDComplexTypeContent","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDComplexTypeDefinition","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDComponent","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDConcreteComponent","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDConstrainingFacet","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDDiagnostic","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDElementDeclaration","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDEnumerationFacet","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDFacet","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDFeature","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDFixedFacet","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDFractionDigitsFacet","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDFundamentalFacet","instanceClass":null,"abstract":true,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDIdentityConstraintDefinition","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDImport","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDInclude","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDLengthFacet","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMaxExclusiveFacet","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMaxFacet","instanceClass":null,"abstract":true,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMaxInclusiveFacet","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMaxLengthFacet","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMinExclusiveFacet","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMinFacet","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMinInclusiveFacet","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDMinLengthFacet","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDModelGroup","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDModelGroupDefinition","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDNamedComponent","instanceClass":null,"abstract":true,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDNotationDeclaration","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDNumericFacet","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDOrderedFacet","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDParticle","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDParticleContent","instanceClass":null,"abstract":true,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDPatternFacet","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDRedefinableComponent","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDRedefineContent","instanceClass":null,"abstract":true,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDRedefine","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDRepeatableFacet","instanceClass":null,"abstract":true,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDSchema","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDSchemaCompositor","instanceClass":null,"abstract":true,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDSchemaContent","instanceClass":null,"abstract":true,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDSchemaDirective","instanceClass":null,"abstract":true,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDScope","instanceClass":null,"abstract":true,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDSimpleTypeDefinition","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDTerm","instanceClass":null,"abstract":true,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDTotalDigitsFacet","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDTypeDefinition","instanceClass":null,"abstract":true,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDWhiteSpaceFacet","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDWildcard","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"XSDXPathDefinition","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.w3c.dom.Attr","defaultValue":null,"instanceClassName":"org.w3c.dom.Attr","name":"DOMAttr","instanceClass":"org.w3c.dom.Attr","id":58,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.w3c.dom.Document","defaultValue":null,"instanceClassName":"org.w3c.dom.Document","name":"DOMDocument","instanceClass":"org.w3c.dom.Document","id":59,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.w3c.dom.Element","defaultValue":null,"instanceClassName":"org.w3c.dom.Element","name":"DOMElement","instanceClass":"org.w3c.dom.Element","id":60,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"org.w3c.dom.Node","defaultValue":null,"instanceClassName":"org.w3c.dom.Node","name":"DOMNode","instanceClass":"org.w3c.dom.Node","id":61,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.Object","defaultValue":null,"instanceClassName":"java.lang.Object","name":"Value","instanceClass":"java.lang.Object","id":62,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDAttributeUseCategory","instanceClass":null,"id":63,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDCardinality","instanceClass":null,"id":64,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDComplexFinal","instanceClass":null,"id":65,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDCompositor","instanceClass":null,"id":66,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDConstraint","instanceClass":null,"id":67,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDContentTypeCategory","instanceClass":null,"id":68,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDDerivationMethod","instanceClass":null,"id":69,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDDiagnosticSeverity","instanceClass":null,"id":70,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDDisallowedSubstitutions","instanceClass":null,"id":71,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDForm","instanceClass":null,"id":72,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDIdentityConstraintCategory","instanceClass":null,"id":73,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDNamespaceConstraintCategory","instanceClass":null,"id":74,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDOrdered","instanceClass":null,"id":75,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDProcessContents","instanceClass":null,"id":76,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDProhibitedSubstitutions","instanceClass":null,"id":77,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDSimpleFinal","instanceClass":null,"id":78,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDSubstitutionGroupExclusions","instanceClass":null,"id":79,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDVariety","instanceClass":null,"id":80,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDWhiteSpace","instanceClass":null,"id":81,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"XSDXPathVariety","instanceClass":null,"id":82,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"applicationInformation","changeable":true,"lowerBound":0,"iD":false,"id":83,"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":"userInformation","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":"attributes","changeable":true,"lowerBound":0,"iD":false,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeDeclarationReference","changeable":false,"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":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"anonymousTypeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":94,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedAttributeDeclaration","changeable":true,"resolveProxies":false,"lowerBound":1,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"attributeGroupDefinitionReference","changeable":false,"lowerBound":0,"iD":false,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","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":"attributeUses","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":"attributeWildcardContent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeWildcard","changeable":true,"resolveProxies":false,"lowerBound":0,"id":109,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedAttributeGroupDefinition","changeable":true,"resolveProxies":false,"lowerBound":1,"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":true,"unique":true,"name":"syntheticWildcard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"required","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"use","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":"lexicalValue","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeDeclaration","changeable":true,"resolveProxies":false,"lowerBound":1,"id":128,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","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"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"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":139,"derived":false},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"restriction","unsettable":true,"transient":false,"unique":true,"name":"derivationMethod","changeable":true,"lowerBound":0,"iD":false,"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":true,"name":"final","changeable":true,"lowerBound":0,"iD":false,"id":147,"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":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":148,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"contentTypeCategory","changeable":true,"lowerBound":0,"iD":false,"id":149,"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":"prohibitedSubstitutions","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"lexicalFinal","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"block","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"mixed","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contentAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseTypeDefinition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":0,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contentType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":157,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeUses","changeable":true,"resolveProxies":false,"lowerBound":0,"id":158,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeContents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":159,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeWildcard","changeable":true,"resolveProxies":false,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeWildcardContent","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rootTypeDefinition","changeable":false,"resolveProxies":false,"lowerBound":1,"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":true,"unique":true,"name":"syntheticParticle","changeable":true,"resolveProxies":true,"lowerBound":0,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"syntheticWildcard","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"element","changeable":true,"lowerBound":0,"iD":false,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"container","changeable":false,"resolveProxies":false,"lowerBound":0,"id":188,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rootContainer","changeable":false,"resolveProxies":false,"lowerBound":1,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"schema","changeable":false,"resolveProxies":false,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"diagnostics","changeable":true,"resolveProxies":false,"lowerBound":0,"id":191,"derived":false},{"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,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"severity","changeable":true,"lowerBound":0,"iD":false,"id":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":"message","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"locationURI","changeable":true,"lowerBound":0,"iD":false,"id":200,"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":"line","changeable":true,"lowerBound":0,"iD":false,"id":201,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"column","changeable":true,"lowerBound":0,"iD":false,"id":202,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"lowerBound":0,"iD":false,"id":203,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"annotationURI","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"lowerBound":0,"iD":false,"id":205,"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":"substitutions","changeable":true,"lowerBound":0,"iD":false,"id":206,"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":"components","changeable":true,"resolveProxies":false,"lowerBound":1,"id":207,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"primaryComponent","changeable":true,"resolveProxies":false,"lowerBound":1,"id":208,"derived":false},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"id":214,"eClass":"EGenericType"},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"nillable","changeable":true,"lowerBound":0,"iD":false,"id":221,"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":"disallowedSubstitutions","changeable":true,"lowerBound":0,"iD":false,"id":222,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"substitutionGroupExclusions","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":true,"transient":false,"unique":true,"name":"abstract","changeable":true,"lowerBound":0,"iD":false,"id":224,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"lexicalFinal","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"block","changeable":true,"lowerBound":0,"iD":false,"id":226,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"elementDeclarationReference","changeable":false,"lowerBound":0,"iD":false,"id":227,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"circular","changeable":false,"lowerBound":0,"iD":false,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","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":"anonymousTypeDefinition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":230,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":231,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"identityConstraintDefinitions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":232,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedElementDeclaration","changeable":true,"resolveProxies":false,"lowerBound":1,"id":233,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"substitutionGroupAffiliation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":234,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"substitutionGroup","changeable":true,"resolveProxies":false,"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"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"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":254,"derived":false},{"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":"lexicalValue","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"facetName","changeable":false,"lowerBound":0,"iD":false,"id":258,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"effectiveValue","changeable":false,"lowerBound":0,"iD":false,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":260,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"simpleTypeDefinition","changeable":false,"resolveProxies":false,"lowerBound":0,"id":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"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":268,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"constraint","changeable":true,"lowerBound":0,"iD":false,"id":269,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"form","changeable":true,"lowerBound":0,"iD":false,"id":270,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lexicalValue","changeable":true,"lowerBound":0,"iD":false,"id":271,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"global","changeable":false,"lowerBound":0,"iD":false,"id":272,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureReference","changeable":false,"lowerBound":0,"iD":false,"id":273,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"scope","changeable":false,"resolveProxies":false,"lowerBound":0,"id":274,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"resolvedFeature","changeable":false,"resolveProxies":false,"lowerBound":1,"id":275,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"type","changeable":false,"resolveProxies":false,"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"},{"id":282,"eClass":"EGenericType"},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"fixed","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":290,"derived":false},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"identityConstraintCategory","changeable":true,"lowerBound":0,"iD":false,"id":294,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","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":"referencedKey","changeable":true,"resolveProxies":false,"lowerBound":0,"id":296,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selector","changeable":true,"resolveProxies":true,"lowerBound":1,"id":297,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"fields","changeable":true,"resolveProxies":true,"lowerBound":1,"id":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"},{"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":305,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":310,"derived":false},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":313,"derived":false},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"id":316,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inclusive","changeable":false,"lowerBound":0,"iD":false,"id":318,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exclusive","changeable":false,"lowerBound":0,"iD":false,"id":319,"derived":false},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":325,"derived":false},{"id":326,"eClass":"EGenericType"},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inclusive","changeable":false,"lowerBound":0,"iD":false,"id":330,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exclusive","changeable":false,"lowerBound":0,"iD":false,"id":331,"derived":false},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":337,"derived":false},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"compositor","changeable":true,"lowerBound":0,"iD":false,"id":340,"derived":false},{"container":false,"ordered":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":341,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":342,"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":"particles","changeable":true,"resolveProxies":false,"lowerBound":1,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modelGroupDefinitionReference","changeable":false,"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":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"modelGroup","changeable":true,"resolveProxies":true,"lowerBound":1,"id":351,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedModelGroupDefinition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":352,"derived":false},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":360,"derived":false},{"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":361,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aliasName","changeable":false,"lowerBound":0,"iD":false,"id":362,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uRI","changeable":false,"lowerBound":0,"iD":false,"id":363,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aliasURI","changeable":false,"lowerBound":0,"iD":false,"id":364,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"qName","changeable":false,"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"},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"systemIdentifier","changeable":true,"lowerBound":0,"iD":false,"id":373,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"publicIdentifier","changeable":true,"lowerBound":0,"iD":false,"id":374,"derived":false},{"container":false,"ordered":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":375,"derived":false},{"id":376,"eClass":"EGenericType"},{"id":377,"eClass":"EGenericType"},{"id":378,"eClass":"EGenericType"},{"id":379,"eClass":"EGenericType"},{"id":380,"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":381,"derived":false},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":true,"transient":false,"unique":true,"name":"minOccurs","changeable":true,"lowerBound":0,"iD":false,"id":387,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":true,"transient":false,"unique":true,"name":"maxOccurs","changeable":true,"lowerBound":0,"iD":false,"id":388,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"resolveProxies":true,"lowerBound":1,"id":389,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"term","changeable":true,"resolveProxies":false,"lowerBound":1,"id":390,"derived":false},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"ordered":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":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"circular","changeable":false,"lowerBound":0,"iD":false,"id":400,"derived":false},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":false,"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":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":406,"derived":false},{"id":407,"eClass":"EGenericType"},{"id":408,"eClass":"EGenericType"},{"id":409,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":false,"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":"document","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":"schemaLocation","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":"targetNamespace","changeable":true,"lowerBound":0,"iD":false,"id":415,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"unqualified","unsettable":true,"transient":false,"unique":true,"name":"attributeFormDefault","changeable":true,"lowerBound":0,"iD":false,"id":416,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"unqualified","unsettable":true,"transient":false,"unique":true,"name":"elementFormDefault","changeable":true,"lowerBound":0,"iD":false,"id":417,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"finalDefault","changeable":true,"lowerBound":0,"iD":false,"id":418,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"blockDefault","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":"version","changeable":true,"lowerBound":0,"iD":false,"id":420,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":421,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementDeclarations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":422,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeDeclarations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":423,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attributeGroupDefinitions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":424,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeDefinitions","changeable":true,"resolveProxies":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"modelGroupDefinitions","changeable":true,"resolveProxies":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"identityConstraintDefinitions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":427,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"notationDeclarations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":428,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":429,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"allDiagnostics","changeable":true,"resolveProxies":false,"lowerBound":0,"id":430,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referencingDirectives","changeable":true,"resolveProxies":false,"lowerBound":0,"id":431,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rootVersion","changeable":false,"resolveProxies":false,"lowerBound":1,"id":432,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"originalVersion","changeable":false,"resolveProxies":false,"lowerBound":0,"id":433,"derived":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":"incorporatedVersions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":434,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"schemaForSchema","changeable":false,"resolveProxies":false,"lowerBound":1,"id":435,"derived":false},{"id":436,"eClass":"EGenericType"},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"id":444,"eClass":"EGenericType"},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"incorporatedSchema","changeable":true,"resolveProxies":false,"lowerBound":0,"id":460,"derived":false},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"schemaLocation","changeable":true,"lowerBound":0,"iD":false,"id":464,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"resolvedSchema","changeable":true,"resolveProxies":false,"lowerBound":0,"id":465,"derived":false},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"variety","changeable":true,"lowerBound":0,"iD":false,"id":470,"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":"final","changeable":true,"lowerBound":0,"iD":false,"id":471,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"lexicalFinal","changeable":true,"lowerBound":0,"iD":false,"id":472,"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":"validFacets","changeable":true,"lowerBound":0,"iD":false,"id":473,"derived":false},{"container":false,"ordered":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":474,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"facetContents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":475,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"facets","changeable":true,"resolveProxies":false,"lowerBound":0,"id":476,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"memberTypeDefinitions","changeable":true,"resolveProxies":false,"lowerBound":0,"id":477,"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":true,"unique":true,"name":"fundamentalFacets","changeable":true,"resolveProxies":true,"lowerBound":1,"id":478,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"baseTypeDefinition","changeable":true,"resolveProxies":false,"lowerBound":1,"id":479,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"primitiveTypeDefinition","changeable":true,"resolveProxies":false,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"itemTypeDefinition","changeable":true,"resolveProxies":false,"lowerBound":0,"id":481,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rootTypeDefinition","changeable":false,"resolveProxies":false,"lowerBound":1,"id":482,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"minFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":483,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"maxFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":484,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"maxInclusiveFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":485,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"minInclusiveFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":486,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"minExclusiveFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":487,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"maxExclusiveFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":488,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"lengthFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":489,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"whiteSpaceFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":490,"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":"enumerationFacets","changeable":false,"resolveProxies":false,"lowerBound":0,"id":491,"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":"patternFacets","changeable":false,"resolveProxies":false,"lowerBound":0,"id":492,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"cardinalityFacet","changeable":false,"resolveProxies":false,"lowerBound":1,"id":493,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"numericFacet","changeable":false,"resolveProxies":false,"lowerBound":1,"id":494,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"maxLengthFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":495,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"minLengthFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":496,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"totalDigitsFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":497,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"fractionDigitsFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":498,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"orderedFacet","changeable":false,"resolveProxies":false,"lowerBound":1,"id":499,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"boundedFacet","changeable":false,"resolveProxies":false,"lowerBound":1,"id":500,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"effectiveMaxFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":501,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"effectiveWhiteSpaceFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":502,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"effectiveMaxLengthFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":503,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"effectiveFractionDigitsFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":504,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"effectivePatternFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":505,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"effectiveEnumerationFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":506,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"effectiveTotalDigitsFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":507,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"effectiveMinLengthFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":508,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"effectiveLengthFacet","changeable":false,"resolveProxies":false,"lowerBound":0,"id":509,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"effectiveMinFacet","changeable":false,"resolveProxies":false,"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":true,"unique":true,"name":"syntheticFacets","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"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"id":530,"eClass":"EGenericType"},{"id":531,"eClass":"EGenericType"},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"id":542,"eClass":"EGenericType"},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"id":546,"eClass":"EGenericType"},{"id":547,"eClass":"EGenericType"},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"id":555,"eClass":"EGenericType"},{"id":556,"eClass":"EGenericType"},{"id":557,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":558,"derived":false},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"container":false,"ordered":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":561,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"derivationAnnotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":562,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":563,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"rootType","changeable":false,"resolveProxies":false,"lowerBound":1,"id":564,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"baseType","changeable":false,"resolveProxies":false,"lowerBound":1,"id":565,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"simpleType","changeable":false,"resolveProxies":false,"lowerBound":0,"id":566,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"complexType","changeable":false,"resolveProxies":false,"lowerBound":0,"id":567,"derived":false},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"id":575,"eClass":"EGenericType"},{"id":576,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"lowerBound":0,"iD":false,"id":577,"derived":false},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"namespaceConstraintCategory","changeable":true,"lowerBound":0,"iD":false,"id":580,"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":"namespaceConstraint","changeable":true,"lowerBound":0,"iD":false,"id":581,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"processContents","changeable":true,"lowerBound":0,"iD":false,"id":582,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"lexicalNamespaceConstraint","changeable":true,"lowerBound":0,"iD":false,"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":"annotation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":584,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"annotations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":585,"derived":false},{"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"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"variety","changeable":true,"lowerBound":0,"iD":false,"id":593,"derived":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":594,"derived":false},{"container":false,"ordered":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":595,"derived":false},{"id":596,"eClass":"EGenericType"},{"id":597,"eClass":"EGenericType"},{"id":598,"eClass":"EGenericType"},{"id":599,"eClass":"EGenericType"},{"name":"optional","id":600,"value":0,"literal":"optional","eClass":"EEnumLiteral"},{"name":"prohibited","id":601,"value":1,"literal":"prohibited","eClass":"EEnumLiteral"},{"name":"required","id":602,"value":2,"literal":"required","eClass":"EEnumLiteral"},{"name":"finite","id":603,"value":0,"literal":"finite","eClass":"EEnumLiteral"},{"name":"countablyInfinite","id":604,"value":1,"literal":"countablyInfinite","eClass":"EEnumLiteral"},{"name":"extension","id":605,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"restriction","id":606,"value":1,"literal":"restriction","eClass":"EEnumLiteral"},{"name":"all","id":607,"value":2,"literal":"all","eClass":"EEnumLiteral"},{"name":"all","id":608,"value":0,"literal":"all","eClass":"EEnumLiteral"},{"name":"choice","id":609,"value":1,"literal":"choice","eClass":"EEnumLiteral"},{"name":"sequence","id":610,"value":2,"literal":"sequence","eClass":"EEnumLiteral"},{"name":"default","id":611,"value":0,"literal":"default","eClass":"EEnumLiteral"},{"name":"fixed","id":612,"value":1,"literal":"fixed","eClass":"EEnumLiteral"},{"name":"empty","id":613,"value":0,"literal":"empty","eClass":"EEnumLiteral"},{"name":"simple","id":614,"value":1,"literal":"simple","eClass":"EEnumLiteral"},{"name":"mixed","id":615,"value":2,"literal":"mixed","eClass":"EEnumLiteral"},{"name":"elementOnly","id":616,"value":3,"literal":"elementOnly","eClass":"EEnumLiteral"},{"name":"extension","id":617,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"restriction","id":618,"value":1,"literal":"restriction","eClass":"EEnumLiteral"},{"name":"fatal","id":619,"value":0,"literal":"fatal","eClass":"EEnumLiteral"},{"name":"error","id":620,"value":1,"literal":"error","eClass":"EEnumLiteral"},{"name":"warning","id":621,"value":2,"literal":"warning","eClass":"EEnumLiteral"},{"name":"information","id":622,"value":3,"literal":"information","eClass":"EEnumLiteral"},{"name":"substitution","id":623,"value":0,"literal":"substitution","eClass":"EEnumLiteral"},{"name":"extension","id":624,"value":1,"literal":"extension","eClass":"EEnumLiteral"},{"name":"restriction","id":625,"value":2,"literal":"restriction","eClass":"EEnumLiteral"},{"name":"all","id":626,"value":3,"literal":"all","eClass":"EEnumLiteral"},{"name":"qualified","id":627,"value":0,"literal":"qualified","eClass":"EEnumLiteral"},{"name":"unqualified","id":628,"value":1,"literal":"unqualified","eClass":"EEnumLiteral"},{"name":"key","id":629,"value":0,"literal":"key","eClass":"EEnumLiteral"},{"name":"keyref","id":630,"value":1,"literal":"keyref","eClass":"EEnumLiteral"},{"name":"unique","id":631,"value":2,"literal":"unique","eClass":"EEnumLiteral"},{"name":"any","id":632,"value":0,"literal":"any","eClass":"EEnumLiteral"},{"name":"not","id":633,"value":1,"literal":"not","eClass":"EEnumLiteral"},{"name":"set","id":634,"value":2,"literal":"set","eClass":"EEnumLiteral"},{"name":"false","id":635,"value":0,"literal":"false","eClass":"EEnumLiteral"},{"name":"partial","id":636,"value":1,"literal":"partial","eClass":"EEnumLiteral"},{"name":"total","id":637,"value":2,"literal":"total","eClass":"EEnumLiteral"},{"name":"strict","id":638,"value":0,"literal":"strict","eClass":"EEnumLiteral"},{"name":"lax","id":639,"value":1,"literal":"lax","eClass":"EEnumLiteral"},{"name":"skip","id":640,"value":2,"literal":"skip","eClass":"EEnumLiteral"},{"name":"extension","id":641,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"restriction","id":642,"value":1,"literal":"restriction","eClass":"EEnumLiteral"},{"name":"all","id":643,"value":2,"literal":"all","eClass":"EEnumLiteral"},{"name":"list","id":644,"value":0,"literal":"list","eClass":"EEnumLiteral"},{"name":"restriction","id":645,"value":1,"literal":"restriction","eClass":"EEnumLiteral"},{"name":"union","id":646,"value":2,"literal":"union","eClass":"EEnumLiteral"},{"name":"all","id":647,"value":3,"literal":"all","eClass":"EEnumLiteral"},{"name":"extension","id":648,"value":0,"literal":"extension","eClass":"EEnumLiteral"},{"name":"restriction","id":649,"value":1,"literal":"restriction","eClass":"EEnumLiteral"},{"name":"atomic","id":650,"value":0,"literal":"atomic","eClass":"EEnumLiteral"},{"name":"list","id":651,"value":1,"literal":"list","eClass":"EEnumLiteral"},{"name":"union","id":652,"value":2,"literal":"union","eClass":"EEnumLiteral"},{"name":"preserve","id":653,"value":0,"literal":"preserve","eClass":"EEnumLiteral"},{"name":"replace","id":654,"value":1,"literal":"replace","eClass":"EEnumLiteral"},{"name":"collapse","id":655,"value":2,"literal":"collapse","eClass":"EEnumLiteral"},{"name":"selector","id":656,"value":0,"literal":"selector","eClass":"EEnumLiteral"},{"name":"field","id":657,"value":1,"literal":"field","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":1,"target":0},{"source":1,"target":10},{"source":1,"target":43},{"source":1,"target":83},{"source":1,"target":84},{"source":1,"target":85},{"source":1,"target":86},{"source":1,"target":87},{"source":83,"target":60},{"source":83,"target":88},{"source":83,"target":1},{"source":88,"target":60},{"source":84,"target":60},{"source":84,"target":89},{"source":84,"target":1},{"source":89,"target":60},{"source":85,"target":58},{"source":85,"target":90},{"source":85,"target":1},{"source":90,"target":58},{"source":86,"target":10},{"source":87,"target":43},{"source":2,"target":0},{"source":2,"target":17},{"source":2,"target":48},{"source":2,"target":91},{"source":2,"target":92},{"source":2,"target":93},{"source":2,"target":94},{"source":2,"target":95},{"source":2,"target":96},{"source":2,"target":97},{"source":91,"target":98},{"source":91,"target":2},{"source":92,"target":1},{"source":92,"target":99},{"source":92,"target":2},{"source":99,"target":1},{"source":93,"target":51},{"source":93,"target":100},{"source":93,"target":2},{"source":100,"target":51},{"source":94,"target":51},{"source":94,"target":101},{"source":94,"target":2},{"source":101,"target":51},{"source":95,"target":2},{"source":95,"target":102},{"source":95,"target":2},{"source":102,"target":2},{"source":96,"target":17},{"source":97,"target":48},{"source":3,"target":0},{"source":3,"target":11},{"source":3,"target":103},{"source":103,"target":11},{"source":4,"target":0},{"source":4,"target":42},{"source":4,"target":3},{"source":4,"target":43},{"source":4,"target":104},{"source":4,"target":105},{"source":4,"target":106},{"source":4,"target":107},{"source":4,"target":108},{"source":4,"target":109},{"source":4,"target":110},{"source":4,"target":111},{"source":4,"target":112},{"source":4,"target":113},{"source":4,"target":114},{"source":104,"target":115},{"source":104,"target":4},{"source":105,"target":1},{"source":105,"target":116},{"source":105,"target":4},{"source":116,"target":1},{"source":106,"target":3},{"source":106,"target":117},{"source":106,"target":4},{"source":117,"target":3},{"source":107,"target":5},{"source":107,"target":118},{"source":107,"target":4},{"source":118,"target":5},{"source":108,"target":56},{"source":108,"target":119},{"source":108,"target":4},{"source":119,"target":56},{"source":109,"target":56},{"source":109,"target":120},{"source":109,"target":4},{"source":120,"target":56},{"source":110,"target":4},{"source":110,"target":121},{"source":110,"target":4},{"source":121,"target":4},{"source":111,"target":56},{"source":111,"target":122},{"source":111,"target":4},{"source":122,"target":56},{"source":112,"target":42},{"source":113,"target":3},{"source":114,"target":43},{"source":5,"target":0},{"source":5,"target":10},{"source":5,"target":3},{"source":5,"target":123},{"source":5,"target":124},{"source":5,"target":125},{"source":5,"target":126},{"source":5,"target":127},{"source":5,"target":128},{"source":5,"target":129},{"source":5,"target":130},{"source":5,"target":131},{"source":123,"target":132},{"source":123,"target":5},{"source":124,"target":62},{"source":124,"target":133},{"source":124,"target":5},{"source":133,"target":62},{"source":125,"target":67},{"source":125,"target":134},{"source":125,"target":5},{"source":134,"target":67},{"source":126,"target":63},{"source":126,"target":135},{"source":126,"target":5},{"source":135,"target":63},{"source":127,"target":136},{"source":127,"target":5},{"source":128,"target":2},{"source":128,"target":137},{"source":128,"target":5},{"source":137,"target":2},{"source":129,"target":2},{"source":129,"target":138},{"source":129,"target":5},{"source":138,"target":2},{"source":130,"target":10},{"source":131,"target":3},{"source":6,"target":0},{"source":6,"target":20},{"source":6,"target":139},{"source":6,"target":140},{"source":139,"target":141},{"source":139,"target":6},{"source":140,"target":20},{"source":7,"target":0},{"source":7,"target":20},{"source":7,"target":142},{"source":7,"target":143},{"source":142,"target":64},{"source":142,"target":144},{"source":142,"target":7},{"source":144,"target":64},{"source":143,"target":20},{"source":8,"target":0},{"source":8,"target":10},{"source":8,"target":145},{"source":145,"target":10},{"source":9,"target":0},{"source":9,"target":54},{"source":9,"target":50},{"source":9,"target":146},{"source":9,"target":147},{"source":9,"target":148},{"source":9,"target":149},{"source":9,"target":150},{"source":9,"target":151},{"source":9,"target":152},{"source":9,"target":153},{"source":9,"target":154},{"source":9,"target":155},{"source":9,"target":156},{"source":9,"target":157},{"source":9,"target":158},{"source":9,"target":159},{"source":9,"target":160},{"source":9,"target":161},{"source":9,"target":162},{"source":9,"target":163},{"source":9,"target":164},{"source":9,"target":165},{"source":9,"target":166},{"source":146,"target":69},{"source":146,"target":167},{"source":146,"target":9},{"source":167,"target":69},{"source":147,"target":65},{"source":147,"target":168},{"source":147,"target":9},{"source":168,"target":65},{"source":148,"target":169},{"source":148,"target":9},{"source":149,"target":68},{"source":149,"target":170},{"source":149,"target":9},{"source":170,"target":68},{"source":150,"target":77},{"source":150,"target":171},{"source":150,"target":9},{"source":171,"target":77},{"source":151,"target":65},{"source":151,"target":172},{"source":151,"target":9},{"source":172,"target":65},{"source":152,"target":77},{"source":152,"target":173},{"source":152,"target":9},{"source":173,"target":77},{"source":153,"target":174},{"source":153,"target":9},{"source":154,"target":1},{"source":154,"target":175},{"source":154,"target":9},{"source":175,"target":1},{"source":155,"target":54},{"source":155,"target":176},{"source":155,"target":9},{"source":176,"target":54},{"source":156,"target":8},{"source":156,"target":177},{"source":156,"target":9},{"source":177,"target":8},{"source":157,"target":8},{"source":157,"target":178},{"source":157,"target":9},{"source":178,"target":8},{"source":158,"target":5},{"source":158,"target":179},{"source":158,"target":9},{"source":179,"target":5},{"source":159,"target":3},{"source":159,"target":180},{"source":159,"target":9},{"source":180,"target":3},{"source":160,"target":56},{"source":160,"target":181},{"source":160,"target":9},{"source":181,"target":56},{"source":161,"target":56},{"source":161,"target":182},{"source":161,"target":9},{"source":182,"target":56},{"source":162,"target":54},{"source":162,"target":183},{"source":162,"target":9},{"source":183,"target":54},{"source":163,"target":39},{"source":163,"target":184},{"source":163,"target":9},{"source":184,"target":39},{"source":164,"target":56},{"source":164,"target":185},{"source":164,"target":9},{"source":185,"target":56},{"source":165,"target":54},{"source":166,"target":50},{"source":10,"target":0},{"source":10,"target":11},{"source":10,"target":186},{"source":186,"target":11},{"source":11,"target":0},{"source":11,"target":187},{"source":11,"target":188},{"source":11,"target":189},{"source":11,"target":190},{"source":11,"target":191},{"source":187,"target":60},{"source":187,"target":192},{"source":187,"target":11},{"source":192,"target":60},{"source":188,"target":11},{"source":188,"target":193},{"source":188,"target":11},{"source":193,"target":11},{"source":189,"target":11},{"source":189,"target":194},{"source":189,"target":11},{"source":194,"target":11},{"source":190,"target":46},{"source":190,"target":195},{"source":190,"target":11},{"source":195,"target":46},{"source":191,"target":13},{"source":191,"target":196},{"source":191,"target":11},{"source":196,"target":13},{"source":12,"target":0},{"source":12,"target":16},{"source":12,"target":197},{"source":197,"target":16},{"source":13,"target":0},{"source":13,"target":11},{"source":13,"target":198},{"source":13,"target":199},{"source":13,"target":200},{"source":13,"target":201},{"source":13,"target":202},{"source":13,"target":203},{"source":13,"target":204},{"source":13,"target":205},{"source":13,"target":206},{"source":13,"target":207},{"source":13,"target":208},{"source":13,"target":209},{"source":198,"target":70},{"source":198,"target":210},{"source":198,"target":13},{"source":210,"target":70},{"source":199,"target":211},{"source":199,"target":13},{"source":200,"target":212},{"source":200,"target":13},{"source":201,"target":213},{"source":201,"target":13},{"source":202,"target":214},{"source":202,"target":13},{"source":203,"target":61},{"source":203,"target":215},{"source":203,"target":13},{"source":215,"target":61},{"source":204,"target":216},{"source":204,"target":13},{"source":205,"target":217},{"source":205,"target":13},{"source":206,"target":218},{"source":206,"target":13},{"source":207,"target":11},{"source":207,"target":219},{"source":207,"target":13},{"source":219,"target":11},{"source":208,"target":11},{"source":208,"target":220},{"source":208,"target":13},{"source":220,"target":11},{"source":209,"target":11},{"source":14,"target":0},{"source":14,"target":17},{"source":14,"target":48},{"source":14,"target":52},{"source":14,"target":221},{"source":14,"target":222},{"source":14,"target":223},{"source":14,"target":224},{"source":14,"target":225},{"source":14,"target":226},{"source":14,"target":227},{"source":14,"target":228},{"source":14,"target":229},{"source":14,"target":230},{"source":14,"target":231},{"source":14,"target":232},{"source":14,"target":233},{"source":14,"target":234},{"source":14,"target":235},{"source":14,"target":236},{"source":14,"target":237},{"source":14,"target":238},{"source":221,"target":239},{"source":221,"target":14},{"source":222,"target":71},{"source":222,"target":240},{"source":222,"target":14},{"source":240,"target":71},{"source":223,"target":79},{"source":223,"target":241},{"source":223,"target":14},{"source":241,"target":79},{"source":224,"target":242},{"source":224,"target":14},{"source":225,"target":77},{"source":225,"target":243},{"source":225,"target":14},{"source":243,"target":77},{"source":226,"target":71},{"source":226,"target":244},{"source":226,"target":14},{"source":244,"target":71},{"source":227,"target":245},{"source":227,"target":14},{"source":228,"target":246},{"source":228,"target":14},{"source":229,"target":1},{"source":229,"target":247},{"source":229,"target":14},{"source":247,"target":1},{"source":230,"target":54},{"source":230,"target":248},{"source":230,"target":14},{"source":248,"target":54},{"source":231,"target":54},{"source":231,"target":249},{"source":231,"target":14},{"source":249,"target":54},{"source":232,"target":21},{"source":232,"target":250},{"source":232,"target":14},{"source":250,"target":21},{"source":233,"target":14},{"source":233,"target":251},{"source":233,"target":14},{"source":251,"target":14},{"source":234,"target":14},{"source":234,"target":252},{"source":234,"target":14},{"source":252,"target":14},{"source":235,"target":14},{"source":235,"target":253},{"source":235,"target":14},{"source":253,"target":14},{"source":236,"target":17},{"source":237,"target":48},{"source":238,"target":52},{"source":15,"target":0},{"source":15,"target":45},{"source":15,"target":254},{"source":15,"target":255},{"source":254,"target":62},{"source":254,"target":256},{"source":254,"target":15},{"source":256,"target":62},{"source":255,"target":45},{"source":16,"target":0},{"source":16,"target":10},{"source":16,"target":257},{"source":16,"target":258},{"source":16,"target":259},{"source":16,"target":260},{"source":16,"target":261},{"source":16,"target":262},{"source":257,"target":263},{"source":257,"target":16},{"source":258,"target":264},{"source":258,"target":16},{"source":259,"target":62},{"source":259,"target":265},{"source":259,"target":16},{"source":265,"target":62},{"source":260,"target":1},{"source":260,"target":266},{"source":260,"target":16},{"source":266,"target":1},{"source":261,"target":51},{"source":261,"target":267},{"source":261,"target":16},{"source":267,"target":51},{"source":262,"target":10},{"source":17,"target":0},{"source":17,"target":35},{"source":17,"target":268},{"source":17,"target":269},{"source":17,"target":270},{"source":17,"target":271},{"source":17,"target":272},{"source":17,"target":273},{"source":17,"target":274},{"source":17,"target":275},{"source":17,"target":276},{"source":17,"target":277},{"source":268,"target":62},{"source":268,"target":278},{"source":268,"target":17},{"source":278,"target":62},{"source":269,"target":67},{"source":269,"target":279},{"source":269,"target":17},{"source":279,"target":67},{"source":270,"target":72},{"source":270,"target":280},{"source":270,"target":17},{"source":280,"target":72},{"source":271,"target":281},{"source":271,"target":17},{"source":272,"target":282},{"source":272,"target":17},{"source":273,"target":283},{"source":273,"target":17},{"source":274,"target":50},{"source":274,"target":284},{"source":274,"target":17},{"source":284,"target":50},{"source":275,"target":17},{"source":275,"target":285},{"source":275,"target":17},{"source":285,"target":17},{"source":276,"target":54},{"source":276,"target":286},{"source":276,"target":17},{"source":286,"target":54},{"source":277,"target":35},{"source":18,"target":0},{"source":18,"target":12},{"source":18,"target":287},{"source":18,"target":288},{"source":287,"target":289},{"source":287,"target":18},{"source":288,"target":12},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":290},{"source":19,"target":291},{"source":290,"target":292},{"source":290,"target":19},{"source":291,"target":18},{"source":20,"target":0},{"source":20,"target":16},{"source":20,"target":293},{"source":293,"target":16},{"source":21,"target":0},{"source":21,"target":35},{"source":21,"target":294},{"source":21,"target":295},{"source":21,"target":296},{"source":21,"target":297},{"source":21,"target":298},{"source":21,"target":299},{"source":294,"target":73},{"source":294,"target":300},{"source":294,"target":21},{"source":300,"target":73},{"source":295,"target":1},{"source":295,"target":301},{"source":295,"target":21},{"source":301,"target":1},{"source":296,"target":21},{"source":296,"target":302},{"source":296,"target":21},{"source":302,"target":21},{"source":297,"target":57},{"source":297,"target":303},{"source":297,"target":21},{"source":303,"target":57},{"source":298,"target":57},{"source":298,"target":304},{"source":298,"target":21},{"source":304,"target":57},{"source":299,"target":35},{"source":22,"target":0},{"source":22,"target":49},{"source":22,"target":305},{"source":22,"target":306},{"source":22,"target":307},{"source":305,"target":308},{"source":305,"target":22},{"source":306,"target":1},{"source":306,"target":309},{"source":306,"target":22},{"source":309,"target":1},{"source":307,"target":49},{"source":23,"target":0},{"source":23,"target":47},{"source":23,"target":310},{"source":23,"target":311},{"source":310,"target":1},{"source":310,"target":312},{"source":310,"target":23},{"source":312,"target":1},{"source":311,"target":47},{"source":24,"target":0},{"source":24,"target":18},{"source":24,"target":313},{"source":24,"target":314},{"source":313,"target":315},{"source":313,"target":24},{"source":314,"target":18},{"source":25,"target":0},{"source":25,"target":26},{"source":25,"target":316},{"source":316,"target":26},{"source":26,"target":0},{"source":26,"target":18},{"source":26,"target":317},{"source":26,"target":318},{"source":26,"target":319},{"source":26,"target":320},{"source":317,"target":62},{"source":317,"target":321},{"source":317,"target":26},{"source":321,"target":62},{"source":318,"target":322},{"source":318,"target":26},{"source":319,"target":323},{"source":319,"target":26},{"source":320,"target":18},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":324},{"source":324,"target":26},{"source":28,"target":0},{"source":28,"target":18},{"source":28,"target":325},{"source":28,"target":326},{"source":325,"target":327},{"source":325,"target":28},{"source":326,"target":18},{"source":29,"target":0},{"source":29,"target":30},{"source":29,"target":328},{"source":328,"target":30},{"source":30,"target":0},{"source":30,"target":18},{"source":30,"target":329},{"source":30,"target":330},{"source":30,"target":331},{"source":30,"target":332},{"source":329,"target":62},{"source":329,"target":333},{"source":329,"target":30},{"source":333,"target":62},{"source":330,"target":334},{"source":330,"target":30},{"source":331,"target":335},{"source":331,"target":30},{"source":332,"target":18},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":336},{"source":336,"target":30},{"source":32,"target":0},{"source":32,"target":18},{"source":32,"target":337},{"source":32,"target":338},{"source":337,"target":339},{"source":337,"target":32},{"source":338,"target":18},{"source":33,"target":0},{"source":33,"target":52},{"source":33,"target":340},{"source":33,"target":341},{"source":33,"target":342},{"source":33,"target":343},{"source":33,"target":344},{"source":340,"target":66},{"source":340,"target":345},{"source":340,"target":33},{"source":345,"target":66},{"source":341,"target":1},{"source":341,"target":346},{"source":341,"target":33},{"source":346,"target":1},{"source":342,"target":39},{"source":342,"target":347},{"source":342,"target":33},{"source":347,"target":39},{"source":343,"target":39},{"source":343,"target":348},{"source":343,"target":33},{"source":348,"target":39},{"source":344,"target":52},{"source":34,"target":0},{"source":34,"target":42},{"source":34,"target":40},{"source":34,"target":43},{"source":34,"target":349},{"source":34,"target":350},{"source":34,"target":351},{"source":34,"target":352},{"source":34,"target":353},{"source":34,"target":354},{"source":34,"target":355},{"source":349,"target":356},{"source":349,"target":34},{"source":350,"target":1},{"source":350,"target":357},{"source":350,"target":34},{"source":357,"target":1},{"source":351,"target":33},{"source":351,"target":358},{"source":351,"target":34},{"source":358,"target":33},{"source":352,"target":34},{"source":352,"target":359},{"source":352,"target":34},{"source":359,"target":34},{"source":353,"target":42},{"source":354,"target":40},{"source":355,"target":43},{"source":35,"target":0},{"source":35,"target":10},{"source":35,"target":360},{"source":35,"target":361},{"source":35,"target":362},{"source":35,"target":363},{"source":35,"target":364},{"source":35,"target":365},{"source":35,"target":366},{"source":360,"target":367},{"source":360,"target":35},{"source":361,"target":368},{"source":361,"target":35},{"source":362,"target":369},{"source":362,"target":35},{"source":363,"target":370},{"source":363,"target":35},{"source":364,"target":371},{"source":364,"target":35},{"source":365,"target":372},{"source":365,"target":35},{"source":366,"target":10},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":48},{"source":36,"target":373},{"source":36,"target":374},{"source":36,"target":375},{"source":36,"target":376},{"source":36,"target":377},{"source":373,"target":378},{"source":373,"target":36},{"source":374,"target":379},{"source":374,"target":36},{"source":375,"target":1},{"source":375,"target":380},{"source":375,"target":36},{"source":380,"target":1},{"source":376,"target":35},{"source":377,"target":48},{"source":37,"target":0},{"source":37,"target":20},{"source":37,"target":381},{"source":37,"target":382},{"source":381,"target":383},{"source":381,"target":37},{"source":382,"target":20},{"source":38,"target":0},{"source":38,"target":20},{"source":38,"target":384},{"source":38,"target":385},{"source":384,"target":75},{"source":384,"target":386},{"source":384,"target":38},{"source":386,"target":75},{"source":385,"target":20},{"source":39,"target":0},{"source":39,"target":8},{"source":39,"target":387},{"source":39,"target":388},{"source":39,"target":389},{"source":39,"target":390},{"source":39,"target":391},{"source":387,"target":392},{"source":387,"target":39},{"source":388,"target":393},{"source":388,"target":39},{"source":389,"target":40},{"source":389,"target":394},{"source":389,"target":39},{"source":394,"target":40},{"source":390,"target":52},{"source":390,"target":395},{"source":390,"target":39},{"source":395,"target":52},{"source":391,"target":8},{"source":40,"target":0},{"source":40,"target":11},{"source":40,"target":396},{"source":396,"target":11},{"source":41,"target":0},{"source":41,"target":45},{"source":41,"target":397},{"source":41,"target":398},{"source":397,"target":399},{"source":397,"target":41},{"source":398,"target":45},{"source":42,"target":0},{"source":42,"target":35},{"source":42,"target":43},{"source":42,"target":400},{"source":42,"target":401},{"source":42,"target":402},{"source":400,"target":403},{"source":400,"target":42},{"source":401,"target":35},{"source":402,"target":43},{"source":43,"target":0},{"source":43,"target":48},{"source":43,"target":404},{"source":404,"target":48},{"source":44,"target":0},{"source":44,"target":47},{"source":44,"target":405},{"source":44,"target":406},{"source":44,"target":407},{"source":405,"target":1},{"source":405,"target":408},{"source":405,"target":44},{"source":408,"target":1},{"source":406,"target":43},{"source":406,"target":409},{"source":406,"target":44},{"source":409,"target":43},{"source":407,"target":47},{"source":45,"target":0},{"source":45,"target":12},{"source":45,"target":410},{"source":45,"target":411},{"source":410,"target":1},{"source":410,"target":412},{"source":410,"target":45},{"source":412,"target":1},{"source":411,"target":12},{"source":46,"target":0},{"source":46,"target":50},{"source":46,"target":413},{"source":46,"target":414},{"source":46,"target":415},{"source":46,"target":416},{"source":46,"target":417},{"source":46,"target":418},{"source":46,"target":419},{"source":46,"target":420},{"source":46,"target":421},{"source":46,"target":422},{"source":46,"target":423},{"source":46,"target":424},{"source":46,"target":425},{"source":46,"target":426},{"source":46,"target":427},{"source":46,"target":428},{"source":46,"target":429},{"source":46,"target":430},{"source":46,"target":431},{"source":46,"target":432},{"source":46,"target":433},{"source":46,"target":434},{"source":46,"target":435},{"source":46,"target":436},{"source":413,"target":59},{"source":413,"target":437},{"source":413,"target":46},{"source":437,"target":59},{"source":414,"target":438},{"source":414,"target":46},{"source":415,"target":439},{"source":415,"target":46},{"source":416,"target":72},{"source":416,"target":440},{"source":416,"target":46},{"source":440,"target":72},{"source":417,"target":72},{"source":417,"target":441},{"source":417,"target":46},{"source":441,"target":72},{"source":418,"target":77},{"source":418,"target":442},{"source":418,"target":46},{"source":442,"target":77},{"source":419,"target":71},{"source":419,"target":443},{"source":419,"target":46},{"source":443,"target":71},{"source":420,"target":444},{"source":420,"target":46},{"source":421,"target":48},{"source":421,"target":445},{"source":421,"target":46},{"source":445,"target":48},{"source":422,"target":14},{"source":422,"target":446},{"source":422,"target":46},{"source":446,"target":14},{"source":423,"target":2},{"source":423,"target":447},{"source":423,"target":46},{"source":447,"target":2},{"source":424,"target":4},{"source":424,"target":448},{"source":424,"target":46},{"source":448,"target":4},{"source":425,"target":54},{"source":425,"target":449},{"source":425,"target":46},{"source":449,"target":54},{"source":426,"target":34},{"source":426,"target":450},{"source":426,"target":46},{"source":450,"target":34},{"source":427,"target":21},{"source":427,"target":451},{"source":427,"target":46},{"source":451,"target":21},{"source":428,"target":36},{"source":428,"target":452},{"source":428,"target":46},{"source":452,"target":36},{"source":429,"target":1},{"source":429,"target":453},{"source":429,"target":46},{"source":453,"target":1},{"source":430,"target":13},{"source":430,"target":454},{"source":430,"target":46},{"source":454,"target":13},{"source":431,"target":49},{"source":431,"target":455},{"source":431,"target":46},{"source":455,"target":49},{"source":432,"target":46},{"source":432,"target":456},{"source":432,"target":46},{"source":456,"target":46},{"source":433,"target":46},{"source":433,"target":457},{"source":433,"target":46},{"source":457,"target":46},{"source":434,"target":46},{"source":434,"target":458},{"source":434,"target":46},{"source":458,"target":46},{"source":435,"target":46},{"source":435,"target":459},{"source":435,"target":46},{"source":459,"target":46},{"source":436,"target":50},{"source":47,"target":0},{"source":47,"target":49},{"source":47,"target":460},{"source":47,"target":461},{"source":460,"target":46},{"source":460,"target":462},{"source":460,"target":47},{"source":462,"target":46},{"source":461,"target":49},{"source":48,"target":0},{"source":48,"target":11},{"source":48,"target":463},{"source":463,"target":11},{"source":49,"target":0},{"source":49,"target":48},{"source":49,"target":464},{"source":49,"target":465},{"source":49,"target":466},{"source":464,"target":467},{"source":464,"target":49},{"source":465,"target":46},{"source":465,"target":468},{"source":465,"target":49},{"source":468,"target":46},{"source":466,"target":48},{"source":50,"target":0},{"source":50,"target":10},{"source":50,"target":469},{"source":469,"target":10},{"source":51,"target":0},{"source":51,"target":54},{"source":51,"target":8},{"source":51,"target":470},{"source":51,"target":471},{"source":51,"target":472},{"source":51,"target":473},{"source":51,"target":474},{"source":51,"target":475},{"source":51,"target":476},{"source":51,"target":477},{"source":51,"target":478},{"source":51,"target":479},{"source":51,"target":480},{"source":51,"target":481},{"source":51,"target":482},{"source":51,"target":483},{"source":51,"target":484},{"source":51,"target":485},{"source":51,"target":486},{"source":51,"target":487},{"source":51,"target":488},{"source":51,"target":489},{"source":51,"target":490},{"source":51,"target":491},{"source":51,"target":492},{"source":51,"target":493},{"source":51,"target":494},{"source":51,"target":495},{"source":51,"target":496},{"source":51,"target":497},{"source":51,"target":498},{"source":51,"target":499},{"source":51,"target":500},{"source":51,"target":501},{"source":51,"target":502},{"source":51,"target":503},{"source":51,"target":504},{"source":51,"target":505},{"source":51,"target":506},{"source":51,"target":507},{"source":51,"target":508},{"source":51,"target":509},{"source":51,"target":510},{"source":51,"target":511},{"source":51,"target":512},{"source":51,"target":513},{"source":470,"target":80},{"source":470,"target":514},{"source":470,"target":51},{"source":514,"target":80},{"source":471,"target":78},{"source":471,"target":515},{"source":471,"target":51},{"source":515,"target":78},{"source":472,"target":78},{"source":472,"target":516},{"source":472,"target":51},{"source":516,"target":78},{"source":473,"target":517},{"source":473,"target":51},{"source":474,"target":51},{"source":474,"target":518},{"source":474,"target":51},{"source":518,"target":51},{"source":475,"target":12},{"source":475,"target":519},{"source":475,"target":51},{"source":519,"target":12},{"source":476,"target":12},{"source":476,"target":520},{"source":476,"target":51},{"source":520,"target":12},{"source":477,"target":51},{"source":477,"target":521},{"source":477,"target":51},{"source":521,"target":51},{"source":478,"target":20},{"source":478,"target":522},{"source":478,"target":51},{"source":522,"target":20},{"source":479,"target":51},{"source":479,"target":523},{"source":479,"target":51},{"source":523,"target":51},{"source":480,"target":51},{"source":480,"target":524},{"source":480,"target":51},{"source":524,"target":51},{"source":481,"target":51},{"source":481,"target":525},{"source":481,"target":51},{"source":525,"target":51},{"source":482,"target":51},{"source":482,"target":526},{"source":482,"target":51},{"source":526,"target":51},{"source":483,"target":30},{"source":483,"target":527},{"source":483,"target":51},{"source":527,"target":30},{"source":484,"target":26},{"source":484,"target":528},{"source":484,"target":51},{"source":528,"target":26},{"source":485,"target":27},{"source":485,"target":529},{"source":485,"target":51},{"source":529,"target":27},{"source":486,"target":31},{"source":486,"target":530},{"source":486,"target":51},{"source":530,"target":31},{"source":487,"target":29},{"source":487,"target":531},{"source":487,"target":51},{"source":531,"target":29},{"source":488,"target":25},{"source":488,"target":532},{"source":488,"target":51},{"source":532,"target":25},{"source":489,"target":24},{"source":489,"target":533},{"source":489,"target":51},{"source":533,"target":24},{"source":490,"target":55},{"source":490,"target":534},{"source":490,"target":51},{"source":534,"target":55},{"source":491,"target":15},{"source":491,"target":535},{"source":491,"target":51},{"source":535,"target":15},{"source":492,"target":41},{"source":492,"target":536},{"source":492,"target":51},{"source":536,"target":41},{"source":493,"target":7},{"source":493,"target":537},{"source":493,"target":51},{"source":537,"target":7},{"source":494,"target":37},{"source":494,"target":538},{"source":494,"target":51},{"source":538,"target":37},{"source":495,"target":28},{"source":495,"target":539},{"source":495,"target":51},{"source":539,"target":28},{"source":496,"target":32},{"source":496,"target":540},{"source":496,"target":51},{"source":540,"target":32},{"source":497,"target":53},{"source":497,"target":541},{"source":497,"target":51},{"source":541,"target":53},{"source":498,"target":19},{"source":498,"target":542},{"source":498,"target":51},{"source":542,"target":19},{"source":499,"target":38},{"source":499,"target":543},{"source":499,"target":51},{"source":543,"target":38},{"source":500,"target":6},{"source":500,"target":544},{"source":500,"target":51},{"source":544,"target":6},{"source":501,"target":26},{"source":501,"target":545},{"source":501,"target":51},{"source":545,"target":26},{"source":502,"target":55},{"source":502,"target":546},{"source":502,"target":51},{"source":546,"target":55},{"source":503,"target":28},{"source":503,"target":547},{"source":503,"target":51},{"source":547,"target":28},{"source":504,"target":19},{"source":504,"target":548},{"source":504,"target":51},{"source":548,"target":19},{"source":505,"target":41},{"source":505,"target":549},{"source":505,"target":51},{"source":549,"target":41},{"source":506,"target":15},{"source":506,"target":550},{"source":506,"target":51},{"source":550,"target":15},{"source":507,"target":53},{"source":507,"target":551},{"source":507,"target":51},{"source":551,"target":53},{"source":508,"target":32},{"source":508,"target":552},{"source":508,"target":51},{"source":552,"target":32},{"source":509,"target":24},{"source":509,"target":553},{"source":509,"target":51},{"source":553,"target":24},{"source":510,"target":30},{"source":510,"target":554},{"source":510,"target":51},{"source":554,"target":30},{"source":511,"target":16},{"source":511,"target":555},{"source":511,"target":51},{"source":555,"target":16},{"source":512,"target":54},{"source":513,"target":8},{"source":52,"target":0},{"source":52,"target":10},{"source":52,"target":40},{"source":52,"target":556},{"source":52,"target":557},{"source":556,"target":10},{"source":557,"target":40},{"source":53,"target":0},{"source":53,"target":18},{"source":53,"target":558},{"source":53,"target":559},{"source":558,"target":560},{"source":558,"target":53},{"source":559,"target":18},{"source":54,"target":0},{"source":54,"target":42},{"source":54,"target":43},{"source":54,"target":561},{"source":54,"target":562},{"source":54,"target":563},{"source":54,"target":564},{"source":54,"target":565},{"source":54,"target":566},{"source":54,"target":567},{"source":54,"target":568},{"source":54,"target":569},{"source":561,"target":1},{"source":561,"target":570},{"source":561,"target":54},{"source":570,"target":1},{"source":562,"target":1},{"source":562,"target":571},{"source":562,"target":54},{"source":571,"target":1},{"source":563,"target":1},{"source":563,"target":572},{"source":563,"target":54},{"source":572,"target":1},{"source":564,"target":54},{"source":564,"target":573},{"source":564,"target":54},{"source":573,"target":54},{"source":565,"target":54},{"source":565,"target":574},{"source":565,"target":54},{"source":574,"target":54},{"source":566,"target":51},{"source":566,"target":575},{"source":566,"target":54},{"source":575,"target":51},{"source":567,"target":39},{"source":567,"target":576},{"source":567,"target":54},{"source":576,"target":39},{"source":568,"target":42},{"source":569,"target":43},{"source":55,"target":0},{"source":55,"target":18},{"source":55,"target":577},{"source":55,"target":578},{"source":577,"target":81},{"source":577,"target":579},{"source":577,"target":55},{"source":579,"target":81},{"source":578,"target":18},{"source":56,"target":0},{"source":56,"target":52},{"source":56,"target":580},{"source":56,"target":581},{"source":56,"target":582},{"source":56,"target":583},{"source":56,"target":584},{"source":56,"target":585},{"source":56,"target":586},{"source":580,"target":74},{"source":580,"target":587},{"source":580,"target":56},{"source":587,"target":74},{"source":581,"target":588},{"source":581,"target":56},{"source":582,"target":76},{"source":582,"target":589},{"source":582,"target":56},{"source":589,"target":76},{"source":583,"target":590},{"source":583,"target":56},{"source":584,"target":1},{"source":584,"target":591},{"source":584,"target":56},{"source":591,"target":1},{"source":585,"target":1},{"source":585,"target":592},{"source":585,"target":56},{"source":592,"target":1},{"source":586,"target":52},{"source":57,"target":0},{"source":57,"target":10},{"source":57,"target":593},{"source":57,"target":594},{"source":57,"target":595},{"source":57,"target":596},{"source":593,"target":82},{"source":593,"target":597},{"source":593,"target":57},{"source":597,"target":82},{"source":594,"target":598},{"source":594,"target":57},{"source":595,"target":1},{"source":595,"target":599},{"source":595,"target":57},{"source":599,"target":1},{"source":596,"target":10},{"source":58,"target":0},{"source":59,"target":0},{"source":60,"target":0},{"source":61,"target":0},{"source":62,"target":0},{"source":63,"target":0},{"source":63,"target":600},{"source":63,"target":601},{"source":63,"target":602},{"source":600,"target":63},{"source":601,"target":63},{"source":602,"target":63},{"source":64,"target":0},{"source":64,"target":603},{"source":64,"target":604},{"source":603,"target":64},{"source":604,"target":64},{"source":65,"target":0},{"source":65,"target":605},{"source":65,"target":606},{"source":65,"target":607},{"source":605,"target":65},{"source":606,"target":65},{"source":607,"target":65},{"source":66,"target":0},{"source":66,"target":608},{"source":66,"target":609},{"source":66,"target":610},{"source":608,"target":66},{"source":609,"target":66},{"source":610,"target":66},{"source":67,"target":0},{"source":67,"target":611},{"source":67,"target":612},{"source":611,"target":67},{"source":612,"target":67},{"source":68,"target":0},{"source":68,"target":613},{"source":68,"target":614},{"source":68,"target":615},{"source":68,"target":616},{"source":613,"target":68},{"source":614,"target":68},{"source":615,"target":68},{"source":616,"target":68},{"source":69,"target":0},{"source":69,"target":617},{"source":69,"target":618},{"source":617,"target":69},{"source":618,"target":69},{"source":70,"target":0},{"source":70,"target":619},{"source":70,"target":620},{"source":70,"target":621},{"source":70,"target":622},{"source":619,"target":70},{"source":620,"target":70},{"source":621,"target":70},{"source":622,"target":70},{"source":71,"target":0},{"source":71,"target":623},{"source":71,"target":624},{"source":71,"target":625},{"source":71,"target":626},{"source":623,"target":71},{"source":624,"target":71},{"source":625,"target":71},{"source":626,"target":71},{"source":72,"target":0},{"source":72,"target":627},{"source":72,"target":628},{"source":627,"target":72},{"source":628,"target":72},{"source":73,"target":0},{"source":73,"target":629},{"source":73,"target":630},{"source":73,"target":631},{"source":629,"target":73},{"source":630,"target":73},{"source":631,"target":73},{"source":74,"target":0},{"source":74,"target":632},{"source":74,"target":633},{"source":74,"target":634},{"source":632,"target":74},{"source":633,"target":74},{"source":634,"target":74},{"source":75,"target":0},{"source":75,"target":635},{"source":75,"target":636},{"source":75,"target":637},{"source":635,"target":75},{"source":636,"target":75},{"source":637,"target":75},{"source":76,"target":0},{"source":76,"target":638},{"source":76,"target":639},{"source":76,"target":640},{"source":638,"target":76},{"source":639,"target":76},{"source":640,"target":76},{"source":77,"target":0},{"source":77,"target":641},{"source":77,"target":642},{"source":77,"target":643},{"source":641,"target":77},{"source":642,"target":77},{"source":643,"target":77},{"source":78,"target":0},{"source":78,"target":644},{"source":78,"target":645},{"source":78,"target":646},{"source":78,"target":647},{"source":644,"target":78},{"source":645,"target":78},{"source":646,"target":78},{"source":647,"target":78},{"source":79,"target":0},{"source":79,"target":648},{"source":79,"target":649},{"source":648,"target":79},{"source":649,"target":79},{"source":80,"target":0},{"source":80,"target":650},{"source":80,"target":651},{"source":80,"target":652},{"source":650,"target":80},{"source":651,"target":80},{"source":652,"target":80},{"source":81,"target":0},{"source":81,"target":653},{"source":81,"target":654},{"source":81,"target":655},{"source":653,"target":81},{"source":654,"target":81},{"source":655,"target":81},{"source":82,"target":0},{"source":82,"target":656},{"source":82,"target":657},{"source":656,"target":82},{"source":657,"target":82}],"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="practica2" nsURI="http://practica2/1.0" nsPrefix="practica2"> <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="Clase"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="PadreVSHijo"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="PadreVSHijo" value="&#xA;&#x9;&#x9;&#x9;self.Hijo->excludes(self)&#xA;&#x9;&#x9;&#x9;and&#xA;&#x9;&#x9;&#x9;self.Padre->excludes(self)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Padre" eType="#//Clase" eOpposite="#//Clase/Hijo"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Hijo" upperBound="-1" eType="#//Clase" eOpposite="#//Clase/Padre"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ClaseContenida" lowerBound="1" eType="#//Modelo" eOpposite="#//Modelo/ContieneClase"/> <eStructuralFeatures xsi:type="ecore:EReference" name="EsOrigen" upperBound="-1" eType="#//Relacion" eOpposite="#//Relacion/Origen"/> <eStructuralFeatures xsi:type="ecore:EReference" name="EsDestino" upperBound="-1" eType="#//Relacion" eOpposite="#//Relacion/Destino"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Atributos" upperBound="-1" eType="#//Atributo" containment="true" eOpposite="#//Atributo/Clase.1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Atributo"> <eStructuralFeatures xsi:type="ecore:EReference" name="Clase"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Clase" eType="#//Clase" eOpposite="#//Clase/Atributos"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Tipo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Modelo"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="NombreClaseUnico NoRelacionarMismaClaseMismoNombre"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="NombreClaseUnico" value="&#xA;&#x9;&#x9;&#x9;self.ContieneClase->isUnique(Nombre)"/> <details key="NoRelacionarMismaClaseMismoNombre" value="&#xA;&#x9;&#x9;&#x9;self.ContieneRelacion->forAll(r1,r2 | r1&lt;>r2 and r1.Nombre = r2.Nombre implies&#xA;&#x9;&#x9;&#x9;&#x9;r1.Origen &lt;> r2.Origen and r1.Origen &lt;> r2.Destino and r1.Destino &lt;> r2.Origen and r1.Destino &lt;> r2.Destino&#xA;&#x9;&#x9;&#x9;)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="ContieneClase" upperBound="-1" eType="#//Clase" containment="true" eOpposite="#//Clase/ClaseContenida"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="ContieneRelacion" upperBound="-1" eType="#//Relacion" containment="true" eOpposite="#//Relacion/RelacionContenida"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Relacion"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="CardinalidadMinMenorOIgualMax CardinalidadMaxComposicion"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="CardinalidadMinMenorOIgualMax" value="&#xA;&#x9;&#x9;&#x9;self.Cardinalidad_Min_Destino &lt;= self.Cardinalidad_Max_Destino&#xA;&#x9;&#x9;&#x9;and&#xA;&#x9;&#x9;&#x9;self.Cardinalidad_Min_Origen &lt;= self.Cardinalidad_Max_Origen"/> <details key="CardinalidadMaxComposicion" value="&#xA;&#x9;&#x9;&#x9;self.Tipo = 'Composicion' implies self.Cardinalidad_Max_Origen = 1"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Cardinalidad_Max_Origen" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Cardinalidad_Min_Origen" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Cardinalidad_Max_Destino" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Rol_Origen" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Rol_Destino" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="RelacionContenida" lowerBound="1" eType="#//Modelo" eOpposite="#//Modelo/ContieneRelacion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Origen" lowerBound="1" eType="#//Clase" eOpposite="#//Clase/EsOrigen"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Destino" lowerBound="1" eType="#//Clase" eOpposite="#//Clase/EsDestino"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Cardinalidad_Min_Destino" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="Tipo" eType="#//TiposRelacion"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TiposRelacion"> <eLiterals name="Asociacion" value="1"/> <eLiterals name="Dependencia" value="2"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/tue-mdse/ocl-dataset/dataset/repos/nidebo/TSA/Practica2/model/Practica2.ecore
ecore
practica2 Clase Nombre Padre Hijo ClaseContenida EsOrigen EsDestino Atributos Atributo Clase Clase Nombre Tipo Modelo ContieneClase Nombre ContieneRelacion Relacion Nombre Cardinalidad_Max_Origen Cardinalidad_Min_Origen Cardinalidad_Max_Destino Rol_Origen Rol_Destino RelacionContenida Origen Destino Cardinalidad_Min_Destino Tipo TiposRelacion Asociacion Asociacion Dependencia Dependencia
null
{"directed":true,"nodes":[{"nsPrefix":"practica2","nsURI":"http://practica2/1.0","name":"practica2","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clase","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Atributo","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Modelo","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relacion","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TiposRelacion","instanceClass":null,"id":5,"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":"Nombre","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Padre","changeable":true,"resolveProxies":true,"lowerBound":0,"id":7,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Hijo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":8,"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":"ClaseContenida","changeable":true,"resolveProxies":true,"lowerBound":1,"id":9,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"EsOrigen","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":"EsDestino","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":"Atributos","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ContieneClase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Origen","changeable":true,"resolveProxies":true,"lowerBound":1,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Destino","changeable":true,"resolveProxies":true,"lowerBound":1,"id":21,"derived":false},{"id":22,"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":"Clase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Clase","changeable":true,"resolveProxies":true,"lowerBound":0,"id":24,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Nombre","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":"Tipo","changeable":true,"lowerBound":0,"iD":false,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Nombre","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ContieneRelacion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"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":"RelacionContenida","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"Nombre","changeable":true,"lowerBound":0,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Cardinalidad_Max_Origen","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":"Cardinalidad_Min_Origen","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":"Cardinalidad_Max_Destino","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":"Rol_Origen","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":"Rol_Destino","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":"Cardinalidad_Min_Destino","changeable":true,"lowerBound":0,"iD":false,"id":42,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"Tipo","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"name":"Asociacion","id":55,"value":1,"literal":"Asociacion","eClass":"EEnumLiteral"},{"name":"Dependencia","id":56,"value":2,"literal":"Dependencia","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":1,"target":0},{"source":1,"target":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":6,"target":13},{"source":6,"target":1},{"source":7,"target":1},{"source":7,"target":14},{"source":7,"target":1},{"source":7,"target":8},{"source":14,"target":1},{"source":8,"target":1},{"source":8,"target":15},{"source":8,"target":1},{"source":8,"target":7},{"source":15,"target":1},{"source":9,"target":3},{"source":9,"target":16},{"source":9,"target":1},{"source":9,"target":17},{"source":16,"target":3},{"source":10,"target":4},{"source":10,"target":18},{"source":10,"target":1},{"source":10,"target":19},{"source":18,"target":4},{"source":11,"target":4},{"source":11,"target":20},{"source":11,"target":1},{"source":11,"target":21},{"source":20,"target":4},{"source":12,"target":2},{"source":12,"target":22},{"source":12,"target":1},{"source":12,"target":23},{"source":22,"target":2},{"source":2,"target":0},{"source":2,"target":24},{"source":2,"target":23},{"source":2,"target":25},{"source":2,"target":26},{"source":24,"target":2},{"source":23,"target":1},{"source":23,"target":27},{"source":23,"target":2},{"source":23,"target":12},{"source":27,"target":1},{"source":25,"target":28},{"source":25,"target":2},{"source":26,"target":29},{"source":26,"target":2},{"source":3,"target":0},{"source":3,"target":17},{"source":3,"target":30},{"source":3,"target":31},{"source":17,"target":1},{"source":17,"target":32},{"source":17,"target":3},{"source":17,"target":9},{"source":32,"target":1},{"source":30,"target":33},{"source":30,"target":3},{"source":31,"target":4},{"source":31,"target":34},{"source":31,"target":3},{"source":31,"target":35},{"source":34,"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":4,"target":41},{"source":4,"target":35},{"source":4,"target":19},{"source":4,"target":21},{"source":4,"target":42},{"source":4,"target":43},{"source":36,"target":44},{"source":36,"target":4},{"source":37,"target":45},{"source":37,"target":4},{"source":38,"target":46},{"source":38,"target":4},{"source":39,"target":47},{"source":39,"target":4},{"source":40,"target":48},{"source":40,"target":4},{"source":41,"target":49},{"source":41,"target":4},{"source":35,"target":3},{"source":35,"target":50},{"source":35,"target":4},{"source":35,"target":31},{"source":50,"target":3},{"source":19,"target":1},{"source":19,"target":51},{"source":19,"target":4},{"source":19,"target":10},{"source":51,"target":1},{"source":21,"target":1},{"source":21,"target":52},{"source":21,"target":4},{"source":21,"target":11},{"source":52,"target":1},{"source":42,"target":53},{"source":42,"target":4},{"source":43,"target":5},{"source":43,"target":54},{"source":43,"target":4},{"source":54,"target":5},{"source":5,"target":0},{"source":5,"target":55},{"source":5,"target":56},{"source":55,"target":5},{"source":56,"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="ftm" nsURI="http://ftm" nsPrefix="ftm"> <eSubpackages name="behavior"> <eClassifiers xsi:type="ecore:EClass" name="TypeReference" eSuperTypes="#//structure/MultiplicityElement"/> </eSubpackages> <eSubpackages name="structure" nsPrefix="ftm/structure"> <eClassifiers xsi:type="ecore:EClass" name="MultiplicityElement"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/diverse-project/kermeta/kermeta_projects/fr.irisa.triskell.kermeta.model/src/ecore/behavior/typeref.ecore
ecore
ftm behavior TypeReference structure MultiplicityElement
null
{"directed":true,"nodes":[{"nsPrefix":"ftm","nsURI":"http://ftm","name":"ftm","id":0,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"behavior","id":1,"eClass":"EPackage"},{"nsPrefix":"ftm/structure","nsURI":null,"name":"structure","id":2,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypeReference","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiplicityElement","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"id":5,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":3},{"source":1,"target":0},{"source":3,"target":1},{"source":3,"target":4},{"source":3,"target":5},{"source":5,"target":4},{"source":2,"target":4},{"source":2,"target":0},{"source":4,"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="correspondence" nsURI="http://www.cactosfp7.eu/Correspondence/1.1" nsPrefix="correspondence"> <eClassifiers xsi:type="ecore:EClass" name="LoadCorrespondence" abstract="true" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="palladio" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.simulizar.runtimemeasurement/model/runtimemeasurement.ecore#//RuntimeMeasurement"/> </eClassifiers> <eSubpackages name="physicalcorrespondence" nsURI="http://www.cactosfp7.eu/Correspondence/Physical/1.1" nsPrefix="physicalcorrespondence"> <eClassifiers xsi:type="ecore:EClass" name="PuMeasurementCorrespondence" eSuperTypes="#//LoadCorrespondence"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/loadmodel.ecore#//physical/PuMeasurement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="physicalCorrespondenceRepository" lowerBound="1" eType="#//physicalcorrespondence/PhysicalCorrespondenceRepository" eOpposite="#//physicalcorrespondence/PhysicalCorrespondenceRepository/puMeasurementCorrespondences"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MemoryMeasurementCorrespondence" eSuperTypes="#//LoadCorrespondence"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/loadmodel.ecore#//physical/MemoryMeasurement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="physicalCorrespondenceRepository" lowerBound="1" eType="#//physicalcorrespondence/PhysicalCorrespondenceRepository" eOpposite="#//physicalcorrespondence/PhysicalCorrespondenceRepository/memoryMeasurementCorrespondences"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StorageMeasurementCorrespondence" eSuperTypes="#//LoadCorrespondence"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/loadmodel.ecore#//physical/StorageMeasurement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="physicalCorrespondenceRepository" lowerBound="1" eType="#//physicalcorrespondence/PhysicalCorrespondenceRepository" eOpposite="#//physicalcorrespondence/PhysicalCorrespondenceRepository/storageMeasurementCorrespondences"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InterconnectMeasurementCorrespondence" eSuperTypes="#//LoadCorrespondence"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/loadmodel.ecore#//physical/InterconnectMeasurement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="physicalCorrespondenceRepository" lowerBound="1" eType="#//physicalcorrespondence/PhysicalCorrespondenceRepository" eOpposite="#//physicalcorrespondence/PhysicalCorrespondenceRepository/interconnectMeasurementCorrespondences"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PhysicalCorrespondenceRepository" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="correspondenceEstablished" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="puMeasurementCorrespondences" upperBound="-1" eType="#//physicalcorrespondence/PuMeasurementCorrespondence" containment="true" eOpposite="#//physicalcorrespondence/PuMeasurementCorrespondence/physicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="memoryMeasurementCorrespondences" upperBound="-1" eType="#//physicalcorrespondence/MemoryMeasurementCorrespondence" containment="true" eOpposite="#//physicalcorrespondence/MemoryMeasurementCorrespondence/physicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="storageMeasurementCorrespondences" upperBound="-1" eType="#//physicalcorrespondence/StorageMeasurementCorrespondence" containment="true" eOpposite="#//physicalcorrespondence/StorageMeasurementCorrespondence/physicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interconnectMeasurementCorrespondences" upperBound="-1" eType="#//physicalcorrespondence/InterconnectMeasurementCorrespondence" containment="true" eOpposite="#//physicalcorrespondence/InterconnectMeasurementCorrespondence/physicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="switchCorrespondences" ordered="false" upperBound="-1" eType="#//physicalcorrespondence/SwitchCorrespondence" containment="true" eOpposite="#//physicalcorrespondence/SwitchCorrespondence/physicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="rackCorrespondences" ordered="false" upperBound="-1" eType="#//physicalcorrespondence/RackCorrespondence" containment="true" eOpposite="#//physicalcorrespondence/RackCorrespondence/physicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="abstractNodeCorrespondences" ordered="false" upperBound="-1" eType="#//physicalcorrespondence/AbstractNodeCorrespondence" containment="true" eOpposite="#//physicalcorrespondence/AbstractNodeCorrespondence/physicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="memorySpecificationCorrespondences" ordered="false" upperBound="-1" eType="#//physicalcorrespondence/MemorySpecificationCorrespondence" containment="true" eOpposite="#//physicalcorrespondence/MemorySpecificationCorrespondence/physicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="storageSpecificationCorrespondences" ordered="false" upperBound="-1" eType="#//physicalcorrespondence/StorageSpecificationCorrespondence" containment="true" eOpposite="#//physicalcorrespondence/StorageSpecificationCorrespondence/physicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="networkInterconnectCorrespondences" ordered="false" upperBound="-1" eType="#//physicalcorrespondence/NetworkInterconnectCorrespondence" containment="true" eOpposite="#//physicalcorrespondence/NetworkInterconnectCorrespondence/physicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="processingUnitSpecificationCorrespondences" ordered="false" upperBound="-1" eType="#//physicalcorrespondence/ProcessingUnitSpecificationCorrespondence" containment="true" eOpposite="#//physicalcorrespondence/ProcessingUnitSpecificationCorrespondence/physicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="physicalDcModel" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/physicaldcmodel.ecore#//core/PhysicalDCModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="physicalLoadModel" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/loadmodel.ecore#//physical/PhysicalLoadModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="powerConsumingEntityMeasurementCorrespondences" upperBound="-1" eType="#//physicalcorrespondence/PowerConsumingEntityMeasurementCorrespondence" containment="true" eOpposite="#//physicalcorrespondence/PowerConsumingEntityMeasurementCorrespondence/physicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="powerProvidingEntityCorrespondences" upperBound="-1" eType="#//physicalcorrespondence/PowerProvidingEntityCorrespondence" containment="true" eOpposite="#//physicalcorrespondence/PowerProvidingEntityCorrespondence/physicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="powerConsumingResourceCorrespondences" upperBound="-1" eType="#//physicalcorrespondence/PowerConsumingResourceCorrespondence" containment="true" eOpposite="#//physicalcorrespondence/PowerConsumingResourceCorrespondence/physicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="architectureTypeCorrespondences" upperBound="-1" eType="#//physicalcorrespondence/ArchitectureTypeCorrespondence" containment="true" eOpposite="#//physicalcorrespondence/ArchitectureTypeCorrespondence/physicalCorrespondenceRepository"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SwitchCorrespondence" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/physicaldcmodel.ecore#//core/Switch"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palladio" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//resourceenvironment/LinkingResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="physicalCorrespondenceRepository" lowerBound="1" eType="#//physicalcorrespondence/PhysicalCorrespondenceRepository" eOpposite="#//physicalcorrespondence/PhysicalCorrespondenceRepository/switchCorrespondences"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RackCorrespondence" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/physicaldcmodel.ecore#//core/Rack"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palladio" lowerBound="1" upperBound="-1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//resourceenvironment/ResourceContainer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="physicalCorrespondenceRepository" lowerBound="1" eType="#//physicalcorrespondence/PhysicalCorrespondenceRepository" eOpposite="#//physicalcorrespondence/PhysicalCorrespondenceRepository/rackCorrespondences"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AbstractNodeCorrespondence" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/physicaldcmodel.ecore#//core/AbstractNode"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palladio" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//resourceenvironment/ResourceContainer"/> <eStructuralFeatures xsi:type="ecore:EReference" name="physicalCorrespondenceRepository" lowerBound="1" eType="#//physicalcorrespondence/PhysicalCorrespondenceRepository" eOpposite="#//physicalcorrespondence/PhysicalCorrespondenceRepository/abstractNodeCorrespondences"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MemorySpecificationCorrespondence" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/physicaldcmodel.ecore#//core/MemorySpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palladio" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//resourceenvironment/ProcessingResourceSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="physicalCorrespondenceRepository" lowerBound="1" eType="#//physicalcorrespondence/PhysicalCorrespondenceRepository" eOpposite="#//physicalcorrespondence/PhysicalCorrespondenceRepository/memorySpecificationCorrespondences"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StorageSpecificationCorrespondence" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/physicaldcmodel.ecore#//core/StorageSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palladio" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//resourceenvironment/ProcessingResourceSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="physicalCorrespondenceRepository" lowerBound="1" eType="#//physicalcorrespondence/PhysicalCorrespondenceRepository" eOpposite="#//physicalcorrespondence/PhysicalCorrespondenceRepository/storageSpecificationCorrespondences"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NetworkInterconnectCorrespondence" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" lowerBound="1" upperBound="-1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/physicaldcmodel.ecore#//core/NetworkInterconnect"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palladio" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//resourceenvironment/LinkingResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="physicalCorrespondenceRepository" lowerBound="1" eType="#//physicalcorrespondence/PhysicalCorrespondenceRepository" eOpposite="#//physicalcorrespondence/PhysicalCorrespondenceRepository/networkInterconnectCorrespondences"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reconfigurationController" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//resourceenvironment/ResourceContainer"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProcessingUnitSpecificationCorrespondence" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/physicaldcmodel.ecore#//core/ProcessingUnitSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palladio" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//resourceenvironment/ProcessingResourceSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="physicalCorrespondenceRepository" lowerBound="1" eType="#//physicalcorrespondence/PhysicalCorrespondenceRepository" eOpposite="#//physicalcorrespondence/PhysicalCorrespondenceRepository/processingUnitSpecificationCorrespondences"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PowerConsumingEntityMeasurementCorrespondence" eSuperTypes="#//LoadCorrespondence"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/loadmodel.ecore#//physical/PowerConsumingEntityMeasurement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="physicalCorrespondenceRepository" lowerBound="1" eType="#//physicalcorrespondence/PhysicalCorrespondenceRepository" eOpposite="#//physicalcorrespondence/PhysicalCorrespondenceRepository/powerConsumingEntityMeasurementCorrespondences"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PowerProvidingEntityCorrespondence" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/physicaldcmodel.ecore#//power/PowerProvidingEntity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palladio" lowerBound="1" eType="ecore:EClass ../../de.fzi.power/model/power.ecore#//infrastructure/PowerProvidingEntity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="physicalCorrespondenceRepository" lowerBound="1" eType="#//physicalcorrespondence/PhysicalCorrespondenceRepository" eOpposite="#//physicalcorrespondence/PhysicalCorrespondenceRepository/powerProvidingEntityCorrespondences"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PowerConsumingResourceCorrespondence" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/physicaldcmodel.ecore#//power/PowerConsumingEntity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palladio" lowerBound="1" eType="ecore:EClass ../../de.fzi.power/model/power.ecore#//infrastructure/StatefulPowerConsumingResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="physicalCorrespondenceRepository" lowerBound="1" eType="#//physicalcorrespondence/PhysicalCorrespondenceRepository" eOpposite="#//physicalcorrespondence/PhysicalCorrespondenceRepository/powerConsumingResourceCorrespondences"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArchitectureTypeCorrespondence" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/physicaldcmodel.ecore#//architecturetype/ArchitectureType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palladio" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//resourcetype/ProcessingResourceType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="physicalCorrespondenceRepository" lowerBound="1" eType="#//physicalcorrespondence/PhysicalCorrespondenceRepository" eOpposite="#//physicalcorrespondence/PhysicalCorrespondenceRepository/architectureTypeCorrespondences"/> </eClassifiers> </eSubpackages> <eSubpackages name="logicalcorrespondence" nsURI="http://www.cactosfp7.eu/Correspondence/Logical/1.1" nsPrefix="logicalcorrespondence"> <eClassifiers xsi:type="ecore:EClass" name="VirtualMemoryMeasurementCorrespondence" eSuperTypes="#//LoadCorrespondence"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/loadmodel.ecore#//logical/VirtualMemoryMeasurement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalCorrespondenceRepository" lowerBound="1" eType="#//logicalcorrespondence/LogicalCorrespondenceRepository" eOpposite="#//logicalcorrespondence/LogicalCorrespondenceRepository/virtualMemoryMeasurementCorrespondences"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualNetworkInterconnectMeasurementCorrespondence" eSuperTypes="#//LoadCorrespondence"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/loadmodel.ecore#//logical/VirtualNetworkInterconnectMeasurement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalCorrespondenceRepository" lowerBound="1" eType="#//logicalcorrespondence/LogicalCorrespondenceRepository" eOpposite="#//logicalcorrespondence/LogicalCorrespondenceRepository/virtualNetworkInterconnectMeasurementCorrespondences"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualProcessingUnitMeasurementCorrespondence" eSuperTypes="#//LoadCorrespondence"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/loadmodel.ecore#//logical/VirtualProcessingUnitsMeasurement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalCorrespondenceRepository" lowerBound="1" eType="#//logicalcorrespondence/LogicalCorrespondenceRepository" eOpposite="#//logicalcorrespondence/LogicalCorrespondenceRepository/virtualProcessingUnitMeasurementCorrespondences"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicalDiskReadMeasurementCorrespondence" eSuperTypes="#//LoadCorrespondence"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/loadmodel.ecore#//logical/VirtualDiskMeasurement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalCorrespondenceRepository" lowerBound="1" eType="#//logicalcorrespondence/LogicalCorrespondenceRepository" eOpposite="#//logicalcorrespondence/LogicalCorrespondenceRepository/volumeMeasurementCorrespondences"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicalDiskWriteMeasurementCorrespondence" eSuperTypes="#//LoadCorrespondence"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/loadmodel.ecore#//logical/VirtualDiskMeasurement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalCorrespondenceRepository" lowerBound="1" eType="#//logicalcorrespondence/LogicalCorrespondenceRepository"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicalCorrespondenceRepository" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="virtualMemoryMeasurementCorrespondences" upperBound="-1" eType="#//logicalcorrespondence/VirtualMemoryMeasurementCorrespondence" containment="true" eOpposite="#//logicalcorrespondence/VirtualMemoryMeasurementCorrespondence/logicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="virtualNetworkInterconnectMeasurementCorrespondences" upperBound="-1" eType="#//logicalcorrespondence/VirtualNetworkInterconnectMeasurementCorrespondence" containment="true" eOpposite="#//logicalcorrespondence/VirtualNetworkInterconnectMeasurementCorrespondence/logicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="virtualProcessingUnitMeasurementCorrespondences" upperBound="-1" eType="#//logicalcorrespondence/VirtualProcessingUnitMeasurementCorrespondence" containment="true" eOpposite="#//logicalcorrespondence/VirtualProcessingUnitMeasurementCorrespondence/logicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="volumeMeasurementCorrespondences" upperBound="-1" eType="#//logicalcorrespondence/LogicalDiskReadMeasurementCorrespondence" containment="true" eOpposite="#//logicalcorrespondence/LogicalDiskReadMeasurementCorrespondence/logicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="virtualNetworkInterconnects" ordered="false" upperBound="-1" eType="#//logicalcorrespondence/VirtualNetworkInterconnectCorrespondence" containment="true" eOpposite="#//logicalcorrespondence/VirtualNetworkInterconnectCorrespondence/logicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vmImageCorrespondences" ordered="false" upperBound="-1" eType="#//logicalcorrespondence/VMImageCorrespondence" containment="true" eOpposite="#//logicalcorrespondence/VMImageCorrespondence/logicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="vmImageInstanceCorrespondences" upperBound="-1" eType="#//logicalcorrespondence/VMImageInstanceCorrespondence" containment="true" eOpposite="#//logicalcorrespondence/VMImageInstanceCorrespondence/logicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="virtualMachineCorrespondences" upperBound="-1" eType="#//logicalcorrespondence/VirtualMachineCorrespondence" containment="true" eOpposite="#//logicalcorrespondence/VirtualMachineCorrespondence/logicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="hypervisorCorrespondences" upperBound="-1" eType="#//logicalcorrespondence/HypervisorCorrespondence" containment="true" eOpposite="#//logicalcorrespondence/HypervisorCorrespondence/logicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="networkAttachedStorageCorrespondences" upperBound="-1" eType="#//logicalcorrespondence/NetworkAttachedStorageCorrespondence" eOpposite="#//logicalcorrespondence/NetworkAttachedStorageCorrespondence/logicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalDcModel" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/logicaldcmodel.ecore#//core/LogicalDCModel"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalLoadModel" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/loadmodel.ecore#//logical/LogicalLoadModel"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="correspondenceEstablished" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="optimisationPlanCorrespondence" eType="#//logicalcorrespondence/OptimisationPlanCorrespondence" containment="true" eOpposite="#//logicalcorrespondence/OptimisationPlanCorrespondence/logicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="providedServiceCorrespondences" upperBound="-1" eType="#//logicalcorrespondence/ProvidedServiceCorrespondence" containment="true" eOpposite="#//logicalcorrespondence/ProvidedServiceCorrespondence/logicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredServiceCorrespondences" upperBound="-1" eType="#//logicalcorrespondence/RequiredServiceCorrespondence" containment="true" eOpposite="#//logicalcorrespondence/RequiredServiceCorrespondence/logicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scalableConnectorCorrespondences" upperBound="-1" eType="#//logicalcorrespondence/ScalableVMImageConnectorCorrespondence" containment="true" eOpposite="#//logicalcorrespondence/ScalableVMImageConnectorCorrespondence/logicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="userBehaviourCorrespondences" upperBound="-1" eType="#//logicalcorrespondence/UserBehaviourCorrespondence" containment="true" eOpposite="#//logicalcorrespondence/UserBehaviourCorrespondence/logicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arrivalRateMeasurementCorrespondences" upperBound="-1" eType="#//logicalcorrespondence/ArrivalRateMeasurementCorrespondence" containment="true" eOpposite="#//logicalcorrespondence/ArrivalRateMeasurementCorrespondence/logicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceOperationCorrespondences" upperBound="-1" eType="#//logicalcorrespondence/ServiceOperationCorrespondence" containment="true" eOpposite="#//logicalcorrespondence/ServiceOperationCorrespondence/logicalCorrespondenceRepository"/> <eStructuralFeatures xsi:type="ecore:EReference" name="applicationProvidedServiceCorrespondences" upperBound="-1" eType="#//logicalcorrespondence/ApplicationProvidedServiceCorrespondence" containment="true" eOpposite="#//logicalcorrespondence/ApplicationProvidedServiceCorrespondence/logicalCorrespondenceRepository"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VMImageInstanceCorrespondence" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/logicaldcmodel.ecore#//core/VMImageInstance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palladio" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//core/composition/AssemblyContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalCorrespondenceRepository" lowerBound="1" eType="#//logicalcorrespondence/LogicalCorrespondenceRepository" eOpposite="#//logicalcorrespondence/LogicalCorrespondenceRepository/vmImageInstanceCorrespondences"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VMImageCorrespondence" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" ordered="false" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/logicaldcmodel.ecore#//core/VMImage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palladio" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/BasicComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalCorrespondenceRepository" lowerBound="1" eType="#//logicalcorrespondence/LogicalCorrespondenceRepository" eOpposite="#//logicalcorrespondence/LogicalCorrespondenceRepository/vmImageCorrespondences"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualNetworkInterconnectCorrespondence" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/logicaldcmodel.ecore#//core/VirtualNetworkInterconnect"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palladio" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//resourceenvironment/LinkingResource"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalCorrespondenceRepository" lowerBound="1" eType="#//logicalcorrespondence/LogicalCorrespondenceRepository" eOpposite="#//logicalcorrespondence/LogicalCorrespondenceRepository/virtualNetworkInterconnects"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VirtualMachineCorrespondence" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/logicaldcmodel.ecore#//core/VirtualMachine"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palladio" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//allocation/AllocationContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalCorrespondenceRepository" lowerBound="1" eType="#//logicalcorrespondence/LogicalCorrespondenceRepository" eOpposite="#//logicalcorrespondence/LogicalCorrespondenceRepository/virtualMachineCorrespondences"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palladioStorageConnector" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//core/composition/AssemblyInfrastructureConnector"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palladioUsage" eType="ecore:EClass ../../org.scaledl.usageevolution/model/usageevolution.ecore#//Usage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="HypervisorCorrespondence" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/logicaldcmodel.ecore#//core/Hypervisor"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palladio" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//allocation/AllocationContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalCorrespondenceRepository" eType="#//logicalcorrespondence/LogicalCorrespondenceRepository" eOpposite="#//logicalcorrespondence/LogicalCorrespondenceRepository/hypervisorCorrespondences"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NetworkAttachedStorageCorrespondence" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/physicaldcmodel.ecore#//core/NetworkAttachedStorage"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palladio" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//allocation/AllocationContext"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalCorrespondenceRepository" eType="#//logicalcorrespondence/LogicalCorrespondenceRepository" eOpposite="#//logicalcorrespondence/LogicalCorrespondenceRepository/networkAttachedStorageCorrespondences"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OptimisationPlanCorrespondence" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="lastOptimisationPlan" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.optimisationplan/model/optimisationplan.ecore#//OptimisationPlan"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalCorrespondenceRepository" lowerBound="1" eType="#//logicalcorrespondence/LogicalCorrespondenceRepository" eOpposite="#//logicalcorrespondence/LogicalCorrespondenceRepository/optimisationPlanCorrespondence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProvidedServiceCorrespondence" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactosRole" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/logicaldcmodel.ecore#//application/ServiceProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cactosVM" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/logicaldcmodel.ecore#//core/VirtualMachine"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palladioRole" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/OperationProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalCorrespondenceRepository" eType="#//logicalcorrespondence/LogicalCorrespondenceRepository" eOpposite="#//logicalcorrespondence/LogicalCorrespondenceRepository/providedServiceCorrespondences"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequiredServiceCorrespondence" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactosRole" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/logicaldcmodel.ecore#//application/ServiceRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cactosVM" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/logicaldcmodel.ecore#//core/VirtualMachine"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palladioRole" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/OperationRequiredRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalCorrespondenceRepository" eType="#//logicalcorrespondence/LogicalCorrespondenceRepository" eOpposite="#//logicalcorrespondence/LogicalCorrespondenceRepository/requiredServiceCorrespondences"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ScalableVMImageConnectorCorrespondence" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactosApplicationInstance" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/logicaldcmodel.ecore#//application/WhiteBoxApplicationInstance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cactosConnector" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/logicaldcmodel.ecore#//application/ScalableVMImageConnector"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palladio" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/BasicComponent"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalCorrespondenceRepository" eType="#//logicalcorrespondence/LogicalCorrespondenceRepository" eOpposite="#//logicalcorrespondence/LogicalCorrespondenceRepository/scalableConnectorCorrespondences"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumInstanceNumber" lowerBound="1" eType="ecore:EDataType ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UserBehaviourCorrespondence" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalCorrespondenceRepository" eType="#//logicalcorrespondence/LogicalCorrespondenceRepository" eOpposite="#//logicalcorrespondence/LogicalCorrespondenceRepository/userBehaviourCorrespondences"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cactosUserBehaviour" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/logicaldcmodel.ecore#//application/UserBehaviour"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palladioUsage" lowerBound="1" eType="ecore:EClass ../../org.scaledl.usageevolution/model/usageevolution.ecore#//Usage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequestArrivalRateMeasurementCorrespondence" eSuperTypes="#//logicalcorrespondence/ArrivalRateMeasurementCorrespondence"> <eStructuralFeatures xsi:type="ecore:EReference" name="requestArrivalRateMeasurement" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/loadmodel.ecore#//logical/RequestArrivalRateMeasurement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResponseArrivalRateMeasurementCorrespondence" eSuperTypes="#//logicalcorrespondence/ArrivalRateMeasurementCorrespondence"> <eStructuralFeatures xsi:type="ecore:EReference" name="responseArrivalRateMeasurement" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/loadmodel.ecore#//logical/ResponseArrivalRateMeasurement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceInstanceArrivalRateMeasurementCorrespondence" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="arrivalRateMeasurementCorrespondence" eType="#//logicalcorrespondence/ArrivalRateMeasurementCorrespondence" eOpposite="#//logicalcorrespondence/ArrivalRateMeasurementCorrespondence/serviceInstanceMeasurementCorrespondences"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cactosServiceCorrespondence" lowerBound="1" eType="#//logicalcorrespondence/ProvidedServiceCorrespondence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceOperationInstanceCorrespondence" upperBound="-1" eType="#//logicalcorrespondence/ServiceOperationInstanceArrivalRateMeasurementCorrespondence" containment="true" eOpposite="#//logicalcorrespondence/ServiceOperationInstanceArrivalRateMeasurementCorrespondence/serviceInstanceArrivalRateMeasurementCorrespondence"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceOperationInstanceArrivalRateMeasurementCorrespondence" eSuperTypes="#//LoadCorrespondence"> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceInstanceArrivalRateMeasurementCorrespondence" eType="#//logicalcorrespondence/ServiceInstanceArrivalRateMeasurementCorrespondence" eOpposite="#//logicalcorrespondence/ServiceInstanceArrivalRateMeasurementCorrespondence/serviceOperationInstanceCorrespondence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cactosServiceOperation" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/logicaldcmodel.ecore#//application/ServiceOperation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ArrivalRateMeasurementCorrespondence" abstract="true" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="serviceInstanceMeasurementCorrespondences" upperBound="-1" eType="#//logicalcorrespondence/ServiceInstanceArrivalRateMeasurementCorrespondence" containment="true" eOpposite="#//logicalcorrespondence/ServiceInstanceArrivalRateMeasurementCorrespondence/arrivalRateMeasurementCorrespondence"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalCorrespondenceRepository" eType="#//logicalcorrespondence/LogicalCorrespondenceRepository" eOpposite="#//logicalcorrespondence/LogicalCorrespondenceRepository/arrivalRateMeasurementCorrespondences"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ServiceOperationCorrespondence" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalCorrespondenceRepository" eType="#//logicalcorrespondence/LogicalCorrespondenceRepository" eOpposite="#//logicalcorrespondence/LogicalCorrespondenceRepository/serviceOperationCorrespondences"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/logicaldcmodel.ecore#//application/ServiceOperation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palladio" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/OperationSignature"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ApplicationProvidedServiceCorrespondence" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactosApplication" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/logicaldcmodel.ecore#//application/ApplicationInstance"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palladioSystemRole" eType="ecore:EClass ../../org.palladiosimulator.pcm/model/pcm.ecore#//repository/OperationProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cactosRole" eType="ecore:EClass ../../eu.cactosfp7.infrastructuremodels/model/logicaldcmodel.ecore#//application/ServiceProvidedRole"/> <eStructuralFeatures xsi:type="ecore:EReference" name="logicalCorrespondenceRepository" eType="#//logicalcorrespondence/LogicalCorrespondenceRepository" eOpposite="#//logicalcorrespondence/LogicalCorrespondenceRepository/applicationProvidedServiceCorrespondences"/> </eClassifiers> </eSubpackages> <eSubpackages name="measurementcorrespondence" nsURI="http://www.cactosfp7.eu/Correspondence/Measurement/1.1" nsPrefix="measurementcorrespondence"> <eClassifiers xsi:type="ecore:EClass" name="MonitoredCactosEntityToMonitorCorrespondence" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="cactos" lowerBound="1" eType="ecore:EClass ../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"/> <eStructuralFeatures xsi:type="ecore:EReference" name="palladio" lowerBound="1" eType="ecore:EClass ../../org.palladiosimulator.monitorrepository/model/monitorrepository.ecore#//MeasurementSpecification"/> <eStructuralFeatures xsi:type="ecore:EReference" name="monitorCorrespondenceRepository" eType="#//measurementcorrespondence/MonitorCorrespondenceRepository" eOpposite="#//measurementcorrespondence/MonitorCorrespondenceRepository/monitoredCactosEntityToMonitorCorrespondences"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MonitorCorrespondenceRepository" eSuperTypes="../../eu.cactosfp7.identifier/model/identifier.ecore#//Identifier"> <eStructuralFeatures xsi:type="ecore:EReference" name="monitoredCactosEntityToMonitorCorrespondences" upperBound="-1" eType="#//measurementcorrespondence/MonitoredCactosEntityToMonitorCorrespondence" containment="true" eOpposite="#//measurementcorrespondence/MonitoredCactosEntityToMonitorCorrespondence/monitorCorrespondenceRepository"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/cactos/Cactos-Prediction/eu.cactosfp7.cactosim.correspondence/model/correspondence.ecore
ecore
correspondence LoadCorrespondence palladio physicalcorrespondence PuMeasurementCorrespondence cactos physicalCorrespondenceRepository MemoryMeasurementCorrespondence cactos physicalCorrespondenceRepository StorageMeasurementCorrespondence cactos physicalCorrespondenceRepository InterconnectMeasurementCorrespondence cactos physicalCorrespondenceRepository PhysicalCorrespondenceRepository correspondenceEstablished false puMeasurementCorrespondences memoryMeasurementCorrespondences storageMeasurementCorrespondences interconnectMeasurementCorrespondences switchCorrespondences rackCorrespondences abstractNodeCorrespondences memorySpecificationCorrespondences storageSpecificationCorrespondences networkInterconnectCorrespondences processingUnitSpecificationCorrespondences physicalDcModel physicalLoadModel powerConsumingEntityMeasurementCorrespondences powerProvidingEntityCorrespondences powerConsumingResourceCorrespondences architectureTypeCorrespondences SwitchCorrespondence cactos palladio physicalCorrespondenceRepository RackCorrespondence cactos palladio physicalCorrespondenceRepository AbstractNodeCorrespondence cactos palladio physicalCorrespondenceRepository MemorySpecificationCorrespondence cactos palladio physicalCorrespondenceRepository StorageSpecificationCorrespondence cactos palladio physicalCorrespondenceRepository NetworkInterconnectCorrespondence cactos palladio physicalCorrespondenceRepository reconfigurationController ProcessingUnitSpecificationCorrespondence cactos palladio physicalCorrespondenceRepository PowerConsumingEntityMeasurementCorrespondence cactos physicalCorrespondenceRepository PowerProvidingEntityCorrespondence cactos palladio physicalCorrespondenceRepository PowerConsumingResourceCorrespondence cactos palladio physicalCorrespondenceRepository ArchitectureTypeCorrespondence cactos palladio physicalCorrespondenceRepository logicalcorrespondence VirtualMemoryMeasurementCorrespondence cactos logicalCorrespondenceRepository VirtualNetworkInterconnectMeasurementCorrespondence cactos logicalCorrespondenceRepository VirtualProcessingUnitMeasurementCorrespondence cactos logicalCorrespondenceRepository LogicalDiskReadMeasurementCorrespondence cactos logicalCorrespondenceRepository LogicalDiskWriteMeasurementCorrespondence cactos logicalCorrespondenceRepository LogicalCorrespondenceRepository virtualMemoryMeasurementCorrespondences virtualNetworkInterconnectMeasurementCorrespondences virtualProcessingUnitMeasurementCorrespondences volumeMeasurementCorrespondences virtualNetworkInterconnects vmImageCorrespondences vmImageInstanceCorrespondences virtualMachineCorrespondences hypervisorCorrespondences networkAttachedStorageCorrespondences logicalDcModel logicalLoadModel correspondenceEstablished false optimisationPlanCorrespondence providedServiceCorrespondences requiredServiceCorrespondences scalableConnectorCorrespondences userBehaviourCorrespondences arrivalRateMeasurementCorrespondences serviceOperationCorrespondences applicationProvidedServiceCorrespondences VMImageInstanceCorrespondence cactos palladio logicalCorrespondenceRepository VMImageCorrespondence cactos palladio logicalCorrespondenceRepository VirtualNetworkInterconnectCorrespondence cactos palladio logicalCorrespondenceRepository VirtualMachineCorrespondence cactos palladio logicalCorrespondenceRepository palladioStorageConnector palladioUsage HypervisorCorrespondence cactos palladio logicalCorrespondenceRepository NetworkAttachedStorageCorrespondence cactos palladio logicalCorrespondenceRepository OptimisationPlanCorrespondence lastOptimisationPlan logicalCorrespondenceRepository ProvidedServiceCorrespondence cactosRole cactosVM palladioRole logicalCorrespondenceRepository RequiredServiceCorrespondence cactosRole cactosVM palladioRole logicalCorrespondenceRepository ScalableVMImageConnectorCorrespondence cactosApplicationInstance cactosConnector palladio logicalCorrespondenceRepository maximumInstanceNumber 0 UserBehaviourCorrespondence logicalCorrespondenceRepository cactosUserBehaviour palladioUsage RequestArrivalRateMeasurementCorrespondence requestArrivalRateMeasurement ResponseArrivalRateMeasurementCorrespondence responseArrivalRateMeasurement ServiceInstanceArrivalRateMeasurementCorrespondence arrivalRateMeasurementCorrespondence cactosServiceCorrespondence serviceOperationInstanceCorrespondence ServiceOperationInstanceArrivalRateMeasurementCorrespondence serviceInstanceArrivalRateMeasurementCorrespondence cactosServiceOperation ArrivalRateMeasurementCorrespondence serviceInstanceMeasurementCorrespondences logicalCorrespondenceRepository ServiceOperationCorrespondence logicalCorrespondenceRepository cactos palladio ApplicationProvidedServiceCorrespondence cactosApplication palladioSystemRole cactosRole logicalCorrespondenceRepository measurementcorrespondence MonitoredCactosEntityToMonitorCorrespondence cactos palladio monitorCorrespondenceRepository MonitorCorrespondenceRepository monitoredCactosEntityToMonitorCorrespondences
null
{"directed":true,"nodes":[{"nsPrefix":"correspondence","nsURI":"http://www.cactosfp7.eu/Correspondence/1.1","name":"correspondence","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LoadCorrespondence","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"nsPrefix":"physicalcorrespondence","nsURI":"http://www.cactosfp7.eu/Correspondence/Physical/1.1","name":"physicalcorrespondence","id":2,"eClass":"EPackage"},{"nsPrefix":"logicalcorrespondence","nsURI":"http://www.cactosfp7.eu/Correspondence/Logical/1.1","name":"logicalcorrespondence","id":3,"eClass":"EPackage"},{"nsPrefix":"measurementcorrespondence","nsURI":"http://www.cactosfp7.eu/Correspondence/Measurement/1.1","name":"measurementcorrespondence","id":4,"eClass":"EPackage"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"palladio","changeable":true,"resolveProxies":true,"lowerBound":1,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"},{"id":7,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PuMeasurementCorrespondence","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemoryMeasurementCorrespondence","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageMeasurementCorrespondence","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InterconnectMeasurementCorrespondence","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhysicalCorrespondenceRepository","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SwitchCorrespondence","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RackCorrespondence","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractNodeCorrespondence","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemorySpecificationCorrespondence","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageSpecificationCorrespondence","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NetworkInterconnectCorrespondence","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProcessingUnitSpecificationCorrespondence","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PowerConsumingEntityMeasurementCorrespondence","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PowerProvidingEntityCorrespondence","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PowerConsumingResourceCorrespondence","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArchitectureTypeCorrespondence","instanceClass":null,"abstract":false,"id":23,"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":"cactos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":24,"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":"physicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"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":"puMeasurementCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactos","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":"physicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"memoryMeasurementCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":36,"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":"physicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":37,"derived":false},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"storageMeasurementCorrespondences","changeable":true,"resolveProxies":true,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"cactos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":42,"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":"physicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"interconnectMeasurementCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"correspondenceEstablished","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"switchCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"rackCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":50,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"abstractNodeCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":51,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"memorySpecificationCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":52,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"storageSpecificationCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"networkInterconnectCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":54,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"processingUnitSpecificationCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"physicalDcModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":56,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"physicalLoadModel","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"powerConsumingEntityMeasurementCorrespondences","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":"powerProvidingEntityCorrespondences","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":"powerConsumingResourceCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":60,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"architectureTypeCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":61,"derived":false},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"physicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"physicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"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":"physicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"physicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"physicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"physicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"physicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"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":"physicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":85,"derived":false},{"id":86,"eClass":"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":"physicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"physicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"derived":false},{"id":90,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"physicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"palladio","changeable":true,"resolveProxies":true,"lowerBound":1,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":98,"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":"palladio","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"palladio","changeable":true,"resolveProxies":true,"lowerBound":1,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":110,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"palladio","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactos","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":false,"unsettable":false,"transient":false,"unique":true,"name":"palladio","changeable":true,"resolveProxies":true,"lowerBound":1,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":122,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"palladio","changeable":true,"resolveProxies":true,"lowerBound":1,"id":123,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"reconfigurationController","changeable":true,"resolveProxies":true,"lowerBound":0,"id":124,"derived":false},{"id":125,"eClass":"EGenericType"},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":130,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"palladio","changeable":true,"resolveProxies":true,"lowerBound":1,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactos","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":140,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"palladio","changeable":true,"resolveProxies":true,"lowerBound":1,"id":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"palladio","changeable":true,"resolveProxies":true,"lowerBound":1,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":152,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"palladio","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"VirtualMemoryMeasurementCorrespondence","instanceClass":null,"abstract":false,"id":158,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualNetworkInterconnectMeasurementCorrespondence","instanceClass":null,"abstract":false,"id":159,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualProcessingUnitMeasurementCorrespondence","instanceClass":null,"abstract":false,"id":160,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalDiskReadMeasurementCorrespondence","instanceClass":null,"abstract":false,"id":161,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalDiskWriteMeasurementCorrespondence","instanceClass":null,"abstract":false,"id":162,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalCorrespondenceRepository","instanceClass":null,"abstract":false,"id":163,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VMImageInstanceCorrespondence","instanceClass":null,"abstract":false,"id":164,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VMImageCorrespondence","instanceClass":null,"abstract":false,"id":165,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualNetworkInterconnectCorrespondence","instanceClass":null,"abstract":false,"id":166,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VirtualMachineCorrespondence","instanceClass":null,"abstract":false,"id":167,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"HypervisorCorrespondence","instanceClass":null,"abstract":false,"id":168,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NetworkAttachedStorageCorrespondence","instanceClass":null,"abstract":false,"id":169,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OptimisationPlanCorrespondence","instanceClass":null,"abstract":false,"id":170,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProvidedServiceCorrespondence","instanceClass":null,"abstract":false,"id":171,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredServiceCorrespondence","instanceClass":null,"abstract":false,"id":172,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScalableVMImageConnectorCorrespondence","instanceClass":null,"abstract":false,"id":173,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UserBehaviourCorrespondence","instanceClass":null,"abstract":false,"id":174,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequestArrivalRateMeasurementCorrespondence","instanceClass":null,"abstract":false,"id":175,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResponseArrivalRateMeasurementCorrespondence","instanceClass":null,"abstract":false,"id":176,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceInstanceArrivalRateMeasurementCorrespondence","instanceClass":null,"abstract":false,"id":177,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceOperationInstanceArrivalRateMeasurementCorrespondence","instanceClass":null,"abstract":false,"id":178,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ArrivalRateMeasurementCorrespondence","instanceClass":null,"abstract":true,"id":179,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ServiceOperationCorrespondence","instanceClass":null,"abstract":false,"id":180,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationProvidedServiceCorrespondence","instanceClass":null,"abstract":false,"id":181,"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":"cactos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":182,"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":"logicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":183,"derived":false},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"virtualMemoryMeasurementCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":188,"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":"logicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"virtualNetworkInterconnectMeasurementCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"cactos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":194,"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":"logicalCorrespondenceRepository","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"virtualProcessingUnitMeasurementCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"cactos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":200,"derived":false},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"logicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"volumeMeasurementCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":205,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":206,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"logicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"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":"virtualNetworkInterconnects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":211,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vmImageCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":212,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vmImageInstanceCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":213,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"virtualMachineCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":214,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"hypervisorCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":215,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"networkAttachedStorageCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"logicalDcModel","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":false,"unsettable":false,"transient":false,"unique":true,"name":"logicalLoadModel","changeable":true,"resolveProxies":true,"lowerBound":1,"id":218,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"correspondenceEstablished","changeable":true,"lowerBound":1,"iD":false,"id":219,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"optimisationPlanCorrespondence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":220,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"providedServiceCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"requiredServiceCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scalableConnectorCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"userBehaviourCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arrivalRateMeasurementCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceOperationCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"applicationProvidedServiceCorrespondences","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"},{"id":232,"eClass":"EGenericType"},{"id":233,"eClass":"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":"logicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":234,"derived":false},{"id":235,"eClass":"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":"logicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":236,"derived":false},{"id":237,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"logicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":238,"derived":false},{"id":239,"eClass":"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":"logicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":240,"derived":false},{"id":241,"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":"logicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":242,"derived":false},{"id":243,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"logicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":244,"derived":false},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"logicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":1,"id":249,"derived":false},{"id":250,"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":"logicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":251,"derived":false},{"id":252,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"logicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":253,"derived":false},{"id":254,"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":"logicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":255,"derived":false},{"id":256,"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":"logicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"logicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":259,"derived":false},{"id":260,"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":"logicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":261,"derived":false},{"id":262,"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":"logicalCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":264,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"palladio","changeable":true,"resolveProxies":true,"lowerBound":1,"id":265,"derived":false},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"id":268,"eClass":"EGenericType"},{"id":269,"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":"cactos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":270,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"palladio","changeable":true,"resolveProxies":true,"lowerBound":1,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":276,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"palladio","changeable":true,"resolveProxies":true,"lowerBound":1,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":282,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"palladio","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"palladioStorageConnector","changeable":true,"resolveProxies":true,"lowerBound":0,"id":284,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"palladioUsage","changeable":true,"resolveProxies":true,"lowerBound":0,"id":285,"derived":false},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":292,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"palladio","changeable":true,"resolveProxies":true,"lowerBound":1,"id":293,"derived":false},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"id":297,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":298,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"palladio","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"lastOptimisationPlan","changeable":true,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactosRole","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"cactosVM","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":false,"unsettable":false,"transient":false,"unique":true,"name":"palladioRole","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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactosRole","changeable":true,"resolveProxies":true,"lowerBound":1,"id":316,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactosVM","changeable":true,"resolveProxies":true,"lowerBound":1,"id":317,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"palladioRole","changeable":true,"resolveProxies":true,"lowerBound":1,"id":318,"derived":false},{"id":319,"eClass":"EGenericType"},{"id":320,"eClass":"EGenericType"},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactosApplicationInstance","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":false,"unsettable":false,"transient":false,"unique":true,"name":"cactosConnector","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":"palladio","changeable":true,"resolveProxies":true,"lowerBound":0,"id":326,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"maximumInstanceNumber","changeable":true,"lowerBound":1,"iD":false,"id":327,"derived":false},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"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":"cactosUserBehaviour","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"palladioUsage","changeable":true,"resolveProxies":true,"lowerBound":1,"id":335,"derived":false},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"requestArrivalRateMeasurement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"responseArrivalRateMeasurement","changeable":true,"resolveProxies":true,"lowerBound":1,"id":343,"derived":false},{"id":344,"eClass":"EGenericType"},{"id":345,"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":"arrivalRateMeasurementCorrespondence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":346,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactosServiceCorrespondence","changeable":true,"resolveProxies":true,"lowerBound":1,"id":347,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceOperationInstanceCorrespondence","changeable":true,"resolveProxies":true,"lowerBound":0,"id":348,"derived":false},{"id":349,"eClass":"EGenericType"},{"id":350,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"serviceInstanceMeasurementCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"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":"serviceInstanceArrivalRateMeasurementCorrespondence","changeable":true,"resolveProxies":true,"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":"cactosServiceOperation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"id":358,"eClass":"EGenericType"},{"id":359,"eClass":"EGenericType"},{"id":360,"eClass":"EGenericType"},{"id":361,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":362,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"palladio","changeable":true,"resolveProxies":true,"lowerBound":0,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactosApplication","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"palladioSystemRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cactosRole","changeable":true,"resolveProxies":true,"lowerBound":0,"id":370,"derived":false},{"id":371,"eClass":"EGenericType"},{"id":372,"eClass":"EGenericType"},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"id":375,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MonitoredCactosEntityToMonitorCorrespondence","instanceClass":null,"abstract":false,"id":376,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MonitorCorrespondenceRepository","instanceClass":null,"abstract":false,"id":377,"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":"cactos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":378,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"palladio","changeable":true,"resolveProxies":true,"lowerBound":1,"id":379,"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":"monitorCorrespondenceRepository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":380,"derived":false},{"id":381,"eClass":"EGenericType"},{"id":382,"eClass":"EGenericType"},{"id":383,"eClass":"EGenericType"},{"id":384,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"monitoredCactosEntityToMonitorCorrespondences","changeable":true,"resolveProxies":true,"lowerBound":0,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":5,"target":7},{"source":5,"target":1},{"source":2,"target":8},{"source":2,"target":9},{"source":2,"target":10},{"source":2,"target":11},{"source":2,"target":12},{"source":2,"target":13},{"source":2,"target":14},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":0},{"source":8,"target":2},{"source":8,"target":1},{"source":8,"target":24},{"source":8,"target":25},{"source":8,"target":26},{"source":24,"target":27},{"source":24,"target":8},{"source":25,"target":12},{"source":25,"target":28},{"source":25,"target":8},{"source":25,"target":29},{"source":28,"target":12},{"source":26,"target":1},{"source":9,"target":2},{"source":9,"target":1},{"source":9,"target":30},{"source":9,"target":31},{"source":9,"target":32},{"source":30,"target":33},{"source":30,"target":9},{"source":31,"target":12},{"source":31,"target":34},{"source":31,"target":9},{"source":31,"target":35},{"source":34,"target":12},{"source":32,"target":1},{"source":10,"target":2},{"source":10,"target":1},{"source":10,"target":36},{"source":10,"target":37},{"source":10,"target":38},{"source":36,"target":39},{"source":36,"target":10},{"source":37,"target":12},{"source":37,"target":40},{"source":37,"target":10},{"source":37,"target":41},{"source":40,"target":12},{"source":38,"target":1},{"source":11,"target":2},{"source":11,"target":1},{"source":11,"target":42},{"source":11,"target":43},{"source":11,"target":44},{"source":42,"target":45},{"source":42,"target":11},{"source":43,"target":12},{"source":43,"target":46},{"source":43,"target":11},{"source":43,"target":47},{"source":46,"target":12},{"source":44,"target":1},{"source":12,"target":2},{"source":12,"target":48},{"source":12,"target":29},{"source":12,"target":35},{"source":12,"target":41},{"source":12,"target":47},{"source":12,"target":49},{"source":12,"target":50},{"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":12,"target":57},{"source":12,"target":58},{"source":12,"target":59},{"source":12,"target":60},{"source":12,"target":61},{"source":12,"target":62},{"source":48,"target":63},{"source":48,"target":12},{"source":29,"target":8},{"source":29,"target":64},{"source":29,"target":12},{"source":29,"target":25},{"source":64,"target":8},{"source":35,"target":9},{"source":35,"target":65},{"source":35,"target":12},{"source":35,"target":31},{"source":65,"target":9},{"source":41,"target":10},{"source":41,"target":66},{"source":41,"target":12},{"source":41,"target":37},{"source":66,"target":10},{"source":47,"target":11},{"source":47,"target":67},{"source":47,"target":12},{"source":47,"target":43},{"source":67,"target":11},{"source":49,"target":13},{"source":49,"target":68},{"source":49,"target":12},{"source":49,"target":69},{"source":68,"target":13},{"source":50,"target":14},{"source":50,"target":70},{"source":50,"target":12},{"source":50,"target":71},{"source":70,"target":14},{"source":51,"target":15},{"source":51,"target":72},{"source":51,"target":12},{"source":51,"target":73},{"source":72,"target":15},{"source":52,"target":16},{"source":52,"target":74},{"source":52,"target":12},{"source":52,"target":75},{"source":74,"target":16},{"source":53,"target":17},{"source":53,"target":76},{"source":53,"target":12},{"source":53,"target":77},{"source":76,"target":17},{"source":54,"target":18},{"source":54,"target":78},{"source":54,"target":12},{"source":54,"target":79},{"source":78,"target":18},{"source":55,"target":19},{"source":55,"target":80},{"source":55,"target":12},{"source":55,"target":81},{"source":80,"target":19},{"source":56,"target":82},{"source":56,"target":12},{"source":57,"target":83},{"source":57,"target":12},{"source":58,"target":20},{"source":58,"target":84},{"source":58,"target":12},{"source":58,"target":85},{"source":84,"target":20},{"source":59,"target":21},{"source":59,"target":86},{"source":59,"target":12},{"source":59,"target":87},{"source":86,"target":21},{"source":60,"target":22},{"source":60,"target":88},{"source":60,"target":12},{"source":60,"target":89},{"source":88,"target":22},{"source":61,"target":23},{"source":61,"target":90},{"source":61,"target":12},{"source":61,"target":91},{"source":90,"target":23},{"source":13,"target":2},{"source":13,"target":92},{"source":13,"target":93},{"source":13,"target":69},{"source":13,"target":94},{"source":92,"target":95},{"source":92,"target":13},{"source":93,"target":96},{"source":93,"target":13},{"source":69,"target":12},{"source":69,"target":97},{"source":69,"target":13},{"source":69,"target":49},{"source":97,"target":12},{"source":14,"target":2},{"source":14,"target":98},{"source":14,"target":99},{"source":14,"target":71},{"source":14,"target":100},{"source":98,"target":101},{"source":98,"target":14},{"source":99,"target":102},{"source":99,"target":14},{"source":71,"target":12},{"source":71,"target":103},{"source":71,"target":14},{"source":71,"target":50},{"source":103,"target":12},{"source":15,"target":2},{"source":15,"target":104},{"source":15,"target":105},{"source":15,"target":73},{"source":15,"target":106},{"source":104,"target":107},{"source":104,"target":15},{"source":105,"target":108},{"source":105,"target":15},{"source":73,"target":12},{"source":73,"target":109},{"source":73,"target":15},{"source":73,"target":51},{"source":109,"target":12},{"source":16,"target":2},{"source":16,"target":110},{"source":16,"target":111},{"source":16,"target":75},{"source":16,"target":112},{"source":110,"target":113},{"source":110,"target":16},{"source":111,"target":114},{"source":111,"target":16},{"source":75,"target":12},{"source":75,"target":115},{"source":75,"target":16},{"source":75,"target":52},{"source":115,"target":12},{"source":17,"target":2},{"source":17,"target":116},{"source":17,"target":117},{"source":17,"target":77},{"source":17,"target":118},{"source":116,"target":119},{"source":116,"target":17},{"source":117,"target":120},{"source":117,"target":17},{"source":77,"target":12},{"source":77,"target":121},{"source":77,"target":17},{"source":77,"target":53},{"source":121,"target":12},{"source":18,"target":2},{"source":18,"target":122},{"source":18,"target":123},{"source":18,"target":79},{"source":18,"target":124},{"source":18,"target":125},{"source":122,"target":126},{"source":122,"target":18},{"source":123,"target":127},{"source":123,"target":18},{"source":79,"target":12},{"source":79,"target":128},{"source":79,"target":18},{"source":79,"target":54},{"source":128,"target":12},{"source":124,"target":129},{"source":124,"target":18},{"source":19,"target":2},{"source":19,"target":130},{"source":19,"target":131},{"source":19,"target":81},{"source":19,"target":132},{"source":130,"target":133},{"source":130,"target":19},{"source":131,"target":134},{"source":131,"target":19},{"source":81,"target":12},{"source":81,"target":135},{"source":81,"target":19},{"source":81,"target":55},{"source":135,"target":12},{"source":20,"target":2},{"source":20,"target":1},{"source":20,"target":136},{"source":20,"target":85},{"source":20,"target":137},{"source":136,"target":138},{"source":136,"target":20},{"source":85,"target":12},{"source":85,"target":139},{"source":85,"target":20},{"source":85,"target":58},{"source":139,"target":12},{"source":137,"target":1},{"source":21,"target":2},{"source":21,"target":140},{"source":21,"target":141},{"source":21,"target":87},{"source":21,"target":142},{"source":140,"target":143},{"source":140,"target":21},{"source":141,"target":144},{"source":141,"target":21},{"source":87,"target":12},{"source":87,"target":145},{"source":87,"target":21},{"source":87,"target":59},{"source":145,"target":12},{"source":22,"target":2},{"source":22,"target":146},{"source":22,"target":147},{"source":22,"target":89},{"source":22,"target":148},{"source":146,"target":149},{"source":146,"target":22},{"source":147,"target":150},{"source":147,"target":22},{"source":89,"target":12},{"source":89,"target":151},{"source":89,"target":22},{"source":89,"target":60},{"source":151,"target":12},{"source":23,"target":2},{"source":23,"target":152},{"source":23,"target":153},{"source":23,"target":91},{"source":23,"target":154},{"source":152,"target":155},{"source":152,"target":23},{"source":153,"target":156},{"source":153,"target":23},{"source":91,"target":12},{"source":91,"target":157},{"source":91,"target":23},{"source":91,"target":61},{"source":157,"target":12},{"source":3,"target":158},{"source":3,"target":159},{"source":3,"target":160},{"source":3,"target":161},{"source":3,"target":162},{"source":3,"target":163},{"source":3,"target":164},{"source":3,"target":165},{"source":3,"target":166},{"source":3,"target":167},{"source":3,"target":168},{"source":3,"target":169},{"source":3,"target":170},{"source":3,"target":171},{"source":3,"target":172},{"source":3,"target":173},{"source":3,"target":174},{"source":3,"target":175},{"source":3,"target":176},{"source":3,"target":177},{"source":3,"target":178},{"source":3,"target":179},{"source":3,"target":180},{"source":3,"target":181},{"source":3,"target":0},{"source":158,"target":3},{"source":158,"target":1},{"source":158,"target":182},{"source":158,"target":183},{"source":158,"target":184},{"source":182,"target":185},{"source":182,"target":158},{"source":183,"target":163},{"source":183,"target":186},{"source":183,"target":158},{"source":183,"target":187},{"source":186,"target":163},{"source":184,"target":1},{"source":159,"target":3},{"source":159,"target":1},{"source":159,"target":188},{"source":159,"target":189},{"source":159,"target":190},{"source":188,"target":191},{"source":188,"target":159},{"source":189,"target":163},{"source":189,"target":192},{"source":189,"target":159},{"source":189,"target":193},{"source":192,"target":163},{"source":190,"target":1},{"source":160,"target":3},{"source":160,"target":1},{"source":160,"target":194},{"source":160,"target":195},{"source":160,"target":196},{"source":194,"target":197},{"source":194,"target":160},{"source":195,"target":163},{"source":195,"target":198},{"source":195,"target":160},{"source":195,"target":199},{"source":198,"target":163},{"source":196,"target":1},{"source":161,"target":3},{"source":161,"target":1},{"source":161,"target":200},{"source":161,"target":201},{"source":161,"target":202},{"source":200,"target":203},{"source":200,"target":161},{"source":201,"target":163},{"source":201,"target":204},{"source":201,"target":161},{"source":201,"target":205},{"source":204,"target":163},{"source":202,"target":1},{"source":162,"target":3},{"source":162,"target":1},{"source":162,"target":206},{"source":162,"target":207},{"source":162,"target":208},{"source":206,"target":209},{"source":206,"target":162},{"source":207,"target":163},{"source":207,"target":210},{"source":207,"target":162},{"source":210,"target":163},{"source":208,"target":1},{"source":163,"target":3},{"source":163,"target":187},{"source":163,"target":193},{"source":163,"target":199},{"source":163,"target":205},{"source":163,"target":211},{"source":163,"target":212},{"source":163,"target":213},{"source":163,"target":214},{"source":163,"target":215},{"source":163,"target":216},{"source":163,"target":217},{"source":163,"target":218},{"source":163,"target":219},{"source":163,"target":220},{"source":163,"target":221},{"source":163,"target":222},{"source":163,"target":223},{"source":163,"target":224},{"source":163,"target":225},{"source":163,"target":226},{"source":163,"target":227},{"source":163,"target":228},{"source":187,"target":158},{"source":187,"target":229},{"source":187,"target":163},{"source":187,"target":183},{"source":229,"target":158},{"source":193,"target":159},{"source":193,"target":230},{"source":193,"target":163},{"source":193,"target":189},{"source":230,"target":159},{"source":199,"target":160},{"source":199,"target":231},{"source":199,"target":163},{"source":199,"target":195},{"source":231,"target":160},{"source":205,"target":161},{"source":205,"target":232},{"source":205,"target":163},{"source":205,"target":201},{"source":232,"target":161},{"source":211,"target":166},{"source":211,"target":233},{"source":211,"target":163},{"source":211,"target":234},{"source":233,"target":166},{"source":212,"target":165},{"source":212,"target":235},{"source":212,"target":163},{"source":212,"target":236},{"source":235,"target":165},{"source":213,"target":164},{"source":213,"target":237},{"source":213,"target":163},{"source":213,"target":238},{"source":237,"target":164},{"source":214,"target":167},{"source":214,"target":239},{"source":214,"target":163},{"source":214,"target":240},{"source":239,"target":167},{"source":215,"target":168},{"source":215,"target":241},{"source":215,"target":163},{"source":215,"target":242},{"source":241,"target":168},{"source":216,"target":169},{"source":216,"target":243},{"source":216,"target":163},{"source":216,"target":244},{"source":243,"target":169},{"source":217,"target":245},{"source":217,"target":163},{"source":218,"target":246},{"source":218,"target":163},{"source":219,"target":247},{"source":219,"target":163},{"source":220,"target":170},{"source":220,"target":248},{"source":220,"target":163},{"source":220,"target":249},{"source":248,"target":170},{"source":221,"target":171},{"source":221,"target":250},{"source":221,"target":163},{"source":221,"target":251},{"source":250,"target":171},{"source":222,"target":172},{"source":222,"target":252},{"source":222,"target":163},{"source":222,"target":253},{"source":252,"target":172},{"source":223,"target":173},{"source":223,"target":254},{"source":223,"target":163},{"source":223,"target":255},{"source":254,"target":173},{"source":224,"target":174},{"source":224,"target":256},{"source":224,"target":163},{"source":224,"target":257},{"source":256,"target":174},{"source":225,"target":179},{"source":225,"target":258},{"source":225,"target":163},{"source":225,"target":259},{"source":258,"target":179},{"source":226,"target":180},{"source":226,"target":260},{"source":226,"target":163},{"source":226,"target":261},{"source":260,"target":180},{"source":227,"target":181},{"source":227,"target":262},{"source":227,"target":163},{"source":227,"target":263},{"source":262,"target":181},{"source":164,"target":3},{"source":164,"target":264},{"source":164,"target":265},{"source":164,"target":238},{"source":164,"target":266},{"source":264,"target":267},{"source":264,"target":164},{"source":265,"target":268},{"source":265,"target":164},{"source":238,"target":163},{"source":238,"target":269},{"source":238,"target":164},{"source":238,"target":213},{"source":269,"target":163},{"source":165,"target":3},{"source":165,"target":270},{"source":165,"target":271},{"source":165,"target":236},{"source":165,"target":272},{"source":270,"target":273},{"source":270,"target":165},{"source":271,"target":274},{"source":271,"target":165},{"source":236,"target":163},{"source":236,"target":275},{"source":236,"target":165},{"source":236,"target":212},{"source":275,"target":163},{"source":166,"target":3},{"source":166,"target":276},{"source":166,"target":277},{"source":166,"target":234},{"source":166,"target":278},{"source":276,"target":279},{"source":276,"target":166},{"source":277,"target":280},{"source":277,"target":166},{"source":234,"target":163},{"source":234,"target":281},{"source":234,"target":166},{"source":234,"target":211},{"source":281,"target":163},{"source":167,"target":3},{"source":167,"target":282},{"source":167,"target":283},{"source":167,"target":240},{"source":167,"target":284},{"source":167,"target":285},{"source":167,"target":286},{"source":282,"target":287},{"source":282,"target":167},{"source":283,"target":288},{"source":283,"target":167},{"source":240,"target":163},{"source":240,"target":289},{"source":240,"target":167},{"source":240,"target":214},{"source":289,"target":163},{"source":284,"target":290},{"source":284,"target":167},{"source":285,"target":291},{"source":285,"target":167},{"source":168,"target":3},{"source":168,"target":292},{"source":168,"target":293},{"source":168,"target":242},{"source":168,"target":294},{"source":292,"target":295},{"source":292,"target":168},{"source":293,"target":296},{"source":293,"target":168},{"source":242,"target":163},{"source":242,"target":297},{"source":242,"target":168},{"source":242,"target":215},{"source":297,"target":163},{"source":169,"target":3},{"source":169,"target":298},{"source":169,"target":299},{"source":169,"target":244},{"source":169,"target":300},{"source":298,"target":301},{"source":298,"target":169},{"source":299,"target":302},{"source":299,"target":169},{"source":244,"target":163},{"source":244,"target":303},{"source":244,"target":169},{"source":244,"target":216},{"source":303,"target":163},{"source":170,"target":3},{"source":170,"target":304},{"source":170,"target":249},{"source":170,"target":305},{"source":304,"target":306},{"source":304,"target":170},{"source":249,"target":163},{"source":249,"target":307},{"source":249,"target":170},{"source":249,"target":220},{"source":307,"target":163},{"source":171,"target":3},{"source":171,"target":308},{"source":171,"target":309},{"source":171,"target":310},{"source":171,"target":251},{"source":171,"target":311},{"source":308,"target":312},{"source":308,"target":171},{"source":309,"target":313},{"source":309,"target":171},{"source":310,"target":314},{"source":310,"target":171},{"source":251,"target":163},{"source":251,"target":315},{"source":251,"target":171},{"source":251,"target":221},{"source":315,"target":163},{"source":172,"target":3},{"source":172,"target":316},{"source":172,"target":317},{"source":172,"target":318},{"source":172,"target":253},{"source":172,"target":319},{"source":316,"target":320},{"source":316,"target":172},{"source":317,"target":321},{"source":317,"target":172},{"source":318,"target":322},{"source":318,"target":172},{"source":253,"target":163},{"source":253,"target":323},{"source":253,"target":172},{"source":253,"target":222},{"source":323,"target":163},{"source":173,"target":3},{"source":173,"target":324},{"source":173,"target":325},{"source":173,"target":326},{"source":173,"target":255},{"source":173,"target":327},{"source":173,"target":328},{"source":324,"target":329},{"source":324,"target":173},{"source":325,"target":330},{"source":325,"target":173},{"source":326,"target":331},{"source":326,"target":173},{"source":255,"target":163},{"source":255,"target":332},{"source":255,"target":173},{"source":255,"target":223},{"source":332,"target":163},{"source":327,"target":333},{"source":327,"target":173},{"source":174,"target":3},{"source":174,"target":257},{"source":174,"target":334},{"source":174,"target":335},{"source":174,"target":336},{"source":257,"target":163},{"source":257,"target":337},{"source":257,"target":174},{"source":257,"target":224},{"source":337,"target":163},{"source":334,"target":338},{"source":334,"target":174},{"source":335,"target":339},{"source":335,"target":174},{"source":175,"target":3},{"source":175,"target":179},{"source":175,"target":340},{"source":175,"target":341},{"source":340,"target":342},{"source":340,"target":175},{"source":341,"target":179},{"source":176,"target":3},{"source":176,"target":179},{"source":176,"target":343},{"source":176,"target":344},{"source":343,"target":345},{"source":343,"target":176},{"source":344,"target":179},{"source":177,"target":3},{"source":177,"target":346},{"source":177,"target":347},{"source":177,"target":348},{"source":177,"target":349},{"source":346,"target":179},{"source":346,"target":350},{"source":346,"target":177},{"source":346,"target":351},{"source":350,"target":179},{"source":347,"target":171},{"source":347,"target":352},{"source":347,"target":177},{"source":352,"target":171},{"source":348,"target":178},{"source":348,"target":353},{"source":348,"target":177},{"source":348,"target":354},{"source":353,"target":178},{"source":178,"target":3},{"source":178,"target":1},{"source":178,"target":354},{"source":178,"target":355},{"source":178,"target":356},{"source":354,"target":177},{"source":354,"target":357},{"source":354,"target":178},{"source":354,"target":348},{"source":357,"target":177},{"source":355,"target":358},{"source":355,"target":178},{"source":356,"target":1},{"source":179,"target":3},{"source":179,"target":351},{"source":179,"target":259},{"source":179,"target":359},{"source":351,"target":177},{"source":351,"target":360},{"source":351,"target":179},{"source":351,"target":346},{"source":360,"target":177},{"source":259,"target":163},{"source":259,"target":361},{"source":259,"target":179},{"source":259,"target":225},{"source":361,"target":163},{"source":180,"target":3},{"source":180,"target":261},{"source":180,"target":362},{"source":180,"target":363},{"source":180,"target":364},{"source":261,"target":163},{"source":261,"target":365},{"source":261,"target":180},{"source":261,"target":226},{"source":365,"target":163},{"source":362,"target":366},{"source":362,"target":180},{"source":363,"target":367},{"source":363,"target":180},{"source":181,"target":3},{"source":181,"target":368},{"source":181,"target":369},{"source":181,"target":370},{"source":181,"target":263},{"source":181,"target":371},{"source":368,"target":372},{"source":368,"target":181},{"source":369,"target":373},{"source":369,"target":181},{"source":370,"target":374},{"source":370,"target":181},{"source":263,"target":163},{"source":263,"target":375},{"source":263,"target":181},{"source":263,"target":227},{"source":375,"target":163},{"source":4,"target":376},{"source":4,"target":377},{"source":4,"target":0},{"source":376,"target":4},{"source":376,"target":378},{"source":376,"target":379},{"source":376,"target":380},{"source":376,"target":381},{"source":378,"target":382},{"source":378,"target":376},{"source":379,"target":383},{"source":379,"target":376},{"source":380,"target":377},{"source":380,"target":384},{"source":380,"target":376},{"source":380,"target":385},{"source":384,"target":377},{"source":377,"target":4},{"source":377,"target":385},{"source":377,"target":386},{"source":385,"target":376},{"source":385,"target":387},{"source":385,"target":377},{"source":385,"target":380},{"source":387,"target":376}],"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="ext" nsURI="http://www.eclipselabs.org/mongo/emf/ext" nsPrefix="org.eclipselabs.mongo.emf.ext"> <eClassifiers xsi:type="ecore:EClass" name="ECollection"> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/ext.ecore
ecore
ext ECollection values
null
{"directed":true,"nodes":[{"nsPrefix":"org.eclipselabs.mongo.emf.ext","nsURI":"http://www.eclipselabs.org/mongo/emf/ext","name":"ext","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ECollection","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":false,"unsettable":false,"transient":false,"unique":true,"name":"values","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="mpdcat" nsURI="http://reference.niem.gov/niem/resource/mpd/catalog/1.0/" nsPrefix="mpdcat"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9; Model Package Description (MPD) Catalog;&#xA; &#x9; XML document element = Catalog;&#xA;&#x9; This schema defines the catalog.xml artifact &#xA;&#x9; for Model Package Descriptions (MPD) in NIEM.&#xA;&#x9; MPDs include:&#xA;&#x9;&#x9;NIEM releases, core updates, domain updates, &#xA;&#x9;&#x9;NIEM Information Exchange Package Documentation (IEPD), &#xA;&#x9;&#x9;and NIEM Enterprise Information Exchange Models (EIEM). &#xA;&#xA;&#x9; NOTE: The purpose of this schema is to define/declare metadata &#xA;&#x9; for NIEM MPDs to search, discover, and process MPDs efficiently. &#xA;&#x9; Instances of this schema are NOT NIEM data exchanges. For &#xA;&#x9; this reason this schema is NOT NIEM conforming, even though &#xA;&#x9; type definitions and element/attribute declarations generally &#xA;&#x9; conform to NIEM NDR naming rules. &#xA;&#x9;"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AuthoritativeSourceType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AuthoritativeSourceType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aSName" 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="ASName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aSAddressText" 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="ASAddressText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aSWebSiteURL" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ASWebSiteURL"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pOC" lowerBound="1" upperBound="-1" eType="#//POCType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="POC"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CatalogType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="CatalogType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="artifactGroup" unique="false" lowerBound="1" 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="Artifact:group"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="artifact" lowerBound="1" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" changeable="false" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Artifact"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="Artifact:group"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="metadata" lowerBound="1" eType="#//MetadataType" 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"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptionText" 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="descriptionText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mpdClassCode" lowerBound="1" eType="#//MPDClassCodeSimpleType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="mpdClassCode"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mpdName" 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="mpdName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mpdURI" lowerBound="1" eType="#//URISimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="mpdURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mpdVersionID" lowerBound="1" eType="#//MPDVersionIDSimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="mpdVersionID"/> <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="artifact" upperBound="-2" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" changeable="false" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Artifact"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aSAddressText" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ASAddressText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aSName" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ASName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aSWebSiteURL" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ASWebSiteURL"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="authoritativeSource" upperBound="-2" eType="#//AuthoritativeSourceType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AuthoritativeSource"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="catalog" upperBound="-2" eType="#//CatalogType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Catalog"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creationDate" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Date" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="CreationDate"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domainText" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DomainText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exchangePartnerName" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ExchangePartnerName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exchangePatternText" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ExchangePatternText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="file" upperBound="-2" eType="#//FileType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="File"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="Artifact"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="fileSet" upperBound="-2" eType="#//FileSetType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="FileSet"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="Artifact"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="folder" upperBound="-2" eType="#//FolderType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Folder"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="Artifact"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keywordText" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="KeywordText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastRevisionDate" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Date" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LastRevisionDate"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="metadata" upperBound="-2" eType="#//MetadataType" volatile="true" transient="true" 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"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nextRevisionDate" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Date" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NextRevisionDate"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pOC" upperBound="-2" eType="#//POCType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="POC"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pOCEmail" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="POCEmail"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pOCName" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="POCName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pOCTelephone" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="POCTelephone"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="purposeText" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PurposeText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="relationship" upperBound="-2" eType="#//RelationshipType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Relationship"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="securityMarkingText" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" defaultValueLiteral="unclassified" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SecurityMarkingText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="statusText" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StatusText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptionText" 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="descriptionText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externalURI" eType="#//URISimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="externalURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="files" 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="files"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mpdClassCode" eType="#//MPDClassCodeSimpleType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="mpdClassCode"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mpdName" 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="mpdName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mpdURI" eType="#//URISimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="mpdURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mpdVersionID" eType="#//MPDVersionIDSimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="mpdVersionID"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="natureURI" eType="#//URISimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="natureURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="purposeURI" eType="#//URISimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="purposeURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relationshipCode" eType="#//RelationshipCodeSimpleType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="relationshipCode"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relativePathName" 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="relativePathName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceURI" eType="#//URISimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="resourceURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileSetType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FileSetType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="file" upperBound="-1" eType="#//FileType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="File"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptionText" 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="descriptionText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externalURI" eType="#//URISimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="externalURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="files" 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="files"/> <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#//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="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="natureURI" lowerBound="1" eType="#//URISimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="natureURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="purposeURI" lowerBound="1" eType="#//URISimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="purposeURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FileType"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptionText" 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="descriptionText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externalURI" eType="#//URISimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="externalURI"/> <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#//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="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="natureURI" lowerBound="1" eType="#//URISimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="natureURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="purposeURI" lowerBound="1" eType="#//URISimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="purposeURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relativePathName" 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="relativePathName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FolderType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FolderType"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptionText" 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="descriptionText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relativePathName" 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="relativePathName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetadataType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MetadataType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="securityMarkingText" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="unclassified" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SecurityMarkingText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creationDate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Date"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="CreationDate"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastRevisionDate" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Date"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LastRevisionDate"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nextRevisionDate" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Date"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NextRevisionDate"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="statusText" 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="StatusText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="relationship" upperBound="-1" eType="#//RelationshipType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Relationship"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keywordText" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="KeywordText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domainText" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DomainText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="purposeText" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PurposeText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exchangePatternText" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ExchangePatternText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exchangePartnerName" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ExchangePartnerName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="authoritativeSource" lowerBound="1" eType="#//AuthoritativeSourceType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AuthoritativeSource"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MPDClassCodeSimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MPDClassCodeSimpleType"/> </eAnnotations> <eLiterals name="release"/> <eLiterals name="coreUpdate" value="1" literal="core-update"/> <eLiterals name="domainUpdate" value="2" literal="domain-update"/> <eLiterals name="iepd" value="3"/> <eLiterals name="eiem" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="MPDClassCodeSimpleTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MPDClassCodeSimpleType:Object"/> <details key="baseType" value="MPDClassCodeSimpleType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="MPDVersionIDSimpleType" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MPDVersionIDSimpleType"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#token"/> <details key="minLength" value="1"/> <details key="pattern" value="[0-9]+(\.[0-9]+)*((alpha|beta|rc|rev)[0-9]+)?"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="POCType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="POCType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pOCName" 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="POCName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pOCEmail" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="POCEmail"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pOCTelephone" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="POCTelephone"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RelationshipCodeSimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RelationshipCodeSimpleType"/> </eAnnotations> <eLiterals name="versionOf" literal="version_of"/> <eLiterals name="specializes" value="1"/> <eLiterals name="generalizes" value="2"/> <eLiterals name="supersedes" value="3"/> <eLiterals name="deprecates" value="4"/> <eLiterals name="adapts" value="5"/> <eLiterals name="updates" value="6"/> <eLiterals name="conformsTo" value="7" literal="conforms_to"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="RelationshipCodeSimpleTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RelationshipCodeSimpleType:Object"/> <details key="baseType" value="RelationshipCodeSimpleType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationshipType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RelationshipType"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptionText" 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="descriptionText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relationshipCode" lowerBound="1" eType="#//RelationshipCodeSimpleType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="relationshipCode"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceURI" lowerBound="1" eType="#//URISimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="resourceURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="SafeCurieSimpleType" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SafeCurieSimpleType"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> <details key="minLength" value="3"/> <details key="pattern" value="\[(([\i-[:]][\c-[:]]*)?:)?.+\]"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="URISimpleType" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="URISimpleType"/> <details key="memberTypes" value="http://www.eclipse.org/emf/2003/XMLType#anyURI SafeCurieSimpleType"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/NIEM/NIEM-UML/Archive/Phase1/Specification/NIEM UML Machine Readable Files/Nonnormative/mpdcatalog.ecore
ecore
mpdcat AuthoritativeSourceType aSName aSAddressText aSWebSiteURL pOC CatalogType artifactGroup artifact metadata descriptionText mpdClassCode mpdName mpdURI mpdVersionID DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation artifact aSAddressText aSName aSWebSiteURL authoritativeSource catalog creationDate domainText exchangePartnerName exchangePatternText file fileSet folder keywordText lastRevisionDate metadata nextRevisionDate pOC pOCEmail pOCName pOCTelephone purposeText relationship securityMarkingText unclassified statusText descriptionText externalURI files id mpdClassCode mpdName mpdURI mpdVersionID natureURI purposeURI relationshipCode relativePathName resourceURI FileSetType file descriptionText externalURI files id natureURI purposeURI FileType descriptionText externalURI id natureURI purposeURI relativePathName FolderType descriptionText id relativePathName MetadataType securityMarkingText unclassified creationDate lastRevisionDate nextRevisionDate statusText relationship keywordText domainText purposeText exchangePatternText exchangePartnerName authoritativeSource MPDClassCodeSimpleType release release coreUpdate core-update domainUpdate domain-update iepd iepd eiem eiem MPDClassCodeSimpleTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator MPDVersionIDSimpleType java.lang.String java.lang.String POCType pOCName pOCEmail pOCTelephone RelationshipCodeSimpleType versionOf version_of specializes specializes generalizes generalizes supersedes supersedes deprecates deprecates adapts adapts updates updates conformsTo conforms_to RelationshipCodeSimpleTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator RelationshipType descriptionText relationshipCode resourceURI SafeCurieSimpleType java.lang.String java.lang.String URISimpleType java.lang.String java.lang.String
null
{"directed":true,"nodes":[{"nsPrefix":"mpdcat","nsURI":"http://reference.niem.gov/niem/resource/mpd/catalog/1.0/","name":"mpdcat","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuthoritativeSourceType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatalogType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileSetType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FolderType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MPDClassCodeSimpleType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"MPDClassCodeSimpleTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"MPDVersionIDSimpleType","instanceClass":"java.lang.String","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"POCType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationshipCodeSimpleType","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"RelationshipCodeSimpleTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationshipType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"SafeCurieSimpleType","instanceClass":"java.lang.String","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"URISimpleType","instanceClass":"java.lang.String","id":16,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aSName","changeable":true,"lowerBound":1,"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":"aSAddressText","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aSWebSiteURL","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pOC","changeable":true,"resolveProxies":false,"lowerBound":1,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"artifactGroup","changeable":true,"lowerBound":1,"iD":false,"id":25,"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":"artifact","changeable":false,"resolveProxies":false,"lowerBound":1,"id":26,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metadata","changeable":true,"resolveProxies":false,"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":"descriptionText","changeable":true,"lowerBound":0,"iD":false,"id":28,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"mpdClassCode","changeable":true,"lowerBound":1,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mpdName","changeable":true,"lowerBound":1,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mpdURI","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mpdVersionID","changeable":true,"lowerBound":1,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"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":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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":42,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":43,"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":"artifact","changeable":false,"resolveProxies":false,"lowerBound":0,"id":44,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"aSAddressText","changeable":true,"lowerBound":0,"iD":false,"id":45,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"aSName","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"aSWebSiteURL","changeable":true,"lowerBound":0,"iD":false,"id":47,"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":"authoritativeSource","changeable":true,"resolveProxies":false,"lowerBound":0,"id":48,"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":"catalog","changeable":true,"resolveProxies":false,"lowerBound":0,"id":49,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"creationDate","changeable":true,"lowerBound":0,"iD":false,"id":50,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"domainText","changeable":true,"lowerBound":0,"iD":false,"id":51,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"exchangePartnerName","changeable":true,"lowerBound":0,"iD":false,"id":52,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"exchangePatternText","changeable":true,"lowerBound":0,"iD":false,"id":53,"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":"file","changeable":true,"resolveProxies":false,"lowerBound":0,"id":54,"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":"fileSet","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":"folder","changeable":true,"resolveProxies":false,"lowerBound":0,"id":56,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"keywordText","changeable":true,"lowerBound":0,"iD":false,"id":57,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"lastRevisionDate","changeable":true,"lowerBound":0,"iD":false,"id":58,"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":"metadata","changeable":true,"resolveProxies":false,"lowerBound":0,"id":59,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"nextRevisionDate","changeable":true,"lowerBound":0,"iD":false,"id":60,"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":"pOC","changeable":true,"resolveProxies":false,"lowerBound":0,"id":61,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"pOCEmail","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"pOCName","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"pOCTelephone","changeable":true,"lowerBound":0,"iD":false,"id":64,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"purposeText","changeable":true,"lowerBound":0,"iD":false,"id":65,"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":"relationship","changeable":true,"resolveProxies":false,"lowerBound":0,"id":66,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":"unclassified","volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"unclassified","unsettable":false,"transient":true,"unique":false,"name":"securityMarkingText","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"statusText","changeable":true,"lowerBound":0,"iD":false,"id":68,"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":"descriptionText","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":"externalURI","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":"files","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":"id","changeable":true,"lowerBound":0,"iD":true,"id":72,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"mpdClassCode","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":"mpdName","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":"mpdURI","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":"mpdVersionID","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":"natureURI","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"purposeURI","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"relationshipCode","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":"relativePathName","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resourceURI","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"resolveProxies":false,"lowerBound":0,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descriptionText","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"externalURI","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"files","changeable":true,"lowerBound":0,"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":"id","changeable":true,"lowerBound":1,"iD":true,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"natureURI","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":"purposeURI","changeable":true,"lowerBound":1,"iD":false,"id":129,"derived":false},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descriptionText","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"externalURI","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":139,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"natureURI","changeable":true,"lowerBound":1,"iD":false,"id":140,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"purposeURI","changeable":true,"lowerBound":1,"iD":false,"id":141,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"relativePathName","changeable":true,"lowerBound":1,"iD":false,"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descriptionText","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":150,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"relativePathName","changeable":true,"lowerBound":1,"iD":false,"id":151,"derived":false},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"unclassified","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"unclassified","unsettable":true,"transient":false,"unique":true,"name":"securityMarkingText","changeable":true,"lowerBound":1,"iD":false,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationDate","changeable":true,"lowerBound":1,"iD":false,"id":156,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastRevisionDate","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":"nextRevisionDate","changeable":true,"lowerBound":0,"iD":false,"id":158,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"statusText","changeable":true,"lowerBound":0,"iD":false,"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":"relationship","changeable":true,"resolveProxies":false,"lowerBound":0,"id":160,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"keywordText","changeable":true,"lowerBound":1,"iD":false,"id":161,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"domainText","changeable":true,"lowerBound":1,"iD":false,"id":162,"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":"purposeText","changeable":true,"lowerBound":0,"iD":false,"id":163,"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":"exchangePatternText","changeable":true,"lowerBound":0,"iD":false,"id":164,"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":"exchangePartnerName","changeable":true,"lowerBound":0,"iD":false,"id":165,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"authoritativeSource","changeable":true,"resolveProxies":false,"lowerBound":1,"id":166,"derived":false},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"name":"release","id":179,"value":0,"literal":"release","eClass":"EEnumLiteral"},{"name":"coreUpdate","id":180,"value":1,"literal":"core-update","eClass":"EEnumLiteral"},{"name":"domainUpdate","id":181,"value":2,"literal":"domain-update","eClass":"EEnumLiteral"},{"name":"iepd","id":182,"value":3,"literal":"iepd","eClass":"EEnumLiteral"},{"name":"eiem","id":183,"value":4,"literal":"eiem","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":"pOCName","changeable":true,"lowerBound":1,"iD":false,"id":184,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"pOCEmail","changeable":true,"lowerBound":1,"iD":false,"id":185,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"pOCTelephone","changeable":true,"lowerBound":1,"iD":false,"id":186,"derived":false},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"name":"versionOf","id":190,"value":0,"literal":"version_of","eClass":"EEnumLiteral"},{"name":"specializes","id":191,"value":1,"literal":"specializes","eClass":"EEnumLiteral"},{"name":"generalizes","id":192,"value":2,"literal":"generalizes","eClass":"EEnumLiteral"},{"name":"supersedes","id":193,"value":3,"literal":"supersedes","eClass":"EEnumLiteral"},{"name":"deprecates","id":194,"value":4,"literal":"deprecates","eClass":"EEnumLiteral"},{"name":"adapts","id":195,"value":5,"literal":"adapts","eClass":"EEnumLiteral"},{"name":"updates","id":196,"value":6,"literal":"updates","eClass":"EEnumLiteral"},{"name":"conformsTo","id":197,"value":7,"literal":"conforms_to","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":"descriptionText","changeable":true,"lowerBound":0,"iD":false,"id":198,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"relationshipCode","changeable":true,"lowerBound":1,"iD":false,"id":199,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resourceURI","changeable":true,"lowerBound":1,"iD":false,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":1,"target":0},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":17,"target":21},{"source":17,"target":1},{"source":18,"target":22},{"source":18,"target":1},{"source":19,"target":23},{"source":19,"target":1},{"source":20,"target":11},{"source":20,"target":24},{"source":20,"target":1},{"source":24,"target":11},{"source":2,"target":0},{"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":2,"target":32},{"source":25,"target":33},{"source":25,"target":2},{"source":26,"target":34},{"source":26,"target":2},{"source":27,"target":7},{"source":27,"target":35},{"source":27,"target":2},{"source":35,"target":7},{"source":28,"target":36},{"source":28,"target":2},{"source":29,"target":8},{"source":29,"target":37},{"source":29,"target":2},{"source":37,"target":8},{"source":30,"target":38},{"source":30,"target":2},{"source":31,"target":16},{"source":31,"target":39},{"source":31,"target":2},{"source":39,"target":16},{"source":32,"target":10},{"source":32,"target":40},{"source":32,"target":2},{"source":40,"target":10},{"source":3,"target":0},{"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":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":3,"target":59},{"source":3,"target":60},{"source":3,"target":61},{"source":3,"target":62},{"source":3,"target":63},{"source":3,"target":64},{"source":3,"target":65},{"source":3,"target":66},{"source":3,"target":67},{"source":3,"target":68},{"source":3,"target":69},{"source":3,"target":70},{"source":3,"target":71},{"source":3,"target":72},{"source":3,"target":73},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":3,"target":79},{"source":3,"target":80},{"source":3,"target":81},{"source":41,"target":82},{"source":41,"target":3},{"source":42,"target":83},{"source":42,"target":3},{"source":43,"target":84},{"source":43,"target":3},{"source":44,"target":85},{"source":44,"target":3},{"source":45,"target":86},{"source":45,"target":3},{"source":46,"target":87},{"source":46,"target":3},{"source":47,"target":88},{"source":47,"target":3},{"source":48,"target":1},{"source":48,"target":89},{"source":48,"target":3},{"source":89,"target":1},{"source":49,"target":2},{"source":49,"target":90},{"source":49,"target":3},{"source":90,"target":2},{"source":50,"target":91},{"source":50,"target":3},{"source":51,"target":92},{"source":51,"target":3},{"source":52,"target":93},{"source":52,"target":3},{"source":53,"target":94},{"source":53,"target":3},{"source":54,"target":5},{"source":54,"target":95},{"source":54,"target":3},{"source":95,"target":5},{"source":55,"target":4},{"source":55,"target":96},{"source":55,"target":3},{"source":96,"target":4},{"source":56,"target":6},{"source":56,"target":97},{"source":56,"target":3},{"source":97,"target":6},{"source":57,"target":98},{"source":57,"target":3},{"source":58,"target":99},{"source":58,"target":3},{"source":59,"target":7},{"source":59,"target":100},{"source":59,"target":3},{"source":100,"target":7},{"source":60,"target":101},{"source":60,"target":3},{"source":61,"target":11},{"source":61,"target":102},{"source":61,"target":3},{"source":102,"target":11},{"source":62,"target":103},{"source":62,"target":3},{"source":63,"target":104},{"source":63,"target":3},{"source":64,"target":105},{"source":64,"target":3},{"source":65,"target":106},{"source":65,"target":3},{"source":66,"target":14},{"source":66,"target":107},{"source":66,"target":3},{"source":107,"target":14},{"source":67,"target":108},{"source":67,"target":3},{"source":68,"target":109},{"source":68,"target":3},{"source":69,"target":110},{"source":69,"target":3},{"source":70,"target":16},{"source":70,"target":111},{"source":70,"target":3},{"source":111,"target":16},{"source":71,"target":112},{"source":71,"target":3},{"source":72,"target":113},{"source":72,"target":3},{"source":73,"target":8},{"source":73,"target":114},{"source":73,"target":3},{"source":114,"target":8},{"source":74,"target":115},{"source":74,"target":3},{"source":75,"target":16},{"source":75,"target":116},{"source":75,"target":3},{"source":116,"target":16},{"source":76,"target":10},{"source":76,"target":117},{"source":76,"target":3},{"source":117,"target":10},{"source":77,"target":16},{"source":77,"target":118},{"source":77,"target":3},{"source":118,"target":16},{"source":78,"target":16},{"source":78,"target":119},{"source":78,"target":3},{"source":119,"target":16},{"source":79,"target":12},{"source":79,"target":120},{"source":79,"target":3},{"source":120,"target":12},{"source":80,"target":121},{"source":80,"target":3},{"source":81,"target":16},{"source":81,"target":122},{"source":81,"target":3},{"source":122,"target":16},{"source":4,"target":0},{"source":4,"target":123},{"source":4,"target":124},{"source":4,"target":125},{"source":4,"target":126},{"source":4,"target":127},{"source":4,"target":128},{"source":4,"target":129},{"source":123,"target":5},{"source":123,"target":130},{"source":123,"target":4},{"source":130,"target":5},{"source":124,"target":131},{"source":124,"target":4},{"source":125,"target":16},{"source":125,"target":132},{"source":125,"target":4},{"source":132,"target":16},{"source":126,"target":133},{"source":126,"target":4},{"source":127,"target":134},{"source":127,"target":4},{"source":128,"target":16},{"source":128,"target":135},{"source":128,"target":4},{"source":135,"target":16},{"source":129,"target":16},{"source":129,"target":136},{"source":129,"target":4},{"source":136,"target":16},{"source":5,"target":0},{"source":5,"target":137},{"source":5,"target":138},{"source":5,"target":139},{"source":5,"target":140},{"source":5,"target":141},{"source":5,"target":142},{"source":137,"target":143},{"source":137,"target":5},{"source":138,"target":16},{"source":138,"target":144},{"source":138,"target":5},{"source":144,"target":16},{"source":139,"target":145},{"source":139,"target":5},{"source":140,"target":16},{"source":140,"target":146},{"source":140,"target":5},{"source":146,"target":16},{"source":141,"target":16},{"source":141,"target":147},{"source":141,"target":5},{"source":147,"target":16},{"source":142,"target":148},{"source":142,"target":5},{"source":6,"target":0},{"source":6,"target":149},{"source":6,"target":150},{"source":6,"target":151},{"source":149,"target":152},{"source":149,"target":6},{"source":150,"target":153},{"source":150,"target":6},{"source":151,"target":154},{"source":151,"target":6},{"source":7,"target":0},{"source":7,"target":155},{"source":7,"target":156},{"source":7,"target":157},{"source":7,"target":158},{"source":7,"target":159},{"source":7,"target":160},{"source":7,"target":161},{"source":7,"target":162},{"source":7,"target":163},{"source":7,"target":164},{"source":7,"target":165},{"source":7,"target":166},{"source":155,"target":167},{"source":155,"target":7},{"source":156,"target":168},{"source":156,"target":7},{"source":157,"target":169},{"source":157,"target":7},{"source":158,"target":170},{"source":158,"target":7},{"source":159,"target":171},{"source":159,"target":7},{"source":160,"target":14},{"source":160,"target":172},{"source":160,"target":7},{"source":172,"target":14},{"source":161,"target":173},{"source":161,"target":7},{"source":162,"target":174},{"source":162,"target":7},{"source":163,"target":175},{"source":163,"target":7},{"source":164,"target":176},{"source":164,"target":7},{"source":165,"target":177},{"source":165,"target":7},{"source":166,"target":1},{"source":166,"target":178},{"source":166,"target":7},{"source":178,"target":1},{"source":8,"target":0},{"source":8,"target":179},{"source":8,"target":180},{"source":8,"target":181},{"source":8,"target":182},{"source":8,"target":183},{"source":179,"target":8},{"source":180,"target":8},{"source":181,"target":8},{"source":182,"target":8},{"source":183,"target":8},{"source":9,"target":0},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":184},{"source":11,"target":185},{"source":11,"target":186},{"source":184,"target":187},{"source":184,"target":11},{"source":185,"target":188},{"source":185,"target":11},{"source":186,"target":189},{"source":186,"target":11},{"source":12,"target":0},{"source":12,"target":190},{"source":12,"target":191},{"source":12,"target":192},{"source":12,"target":193},{"source":12,"target":194},{"source":12,"target":195},{"source":12,"target":196},{"source":12,"target":197},{"source":190,"target":12},{"source":191,"target":12},{"source":192,"target":12},{"source":193,"target":12},{"source":194,"target":12},{"source":195,"target":12},{"source":196,"target":12},{"source":197,"target":12},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":198},{"source":14,"target":199},{"source":14,"target":200},{"source":198,"target":201},{"source":198,"target":14},{"source":199,"target":12},{"source":199,"target":202},{"source":199,"target":14},{"source":202,"target":12},{"source":200,"target":16},{"source":200,"target":203},{"source":200,"target":14},{"source":203,"target":16},{"source":15,"target":0},{"source":16,"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="codesync" nsURI="http://www.flower-platform.com/xmi/codesync_1.0.0" nsPrefix="codesync"> <eClassifiers xsi:type="ecore:EClass" name="CodeSyncElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="synchronized" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="childrenSynchronized" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="added" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deleted" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="statusFlags" 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="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="astCacheElement" eType="#//AstCacheElement" eOpposite="#//AstCacheElement/codeSyncElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="children" upperBound="-1" eType="#//CodeSyncElement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureChanges" upperBound="-1" eType="#//EStructuralFeatureToFeatureChangeEntry" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relations" upperBound="-1" eType="#//Relation" containment="true" eOpposite="#//Relation/source"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EStructuralFeatureToFeatureChangeEntry" instanceClassName="java.util.Map$Entry"> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EStructuralFeature"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="#//FeatureChange" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureChange"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="oldValueAsString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oldValueAsContainmentList" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EJavaObject" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="newValueAsString" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newValueAsContainmentList" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CodeSyncRoot" eSuperTypes="#//CodeSyncElement"/> <eClassifiers xsi:type="ecore:EClass" name="AstCacheElement" abstract="true" eSuperTypes="#//Serializable"> <eStructuralFeatures xsi:type="ecore:EReference" name="codeSyncElement" eType="#//CodeSyncElement" eOpposite="#//CodeSyncElement/astCacheElement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Serializable" instanceClassName="java.io.Serializable" abstract="true" interface="true"/> <eClassifiers xsi:type="ecore:EClass" name="ScenarioElement" eSuperTypes="#//CodeSyncElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="number" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="interaction" eType="#//CodeSyncElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comment" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MindMapElement" eSuperTypes="#//CodeSyncElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="icons" unique="false" upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="minWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELongObject" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxWidth" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//ELongObject" defaultValueLiteral="600"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="side" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expanded" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MindMapRoot" eSuperTypes="#//CodeSyncRoot #//MindMapElement"/> <eClassifiers xsi:type="ecore:EClass" name="Relation"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//CodeSyncElement" eOpposite="#//CodeSyncElement/relations"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//CodeSyncElement"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/flower-platform/flower-platform-3/org.flowerplatform.emf_model.codesync/emf_model/CodeSync.ecore
ecore
codesync CodeSyncElement synchronized childrenSynchronized added deleted statusFlags name type astCacheElement children featureChanges relations EStructuralFeatureToFeatureChangeEntry java.util.Map$Entry java.util.Map$Entry key value FeatureChange oldValue oldValueAsString oldValueAsContainmentList newValue newValueAsString newValueAsContainmentList CodeSyncRoot AstCacheElement codeSyncElement Serializable java.io.Serializable java.io.Serializable ScenarioElement number interaction comment MindMapElement icons minWidth 1 maxWidth 600 side 0 expanded MindMapRoot Relation source target type
null
{"directed":true,"nodes":[{"nsPrefix":"codesync","nsURI":"http://www.flower-platform.com/xmi/codesync_1.0.0","name":"codesync","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CodeSyncElement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.util.Map$Entry","defaultValue":null,"instanceClassName":"java.util.Map$Entry","name":"EStructuralFeatureToFeatureChangeEntry","instanceClass":"java.util.Map$Entry","abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureChange","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CodeSyncRoot","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AstCacheElement","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.io.Serializable","defaultValue":null,"instanceClassName":"java.io.Serializable","name":"Serializable","instanceClass":"java.io.Serializable","abstract":true,"id":6,"interface":true,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScenarioElement","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MindMapElement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MindMapRoot","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Relation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"synchronized","changeable":true,"lowerBound":0,"iD":false,"id":11,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"childrenSynchronized","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"added","changeable":true,"lowerBound":0,"iD":false,"id":13,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"deleted","changeable":true,"lowerBound":0,"iD":false,"id":14,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"statusFlags","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"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":"astCacheElement","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":"children","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":"featureChanges","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":"relations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":21,"derived":false},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"codeSyncElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":34,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":35,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","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":true,"unique":true,"name":"oldValue","changeable":true,"lowerBound":0,"iD":false,"id":39,"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":"oldValueAsString","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":"oldValueAsContainmentList","changeable":true,"resolveProxies":true,"lowerBound":0,"id":41,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"newValue","changeable":true,"lowerBound":0,"iD":false,"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":"newValueAsString","changeable":true,"lowerBound":0,"iD":false,"id":43,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newValueAsContainmentList","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"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"number","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"interaction","changeable":true,"resolveProxies":true,"lowerBound":0,"id":55,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comment","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":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"icons","changeable":true,"lowerBound":0,"iD":false,"id":61,"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":"minWidth","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"600","unsettable":false,"transient":false,"unique":true,"name":"maxWidth","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"side","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":"expanded","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"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":"target","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":"type","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":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":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":1,"target":21},{"source":11,"target":22},{"source":11,"target":1},{"source":12,"target":23},{"source":12,"target":1},{"source":13,"target":24},{"source":13,"target":1},{"source":14,"target":25},{"source":14,"target":1},{"source":15,"target":26},{"source":15,"target":1},{"source":16,"target":27},{"source":16,"target":1},{"source":17,"target":28},{"source":17,"target":1},{"source":18,"target":5},{"source":18,"target":29},{"source":18,"target":1},{"source":18,"target":30},{"source":29,"target":5},{"source":19,"target":1},{"source":19,"target":31},{"source":19,"target":1},{"source":31,"target":1},{"source":20,"target":2},{"source":20,"target":32},{"source":20,"target":1},{"source":32,"target":2},{"source":21,"target":10},{"source":21,"target":33},{"source":21,"target":1},{"source":21,"target":34},{"source":33,"target":10},{"source":2,"target":0},{"source":2,"target":35},{"source":2,"target":36},{"source":35,"target":37},{"source":35,"target":2},{"source":36,"target":3},{"source":36,"target":38},{"source":36,"target":2},{"source":38,"target":3},{"source":3,"target":0},{"source":3,"target":39},{"source":3,"target":40},{"source":3,"target":41},{"source":3,"target":42},{"source":3,"target":43},{"source":3,"target":44},{"source":39,"target":45},{"source":39,"target":3},{"source":40,"target":46},{"source":40,"target":3},{"source":41,"target":47},{"source":41,"target":3},{"source":42,"target":48},{"source":42,"target":3},{"source":43,"target":49},{"source":43,"target":3},{"source":44,"target":50},{"source":44,"target":3},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":51},{"source":51,"target":1},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":30},{"source":5,"target":52},{"source":30,"target":1},{"source":30,"target":53},{"source":30,"target":5},{"source":30,"target":18},{"source":53,"target":1},{"source":52,"target":6},{"source":6,"target":0},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":56},{"source":7,"target":57},{"source":54,"target":58},{"source":54,"target":7},{"source":55,"target":1},{"source":55,"target":59},{"source":55,"target":7},{"source":59,"target":1},{"source":56,"target":60},{"source":56,"target":7},{"source":57,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"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":61,"target":67},{"source":61,"target":8},{"source":62,"target":68},{"source":62,"target":8},{"source":63,"target":69},{"source":63,"target":8},{"source":64,"target":70},{"source":64,"target":8},{"source":65,"target":71},{"source":65,"target":8},{"source":66,"target":1},{"source":9,"target":0},{"source":9,"target":4},{"source":9,"target":8},{"source":9,"target":72},{"source":9,"target":73},{"source":72,"target":4},{"source":73,"target":8},{"source":10,"target":0},{"source":10,"target":34},{"source":10,"target":74},{"source":10,"target":75},{"source":34,"target":1},{"source":34,"target":76},{"source":34,"target":10},{"source":34,"target":21},{"source":76,"target":1},{"source":74,"target":1},{"source":74,"target":77},{"source":74,"target":10},{"source":77,"target":1},{"source":75,"target":78},{"source":75,"target":10}],"multigraph":true}
true
<?xml version="1.0" encoding="UTF-8"?> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore"> <ecore:EPackage 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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="a8" name="commentsBefore" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="a9" name="commentsAfter" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </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"/> <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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="a26" name="upper" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="a27" name="isOrdered" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" xmi:id="a28" name="isUnique" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <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="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <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/francoispfister/diagraph/org.isoe.fwk.megamodel.deploy/repository-bundle/km3.ecore
ecore
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":"km3","nsURI":"http://www.eclipse.org/gmt/2005/KM3","name":"KM3","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":"ModelElement","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classifier","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataType","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":"EnumLiteral","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Class","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TypedElement","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StructuralFeature","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Reference","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parameter","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Package","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Metamodel","instanceClass":null,"abstract":false,"id":15,"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":16,"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":17,"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":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"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":22,"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":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"literals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":29,"derived":false},{"id":30,"eClass":"EGenericType"},{"id":31,"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":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isAbstract","changeable":true,"lowerBound":1,"iD":false,"id":35,"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":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":"structuralFeatures","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":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"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":43,"derived":false},{"id":44,"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":45,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"lower","changeable":true,"lowerBound":1,"iD":false,"id":46,"derived":false},{"ordered":false,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"upper","changeable":true,"lowerBound":1,"iD":false,"id":47,"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":"isOrdered","changeable":true,"lowerBound":1,"iD":false,"id":48,"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":49,"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":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"container":false,"ordered":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":57,"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":58,"derived":false},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"isContainer","changeable":true,"lowerBound":1,"iD":false,"id":64,"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":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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"container":true,"ordered":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":73,"derived":false},{"id":74,"eClass":"EGenericType"},{"id":75,"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":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":true,"unsettable":false,"transient":false,"unique":true,"name":"contents","changeable":true,"resolveProxies":true,"lowerBound":0,"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":1,"target":0},{"source":1,"target":16},{"source":1,"target":17},{"source":1,"target":18},{"source":16,"target":19},{"source":16,"target":1},{"source":17,"target":20},{"source":17,"target":1},{"source":18,"target":21},{"source":18,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":22,"target":2},{"source":23,"target":14},{"source":23,"target":25},{"source":23,"target":2},{"source":23,"target":26},{"source":25,"target":14},{"source":24,"target":1},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":27},{"source":27,"target":2},{"source":4,"target":0},{"source":4,"target":3},{"source":4,"target":28},{"source":28,"target":3},{"source":5,"target":0},{"source":5,"target":3},{"source":5,"target":29},{"source":5,"target":30},{"source":29,"target":6},{"source":29,"target":31},{"source":29,"target":5},{"source":29,"target":32},{"source":31,"target":6},{"source":30,"target":3},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":32},{"source":6,"target":33},{"source":32,"target":5},{"source":32,"target":34},{"source":32,"target":6},{"source":32,"target":29},{"source":34,"target":5},{"source":33,"target":2},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":35},{"source":7,"target":36},{"source":7,"target":37},{"source":7,"target":38},{"source":7,"target":39},{"source":35,"target":40},{"source":35,"target":7},{"source":36,"target":7},{"source":36,"target":41},{"source":36,"target":7},{"source":41,"target":7},{"source":37,"target":9},{"source":37,"target":42},{"source":37,"target":7},{"source":37,"target":43},{"source":42,"target":9},{"source":38,"target":12},{"source":38,"target":44},{"source":38,"target":7},{"source":38,"target":45},{"source":44,"target":12},{"source":39,"target":3},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":46},{"source":8,"target":47},{"source":8,"target":48},{"source":8,"target":49},{"source":8,"target":50},{"source":8,"target":51},{"source":46,"target":52},{"source":46,"target":8},{"source":47,"target":53},{"source":47,"target":8},{"source":48,"target":54},{"source":48,"target":8},{"source":49,"target":55},{"source":49,"target":8},{"source":50,"target":3},{"source":50,"target":56},{"source":50,"target":8},{"source":56,"target":3},{"source":51,"target":2},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":43},{"source":9,"target":57},{"source":9,"target":58},{"source":9,"target":59},{"source":43,"target":7},{"source":43,"target":60},{"source":43,"target":9},{"source":43,"target":37},{"source":60,"target":7},{"source":57,"target":9},{"source":57,"target":61},{"source":57,"target":9},{"source":57,"target":58},{"source":61,"target":9},{"source":58,"target":9},{"source":58,"target":62},{"source":58,"target":9},{"source":58,"target":57},{"source":62,"target":9},{"source":59,"target":8},{"source":10,"target":0},{"source":10,"target":9},{"source":10,"target":63},{"source":63,"target":9},{"source":11,"target":0},{"source":11,"target":9},{"source":11,"target":64},{"source":11,"target":65},{"source":11,"target":66},{"source":64,"target":67},{"source":64,"target":11},{"source":65,"target":11},{"source":65,"target":68},{"source":65,"target":11},{"source":68,"target":11},{"source":66,"target":9},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":45},{"source":12,"target":69},{"source":12,"target":70},{"source":45,"target":7},{"source":45,"target":71},{"source":45,"target":12},{"source":45,"target":38},{"source":71,"target":7},{"source":69,"target":13},{"source":69,"target":72},{"source":69,"target":12},{"source":69,"target":73},{"source":72,"target":13},{"source":70,"target":8},{"source":13,"target":0},{"source":13,"target":8},{"source":13,"target":73},{"source":13,"target":74},{"source":73,"target":12},{"source":73,"target":75},{"source":73,"target":13},{"source":73,"target":69},{"source":75,"target":12},{"source":74,"target":8},{"source":14,"target":0},{"source":14,"target":2},{"source":14,"target":26},{"source":14,"target":76},{"source":14,"target":77},{"source":26,"target":2},{"source":26,"target":78},{"source":26,"target":14},{"source":26,"target":23},{"source":78,"target":2},{"source":76,"target":15},{"source":76,"target":79},{"source":76,"target":14},{"source":76,"target":80},{"source":79,"target":15},{"source":77,"target":2},{"source":15,"target":0},{"source":15,"target":1},{"source":15,"target":80},{"source":15,"target":81},{"source":80,"target":14},{"source":80,"target":82},{"source":80,"target":15},{"source":80,"target":76},{"source":82,"target":14},{"source":81,"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="social" nsURI="http://www.soluvas.org/schema/social/1.0" nsPrefix="social"> <eClassifiers xsi:type="ecore:EClass" name="Target" abstract="true" eSuperTypes="../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//NsPrefixable ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//Describable"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Objects&#xA;&#xA;Objects represent &quot;entities&quot; that users can act on in your app. Most Open Graph objects are web pages hosted on a public website, with Open Graph-specific meta tags embedded within the page. Facebook routinely scrapes these web pages, extracting the data contained in the meta tags in order to generate stories that it displays on peoples' News Feeds and Timelines.&#xA;&#xA;Previously, users were able to connect to objects in your app via the like action. Now, you can model user interactions with custom actions and objects for richer connections with your users.&#xA;Types&#xA;Built-in Objects&#xA;&#xA;Facebook has defined a set of objects that can be used without any further customization on your part.&#xA;&#xA; Article&#xA; Blog&#xA; Book&#xA; Profile (External)&#xA; Movie&#xA; TV Episode&#xA; TV Show&#xA; Video&#xA; Website&#xA;&#xA;Custom Objects&#xA;&#xA;You have the ability to create your own objects and define all properties of those objects.&#xA;Privacy Model&#xA;&#xA;Objects are public entities that reside on the internet and must be available to Facebook's &quot;scraper&quot;. All information defined in an object should be considered as public. You should anticipate that all information is easily accessible to anyone on the internet and therefore, no sensitive information or information that is exclusive for a user or set of users is stored.&#xA;&#xA;______________________&#xA;&#xA;Direct and Indirect Objects&#xA;&#xA;A direct object is the receiver of action within a sentence, as in &quot;He hit the ball.&quot; Be careful to distinguish between a direct object and an object complement:&#xA;&#xA; They named their daughter Natasha.&#xA;&#xA;In that sentence, &quot;daughter&quot; is the direct object and &quot;Natasha&quot; is the object complement, which renames or describes the direct object.&#xA;&#xA;The indirect object identifies to or for whom or what the action of the verb is performed. The direct object and indirect object are different people or places or things. The direct objects in the sentences below are in boldface; the indirect objects are in italics.&#xA;&#xA; The instructor gave his students A's.&#xA; Grandfather left Rosalita and Raoul all his money.&#xA; Jo-Bob sold me her boat.&#xA;&#xA;Incidentally, the word me (and similar object-form pronouns such as him, us, them) is not always an indirect object; it will also serve, sometimes, as a direct object.&#xA;&#xA; Bless me/her/us!&#xA; Call me/him/them if you have questions.&#xA;&#xA;In English, nouns and their accompanying modifiers (articles and adjectives) do not change form when they are used as objects or indirect objects, as they do in many other languages. &quot;The radio is on the desk&quot; and &quot;I borrowed the radio&quot; contain exactly the same word form used for quite different functions. This is not true of pronouns, however, which use different forms for different functions. (He [subject] loves his grandmother. His grandmother loves him [object].) (See, also, pronoun cases.)&#xA;&#xA;Reference: http://grammar.ccc.commnet.edu/grammar/objects.htm"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="targetType" eType="ecore:EClass schema.ecore#//TargetType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Object Name."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="images"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Array of images"/> </eAnnotations> <eGenericType eClassifier="ecore:EDataType ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//List"> <eTypeArguments eClassifier="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eGenericType> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="uri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Open Graph URL of the Profile"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PersonLike" abstract="true" interface="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="firstName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="First Name of Profile"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Last Name of Profile"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="username" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Username of Profile, if applicable"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gender" eType="ecore:EEnum ../../../../../../../org.soluvas.commons/src/main/resources/org/soluvas/commons/commons.ecore#//Gender"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/soluvas/soluvas-framework/social/src/main/resources/org/soluvas/social/social.ecore
ecore
social Target targetType title images uri typeName PersonLike firstName lastName username gender
null
{"directed":true,"nodes":[{"nsPrefix":"social","nsURI":"http://www.soluvas.org/schema/social/1.0","name":"social","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Target","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PersonLike","instanceClass":null,"abstract":true,"id":2,"interface":true,"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":"targetType","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":"title","changeable":true,"lowerBound":0,"iD":false,"id":4,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"images","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"uri","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"typeName","changeable":true,"lowerBound":0,"iD":false,"id":7,"derived":false},{"id":8,"eClass":"EGenericType"},{"id":9,"eClass":"EGenericType"},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"firstName","changeable":true,"lowerBound":0,"iD":false,"id":16,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastName","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":"username","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"gender","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":3,"target":10},{"source":3,"target":1},{"source":4,"target":11},{"source":4,"target":1},{"source":5,"target":12},{"source":5,"target":1},{"source":12,"target":13},{"source":6,"target":14},{"source":6,"target":1},{"source":7,"target":15},{"source":7,"target":1},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":16,"target":20},{"source":16,"target":2},{"source":17,"target":21},{"source":17,"target":2},{"source":18,"target":22},{"source":18,"target":2},{"source":19,"target":23},{"source":19,"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="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/niconistal/FLABot/org.isistan.flabot.launcher/bin/org/isistan/flabot/launcher/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}
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="KAOSModel" nsURI="dsl.kaos" nsPrefix="dsl.kaos"> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//OperationNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="produces" lowerBound="1" upperBound="-1" eType="#//Event"/> <eStructuralFeatures xsi:type="ecore:EReference" name="output" lowerBound="1" upperBound="-1" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operationalize" lowerBound="1" upperBound="-1" eType="#//Requirement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="input" lowerBound="1" upperBound="-1" eType="#//Entity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KAOS"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="linkedBy" upperBound="-1" eType="#//Link" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="consistsOf" upperBound="-1" eType="#//Nodes" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Link" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Nodes" 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="OperationNode" eSuperTypes="#//Nodes"/> <eClassifiers xsi:type="ecore:EClass" name="Event" eSuperTypes="#//OperationNode"/> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//Object"> <eStructuralFeatures xsi:type="ecore:EReference" name="composition" upperBound="-1" eType="#//Entity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Object" abstract="true" eSuperTypes="#//Nodes"/> <eClassifiers xsi:type="ecore:EClass" name="Associations" eSuperTypes="#//Object"/> <eClassifiers xsi:type="ecore:EClass" name="Agent" abstract="true" eSuperTypes="#//Object"> <eStructuralFeatures xsi:type="ecore:EReference" name="performs" upperBound="-1" eType="#//Operation"/> <eStructuralFeatures xsi:type="ecore:EReference" name="composition" upperBound="-1" eType="#//Agent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SoftwareAgent" eSuperTypes="#//Agent"> <eStructuralFeatures xsi:type="ecore:EReference" name="responsibleFor" upperBound="-1" eType="#//Requirement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EnvironmentAgent" eSuperTypes="#//Agent"/> <eClassifiers xsi:type="ecore:EClass" name="RefinableNode" abstract="true" eSuperTypes="#//Nodes"> <eStructuralFeatures xsi:type="ecore:EReference" name="refinedBy" upperBound="-1" eType="#//Refinement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Obstacle" eSuperTypes="#//RefinableNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="obstruct" upperBound="-1" eType="#//Goal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Goal" eSuperTypes="#//RefinableNode"> <eStructuralFeatures xsi:type="ecore:EReference" name="resolve" upperBound="-1" eType="#//Obstacle"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conflicts" upperBound="-1" eType="#//Goal"/> <eStructuralFeatures xsi:type="ecore:EReference" name="concerns" upperBound="-1" eType="#//Object"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssignmentLink" eSuperTypes="#//Link"> <eStructuralFeatures xsi:type="ecore:EReference" name="assignsGoalTo" lowerBound="1" upperBound="-1" eType="#//Agent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConflictLink" eSuperTypes="#//Link"/> <eClassifiers xsi:type="ecore:EClass" name="ObstructionLink" eSuperTypes="#//Link"> <eStructuralFeatures xsi:type="ecore:EReference" name="relateKGoalTo" lowerBound="1" upperBound="-1" eType="#//Obstacle"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputLink" eSuperTypes="#//Link"/> <eClassifiers xsi:type="ecore:EClass" name="Expectation" eSuperTypes="#//Goal"> <eStructuralFeatures xsi:type="ecore:EReference" name="assignedTo" upperBound="-1" eType="#//EnvironmentAgent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputLink" eSuperTypes="#//Link"> <eStructuralFeatures xsi:type="ecore:EReference" name="objectInputOn" lowerBound="1" upperBound="-1" eType="#//Operation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Refinement" eSuperTypes="#//Link"> <eStructuralFeatures xsi:type="ecore:EReference" name="refines" eType="#//RefinableNode"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndRefinement" eSuperTypes="#//Refinement"/> <eClassifiers xsi:type="ecore:EClass" name="OrRefinement" eSuperTypes="#//Refinement"/> <eClassifiers xsi:type="ecore:EClass" name="DomainProperty" eSuperTypes="#//Goal"> <eStructuralFeatures xsi:type="ecore:EReference" name="usedIn" upperBound="-1" eType="#//Refinement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Requirement" eSuperTypes="#//Goal"/> <eClassifiers xsi:type="ecore:EClass" name="OperacionalizationLink" eSuperTypes="#//Link"> <eStructuralFeatures xsi:type="ecore:EReference" name="relateOperationTo" lowerBound="1" upperBound="-1" eType="#//Requirement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DomainHypothesis" eSuperTypes="#//DomainProperty"/> <eClassifiers xsi:type="ecore:EClass" name="DomainInvariant" eSuperTypes="#//DomainProperty"/> <eClassifiers xsi:type="ecore:EClass" name="ResolutionLink" eSuperTypes="#//Link"> <eStructuralFeatures xsi:type="ecore:EReference" name="assignObstacleTo" lowerBound="1" upperBound="-1" eType="#//Requirement"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ResponsabilityLink" eSuperTypes="#//Link"> <eStructuralFeatures xsi:type="ecore:EReference" name="assignAgentTo" lowerBound="1" upperBound="-1" eType="#//Requirement"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/eduardoafs/mkaos/Kaos/model/kaos.ecore
ecore
KAOSModel Operation produces output operationalize input KAOS name linkedBy consistsOf Link name Nodes name OperationNode Event Entity composition Object Associations Agent performs composition SoftwareAgent responsibleFor EnvironmentAgent RefinableNode refinedBy Obstacle obstruct Goal resolve conflicts concerns AssignmentLink assignsGoalTo ConflictLink ObstructionLink relateKGoalTo OutputLink Expectation assignedTo InputLink objectInputOn Refinement refines AndRefinement OrRefinement DomainProperty usedIn Requirement OperacionalizationLink relateOperationTo DomainHypothesis DomainInvariant ResolutionLink assignObstacleTo ResponsabilityLink assignAgentTo
null
{"directed":true,"nodes":[{"nsPrefix":"dsl.kaos","nsURI":"dsl.kaos","name":"KAOSModel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KAOS","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Link","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nodes","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperationNode","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Event","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Object","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Associations","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Agent","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SoftwareAgent","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EnvironmentAgent","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RefinableNode","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Obstacle","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Goal","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssignmentLink","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConflictLink","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObstructionLink","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputLink","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expectation","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputLink","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Refinement","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndRefinement","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrRefinement","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainProperty","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Requirement","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OperacionalizationLink","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainHypothesis","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DomainInvariant","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResolutionLink","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ResponsabilityLink","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"produces","changeable":true,"resolveProxies":true,"lowerBound":1,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"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":"operationalize","changeable":true,"resolveProxies":true,"lowerBound":1,"id":34,"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":"input","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"linkedBy","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":"consistsOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":43,"derived":false},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"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},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"composition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"container":false,"ordered":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":58,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"composition","changeable":true,"resolveProxies":true,"lowerBound":0,"id":59,"derived":false},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"responsibleFor","changeable":true,"resolveProxies":true,"lowerBound":0,"id":63,"derived":false},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refinedBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"obstruct","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"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":false,"unsettable":false,"transient":false,"unique":true,"name":"resolve","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":false,"unsettable":false,"transient":false,"unique":true,"name":"conflicts","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":false,"unsettable":false,"transient":false,"unique":true,"name":"concerns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignsGoalTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relateKGoalTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignedTo","changeable":true,"resolveProxies":true,"lowerBound":0,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"objectInputOn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"refines","changeable":true,"resolveProxies":true,"lowerBound":0,"id":94,"derived":false},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"usedIn","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"relateOperationTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":103,"derived":false},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"id":107,"eClass":"EGenericType"},{"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":"assignObstacleTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"assignAgentTo","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":0,"target":11},{"source":0,"target":12},{"source":0,"target":13},{"source":0,"target":14},{"source":0,"target":15},{"source":0,"target":16},{"source":0,"target":17},{"source":0,"target":18},{"source":0,"target":19},{"source":0,"target":20},{"source":0,"target":21},{"source":0,"target":22},{"source":0,"target":23},{"source":0,"target":24},{"source":0,"target":25},{"source":0,"target":26},{"source":0,"target":27},{"source":0,"target":28},{"source":0,"target":29},{"source":0,"target":30},{"source":0,"target":31},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":32},{"source":1,"target":33},{"source":1,"target":34},{"source":1,"target":35},{"source":1,"target":36},{"source":32,"target":6},{"source":32,"target":37},{"source":32,"target":1},{"source":37,"target":6},{"source":33,"target":7},{"source":33,"target":38},{"source":33,"target":1},{"source":38,"target":7},{"source":34,"target":26},{"source":34,"target":39},{"source":34,"target":1},{"source":39,"target":26},{"source":35,"target":7},{"source":35,"target":40},{"source":35,"target":1},{"source":40,"target":7},{"source":36,"target":5},{"source":2,"target":0},{"source":2,"target":41},{"source":2,"target":42},{"source":2,"target":43},{"source":41,"target":44},{"source":41,"target":2},{"source":42,"target":3},{"source":42,"target":45},{"source":42,"target":2},{"source":45,"target":3},{"source":43,"target":4},{"source":43,"target":46},{"source":43,"target":2},{"source":46,"target":4},{"source":3,"target":0},{"source":3,"target":47},{"source":47,"target":48},{"source":47,"target":3},{"source":4,"target":0},{"source":4,"target":49},{"source":49,"target":50},{"source":49,"target":4},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":51},{"source":51,"target":4},{"source":6,"target":0},{"source":6,"target":5},{"source":6,"target":52},{"source":52,"target":5},{"source":7,"target":0},{"source":7,"target":8},{"source":7,"target":53},{"source":7,"target":54},{"source":53,"target":7},{"source":53,"target":55},{"source":53,"target":7},{"source":55,"target":7},{"source":54,"target":8},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":56},{"source":56,"target":4},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":57},{"source":57,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":58},{"source":10,"target":59},{"source":10,"target":60},{"source":58,"target":1},{"source":58,"target":61},{"source":58,"target":10},{"source":61,"target":1},{"source":59,"target":10},{"source":59,"target":62},{"source":59,"target":10},{"source":62,"target":10},{"source":60,"target":8},{"source":11,"target":0},{"source":11,"target":10},{"source":11,"target":63},{"source":11,"target":64},{"source":63,"target":26},{"source":63,"target":65},{"source":63,"target":11},{"source":65,"target":26},{"source":64,"target":10},{"source":12,"target":0},{"source":12,"target":10},{"source":12,"target":66},{"source":66,"target":10},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":67},{"source":13,"target":68},{"source":67,"target":22},{"source":67,"target":69},{"source":67,"target":13},{"source":69,"target":22},{"source":68,"target":4},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":70},{"source":14,"target":71},{"source":70,"target":15},{"source":70,"target":72},{"source":70,"target":14},{"source":72,"target":15},{"source":71,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":73},{"source":15,"target":74},{"source":15,"target":75},{"source":15,"target":76},{"source":73,"target":14},{"source":73,"target":77},{"source":73,"target":15},{"source":77,"target":14},{"source":74,"target":15},{"source":74,"target":78},{"source":74,"target":15},{"source":78,"target":15},{"source":75,"target":8},{"source":75,"target":79},{"source":75,"target":15},{"source":79,"target":8},{"source":76,"target":13},{"source":16,"target":0},{"source":16,"target":3},{"source":16,"target":80},{"source":16,"target":81},{"source":80,"target":10},{"source":80,"target":82},{"source":80,"target":16},{"source":82,"target":10},{"source":81,"target":3},{"source":17,"target":0},{"source":17,"target":3},{"source":17,"target":83},{"source":83,"target":3},{"source":18,"target":0},{"source":18,"target":3},{"source":18,"target":84},{"source":18,"target":85},{"source":84,"target":14},{"source":84,"target":86},{"source":84,"target":18},{"source":86,"target":14},{"source":85,"target":3},{"source":19,"target":0},{"source":19,"target":3},{"source":19,"target":87},{"source":87,"target":3},{"source":20,"target":0},{"source":20,"target":15},{"source":20,"target":88},{"source":20,"target":89},{"source":88,"target":12},{"source":88,"target":90},{"source":88,"target":20},{"source":90,"target":12},{"source":89,"target":15},{"source":21,"target":0},{"source":21,"target":3},{"source":21,"target":91},{"source":21,"target":92},{"source":91,"target":1},{"source":91,"target":93},{"source":91,"target":21},{"source":93,"target":1},{"source":92,"target":3},{"source":22,"target":0},{"source":22,"target":3},{"source":22,"target":94},{"source":22,"target":95},{"source":94,"target":13},{"source":94,"target":96},{"source":94,"target":22},{"source":96,"target":13},{"source":95,"target":3},{"source":23,"target":0},{"source":23,"target":22},{"source":23,"target":97},{"source":97,"target":22},{"source":24,"target":0},{"source":24,"target":22},{"source":24,"target":98},{"source":98,"target":22},{"source":25,"target":0},{"source":25,"target":15},{"source":25,"target":99},{"source":25,"target":100},{"source":99,"target":22},{"source":99,"target":101},{"source":99,"target":25},{"source":101,"target":22},{"source":100,"target":15},{"source":26,"target":0},{"source":26,"target":15},{"source":26,"target":102},{"source":102,"target":15},{"source":27,"target":0},{"source":27,"target":3},{"source":27,"target":103},{"source":27,"target":104},{"source":103,"target":26},{"source":103,"target":105},{"source":103,"target":27},{"source":105,"target":26},{"source":104,"target":3},{"source":28,"target":0},{"source":28,"target":25},{"source":28,"target":106},{"source":106,"target":25},{"source":29,"target":0},{"source":29,"target":25},{"source":29,"target":107},{"source":107,"target":25},{"source":30,"target":0},{"source":30,"target":3},{"source":30,"target":108},{"source":30,"target":109},{"source":108,"target":26},{"source":108,"target":110},{"source":108,"target":30},{"source":110,"target":26},{"source":109,"target":3},{"source":31,"target":0},{"source":31,"target":3},{"source":31,"target":111},{"source":31,"target":112},{"source":111,"target":26},{"source":111,"target":113},{"source":111,"target":31},{"source":113,"target":26},{"source":112,"target":3}],"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="gsr" nsURI="http://www.isotc211.org/2005/gsr" nsPrefix="gsr"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="Geographic Spatial Referencing (GSR) extensible markup language is a component of the XML Schema Implementation of Geographic Information Metadata documented in ISO/TS 19139:2007. GSR includes all the definitions of http://www.isotc211.org/2005/gsr namespace. The root document of this namespace is the file gsr.xsd. This spatialReferencing.xsd schema contains the implementation of SC_CRS. The encoding of this class is mapped to an ISO 19136 XML type.&#xD;&#xA;Geographic Spatial Referencing (GSR) extensible markup language is a component of the XML Schema Implementation of Geographic Information Metadata documented in ISO/TS 19139:2007. GSR includes all the definitions of http://www.isotc211.org/2005/gsr namespace. The root document of this namespace is the file gsr.xsd.&#xD;&#xA;See ISO/DIS 19136 8.2.&#xA;W3C XML Schema provides a set of built-in &quot;simple&quot; types which define methods for representing values as literals without internal markup. These are described in W3C XML Schema Part 2:2001. Because GML is an XML encoding in which instances are described using XML Schema, these simple types shall be used as far as possible and practical for the representation of data types. W3C XML Schema also provides methods for defining &#xA;-&#x9;new simple types by restriction and combination of the built-in types, and &#xA;-&#x9;complex types, with simple content, but which also have XML attributes. &#xA;In many places where a suitable built-in simple type is not available, simple content types derived using the XML Schema mechanisms are used for the representation of data types in GML. &#xA;A set of these simple content types that are required by several GML components are defined in the basicTypes schema, as well as some elements based on them. These are primarily based around components needed to record amounts, counts, flags and terms, together with support for exceptions or null values.&#xA;&#xA;GML is an OGC Standard.&#xA;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;&#xA;&#x9;&#x9;&#x9;GML is an OGC Standard.&#xA;&#x9;&#x9;&#x9;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;&#x9;&#x9;&#x9;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;See ISO/DIS 19136 15.6.&#xA;A number of types and relationships are defined to represent the time-varying properties of geographic features. &#xA;In a comprehensive treatment of spatiotemporal modeling, Langran (see Bibliography) distinguished three principal temporal entities: states, events, and evidence; the schema specified in the following Subclauses incorporates elements for each.&#xA;&#xA;GML is an OGC Standard.&#xA;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;See ISO/DIS 19136 Clause 14.&#xA;Topology is the branch of mathematics describing the properties of objects which are invariant under continuous deformation. For example, a circle is topologically equivalent to an ellipse because one can be transformed into the other by stretching. In geographic modelling, the foremost use of topology is in accelerating computational geometry. The constructs of topology allow characterisation of the spatial relationships between objects using simple combinatorial or algebraic algorithms. Topology, realised by the appropriate geometry, also allows a compact and unambiguous mechanism for expressing shared geometry among geographic features.&#xA;There are four instantiable classes of primitive topology objects, one for each dimension up to 3D. In addition, topological complexes are supported, too. &#xA;There is strong symmetry in the (topological boundary and coboundary) relationships between topology primitives of adjacent dimensions. Topology primitives are bounded by directed primitives of one lower dimension. The coboundary of each topology primitive is formed from directed topology primitives of one higher dimension.&#xA;&#xA;GML is an OGC Standard.&#xA;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;See ISO/DIS 19136 20.3.&#xA;A coverage incorporates a mapping from a spatiotemporal domain to a range set, the latter providing the set in which the attribute values live. The range set may be an arbitrary set including discrete lists, integer or floating point ranges, and multi-dimensional vector spaces.&#xA;A coverage can be viewed as the graph of the coverage function f:A &#xe0; B, that is as the set of ordered pairs {(x, f(x)) | where x is in A}. This view is especially applicable to the GML encoding of a coverage. In the case of a discrete coverage, the domain set A is partitioned into a collection of subsets (typically a disjoint collection) A = UAi and the function f is constant on each Ai. For a spatial domain, the Ai are geometry elements, hence the coverage can be viewed as a collection of (geometry,value) pairs, where the value is an element of the range set. If the spatial domain A is a topological space then the coverage can be viewed as a collection of (topology,value) pairs, where the topology element in the pair is a topological n-chain (in GML terms this is a gml:TopoPoint, gml:TopoCurve, gml:TopoSurface or gml:TopoSolid). &#xA;A coverage is implemented as a GML feature. We can thus speak of a &quot;temperature distribution feature&quot;, or a &quot;remotely sensed image feature&quot;, or a &quot;soil distribution feature&quot;.&#xA;As is the case for any GML object, a coverage object may also be the value of a property of a feature.&#xA;&#xA;GML is an OGC Standard.&#xA;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;See ISO/DIS 19136 13.3.&#xA;The spatial-temporal coordinate reference systems schema components are divided into two logical parts. One part defines elements and types for XML encoding of abstract coordinate reference systems definitions. The larger part defines specialized constructs for XML encoding of definitions of the multiple concrete types of spatial-temporal coordinate reference systems.&#xA;These schema components encode the Coordinate Reference System packages of the UML Models of ISO 19111 Clause 8 and ISO/DIS 19136 D.3.10, with the exception of the abstract &quot;SC_CRS&quot; class.&#xA;&#xA;GML is an OGC Standard.&#xA;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;See ISO/DIS 19136 Clause 19.&#xA;A GML observation models the act of observing, often with a camera, a person or some form of instrument. An observation feature describes the &quot;metadata&quot; associated with an information capture event, together with a value for the result of the observation. This covers a broad range of cases, from a tourist photo (not the photo but the act of taking the photo), to images acquired by space borne sensors or the measurement of a temperature 5 meters below the surfaces of a lake.&#xA;The basic structures introduced in this schema are intended to serve as the foundation for more comprehensive schemas for scientific, technical and engineering measurement schemas.&#xA;&#xA;GML is an OGC Standard.&#xA;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;See ISO/DIS 19136 15.5.&#xA;A value in the time domain is measured relative to a temporal reference system. Common types of reference systems include calendars, ordinal temporal reference systems, and temporal coordinate systems (time elapsed since some epoch). The primary temporal reference system for use with geographic information is the Gregorian Calendar and 24 hour local or Coordinated Universal Time (UTC), but special applications may entail the use of alternative reference systems. The Julian day numbering system is a temporal coordinate system that has an origin earlier than any known calendar, at noon on 1 January 4713 BC in the Julian proleptic calendar, and is useful in transformations between dates in different calendars. &#xA;In GML seven concrete elements are used to describe temporal reference systems: gml:TimeReferenceSystem, gml:TimeCoordinateSystem, gml:TimeCalendar, gml:TimeCalendarEra, gml:TimeClock, gml:TimeOrdinalReferenceSystem, and gml:TimeOrdinalEra.&#xA;&#xA;GML is an OGC Standard.&#xA;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;All global schema components that are part of the GML schema, but were deprecated. See Annex I.&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;GML is an OGC Standard.&#xA;&#x9;&#x9;&#x9;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;&#x9;&#x9;&#x9;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;See ISO/DIS 19136 15.3.&#xA;Temporal topology is described in terms of time complexes, nodes, and edges, and the connectivity between these. Temporal topology does not directly provide information about temporal position. It is used in the case of describing a lineage or a history (e.g. a family tree expressing evolution of species, an ecological cycle, a lineage of lands or buildings, or a history of separation and merger of administrative boundaries). The following Subclauses specifies the temporal topology as temporal characteristics of features in compliance with ISO 19108.&#xA;&#xA;GML is an OGC Standard.&#xA;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;See ISO/DIS 19136 Clause 16.&#xA;Many applications require definitions of terms which are used within instance documents as the values of certain properties or as reference information to tie properties to standard information values in some way. Units of measure and descriptions of measurable phenomena are two particular examples. &#xA;It will often be convenient to use definitions provided by external authorities. These may already be packaged for delivery in various ways, both online and offline. In order that they may be referred to from GML documents it is generally necessary that a URI be available for each definition. Where this is the case then it is usually preferable to refer to these directly. &#xA;Alternatively, it may be convenient or necessary to capture definitions in XML, either embedded within an instance document containing features or as a separate document. The definitions may be transcriptions from an external source, or may be new definitions for a local purpose. In order to support this case, some simple components are provided in GML in the form of &#xA;-&#x9;a generic gml:Definition, which may serve as the basis for more specialized definitions&#xA;-&#x9;a generic gml:Dictionary, which allows a set of definitions or references to definitions to be collected &#xA;These components may be used directly, but also serve as the basis for more specialised definition elements in GML, in particular: coordinate operations, coordinate reference systems, datums, temporal reference systems, and units of measure. &#xA;Note that the GML definition and dictionary components implement a simple nested hierarchy of definitions with identifiers. The latter provide handles which may be used in the description of more complex relationships between terms. However, the GML dictionary components are not intended to provide direct support for complex taxonomies, ontologies or thesauri. Specialised XML tools are available to satisfy the more sophisticated requirements.&#xA;&#xA;GML is an OGC Standard.&#xA;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;See ISO/DIS 19136 7.2.&#xA;The gmlBase schema components establish the GML model and syntax, in particular&#xA;-&#x9;a root XML type from which XML types for all GML objects should be derived,&#xA;-&#x9;a pattern and components for GML properties,&#xA;-&#x9;patterns for collections and arrays, and components for generic collections and arrays,&#xA;-&#x9;components for associating metadata with GML objects,&#xA;-&#x9;components for constructing definitions and dictionaries.&#xA;&#xA;GML is an OGC Standard.&#xA;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;See ISO/DIS 19136 15.2.&#xA;The GML temporal schemas include components for describing temporal geometry and topology, temporal reference systems, and the temporal characteristics of geographic data. The model underlying the representation constitutes a profile of the conceptual schema described in ISO 19108. The underlying spatiotemporal model strives to accommodate both feature-level and attribute-level time stamping; basic support for tracking moving objects is also included. &#xA;Time is measured on two types of scales: interval and ordinal. An interval scale offers a basis for measuring duration, an ordinal scale provides information only about relative position in time.&#xA;Two other ISO standards are relevant to describing temporal objects: ISO 8601 describes encodings for time instants and time periods, as text strings with particular structure and punctuation; ISO 11404 provides a detailed description of time intervals as part of a general discussion of language independent datatypes. &#xA;The temporal schemas cover two interrelated topics and provide basic schema components for representing temporal instants and periods, temporal topology, and reference systems; more specialized schema components defines components used for dynamic features. Instances of temporal geometric types are used as values for the temporal properties of geographic features.&#xA;&#xA;GML is an OGC Standard.&#xA;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;See ISO/DIS 19136 Clause 9.&#xA;A GML feature is a (representation of a) identifiable real-world object in a selected domain of discourse. The feature schema provides a framework for the creation of GML features and feature collections.&#xA;&#xA;GML is an OGC Standard.&#xA;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;See ISO/DIS 19136 Clause 18.&#xA;The direction schema components provide the GML Application Schema developer with a standard property element to describe direction, and associated objects that may be used to express orientation, direction, heading, bearing or other directional aspects of geographic features.&#xA;&#xA;GML is an OGC Standard.&#xA;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;See ISO/DIS 19136 17.5.&#xA;The elements declared in this Clause build on other GML schema components, in particular gml:AbstractTimeObject, gml:AbstractGeometry, and the following types: gml:MeasureType, gml:MeasureListType, gml:CodeType, gml:CodeOrNilReasonListType, gml:BooleanOrNilReasonListType, gml:IntegerOrNilReasonList. &#xA;Of particular interest are elements that are the heads of substitution groups, and one named choice group. These are the primary reasons for the value objects schema, since they may act as variables in the definition of content models, such as Observations, when it is desired to permit alternative value types to occur some of which may have complex content such as arrays, geometry and time objects, and where it is useful not to prescribe the actual value type in advance. The members of the groups include quantities, category classifications, boolean, count, temporal and spatial values, and aggregates of these. &#xA;The value objects are defined in a hierarchy. The following relationships are defined:&#xA;-&#x9;Concrete elements gml:Quantity, gml:Category, gml:Count and gml:Boolean are substitutable for the abstract element gml:AbstractScalarValue. &#xA;-&#x9;Concrete elements gml:QuantityList, gml:CategoryList, gml:CountList and gml:BooleanList are substitutable for the abstract element gml:AbstractScalarValueList. &#xA;-&#x9;Concrete element gml:ValueArray is substitutable for the concrete element gml:CompositeValue. &#xA;-&#x9;Abstract elements gml:AbstractScalarValue and gml:AbstractScalarValueList, and concrete elements gml:CompositeValue, gml:ValueExtent, gml:CategoryExtent, gml:CountExtent and gml:QuantityExtent are substitutable for abstract element gml:AbstractValue. &#xA;-&#x9;Abstract elements gml:AbstractValue, gml:AbstractTimeObject and gml:AbstractGeometry are all in a choice group named gml:Value, which is used for compositing in gml:CompositeValue and gml:ValueExtent. &#xA;-&#x9;Schemas which need values may use the abstract element gml:AbstractValue in a content model in order to permit any of the gml:AbstractScalarValues, gml:AbstractScalarValueLists, gml:CompositeValue or gml:ValueExtent to occur in an instance, or the named group gml:Value to also permit gml:AbstractTimeObjects, gml:AbstractGeometrys.&#xA;&#xA;GML is an OGC Standard.&#xA;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;See ISO/DIS 19136 Clause 10.&#xA;Any geometry element that inherits the semantics of AbstractGeometryType may be viewed as a set of direct positions. &#xA;All of the classes derived from AbstractGeometryType inherit an optional association to a coordinate reference system. All direct positions shall directly or indirectly be associated with a coordinate reference system. When geometry elements are aggregated in another geometry element (such as a MultiGeometry or GeometricComplex), which already has a coordinate reference system specified, then these elements are assumed to be in that same coordinate reference system unless otherwise specified.&#xA;The geometry model distinguishes geometric primitives, aggregates and complexes. &#xA;Geometric primitives, i.e. instances of a subtype of AbstractGeometricPrimitiveType, will be open, that is, they will not contain their boundary points; curves will not contain their end points, surfaces will not contain their boundary curves, and solids will not contain their bounding surfaces.&#xA;&#xA;GML is an OGC Standard.&#xA;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;See ISO/DIS 19136 13.4.&#xA;The coordinate systems schema components can be divded into three logical parts, which define elements and types for XML encoding of the definitions of:&#xA;-&#x9;Coordinate system axes&#xA;-&#x9;Abstract coordinate system&#xA;-&#x9;Multiple concrete types of spatial-temporal coordinate systems&#xA;These schema components encode the Coordinate System packages of the UML Models of ISO 19111 Clause 9 and ISO/DIS 19136 D.3.10.&#xA;&#xA;GML is an OGC Standard.&#xA;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;See ISO/DIS 19136 13.5&#xA;The datums schema components can be divided into three logical parts, which define elements and types for XML encoding of the definitions of:&#xA;-&#x9;Abstract datum&#xA;-&#x9;Geodetic datums, including ellipsoid and prime meridian&#xA;-&#x9;Multiple other concrete types of spatial or temporal datums&#xA;These schema components encode the Datum packages of the UML Models of ISO 19111 Clause 10 and ISO/DIS 19136 D.3.10.&#xA;&#xA;GML is an OGC Standard.&#xA;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;See ISO/DIS 19136 13.6.&#xA;The spatial or temporal coordinate operations schema components can be divided into five logical parts, which define elements and types for XML encoding of the definitions of:&#xA;-&#x9;Multiple abstract coordinate operations&#xA;-&#x9;Multiple concrete types of coordinate operations, including Transformations and Conversions&#xA;-&#x9;Abstract and concrete parameter values and groups&#xA;-&#x9;Operation methods&#xA;-&#x9;Abstract and concrete operation parameters and groups&#xA;These schema component encodes the Coordinate Operation package of the UML Model for ISO 19111 Clause 11.&#xA;&#xA;GML is an OGC Standard.&#xA;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;See ISO/DIS 19136 13.2.&#xA;The reference systems schema components have two logical parts, which define elements and types for XML encoding of the definitions of:&#xA;-&#x9;Identified Object, inherited by the ten types of GML objects used for coordinate reference systems and coordinate operations&#xA;-&#x9;High-level part of the definitions of coordinate reference systems&#xA;This schema encodes the Identified Object and Reference System packages of the UML Model for ISO 19111.&#xA;&#xA;GML is an OGC Standard.&#xA;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;See ISO/DIS 19136 17.3.&#xA;gml:MeasureType is defined in the basicTypes schema. The measure types defined here correspond with a set of convenience measure types described in ISO/TS 19103. The XML implementation is based on the XML Schema simple type &quot;double&quot; which supports both decimal and scientific notation, and includes an XML attribute &quot;uom&quot; which refers to the units of measure for the value. Note that, there is no requirement to store values using any particular format, and applications receiving elements of this type may choose to coerce the data to any other type as convenient.&#xA;&#xA;GML is an OGC Standard.&#xA;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;See ISO/DIS 17.2.&#xA;Several GML Schema components concern or require a reference scale or units of measure. Units are required for quantities that may occur as values of properties of feature types, as the results of observations, in the range parameters of a coverage, and for measures used in Coordinate Reference System definitions. &#xA;The basic unit definition is an extension of the general gml:Definition element defined in 16.2.1. Three specialized elements for unit definition are further derived from this. &#xA;This model is based on the SI system of units [ISO 1000], which distinguishes between Base Units and Derived Units. &#xA;-&#x9;Base Units are the preferred units for a set of orthogonal fundamental quantities which define the particular system of units, which may not be derived by combination of other base units. &#xA;-&#x9;Derived Units are the preferred units for other quantities in the system, which may be defined by algebraic combination of the base units. &#xA;In some application areas Conventional units are used, which may be converted to the preferred units using a scaling factor or a formula which defines a re-scaling and offset. The set of preferred units for all physical quantity types in a particular system of units is composed of the union of its base units and derived units. &#xA;Unit definitions are substitutable for the gml:Definition element declared as part of the dictionary model. A dictionary that contains only unit definitions and references to unit definitions is a units dictionary.&#xA;&#xA;GML is an OGC Standard.&#xA;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;See ISO/DIS 19136 20.2.&#xA;An implicit description of geometry is one in which the items of the geometry do not explicitly appear in the encoding. Instead, a compact notation records a set of parameters, and a set of objects may be generated using a rule with these parameters. This Clause provides grid geometries that are used in the description of gridded coverages and other applications.&#xA;In GML two grid structures are defined, namely gml:Grid and gml:RectifiedGrid.&#xA;&#xA;GML is an OGC Standard.&#xA;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;See ISO/DIS 19136 12.3.&#xA;Geometric aggregates (i.e. instances of a subtype of gml:AbstractGeometricAggregateType) are arbitrary aggregations of geometry elements. They are not assumed to have any additional internal structure and are used to &quot;collect&quot; pieces of geometry of a specified type. Application schemas may use aggregates for features that use multiple geometric objects in their representations.&#xA;&#xA;GML is an OGC Standard.&#xA;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;See ISO/DIS 19136 Clause 11.&#xA;Beside the &quot;simple&quot; geometric primitives specified in the previous Clause, this Clause specifies additional primitives to describe real world situations which require a more expressive geometry model.&#xA;&#xA;GML is an OGC Standard.&#xA;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;See ISO/DIS 19136 12.2.&#xA;Geometric complexes (i.e. instances of gml:GeometricComplexType) are closed collections of geometric primitives, i.e. they will contain their boundaries. &#xA;A geometric complex (gml:GeometricComplex) is defined by ISO 19107:2003, 6.6.1 as &quot;a set of primitive geometric objects (in a common coordinate system) whose interiors are disjoint. Further, if a primitive is in a geometric complex, then there exists a set of primitives in that complex whose point-wise union is the boundary of this first primitive.&quot;&#xA;A geometric composite (gml:CompositeCurve, gml:CompositeSurface and gml:CompositeSolid) represents a geometric complex with an underlying core geometry that is isomorphic to a primitive, i.e. it can be viewed as a primitive and as a complex. See ISO 19107:2003, 6.1 and 6.6.3 for more details on the nature of composite geometries.&#xA;Geometric complexes and composites are intended to be used in application schemas where the sharing of geometry is important.&#xA;&#xA;GML is an OGC Standard.&#xA;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#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>&#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; &#xD;&#xA;See ISO/DIS 19136 Clause 10.&#xA;&#x9;&#x9;&#x9;&#xA;&#x9;&#x9;&#x9;GML is an OGC Standard.&#xA;&#x9;&#x9;&#x9;Copyright (c) 2007,2010 Open Geospatial Consortium.&#xA;&#x9;&#x9;&#x9;To obtain additional rights of use, visit http://www.opengeospatial.org/legal/ .&#xA;&#x9;&#x9;&#xD;&#xA;Geographic COmmon (GCO) extensible markup language is a component of the XML Schema Implementation of Geographic&#xA;Information Metadata documented in ISO/TS 19139:2007. GCO includes all the definitions of http://www.isotc211.org/2005/gco namespace. The root document of this namespace is the file gco.xsd. This gcoBase.xsd schema provides:&#xA;&#x9;&#x9;1. tools to handle specific objects like &quot;code lists&quot; and &quot;record&quot;;&#xA;&#x9;&#x9;2. Some XML types representing that do not follow the general encoding rules.&#xD;&#xA;Geographic COmmon (GCO) extensible markup language is a component of the XML Schema Implementation of Geographic Information Metadata documented in ISO/TS 19139:2007. GCO includes all the definitions of http://www.isotc211.org/2005/gco namespace. The root document of this namespace is the file gco.xsd.&#xD;&#xA;Geographic COmmon (GCO) extensible markup language is a component of the XML Schema Implementation of Geographic&#xA;Information Metadata documented in ISO/TS 19139:2007. GCO includes all the definitions of http://www.isotc211.org/2005/gco namespace. The root document of this namespace is the file gco.xsd. This basicTypes.xsd schema implements concepts from the &quot;basic types&quot; package of ISO/TS 19103."/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:basicTypes:3.2.1"> <details key="appinfo" value="basicTypes.xsd"/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:gml:3.2.1"> <details key="appinfo" value="gml.xsd"/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:dynamicFeature:3.2.1"> <details key="appinfo" value="dynamicFeature.xsd"/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:topology:3.2.1"> <details key="appinfo" value="topology.xsd"/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:coverage:3.2.1"> <details key="appinfo" value="coverage.xsd"/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:coordinateReferenceSystems:3.2.1"> <details key="appinfo" value="coordinateReferenceSystems.xsd"/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:observation:3.2.1"> <details key="appinfo" value="observation.xsd"/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:temporalReferenceSystems:3.2.1"> <details key="appinfo" value="temporalReferenceSystems.xsd"/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:deprecatedTypes:3.2.1"> <details key="appinfo" value="deprecatedTypes.xsd"/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:temporalTopology:3.2.1"> <details key="appinfo" value="temporalTopology.xsd"/> </eAnnotations> <eAnnotations source="urn:opengis:specification:gml:schema-xsd:dictionary:v3.2.1"> <details key="appinfo" value="dictionary.xsd"/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:gmlBase:3.2.1"> <details key="appinfo" value="gmlBase.xsd"/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:temporal:3.2.1"> <details key="appinfo" value="temporal.xsd"/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:feature:3.2.1"> <details key="appinfo" value="feature.xsd"/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:direction:3.2.1"> <details key="appinfo" value="direction.xsd"/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:valueObjects:3.2.1"> <details key="appinfo" value="valueObjects.xsd"/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:geometryBasic0d1d:3.2.1"> <details key="appinfo" value="geometryBasic0d1d.xsd"/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:coordinateSystems:3.2.1"> <details key="appinfo" value="coordinateSystems.xsd"/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:datums:3.2.1"> <details key="appinfo" value="datums.xsd"/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:coordinateOperations:3.2.1"> <details key="appinfo" value="coordinateOperations.xsd"/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:referenceSystems:3.2.1"> <details key="appinfo" value="referenceSystems.xsd"/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:measures:3.2.1"> <details key="appinfo" value="measures.xsd"/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:units:3.2.1"> <details key="appinfo" value="units.xsd"/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:grids:3.2.1"> <details key="appinfo" value="grids.xsd"/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:geometryAggregates:3.2.1"> <details key="appinfo" value="geometryAggregates.xsd"/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:geometryPrimitives:3.2.1"> <details key="appinfo" value="geometryPrimitives.xsd"/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:geometryComplexes:3.2.1"> <details key="appinfo" value="geometryComplexes.xsd"/> </eAnnotations> <eAnnotations source="urn:x-ogc:specification:gml:schema-xsd:geometryBasic2d:3.2.1"> <details key="appinfo" value="geometryBasic2d.xsd"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="SCCRSPropertyType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SC_CRS_PropertyType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="abstractCRSGroup" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFeatureMapEntry"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="gml:AbstractCRS specifies a coordinate reference system which is usually single but may be compound. This abstract complex type shall not be used, extended, or restricted, in a GML Application Schema, to define a concrete subtype with a meaning equivalent to a concrete subtype specified in this document."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="group"/> <details key="name" value="AbstractCRS:group"/> <details key="namespace" value="http://www.opengis.net/gml/3.2"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="abstractCRS" eType="ecore:EClass gml.ecore#//AbstractCRSType" 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="gml:AbstractCRS specifies a coordinate reference system which is usually single but may be compound. This abstract complex type shall not be used, extended, or restricted, in a GML Application Schema, to define a concrete subtype with a meaning equivalent to a concrete subtype specified in this document."/> </eAnnotations> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AbstractCRS"/> <details key="namespace" value="http://www.opengis.net/gml/3.2"/> <details key="group" value="http://www.opengis.net/gml/3.2#AbstractCRS:group"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="actuate" eType="ecore:EEnum xlink2009.ecore#//ActuateType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="actuate"/> <details key="namespace" value="http://www.w3.org/1999/xlink"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="arcrole" eType="ecore:EDataType xlink2009.ecore#//ArcroleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="arcrole"/> <details key="namespace" value="http://www.w3.org/1999/xlink"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="href" eType="ecore:EDataType xlink2009.ecore#//HrefType"> <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="nilReason" eType="ecore:EDataType gml.ecore#//NilReasonType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="nilReason"/> <details key="namespace" value="http://www.isotc211.org/2005/gco"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="role" eType="ecore:EDataType xlink2009.ecore#//RoleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="role"/> <details key="namespace" value="http://www.w3.org/1999/xlink"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="show" eType="ecore:EEnum xlink2009.ecore#//ShowType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="show"/> <details key="namespace" value="http://www.w3.org/1999/xlink"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType xlink2009.ecore#//TitleAttrType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="title"/> <details key="namespace" value="http://www.w3.org/1999/xlink"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EEnum xlink2009.ecore#//TypeType" defaultValueLiteral="simple" unsettable="true"> <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="uuidref" 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="uuidref"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/ISO-TC211/excel-adapter/src/iso-tc211-xml/src/model/gsr2005.ecore
ecore
gsr SCCRSPropertyType abstractCRSGroup abstractCRS actuate arcrole href nilReason role show title type simple uuidref
null
{"directed":true,"nodes":[{"nsPrefix":"gsr","nsURI":"http://www.isotc211.org/2005/gsr","name":"gsr","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SCCRSPropertyType","instanceClass":null,"abstract":false,"id":1,"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":true,"name":"abstractCRSGroup","changeable":true,"lowerBound":0,"iD":false,"id":2,"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":"abstractCRS","changeable":false,"resolveProxies":false,"lowerBound":0,"id":3,"derived":true},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"actuate","changeable":true,"lowerBound":0,"iD":false,"id":4,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"arcrole","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"href","changeable":true,"lowerBound":0,"iD":false,"id":6,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nilReason","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":"role","changeable":true,"lowerBound":0,"iD":false,"id":8,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"show","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":10,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"simple","unsettable":true,"transient":false,"unique":true,"name":"type","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":"uuidref","changeable":true,"lowerBound":0,"iD":false,"id":12,"derived":false},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"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"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"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":2,"target":13},{"source":2,"target":1},{"source":3,"target":14},{"source":3,"target":1},{"source":4,"target":15},{"source":4,"target":1},{"source":5,"target":16},{"source":5,"target":1},{"source":6,"target":17},{"source":6,"target":1},{"source":7,"target":18},{"source":7,"target":1},{"source":8,"target":19},{"source":8,"target":1},{"source":9,"target":20},{"source":9,"target":1},{"source":10,"target":21},{"source":10,"target":1},{"source":11,"target":22},{"source":11,"target":1},{"source":12,"target":23},{"source":12,"target":1}],"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="pipelineproject" nsURI="http://www.ase.it/pm" nsPrefix="pm"> <eAnnotations source="gmf"/> <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="Pipeline"> <eAnnotations source="gmf.diagram"/> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueTaskId UniqueDataflowId UniqueRuntimeInfoId UniqueSchemaId"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="UniqueTaskId" value="Tuple {&#xA;&#x9;message : String = 'Task id should be unique',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;Task.allInstances()->forAll(t1,t2|t1&lt;>t2 implies t1.id &lt;> t2.id)&#xA;}.status"/> <details key="UniqueDataflowId" value="Tuple {&#xA;&#x9;message : String = 'Dataflow id should be unique',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;DataFlow.allInstances()->forAll(d1,d2|d1&lt;>d2 implies d1.id&lt;>d2.id)&#xA;}.status"/> <details key="UniqueRuntimeInfoId" value="Tuple {&#xA;&#x9;message : String = 'Runtime info id should be unique',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;RuntimeInfo.allInstances()->forAll(r1,r2|r1&lt;>r2 implies r1.executionId &lt;> r2.executionId)&#xA;}.status"/> <details key="UniqueSchemaId" value="Tuple {&#xA;&#x9;message : String = 'Schema id should be unique',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;Schema.allInstances()->forAll(s1,s2|s1&lt;>s2 implies s1.id &lt;> s2.id)&#xA;}.status"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="tasks" lowerBound="2" upperBound="-1" eType="#//Task" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataFlows" lowerBound="1" upperBound="-1" eType="#//DataFlow" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="schema" upperBound="-1" eType="#//Schema" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outputFile" upperBound="-1" eType="#//OutputFile" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pipelineName" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Task" abstract="true"> <eAnnotations source="gmf.node"> <details key="label" value="id"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="TasksWithOneAndOnlyOneInputAndInputSchema TasksWithNoInputAndNoInputSchmea TasksWithOneOrMoreInputAndInputSchema TasksWithInputShouldHaveConsistentSchemas TasksWithNoOutputAndNoOutputSchema TasksWithOutput TasksWithOutputShouldHaveConsistentOutputSchemas ConsistentInputOutputFormat ConsistentFormatConversion1 ConsistentFormatConversion2 StartTimeAfterPreviousTasksEndTime DataVisualizationOutputMustContainAtLeastOneImage NotDataVisualizationOrExportShouldNotProcessImages JoinShouldHaveDataWithSameFormatInInput TasksWithSameInputAndOutputSchema TasksWithIDCopyShouldHaveSchemaWithCopiedID TasksThatDontAllowIDCopyShouldntHaveSchemaWithCopiedID"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="TasksWithOneAndOnlyOneInputAndInputSchema" value="Tuple {&#xA;&#x9;message : String = 'The task should have one and only one input dataflow and one and only one input schema',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;&#x9;(self.oclIsKindOf(DataAnalysis) or self.oclIsKindOf(DataCleaning) or self.oclIsKindOf(DataVisualization) or self.oclIsTypeOf(Export) or self.oclIsTypeOf(ProjectOnAttributes))&#xA; &#x9;&#x9;&#x9;&#x9;implies (self.input &lt;> null and self.input->size() = 1 and self.inputSchema &lt;> null and self.inputSchema->size() = 1)&#xA;}.status"/> <details key="TasksWithNoInputAndNoInputSchmea" value="Tuple {&#xA;&#x9;message : String = 'The task should have no input dataflow and no input schema',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;&#x9;self.oclIsTypeOf(DataCollection) implies (self.input->size() = 0 and self.inputSchema->size() = 0)&#xA;}.status"/> <details key="TasksWithOneOrMoreInputAndInputSchema" value="Tuple {&#xA;&#x9;message : String = 'The task should have two or more input dataflow and input schema',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;&#x9;self.oclIsTypeOf(DataIntegration) implies (self.input->size() > 1)&#xA;}.status"/> <details key="TasksWithInputShouldHaveConsistentSchemas" value="Tuple {&#xA;&#x9;message : String = 'The inputSchema should be consistent with the input dataflow schema',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;--self.input &lt;>null and self.input->size() > 0 implied by other rule&#xA;&#x9;&#x9;&#x9;(self.oclIsKindOf(DataAnalysis) or self.oclIsKindOf(DataCleaning) or self.oclIsKindOf(DataVisualization) or self.oclIsTypeOf(Export) or self.oclIsTypeOf(DataIntegration))&#xA;&#x9;&#x9;&#x9; implies (self.input.typeOfData->forAll(s| self.inputSchema->includes(s)) and self.input.typeOfData->size() = self.inputSchema->size())&#xA;}.status"/> <details key="TasksWithNoOutputAndNoOutputSchema" value="Tuple {&#xA;&#x9;message : String = 'The task should have no output dataflow and no output schema',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;&#x9;self.oclIsTypeOf(Export) implies (self.output->size() = 0 and self.outputSchema->size() = 0)&#xA;}.status"/> <details key="TasksWithOutput" value="Tuple {&#xA;&#x9;message : String = 'The task should have output dataflow and output schema',&#xA;&#x9;status : Boolean = &#x9;&#xA;&#x9;&#x9;&#x9; not self.oclIsTypeOf(Export) implies (self.output->size() > 0 and not self.outputSchema.oclIsUndefined())&#xA;}.status"/> <details key="TasksWithOutputShouldHaveConsistentOutputSchemas" value="Tuple {&#xA;&#x9;message : String = 'The outputSchema should be consistent with the output dataflow schema',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;&#x9;--self.output &lt;> null and self.output->size() > 0 &#xA;&#x9;&#x9;&#x9;(self.oclIsKindOf(DataAnalysis) or self.oclIsTypeOf(DataCollection) or self.oclIsKindOf(DataCleaning) or self.oclIsKindOf(DataVisualization) or self.oclIsTypeOf(DataIntegration))&#xA;&#x9;&#x9;&#x9;implies (self.output.typeOfData->forAll(s| s = self.outputSchema))&#xA;}.status"/> <details key="ConsistentInputOutputFormat" value="Tuple {&#xA;&#x9;message : String = 'The input/output format of dataflows to/from the task should be the same',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;&#x9;(not self.oclIsTypeOf(ChangeDataFormat)) implies &#xA;&#x9;&#x9;&#x9;&#x9;(self.output->forAll(o| self.input->forAll(i| i.format = o.format)))&#xA;}.status"/> <details key="ConsistentFormatConversion1" value="Tuple {&#xA;&#x9;message : String = 'The format conversion should make sense (i.e. input != output format)',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;&#x9;self.oclIsTypeOf(ChangeDataFormat) implies &#xA;&#x9;&#x9;&#x9;&#x9;(self.oclAsType(ChangeDataFormat)).outputFormat &lt;> (self.oclAsType(ChangeDataFormat)).inputFormat&#xA;}.status"/> <details key="ConsistentFormatConversion2" value="Tuple {&#xA;&#x9;message : String = 'The format of input/output dataflow should be consistent',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;&#x9;self.oclIsTypeOf(ChangeDataFormat) implies&#xA;&#x9;&#x9;&#x9;&#x9;(self.oclAsType(ChangeDataFormat)).output.format->forAll(f| f = (self.oclAsType(ChangeDataFormat)).outputFormat)&#xA;&#x9;&#x9;&#x9;&#x9;&#x9;and&#xA;&#x9;&#x9;&#x9;&#x9;(self.oclAsType(ChangeDataFormat)).input.format->forAll(f| f =(self.oclAsType(ChangeDataFormat)).inputFormat)&#xA;}.status"/> <details key="StartTimeAfterPreviousTasksEndTime" value="Tuple {&#xA;&#x9;message : String = 'Start time of the task should come after the End time of previous tasks',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;&#x9; self.input.from.runtimeInfo->select(r| self.runtimeInfo.startTime &lt; r.endTime)->size() = 0&#xA;}.status"/> <details key="DataVisualizationOutputMustContainAtLeastOneImage" value="Tuple {&#xA;&#x9;message : String = 'Datavisualization tasks should produce, in output, at least one image',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9; &#x9;self.oclIsKindOf(DataVisualization) implies (not self.outputSchema.oclIsUndefined() implies self.outputSchema.attributes.type->select(t|t = Type::Bitmap)->size() > 0)&#xA;}.status"/> <details key="NotDataVisualizationOrExportShouldNotProcessImages" value="Tuple {&#xA;&#x9;message : String = 'Tasks other than data visualization and export are not supposed to process images',&#xA;&#x9;status : Boolean = &#xA; &#x9;&#x9;&#x9;not (self.oclIsKindOf(DataVisualization) or self.oclIsTypeOf(Export)) implies &#xA; &#x9;&#x9;&#x9;(not self.outputSchema.oclIsUndefined() implies self.outputSchema.attributes.type->select(t|t = Type::Bitmap)->size() = 0) &#xA; &#x9;&#x9;&#x9;&#x9;and (not (self.inputSchema->size() &lt;> 0) implies self.inputSchema.attributes.type->select(t|t = Type::Bitmap)->size() = 0)&#xA;}.status"/> <details key="JoinShouldHaveDataWithSameFormatInInput" value="Tuple {&#xA;&#x9;message : String = 'DataIntegration tasks should have inputs with same format (use ChangeDataFormat nodes if needed)',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;self.oclIsTypeOf(DataIntegration) implies self.input.format->asSet()->size() = 1&#xA;}.status"/> <details key="TasksWithSameInputAndOutputSchema" value="Tuple {&#xA;&#x9;message : String = 'ChangeData/NullValuesRemoval/Descriptions tasks should have same input and output schema',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;self.oclIsTypeOf(ChangeDataFormat) or self.oclIsTypeOf(NullValuesRemoval) or self.oclIsKindOf(Description) implies self.inputSchema->forAll(is| is = self.outputSchema)&#xA;}.status"/> <details key="TasksWithIDCopyShouldHaveSchemaWithCopiedID" value="Tuple {&#xA;&#x9;message : String = 'Tasks that can mantain the row identity from input to output should mark the fact that the ID value is copied from the input schema',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;self.oclIsKindOf(DataCleaning) or self.oclIsKindOf(Prediction) or self.oclIsKindOf(Classification) or self.oclIsKindOf(Clustering) implies &#xA;&#x9;&#x9;((self.outputSchema.idColumn &lt;> self.inputSchema->first().idColumn) implies self.outputSchema.idColumn.copies = self.inputSchema->first().idColumn)&#xA;}.status"/> <details key="TasksThatDontAllowIDCopyShouldntHaveSchemaWithCopiedID" value="Tuple {&#xA;&#x9;message : String = 'Tasks that can not mantain the row identity from input to output shouldn\'t mark the fact that the ID value is copied from the input schema',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;not(self.oclIsKindOf(DataCleaning) or self.oclIsKindOf(Prediction) or self.oclIsKindOf(Classification) or self.oclIsKindOf(Clustering)) implies&#xA;&#x9;&#x9;((not self.outputSchema.oclIsUndefined()) implies self.outputSchema.idColumn.copies = null)&#xA;}.status"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="input" upperBound="-1" eType="#//DataFlow" eOpposite="#//DataFlow/to"/> <eStructuralFeatures xsi:type="ecore:EReference" name="output" upperBound="-1" eType="#//DataFlow" eOpposite="#//DataFlow/from"/> <eStructuralFeatures xsi:type="ecore:EReference" name="runtimeInfo" lowerBound="1" eType="#//RuntimeInfo" containment="true"> <eAnnotations source="gmf.compartment"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="inputSchema" upperBound="-1" eType="#//Schema"> <eAnnotations source="gmf.link"> <details key="target" value="inputSchema"/> <details key="style" value="dash"/> <details key="color" value="0,255,0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outputSchema" eType="#//Schema"> <eAnnotations source="gmf.link"> <details key="target" value="outputSchema"/> <details key="style" value="dash"/> <details key="color" value="255,0,0"/> </eAnnotations> </eStructuralFeatures> <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="DataFlow"> <eAnnotations source="gmf.link"> <details key="source" value="from"/> <details key="target" value="to"/> <details key="target.decoration" value="filledclosedarrow"/> <details key="style" value="solid"/> <details key="label" value="format"/> <details key="width" value="4"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="from" lowerBound="1" eType="#//Task" eOpposite="#//Task/output"/> <eStructuralFeatures xsi:type="ecore:EReference" name="to" lowerBound="1" eType="#//Task" eOpposite="#//Task/input"/> <eStructuralFeatures xsi:type="ecore:EReference" name="typeOfData" lowerBound="1" eType="#//Schema" derived="true"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="derivation" value="self.from.outputSchema"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" lowerBound="1" eType="#//Format"/> <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="DataCollection" eSuperTypes="#//Task"> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceDeclaration" lowerBound="1" eType="#//InputSourceDeclaration" containment="true"> <eAnnotations source="gmf.compartment"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataIntegration" eSuperTypes="#//Task"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="JoinAttributesShouldBeOverAllSchemas AttributeContainedInSchema JoinAttributesSameType JoinedOutputSchemaShouldHaveOneKeyAndContainAllOtherAttributes"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="JoinAttributesShouldBeOverAllSchemas" value="Tuple {&#xA;&#x9;message : String = 'Join attribute lists should be over all the input tables',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;&#x9;not self.joinAttributesList.oclIsUndefined() and self.joinAttributesList.joinAttributes->size() = self.inputSchema->size()&#xA;}.status"/> <details key="AttributeContainedInSchema" value="Tuple {&#xA;&#x9;message : String = 'Each attribute in a list should be contained once and only once in an input schema',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;&#x9;not self.joinAttributesList.oclIsUndefined() and self.joinAttributesList.joinAttributes->forAll(j| self.inputSchema->select(s|s.attributes->includes(j) or s.idColumn = j)->size() = 1)&#xA;}.status"/> <details key="JoinAttributesSameType" value="Tuple {&#xA;&#x9;message : String = 'Join attributes should have same type',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;&#x9;not self.joinAttributesList.oclIsUndefined() and self.joinAttributesList.joinAttributes.type->asSet()->size() = 1&#xA;}.status"/> <details key="JoinedOutputSchemaShouldHaveOneKeyAndContainAllOtherAttributes" value="Tuple {&#xA;&#x9;message : String = 'Output schema of join should contain at most one attribute identical to the first attribute in the joinAttributesList (0 if it is a generatedID join), and all the attributes in the input tables',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;&#x9;not self.joinAttributesList.oclIsUndefined() and&#xA;&#x9;&#x9;&#x9;self.outputSchema.attributes->select(a| self.joinAttributesList.joinAttributes->first().name = a.name and a.type = self.joinAttributesList.joinAttributes->first().type)->size() &lt;= 1 and&#xA;&#x9;&#x9;&#x9;self.outputSchema.attributes->forAll(a| self.inputSchema.attributes->select(a1|a1.name = a.name and a1.type = a.type)->size() >= 1 or (self.joinAttributesList.joinAttributes->first().name = a.name and a.type = self.joinAttributesList.joinAttributes->first().type))&#xA;}.status"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="joinAttributesList" lowerBound="1" eType="#//JoinAttributesList" containment="true"> <eAnnotations source="gmf.compartment"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataAnalysis" abstract="true" eSuperTypes="#//Task"/> <eClassifiers xsi:type="ecore:EClass" name="DataCleaning" abstract="true" eSuperTypes="#//Task"/> <eClassifiers xsi:type="ecore:EClass" name="DataVisualization" abstract="true" eSuperTypes="#//Task"/> <eClassifiers xsi:type="ecore:EClass" name="Export" eSuperTypes="#//Task"> <eStructuralFeatures xsi:type="ecore:EReference" name="writes" lowerBound="1" upperBound="-1" eType="#//OutputFile" eOpposite="#//OutputFile/export"> <eAnnotations source="gmf.link"> <details key="label" value="writes"/> <details key="target" value="writes"/> <details key="style" value="dot"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InputSourceDeclaration"> <eAnnotations source="gmf.node"> <details key="label" value="sourceURI"/> <details key="figure" value="rectangle"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceURI" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="queryEndpoint" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exchangeFormat" lowerBound="1" eType="#//Format"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sourceSchema" eType="#//Schema"> <eAnnotations source="gmf.link"> <details key="target" value="sourceSchema"/> <details key="style" value="dot"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceType" lowerBound="1" eType="#//SourceType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="queryConditions" eType="#//LogicProposition" containment="true"> <eAnnotations source="gmf.compartment"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Format"> <eLiterals name="json"/> <eLiterals name="csv"/> <eLiterals name="xml"/> <eLiterals name="xlsx"/> <eLiterals name="pdf"/> <eLiterals name="png"/> <eLiterals name="jpg"/> <eLiterals name="html"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OutputFile"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="figure" value="rectangle"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="OutputFileNotEmptyName OutputFile_NotEmptyPath OutputFile_ConsistentFileFormat"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="OutputFileNotEmptyName" value="Tuple {&#xA;&#x9;message : String = 'File Name should not be empty',&#xA;&#x9;status : Boolean = self.name.size()> 0 or self.name &lt;> null&#xA;}.status"/> <details key="OutputFile_NotEmptyPath" value="Tuple {&#xA;&#x9;message : String = 'File Path should not be empty',&#xA;&#x9;status : Boolean = self.storagePath.size()> 0 or self.storagePath &lt;> null&#xA;}.status"/> <details key="OutputFile_ConsistentFileFormat" value="Tuple {&#xA;&#x9;message : String = 'File format should be the same as the one of the input dataflow. To perform format conversion, use a ChangeDataFormat Task',&#xA;&#x9;status : Boolean = &#xA;&#x9; &#x9;self.fileFormat = self.export.input->first().format&#xA;}.status"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileFormat" lowerBound="1" eType="#//Format"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="storagePath" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="export" lowerBound="1" eType="#//Export" eOpposite="#//Export/writes"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Classification" abstract="true" eSuperTypes="#//DataAnalysis"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ClassificationIsForClassLabels"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="ClassificationIsForClassLabels" value="Tuple {&#xA;&#x9;message : String = 'Classification output should be only for class labels!',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;self.outputSchema.attributes->forAll(a|a.type = Type::_'String')&#xA;}.status"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classLabels" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Prediction" abstract="true" eSuperTypes="#//DataAnalysis"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="PredictionIsForRealResponse"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="PredictionIsForRealResponse" value="Tuple {&#xA;&#x9;message : String = 'Prediction output should be only for real response!',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;self.outputSchema.attributes->forAll(a|a.type = Type::Float)&#xA;}.status"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Clustering" abstract="true" eSuperTypes="#//DataAnalysis"/> <eClassifiers xsi:type="ecore:EClass" name="Description" abstract="true" eSuperTypes="#//DataAnalysis"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentNumberOfInputOutputColumns ConsistentOperationsOverTypeOfData"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="ConsistentNumberOfInputOutputColumns" value="Tuple {&#xA;&#x9;message : String = 'Mean/median/variance/skeweness compute mean/median/variance/skeweness by column, inputSchema and outputSchema should have the same number of attirbutes',&#xA;&#x9;status : Boolean = &#xA;&#x9; &#x9;self.oclIsTypeOf(Mean) or self.oclIsTypeOf(Median) or self.oclIsTypeOf(Variance) or self.oclIsTypeOf(Skewness)&#xA;&#x9;&#x9;implies self.inputSchema->size() = 1 and self.inputSchema->first().attributes->size() = self.outputSchema.attributes->size()&#xA;}.status"/> <details key="ConsistentOperationsOverTypeOfData" value="Tuple {&#xA;&#x9;message : String = 'Mean/variance/skeweness only make sense over numerical data',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;self.oclIsTypeOf(Mean) or self.oclIsTypeOf(Variance) or self.oclIsTypeOf(Skewness) implies&#xA;&#x9;&#x9;self.outputSchema.attributes->forAll(a|a.type = Type::Float or a.type = Type::Int)&#xA;}.status"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column" abstract="true"> <eAnnotations source="gmf.node"> <details key="label" value="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:EAttribute" name="type" lowerBound="1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullValuesRemoval" eSuperTypes="#//DataCleaning"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="policy" lowerBound="1" eType="#//NulValuesPolicy"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomCleaning" eSuperTypes="#//DataCleaning"> <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="customParams" upperBound="-1" eType="#//CustomParam" containment="true"> <eAnnotations source="gmf.compartment"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Schema"> <eAnnotations source="gmf.node"> <details key="label" value="id"/> <details key="border.style" value="dash"/> <details key="border.color" value="150,150,255"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="UniqueAttributeNameInSameSchema"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="UniqueAttributeNameInSameSchema" value="Tuple {&#xA;&#x9;message : String = 'Attribute name in same schema should be unique',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;self.attributes->forAll(a1,a2| a1 &lt;> a2 implies a1.name &lt;> a2.name)&#xA;}.status"/> </eAnnotations> <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="attributes" lowerBound="1" upperBound="-1" eType="#//Attribute" containment="true"> <eAnnotations source="gmf.compartment"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="idColumn" lowerBound="1" eType="#//PrimaryKey" containment="true"> <eAnnotations source="gmf.compartment"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Type"> <eLiterals name="String"/> <eLiterals name="Boolean"/> <eLiterals name="Int"/> <eLiterals name="Float"/> <eLiterals name="Bitmap"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JoinAttributesList"> <eAnnotations source="gmf.node"> <details key="label" value="id"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="joinAttributes" lowerBound="2" upperBound="-1" eType="#//Column"/> <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="RuntimeInfo"> <eAnnotations source="gmf.node"> <details key="label" value="executionId"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="StartTimeBeforeEndTime"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="StartTimeBeforeEndTime" value="Tuple {&#xA;&#x9;message : String = 'Start time must come before End time in a same task',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;&#x9;self.startTime &lt; self.endTime&#xA;}.status"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startTime" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="endTime" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="executionId" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChangeDataFormat" eSuperTypes="#//DataCleaning"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inputFormat" lowerBound="1" eType="#//Format"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="outputFormat" lowerBound="1" eType="#//Format"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="NulValuesPolicy"> <eLiterals name="regressionImputation"/> <eLiterals name="dropRecord"/> <eLiterals name="meanImputation"/> <eLiterals name="medianImputation"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KNN" eSuperTypes="#//Classification"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="KGreaterThanZero"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="KGreaterThanZero" value="Tuple {&#xA;&#x9;message : String = 'K should be greater than zero',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;&#x9;self.K > 0&#xA;}.status"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="K" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SVM" eSuperTypes="#//Classification"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="kernelFunction" eType="#//KernelFunction"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="estimatedCoefficients" ordered="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="KernelFunction"> <eLiterals name="Gaussian"/> <eLiterals name="Polynomial"/> <eLiterals name="Tanh"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="KMeans" eSuperTypes="#//Clustering"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="positiveK"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="positiveK" value="Tuple {&#xA;&#x9;message : String = 'K should be positive',&#xA;&#x9;status : Boolean = self.K > 0&#xA;}.status"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="K" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Hierarchical" abstract="true" eSuperTypes="#//Clustering"/> <eClassifiers xsi:type="ecore:EClass" name="Agglomerative" eSuperTypes="#//Hierarchical"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="CutHeightGe1"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="CutHeightGe1" value="Tuple {&#xA;&#x9;message : String = 'Cut Height >= 1',&#xA;&#x9;status : Boolean = self.CutHeight >= 1&#xA;}.status"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="interClusterSimilarity" lowerBound="1" eType="#//InterClusterSimilarity"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="CutHeight" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="InterClusterSimilarity"> <eLiterals name="SL"/> <eLiterals name="CL"/> <eLiterals name="GA"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DBSCAN" eSuperTypes="#//Clustering"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="PositiveRadiusAndThreshold"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="PositiveRadiusAndThreshold" value="Tuple {&#xA;&#x9;message : String = 'The radius and the threshold should be positive',&#xA;&#x9;status : Boolean = self.radius > 0 and self.threshold > 0&#xA;}.status"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="radius" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="threshold" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JarvisPatrick" eSuperTypes="#//Clustering"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="PositiveKAndThreshold"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="PositiveKAndThreshold" value="Tuple {&#xA;&#x9;message : String = 'The K and threshold should be positive',&#xA;&#x9;status : Boolean = self.K > 0 and self.threshold > 0&#xA;}.status"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="K" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigInteger"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="threshold" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LinearRegression" eSuperTypes="#//Prediction"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentNumberOfEstimatedCoefficients"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="ConsistentNumberOfEstimatedCoefficients" value="Tuple {&#xA;&#x9;message : String = 'The number of estimated coefficients should correspond to the number of input predictors, i.e. columns of inputSchema',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;&#x9;self.estimatedCoefficients->size() = self.inputSchema->first().attributes->size()+1&#xA;}.status"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="estimatedCoefficients" ordered="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"> <eAnnotations source="http://www.eclipse.org/OCL/Collection"> <details key="nullFree" value="false"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ridge" eSuperTypes="#//LinearRegression"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="PositivePenaltyFactor"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="PositivePenaltyFactor" value="Tuple {&#xA;&#x9;message : String = 'Penalty factor should be positive, otherwise, if it is zero, use plain linear regression',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;&#x9;self.penaltyFactor > 0&#xA;}.status"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="penaltyFactor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Lasso" eSuperTypes="#//LinearRegression"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="PositivePenaltyFactor"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="PositivePenaltyFactor" value="Tuple {&#xA;&#x9;message : String = 'Penalty factor should be positive, otherwise, if it is zero, use plain linear regression',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;&#x9;self.penaltyFactor > 0&#xA;}.status"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="penaltyFactor" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mean" eSuperTypes="#//Description"/> <eClassifiers xsi:type="ecore:EClass" name="Median" eSuperTypes="#//Description"/> <eClassifiers xsi:type="ecore:EClass" name="Variance" eSuperTypes="#//Description"/> <eClassifiers xsi:type="ecore:EEnum" name="SourceType"> <eLiterals name="IoT"/> <eLiterals name="SocialMedia"/> <eLiterals name="Web"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicProposition" abstract="true"> <eAnnotations source="gmf.node"> <details key="label" value="id"/> </eAnnotations> <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="NotClause" eSuperTypes="#//LogicProposition"> <eStructuralFeatures xsi:type="ecore:EReference" name="subClause" lowerBound="1" eType="#//LogicProposition" containment="true"> <eAnnotations source="gmf.compartment"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MultiOperandClause" abstract="true" eSuperTypes="#//LogicProposition"> <eStructuralFeatures xsi:type="ecore:EReference" name="operands" lowerBound="2" upperBound="-1" eType="#//LogicProposition" containment="true"> <eAnnotations source="gmf.compartment"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AndClause" eSuperTypes="#//MultiOperandClause"/> <eClassifiers xsi:type="ecore:EClass" name="OrClause" eSuperTypes="#//MultiOperandClause"/> <eClassifiers xsi:type="ecore:EClass" name="ValueClause" abstract="true" eSuperTypes="#//LogicProposition"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistenValueClauseTypes"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="ConsistenValueClauseTypes" value="Tuple {&#xA;&#x9;message : String = 'ComparisonValue and QueryParam should have same type',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;self.type = self.conditionField.type&#xA;}.status"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comparisonValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditionField" lowerBound="1" eType="#//QueryParam" containment="true"> <eAnnotations source="gmf.compartment"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LtClause" eSuperTypes="#//ValueClause"/> <eClassifiers xsi:type="ecore:EClass" name="GtClause" eSuperTypes="#//ValueClause"/> <eClassifiers xsi:type="ecore:EClass" name="EqClause" eSuperTypes="#//ValueClause"/> <eClassifiers xsi:type="ecore:EClass" name="LeClause" eSuperTypes="#//ValueClause"/> <eClassifiers xsi:type="ecore:EClass" name="GeClause" eSuperTypes="#//ValueClause"/> <eClassifiers xsi:type="ecore:EClass" name="ContainsClause" eSuperTypes="#//ValueClause"/> <eClassifiers xsi:type="ecore:EClass" name="QueryParam"> <eAnnotations source="gmf.node"> <details key="label" value="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:EAttribute" name="type" lowerBound="1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomParam"> <eAnnotations source="gmf.node"> <details key="label" value="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:EAttribute" name="type" lowerBound="1" eType="#//Type"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PrimaryKey" eSuperTypes="#//Column"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="IfCopiesThenSameType"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="IfCopiesThenSameType" value="Tuple {&#xA;&#x9;message : String = 'A primarykey can\'t copy primarykeys with different type',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;self.copies &lt;> null implies self.type = self.copies.type&#xA;}.status"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="copies" eType="#//PrimaryKey"> <eAnnotations source="gmf.link"> <details key="target" value="copies"/> <details key="target.decoration" value="arrow"/> <details key="style" value="dot"/> <details key="color" value="0,0,255"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="#//Column"/> <eClassifiers xsi:type="ecore:EClass" name="LogisticRegression" eSuperTypes="#//Classification"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ConsistentCoefficientSize"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="ConsistentCoefficientSize" value="Tuple {&#xA;&#x9;message : String = 'The number of coefficients should be (#predictors+1)*#classLabels',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;self.estimatedCoefficients->size() = self.classLabels->size()*(self.inputSchema.attributes->size() + 1)&#xA;}.status"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="estimatedCoefficients" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBigDecimal"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Skewness" eSuperTypes="#//Description"/> <eClassifiers xsi:type="ecore:EClass" name="ScatterPlot" eSuperTypes="#//DataVisualization"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="IndependentAndResponseShouldBeInInputSchema IndependentAndResponseShouldBeDifferent"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="IndependentAndResponseShouldBeInInputSchema" value="Tuple {&#xA;&#x9;message : String = 'Independent variables and response variables should be specified within the attributes of the input schema',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;self.independentVariables->forAll(v|self.inputSchema.attributes->includes(v) or self.inputSchema.idColumn = v) and self.responseVariables->forAll(v|self.inputSchema.attributes->includes(v) or self.inputSchema.idColumn = v)&#xA;}.status"/> <details key="IndependentAndResponseShouldBeDifferent" value="Tuple {&#xA;&#x9;message : String = 'Independent variables and response variables should not be the same variables',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;self.independentVariables->intersection(self.responseVariables)->size() = 0&#xA;}.status"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="independentVariables" lowerBound="1" upperBound="-1" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="responseVariables" lowerBound="1" upperBound="-1" eType="#//Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LabeledScatterPlot" eSuperTypes="#//ScatterPlot"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="LabelAttributeShouldBeInInputSchema"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="LabelAttributeShouldBeInInputSchema" value="Tuple {&#xA;&#x9;message : String = 'Label variables should be specified within the attributes of the input schema',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;self.labelAttribute->forAll(v|self.inputSchema.attributes->includes(v) or self.inputSchema.idColumn = v)&#xA;}.status"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="labelAttribute" lowerBound="1" eType="#//Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Histogram" eSuperTypes="#//DataVisualization"/> <eClassifiers xsi:type="ecore:EClass" name="PiePlot" eSuperTypes="#//DataVisualization"/> <eClassifiers xsi:type="ecore:EClass" name="ProjectOnAttributes" eSuperTypes="#//DataCleaning"> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore"> <details key="constraints" value="ProjectOnAttributesInInputSchema ProjectOnAttributesShouldBeTheOneAndOnlyOneInOutputSchema"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/emf/2002/Ecore/OCL/Pivot"> <details key="ProjectOnAttributesInInputSchema" value="Tuple {&#xA;&#x9;message : String = 'Projection should occur on attributes of input schema',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;self.projectionAttributes->forAll(a|self.inputSchema->first().attributes->includes(a))&#xA;}.status"/> <details key="ProjectOnAttributesShouldBeTheOneAndOnlyOneInOutputSchema" value="Tuple {&#xA;&#x9;message : String = 'Projection attributes should be the one and only one in output schema',&#xA;&#x9;status : Boolean = &#xA;&#x9;&#x9;self.projectionAttributes->forAll(a|self.outputSchema.attributes->exists(a1|a.name=a1.name and a.type = a1.type)) and self.outputSchema.attributes->forAll(a|self.projectionAttributes->exists(a1|a.name=a1.name and a.type = a1.type))&#xA;}.status"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="projectionAttributes" lowerBound="1" upperBound="-1" eType="#//Attribute"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/FrancescoPinto/DataProcessingDSL/DataProcessingDSLPart1/ASEProject-Metamodel/default.ecore
ecore
pipelineproject Pipeline tasks dataFlows schema outputFile pipelineName Task input output runtimeInfo inputSchema outputSchema id DataFlow from to typeOfData format id DataCollection sourceDeclaration DataIntegration joinAttributesList DataAnalysis DataCleaning DataVisualization Export writes InputSourceDeclaration sourceURI queryEndpoint exchangeFormat sourceSchema sourceType queryConditions Format json json csv csv xml xml xlsx xlsx pdf pdf png png jpg jpg html html OutputFile fileFormat storagePath name export Classification classLabels Prediction Clustering Description Column name type NullValuesRemoval policy CustomCleaning name customParams Schema id attributes idColumn Type String String Boolean Boolean Int Int Float Float Bitmap Bitmap JoinAttributesList joinAttributes id RuntimeInfo startTime endTime executionId ChangeDataFormat inputFormat outputFormat NulValuesPolicy regressionImputation regressionImputation dropRecord dropRecord meanImputation meanImputation medianImputation medianImputation KNN K SVM kernelFunction estimatedCoefficients KernelFunction Gaussian Gaussian Polynomial Polynomial Tanh Tanh KMeans K Hierarchical Agglomerative interClusterSimilarity CutHeight InterClusterSimilarity SL SL CL CL GA GA DBSCAN radius threshold JarvisPatrick K threshold LinearRegression estimatedCoefficients Ridge penaltyFactor Lasso penaltyFactor Mean Median Variance SourceType IoT IoT SocialMedia SocialMedia Web Web LogicProposition id NotClause subClause MultiOperandClause operands AndClause OrClause ValueClause comparisonValue conditionField type LtClause GtClause EqClause LeClause GeClause ContainsClause QueryParam name type CustomParam name type PrimaryKey copies Attribute LogisticRegression estimatedCoefficients Skewness ScatterPlot independentVariables responseVariables LabeledScatterPlot labelAttribute Histogram PiePlot ProjectOnAttributes projectionAttributes
null
{"directed":true,"nodes":[{"nsPrefix":"pm","nsURI":"http://www.ase.it/pm","name":"pipelineproject","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Pipeline","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Task","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataFlow","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataCollection","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataIntegration","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataAnalysis","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataCleaning","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataVisualization","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Export","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InputSourceDeclaration","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Format","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OutputFile","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Classification","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Prediction","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Clustering","instanceClass":null,"abstract":true,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Description","instanceClass":null,"abstract":true,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":true,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullValuesRemoval","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomCleaning","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Schema","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"Type","instanceClass":null,"id":21,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinAttributesList","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RuntimeInfo","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChangeDataFormat","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"NulValuesPolicy","instanceClass":null,"id":25,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KNN","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SVM","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"KernelFunction","instanceClass":null,"id":28,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"KMeans","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Hierarchical","instanceClass":null,"abstract":true,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Agglomerative","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"InterClusterSimilarity","instanceClass":null,"id":32,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DBSCAN","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JarvisPatrick","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LinearRegression","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ridge","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lasso","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mean","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Median","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Variance","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SourceType","instanceClass":null,"id":41,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicProposition","instanceClass":null,"abstract":true,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotClause","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultiOperandClause","instanceClass":null,"abstract":true,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AndClause","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OrClause","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueClause","instanceClass":null,"abstract":true,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LtClause","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GtClause","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EqClause","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LeClause","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GeClause","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContainsClause","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryParam","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomParam","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PrimaryKey","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogisticRegression","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Skewness","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ScatterPlot","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LabeledScatterPlot","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Histogram","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PiePlot","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProjectOnAttributes","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tasks","changeable":true,"resolveProxies":true,"lowerBound":2,"id":65,"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":"dataFlows","changeable":true,"resolveProxies":true,"lowerBound":1,"id":66,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"schema","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":"outputFile","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pipelineName","changeable":true,"lowerBound":1,"iD":false,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"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":"input","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":false,"unsettable":false,"transient":false,"unique":true,"name":"output","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"runtimeInfo","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"inputSchema","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":"outputSchema","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":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":80,"derived":false},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":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":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"typeOfData","changeable":true,"resolveProxies":true,"lowerBound":1,"id":89,"derived":true},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":1,"iD":false,"id":90,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":91,"derived":false},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sourceDeclaration","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"joinAttributesList","changeable":true,"resolveProxies":true,"lowerBound":1,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"writes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"id":108,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"export","changeable":true,"resolveProxies":true,"lowerBound":1,"id":109,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceURI","changeable":true,"lowerBound":1,"iD":false,"id":110,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"queryEndpoint","changeable":true,"lowerBound":0,"iD":false,"id":111,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exchangeFormat","changeable":true,"lowerBound":1,"iD":false,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sourceSchema","changeable":true,"resolveProxies":true,"lowerBound":0,"id":113,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceType","changeable":true,"lowerBound":1,"iD":false,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"queryConditions","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"name":"json","id":122,"value":0,"literal":"json","eClass":"EEnumLiteral"},{"name":"csv","id":123,"value":0,"literal":"csv","eClass":"EEnumLiteral"},{"name":"xml","id":124,"value":0,"literal":"xml","eClass":"EEnumLiteral"},{"name":"xlsx","id":125,"value":0,"literal":"xlsx","eClass":"EEnumLiteral"},{"name":"pdf","id":126,"value":0,"literal":"pdf","eClass":"EEnumLiteral"},{"name":"png","id":127,"value":0,"literal":"png","eClass":"EEnumLiteral"},{"name":"jpg","id":128,"value":0,"literal":"jpg","eClass":"EEnumLiteral"},{"name":"html","id":129,"value":0,"literal":"html","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileFormat","changeable":true,"lowerBound":1,"iD":false,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"storagePath","changeable":true,"lowerBound":1,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classLabels","changeable":true,"lowerBound":1,"iD":false,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"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":143,"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":144,"derived":false},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"policy","changeable":true,"lowerBound":1,"iD":false,"id":147,"derived":false},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":150,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"customParams","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":"id","changeable":true,"lowerBound":1,"iD":false,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":156,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"idColumn","changeable":true,"resolveProxies":true,"lowerBound":1,"id":157,"derived":false},{"id":158,"eClass":"EGenericType"},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"name":"String","id":161,"value":0,"literal":"String","eClass":"EEnumLiteral"},{"name":"Boolean","id":162,"value":0,"literal":"Boolean","eClass":"EEnumLiteral"},{"name":"Int","id":163,"value":0,"literal":"Int","eClass":"EEnumLiteral"},{"name":"Float","id":164,"value":0,"literal":"Float","eClass":"EEnumLiteral"},{"name":"Bitmap","id":165,"value":0,"literal":"Bitmap","eClass":"EEnumLiteral"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"joinAttributes","changeable":true,"resolveProxies":true,"lowerBound":2,"id":166,"derived":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":167,"derived":false},{"id":168,"eClass":"EGenericType"},{"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":"startTime","changeable":true,"lowerBound":1,"iD":false,"id":170,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"endTime","changeable":true,"lowerBound":1,"iD":false,"id":171,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"executionId","changeable":true,"lowerBound":1,"iD":false,"id":172,"derived":false},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inputFormat","changeable":true,"lowerBound":1,"iD":false,"id":176,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"outputFormat","changeable":true,"lowerBound":1,"iD":false,"id":177,"derived":false},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"name":"regressionImputation","id":181,"value":0,"literal":"regressionImputation","eClass":"EEnumLiteral"},{"name":"dropRecord","id":182,"value":0,"literal":"dropRecord","eClass":"EEnumLiteral"},{"name":"meanImputation","id":183,"value":0,"literal":"meanImputation","eClass":"EEnumLiteral"},{"name":"medianImputation","id":184,"value":0,"literal":"medianImputation","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":"K","changeable":true,"lowerBound":1,"iD":false,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"kernelFunction","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"estimatedCoefficients","changeable":true,"lowerBound":1,"iD":false,"id":189,"derived":false},{"id":190,"eClass":"EGenericType"},{"id":191,"eClass":"EGenericType"},{"id":192,"eClass":"EGenericType"},{"name":"Gaussian","id":193,"value":0,"literal":"Gaussian","eClass":"EEnumLiteral"},{"name":"Polynomial","id":194,"value":0,"literal":"Polynomial","eClass":"EEnumLiteral"},{"name":"Tanh","id":195,"value":0,"literal":"Tanh","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":"K","changeable":true,"lowerBound":1,"iD":false,"id":196,"derived":false},{"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":"interClusterSimilarity","changeable":true,"lowerBound":1,"iD":false,"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":"CutHeight","changeable":true,"lowerBound":1,"iD":false,"id":201,"derived":false},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"},{"name":"SL","id":205,"value":0,"literal":"SL","eClass":"EEnumLiteral"},{"name":"CL","id":206,"value":0,"literal":"CL","eClass":"EEnumLiteral"},{"name":"GA","id":207,"value":0,"literal":"GA","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":"radius","changeable":true,"lowerBound":1,"iD":false,"id":208,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"threshold","changeable":true,"lowerBound":1,"iD":false,"id":209,"derived":false},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"K","changeable":true,"lowerBound":1,"iD":false,"id":213,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"threshold","changeable":true,"lowerBound":1,"iD":false,"id":214,"derived":false},{"id":215,"eClass":"EGenericType"},{"id":216,"eClass":"EGenericType"},{"id":217,"eClass":"EGenericType"},{"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"estimatedCoefficients","changeable":true,"lowerBound":1,"iD":false,"id":218,"derived":false},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"penaltyFactor","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":"penaltyFactor","changeable":true,"lowerBound":1,"iD":false,"id":224,"derived":false},{"id":225,"eClass":"EGenericType"},{"id":226,"eClass":"EGenericType"},{"id":227,"eClass":"EGenericType"},{"id":228,"eClass":"EGenericType"},{"id":229,"eClass":"EGenericType"},{"name":"IoT","id":230,"value":0,"literal":"IoT","eClass":"EEnumLiteral"},{"name":"SocialMedia","id":231,"value":0,"literal":"SocialMedia","eClass":"EEnumLiteral"},{"name":"Web","id":232,"value":0,"literal":"Web","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":233,"derived":false},{"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":"subClause","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":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operands","changeable":true,"resolveProxies":true,"lowerBound":2,"id":238,"derived":false},{"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":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"comparisonValue","changeable":true,"lowerBound":1,"iD":false,"id":243,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionField","changeable":true,"resolveProxies":true,"lowerBound":1,"id":244,"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":245,"derived":false},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"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":256,"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":257,"derived":false},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"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":260,"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":261,"derived":false},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"copies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"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":"estimatedCoefficients","changeable":true,"lowerBound":1,"iD":false,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"id":271,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"independentVariables","changeable":true,"resolveProxies":true,"lowerBound":1,"id":272,"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":"responseVariables","changeable":true,"resolveProxies":true,"lowerBound":1,"id":273,"derived":false},{"id":274,"eClass":"EGenericType"},{"id":275,"eClass":"EGenericType"},{"id":276,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"labelAttribute","changeable":true,"resolveProxies":true,"lowerBound":1,"id":277,"derived":false},{"id":278,"eClass":"EGenericType"},{"id":279,"eClass":"EGenericType"},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"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":"projectionAttributes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":282,"derived":false},{"id":283,"eClass":"EGenericType"},{"id":284,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":1,"target":0},{"source":1,"target":65},{"source":1,"target":66},{"source":1,"target":67},{"source":1,"target":68},{"source":1,"target":69},{"source":65,"target":2},{"source":65,"target":70},{"source":65,"target":1},{"source":70,"target":2},{"source":66,"target":3},{"source":66,"target":71},{"source":66,"target":1},{"source":71,"target":3},{"source":67,"target":20},{"source":67,"target":72},{"source":67,"target":1},{"source":72,"target":20},{"source":68,"target":12},{"source":68,"target":73},{"source":68,"target":1},{"source":73,"target":12},{"source":69,"target":74},{"source":69,"target":1},{"source":2,"target":0},{"source":2,"target":75},{"source":2,"target":76},{"source":2,"target":77},{"source":2,"target":78},{"source":2,"target":79},{"source":2,"target":80},{"source":75,"target":3},{"source":75,"target":81},{"source":75,"target":2},{"source":75,"target":82},{"source":81,"target":3},{"source":76,"target":3},{"source":76,"target":83},{"source":76,"target":2},{"source":76,"target":84},{"source":83,"target":3},{"source":77,"target":23},{"source":77,"target":85},{"source":77,"target":2},{"source":85,"target":23},{"source":78,"target":20},{"source":78,"target":86},{"source":78,"target":2},{"source":86,"target":20},{"source":79,"target":20},{"source":79,"target":87},{"source":79,"target":2},{"source":87,"target":20},{"source":80,"target":88},{"source":80,"target":2},{"source":3,"target":0},{"source":3,"target":84},{"source":3,"target":82},{"source":3,"target":89},{"source":3,"target":90},{"source":3,"target":91},{"source":84,"target":2},{"source":84,"target":92},{"source":84,"target":3},{"source":84,"target":76},{"source":92,"target":2},{"source":82,"target":2},{"source":82,"target":93},{"source":82,"target":3},{"source":82,"target":75},{"source":93,"target":2},{"source":89,"target":20},{"source":89,"target":94},{"source":89,"target":3},{"source":94,"target":20},{"source":90,"target":11},{"source":90,"target":95},{"source":90,"target":3},{"source":95,"target":11},{"source":91,"target":96},{"source":91,"target":3},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":97},{"source":4,"target":98},{"source":97,"target":10},{"source":97,"target":99},{"source":97,"target":4},{"source":99,"target":10},{"source":98,"target":2},{"source":5,"target":0},{"source":5,"target":2},{"source":5,"target":100},{"source":5,"target":101},{"source":100,"target":22},{"source":100,"target":102},{"source":100,"target":5},{"source":102,"target":22},{"source":101,"target":2},{"source":6,"target":0},{"source":6,"target":2},{"source":6,"target":103},{"source":103,"target":2},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":104},{"source":104,"target":2},{"source":8,"target":0},{"source":8,"target":2},{"source":8,"target":105},{"source":105,"target":2},{"source":9,"target":0},{"source":9,"target":2},{"source":9,"target":106},{"source":9,"target":107},{"source":106,"target":12},{"source":106,"target":108},{"source":106,"target":9},{"source":106,"target":109},{"source":108,"target":12},{"source":107,"target":2},{"source":10,"target":0},{"source":10,"target":110},{"source":10,"target":111},{"source":10,"target":112},{"source":10,"target":113},{"source":10,"target":114},{"source":10,"target":115},{"source":110,"target":116},{"source":110,"target":10},{"source":111,"target":117},{"source":111,"target":10},{"source":112,"target":11},{"source":112,"target":118},{"source":112,"target":10},{"source":118,"target":11},{"source":113,"target":20},{"source":113,"target":119},{"source":113,"target":10},{"source":119,"target":20},{"source":114,"target":41},{"source":114,"target":120},{"source":114,"target":10},{"source":120,"target":41},{"source":115,"target":42},{"source":115,"target":121},{"source":115,"target":10},{"source":121,"target":42},{"source":11,"target":0},{"source":11,"target":122},{"source":11,"target":123},{"source":11,"target":124},{"source":11,"target":125},{"source":11,"target":126},{"source":11,"target":127},{"source":11,"target":128},{"source":11,"target":129},{"source":122,"target":11},{"source":123,"target":11},{"source":124,"target":11},{"source":125,"target":11},{"source":126,"target":11},{"source":127,"target":11},{"source":128,"target":11},{"source":129,"target":11},{"source":12,"target":0},{"source":12,"target":130},{"source":12,"target":131},{"source":12,"target":132},{"source":12,"target":109},{"source":130,"target":11},{"source":130,"target":133},{"source":130,"target":12},{"source":133,"target":11},{"source":131,"target":134},{"source":131,"target":12},{"source":132,"target":135},{"source":132,"target":12},{"source":109,"target":9},{"source":109,"target":136},{"source":109,"target":12},{"source":109,"target":106},{"source":136,"target":9},{"source":13,"target":0},{"source":13,"target":6},{"source":13,"target":137},{"source":13,"target":138},{"source":137,"target":139},{"source":137,"target":13},{"source":138,"target":6},{"source":14,"target":0},{"source":14,"target":6},{"source":14,"target":140},{"source":140,"target":6},{"source":15,"target":0},{"source":15,"target":6},{"source":15,"target":141},{"source":141,"target":6},{"source":16,"target":0},{"source":16,"target":6},{"source":16,"target":142},{"source":142,"target":6},{"source":17,"target":0},{"source":17,"target":143},{"source":17,"target":144},{"source":143,"target":145},{"source":143,"target":17},{"source":144,"target":21},{"source":144,"target":146},{"source":144,"target":17},{"source":146,"target":21},{"source":18,"target":0},{"source":18,"target":7},{"source":18,"target":147},{"source":18,"target":148},{"source":147,"target":25},{"source":147,"target":149},{"source":147,"target":18},{"source":149,"target":25},{"source":148,"target":7},{"source":19,"target":0},{"source":19,"target":7},{"source":19,"target":150},{"source":19,"target":151},{"source":19,"target":152},{"source":150,"target":153},{"source":150,"target":19},{"source":151,"target":55},{"source":151,"target":154},{"source":151,"target":19},{"source":154,"target":55},{"source":152,"target":7},{"source":20,"target":0},{"source":20,"target":155},{"source":20,"target":156},{"source":20,"target":157},{"source":155,"target":158},{"source":155,"target":20},{"source":156,"target":57},{"source":156,"target":159},{"source":156,"target":20},{"source":159,"target":57},{"source":157,"target":56},{"source":157,"target":160},{"source":157,"target":20},{"source":160,"target":56},{"source":21,"target":0},{"source":21,"target":161},{"source":21,"target":162},{"source":21,"target":163},{"source":21,"target":164},{"source":21,"target":165},{"source":161,"target":21},{"source":162,"target":21},{"source":163,"target":21},{"source":164,"target":21},{"source":165,"target":21},{"source":22,"target":0},{"source":22,"target":166},{"source":22,"target":167},{"source":166,"target":17},{"source":166,"target":168},{"source":166,"target":22},{"source":168,"target":17},{"source":167,"target":169},{"source":167,"target":22},{"source":23,"target":0},{"source":23,"target":170},{"source":23,"target":171},{"source":23,"target":172},{"source":170,"target":173},{"source":170,"target":23},{"source":171,"target":174},{"source":171,"target":23},{"source":172,"target":175},{"source":172,"target":23},{"source":24,"target":0},{"source":24,"target":7},{"source":24,"target":176},{"source":24,"target":177},{"source":24,"target":178},{"source":176,"target":11},{"source":176,"target":179},{"source":176,"target":24},{"source":179,"target":11},{"source":177,"target":11},{"source":177,"target":180},{"source":177,"target":24},{"source":180,"target":11},{"source":178,"target":7},{"source":25,"target":0},{"source":25,"target":181},{"source":25,"target":182},{"source":25,"target":183},{"source":25,"target":184},{"source":181,"target":25},{"source":182,"target":25},{"source":183,"target":25},{"source":184,"target":25},{"source":26,"target":0},{"source":26,"target":13},{"source":26,"target":185},{"source":26,"target":186},{"source":185,"target":187},{"source":185,"target":26},{"source":186,"target":13},{"source":27,"target":0},{"source":27,"target":13},{"source":27,"target":188},{"source":27,"target":189},{"source":27,"target":190},{"source":188,"target":28},{"source":188,"target":191},{"source":188,"target":27},{"source":191,"target":28},{"source":189,"target":192},{"source":189,"target":27},{"source":190,"target":13},{"source":28,"target":0},{"source":28,"target":193},{"source":28,"target":194},{"source":28,"target":195},{"source":193,"target":28},{"source":194,"target":28},{"source":195,"target":28},{"source":29,"target":0},{"source":29,"target":15},{"source":29,"target":196},{"source":29,"target":197},{"source":196,"target":198},{"source":196,"target":29},{"source":197,"target":15},{"source":30,"target":0},{"source":30,"target":15},{"source":30,"target":199},{"source":199,"target":15},{"source":31,"target":0},{"source":31,"target":30},{"source":31,"target":200},{"source":31,"target":201},{"source":31,"target":202},{"source":200,"target":32},{"source":200,"target":203},{"source":200,"target":31},{"source":203,"target":32},{"source":201,"target":204},{"source":201,"target":31},{"source":202,"target":30},{"source":32,"target":0},{"source":32,"target":205},{"source":32,"target":206},{"source":32,"target":207},{"source":205,"target":32},{"source":206,"target":32},{"source":207,"target":32},{"source":33,"target":0},{"source":33,"target":15},{"source":33,"target":208},{"source":33,"target":209},{"source":33,"target":210},{"source":208,"target":211},{"source":208,"target":33},{"source":209,"target":212},{"source":209,"target":33},{"source":210,"target":15},{"source":34,"target":0},{"source":34,"target":15},{"source":34,"target":213},{"source":34,"target":214},{"source":34,"target":215},{"source":213,"target":216},{"source":213,"target":34},{"source":214,"target":217},{"source":214,"target":34},{"source":215,"target":15},{"source":35,"target":0},{"source":35,"target":14},{"source":35,"target":218},{"source":35,"target":219},{"source":218,"target":220},{"source":218,"target":35},{"source":219,"target":14},{"source":36,"target":0},{"source":36,"target":35},{"source":36,"target":221},{"source":36,"target":222},{"source":221,"target":223},{"source":221,"target":36},{"source":222,"target":35},{"source":37,"target":0},{"source":37,"target":35},{"source":37,"target":224},{"source":37,"target":225},{"source":224,"target":226},{"source":224,"target":37},{"source":225,"target":35},{"source":38,"target":0},{"source":38,"target":16},{"source":38,"target":227},{"source":227,"target":16},{"source":39,"target":0},{"source":39,"target":16},{"source":39,"target":228},{"source":228,"target":16},{"source":40,"target":0},{"source":40,"target":16},{"source":40,"target":229},{"source":229,"target":16},{"source":41,"target":0},{"source":41,"target":230},{"source":41,"target":231},{"source":41,"target":232},{"source":230,"target":41},{"source":231,"target":41},{"source":232,"target":41},{"source":42,"target":0},{"source":42,"target":233},{"source":233,"target":234},{"source":233,"target":42},{"source":43,"target":0},{"source":43,"target":42},{"source":43,"target":235},{"source":43,"target":236},{"source":235,"target":42},{"source":235,"target":237},{"source":235,"target":43},{"source":237,"target":42},{"source":236,"target":42},{"source":44,"target":0},{"source":44,"target":42},{"source":44,"target":238},{"source":44,"target":239},{"source":238,"target":42},{"source":238,"target":240},{"source":238,"target":44},{"source":240,"target":42},{"source":239,"target":42},{"source":45,"target":0},{"source":45,"target":44},{"source":45,"target":241},{"source":241,"target":44},{"source":46,"target":0},{"source":46,"target":44},{"source":46,"target":242},{"source":242,"target":44},{"source":47,"target":0},{"source":47,"target":42},{"source":47,"target":243},{"source":47,"target":244},{"source":47,"target":245},{"source":47,"target":246},{"source":243,"target":247},{"source":243,"target":47},{"source":244,"target":54},{"source":244,"target":248},{"source":244,"target":47},{"source":248,"target":54},{"source":245,"target":21},{"source":245,"target":249},{"source":245,"target":47},{"source":249,"target":21},{"source":246,"target":42},{"source":48,"target":0},{"source":48,"target":47},{"source":48,"target":250},{"source":250,"target":47},{"source":49,"target":0},{"source":49,"target":47},{"source":49,"target":251},{"source":251,"target":47},{"source":50,"target":0},{"source":50,"target":47},{"source":50,"target":252},{"source":252,"target":47},{"source":51,"target":0},{"source":51,"target":47},{"source":51,"target":253},{"source":253,"target":47},{"source":52,"target":0},{"source":52,"target":47},{"source":52,"target":254},{"source":254,"target":47},{"source":53,"target":0},{"source":53,"target":47},{"source":53,"target":255},{"source":255,"target":47},{"source":54,"target":0},{"source":54,"target":256},{"source":54,"target":257},{"source":256,"target":258},{"source":256,"target":54},{"source":257,"target":21},{"source":257,"target":259},{"source":257,"target":54},{"source":259,"target":21},{"source":55,"target":0},{"source":55,"target":260},{"source":55,"target":261},{"source":260,"target":262},{"source":260,"target":55},{"source":261,"target":21},{"source":261,"target":263},{"source":261,"target":55},{"source":263,"target":21},{"source":56,"target":0},{"source":56,"target":17},{"source":56,"target":264},{"source":56,"target":265},{"source":264,"target":56},{"source":264,"target":266},{"source":264,"target":56},{"source":266,"target":56},{"source":265,"target":17},{"source":57,"target":0},{"source":57,"target":17},{"source":57,"target":267},{"source":267,"target":17},{"source":58,"target":0},{"source":58,"target":13},{"source":58,"target":268},{"source":58,"target":269},{"source":268,"target":270},{"source":268,"target":58},{"source":269,"target":13},{"source":59,"target":0},{"source":59,"target":16},{"source":59,"target":271},{"source":271,"target":16},{"source":60,"target":0},{"source":60,"target":8},{"source":60,"target":272},{"source":60,"target":273},{"source":60,"target":274},{"source":272,"target":57},{"source":272,"target":275},{"source":272,"target":60},{"source":275,"target":57},{"source":273,"target":57},{"source":273,"target":276},{"source":273,"target":60},{"source":276,"target":57},{"source":274,"target":8},{"source":61,"target":0},{"source":61,"target":60},{"source":61,"target":277},{"source":61,"target":278},{"source":277,"target":57},{"source":277,"target":279},{"source":277,"target":61},{"source":279,"target":57},{"source":278,"target":60},{"source":62,"target":0},{"source":62,"target":8},{"source":62,"target":280},{"source":280,"target":8},{"source":63,"target":0},{"source":63,"target":8},{"source":63,"target":281},{"source":281,"target":8},{"source":64,"target":0},{"source":64,"target":7},{"source":64,"target":282},{"source":64,"target":283},{"source":282,"target":57},{"source":282,"target":284},{"source":282,"target":64},{"source":284,"target":57},{"source":283,"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="IOAutomatonPackage" nsURI="se.studieren.mdd.transformer.IOAutomatonPackage" nsPrefix="mdd"> <eClassifiers xsi:type="ecore:EClass" name="IOAutomatonPackage"> <eStructuralFeatures xsi:type="ecore:EReference" name="ioautomaton" lowerBound="1" upperBound="-1" eType="ecore:EClass IOAutomaton.ecore#//IOAutomaton" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/elordin/model-transformer/model/04_IOAutomaton/IOAutomatonPackage.ecore
ecore
IOAutomatonPackage IOAutomatonPackage ioautomaton
null
{"directed":true,"nodes":[{"nsPrefix":"mdd","nsURI":"se.studieren.mdd.transformer.IOAutomatonPackage","name":"IOAutomatonPackage","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IOAutomatonPackage","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"ioautomaton","changeable":true,"resolveProxies":true,"lowerBound":1,"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"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="syntax" nsURI="http://constLang/syntax" nsPrefix="syntax"> <eClassifiers xsi:type="ecore:EClass" name="Constraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="operators" lowerBound="1" eType="#//Operand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operand" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="BoolOperand" abstract="true" eSuperTypes="#//Operand"/> <eClassifiers xsi:type="ecore:EClass" name="NumOperand" abstract="true" eSuperTypes="#//Operand"/> <eClassifiers xsi:type="ecore:EClass" name="SimpleFeature" eSuperTypes="#//MultipleFeature #//BoolOperandChoices"/> <eClassifiers xsi:type="ecore:EClass" name="MultipleFeature" eSuperTypes="#//NumOperandChoices"> <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="Number" eSuperTypes="#//NumOperandChoices"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LogicalOperator" abstract="true" eSuperTypes="#//BoolOperand"/> <eClassifiers xsi:type="ecore:EClass" name="UnaryOp" abstract="true" eSuperTypes="#//LogicalOperator"> <eStructuralFeatures xsi:type="ecore:EReference" name="unaryOp" lowerBound="1" eType="#//BoolPriorityOperand2" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryOp" abstract="true" eSuperTypes="#//LogicalOperator"> <eStructuralFeatures xsi:type="ecore:EReference" name="binaryOp1" lowerBound="1" eType="#//BoolPriorityOperand1" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="binaryOp2" lowerBound="1" eType="#//BoolPriorityOperand2" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Selection" abstract="true" eSuperTypes="#//BoolOperandChoices"> <eStructuralFeatures xsi:type="ecore:EReference" name="selectionOp" lowerBound="1" eType="#//BoolPriorityOperand2" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Comparison" abstract="true" eSuperTypes="#//LogicalOperator"> <eStructuralFeatures xsi:type="ecore:EReference" name="compOp1" lowerBound="1" eType="#//NumPriorityOperand2" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="compOp2" lowerBound="1" eType="#//NumPriorityOperand2" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumOperator" abstract="true" eSuperTypes="#//NumOperand"> <eStructuralFeatures xsi:type="ecore:EReference" name="numOp1" lowerBound="1" eType="#//NumPriorityOperand1" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="numOp2" lowerBound="1" eType="#//NumPriorityOperand2" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Div" eSuperTypes="#//NumOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//NumOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Mul" eSuperTypes="#//NumOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//NumOperator"/> <eClassifiers xsi:type="ecore:EClass" name="Context" eSuperTypes="#//BoolOperandChoices #//NumOperandChoices"> <eStructuralFeatures xsi:type="ecore:EReference" name="contextOp1" lowerBound="1" eType="#//MultipleFeature" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextOp2" lowerBound="1" eType="#//Constraint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="All" eSuperTypes="#//Selection"/> <eClassifiers xsi:type="ecore:EClass" name="Any" eSuperTypes="#//Selection"/> <eClassifiers xsi:type="ecore:EClass" name="Neg" eSuperTypes="#//UnaryOp"/> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="#//BinaryOp"/> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="#//BinaryOp"/> <eClassifiers xsi:type="ecore:EClass" name="Xor" eSuperTypes="#//BinaryOp"/> <eClassifiers xsi:type="ecore:EClass" name="Implies" eSuperTypes="#//BinaryOp"/> <eClassifiers xsi:type="ecore:EClass" name="More" eSuperTypes="#//Comparison"/> <eClassifiers xsi:type="ecore:EClass" name="LessOrEqual" eSuperTypes="#//Comparison"/> <eClassifiers xsi:type="ecore:EClass" name="Less" eSuperTypes="#//Comparison"/> <eClassifiers xsi:type="ecore:EClass" name="NotEqual" eSuperTypes="#//Comparison"/> <eClassifiers xsi:type="ecore:EClass" name="Equal" eSuperTypes="#//Comparison"/> <eClassifiers xsi:type="ecore:EClass" name="MoreOrEqual" eSuperTypes="#//Comparison"/> <eClassifiers xsi:type="ecore:EClass" name="Model"> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="#//Constraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="featureList" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumOperandChoices" abstract="true" eSuperTypes="#//NumOperand"/> <eClassifiers xsi:type="ecore:EClass" name="BoolOperandChoices" abstract="true" eSuperTypes="#//BoolOperand"/> <eClassifiers xsi:type="ecore:EClass" name="BoolPriorityOperand1"> <eStructuralFeatures xsi:type="ecore:EReference" name="boolPriorityOp1" lowerBound="1" eType="#//BoolOperand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumPriorityOperand2"> <eStructuralFeatures xsi:type="ecore:EReference" name="numPriorityOp2" lowerBound="1" eType="#//NumOperand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BoolPriorityOperand2"> <eStructuralFeatures xsi:type="ecore:EReference" name="boolPriorityOp2" lowerBound="1" eType="#//BoolOperand" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NumPriorityOperand1"> <eStructuralFeatures xsi:type="ecore:EReference" name="numPriorityOp1" lowerBound="1" eType="#//NumOperand" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/latacita/hydra/HydraOld/constraintHydra/metamodelos/syntax.ecore
ecore
syntax Constraint operators Operand BoolOperand NumOperand SimpleFeature MultipleFeature featureName Number numValue LogicalOperator UnaryOp unaryOp BinaryOp binaryOp1 binaryOp2 Selection selectionOp Comparison compOp1 compOp2 NumOperator numOp1 numOp2 Div Plus Mul Minus Context contextOp1 contextOp2 All Any Neg And Or Xor Implies More LessOrEqual Less NotEqual Equal MoreOrEqual Model constraints featureList NumOperandChoices BoolOperandChoices BoolPriorityOperand1 boolPriorityOp1 NumPriorityOperand2 numPriorityOp2 BoolPriorityOperand2 boolPriorityOp2 NumPriorityOperand1 numPriorityOp1
null
{"directed":true,"nodes":[{"nsPrefix":"syntax","nsURI":"http://constLang/syntax","name":"syntax","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Constraint","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operand","instanceClass":null,"abstract":true,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolOperand","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumOperand","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimpleFeature","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MultipleFeature","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Number","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LogicalOperator","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryOp","instanceClass":null,"abstract":true,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOp","instanceClass":null,"abstract":true,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Selection","instanceClass":null,"abstract":true,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Comparison","instanceClass":null,"abstract":true,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumOperator","instanceClass":null,"abstract":true,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mul","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Context","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"All","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Any","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Neg","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Xor","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Implies","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"More","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LessOrEqual","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Less","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEqual","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Equal","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MoreOrEqual","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Model","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumOperandChoices","instanceClass":null,"abstract":true,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolOperandChoices","instanceClass":null,"abstract":true,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolPriorityOperand1","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumPriorityOperand2","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BoolPriorityOperand2","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NumPriorityOperand1","instanceClass":null,"abstract":false,"id":38,"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":"operators","changeable":true,"resolveProxies":true,"lowerBound":1,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureName","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"id":46,"eClass":"EGenericType"},{"id":47,"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":"numValue","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unaryOp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"binaryOp1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"binaryOp2","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":true,"unsettable":false,"transient":false,"unique":true,"name":"selectionOp","changeable":true,"resolveProxies":true,"lowerBound":1,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compOp1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"compOp2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"numOp1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":68,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"numOp2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":69,"derived":false},{"id":70,"eClass":"EGenericType"},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextOp1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextOp2","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"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"container":false,"ordered":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":96,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"featureList","changeable":true,"lowerBound":1,"iD":false,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"boolPriorityOp1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":102,"derived":false},{"id":103,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"numPriorityOp2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"boolPriorityOp2","changeable":true,"resolveProxies":true,"lowerBound":1,"id":106,"derived":false},{"id":107,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"numPriorityOp1","changeable":true,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"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":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":1,"target":0},{"source":1,"target":39},{"source":39,"target":2},{"source":39,"target":40},{"source":39,"target":1},{"source":40,"target":2},{"source":2,"target":0},{"source":3,"target":0},{"source":3,"target":2},{"source":3,"target":41},{"source":41,"target":2},{"source":4,"target":0},{"source":4,"target":2},{"source":4,"target":42},{"source":42,"target":2},{"source":5,"target":0},{"source":5,"target":6},{"source":5,"target":34},{"source":5,"target":43},{"source":5,"target":44},{"source":43,"target":6},{"source":44,"target":34},{"source":6,"target":0},{"source":6,"target":33},{"source":6,"target":45},{"source":6,"target":46},{"source":45,"target":47},{"source":45,"target":6},{"source":46,"target":33},{"source":7,"target":0},{"source":7,"target":33},{"source":7,"target":48},{"source":7,"target":49},{"source":48,"target":50},{"source":48,"target":7},{"source":49,"target":33},{"source":8,"target":0},{"source":8,"target":3},{"source":8,"target":51},{"source":51,"target":3},{"source":9,"target":0},{"source":9,"target":8},{"source":9,"target":52},{"source":9,"target":53},{"source":52,"target":37},{"source":52,"target":54},{"source":52,"target":9},{"source":54,"target":37},{"source":53,"target":8},{"source":10,"target":0},{"source":10,"target":8},{"source":10,"target":55},{"source":10,"target":56},{"source":10,"target":57},{"source":55,"target":35},{"source":55,"target":58},{"source":55,"target":10},{"source":58,"target":35},{"source":56,"target":37},{"source":56,"target":59},{"source":56,"target":10},{"source":59,"target":37},{"source":57,"target":8},{"source":11,"target":0},{"source":11,"target":34},{"source":11,"target":60},{"source":11,"target":61},{"source":60,"target":37},{"source":60,"target":62},{"source":60,"target":11},{"source":62,"target":37},{"source":61,"target":34},{"source":12,"target":0},{"source":12,"target":8},{"source":12,"target":63},{"source":12,"target":64},{"source":12,"target":65},{"source":63,"target":36},{"source":63,"target":66},{"source":63,"target":12},{"source":66,"target":36},{"source":64,"target":36},{"source":64,"target":67},{"source":64,"target":12},{"source":67,"target":36},{"source":65,"target":8},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":68},{"source":13,"target":69},{"source":13,"target":70},{"source":68,"target":38},{"source":68,"target":71},{"source":68,"target":13},{"source":71,"target":38},{"source":69,"target":36},{"source":69,"target":72},{"source":69,"target":13},{"source":72,"target":36},{"source":70,"target":4},{"source":14,"target":0},{"source":14,"target":13},{"source":14,"target":73},{"source":73,"target":13},{"source":15,"target":0},{"source":15,"target":13},{"source":15,"target":74},{"source":74,"target":13},{"source":16,"target":0},{"source":16,"target":13},{"source":16,"target":75},{"source":75,"target":13},{"source":17,"target":0},{"source":17,"target":13},{"source":17,"target":76},{"source":76,"target":13},{"source":18,"target":0},{"source":18,"target":34},{"source":18,"target":33},{"source":18,"target":77},{"source":18,"target":78},{"source":18,"target":79},{"source":18,"target":80},{"source":77,"target":6},{"source":77,"target":81},{"source":77,"target":18},{"source":81,"target":6},{"source":78,"target":1},{"source":78,"target":82},{"source":78,"target":18},{"source":82,"target":1},{"source":79,"target":34},{"source":80,"target":33},{"source":19,"target":0},{"source":19,"target":11},{"source":19,"target":83},{"source":83,"target":11},{"source":20,"target":0},{"source":20,"target":11},{"source":20,"target":84},{"source":84,"target":11},{"source":21,"target":0},{"source":21,"target":9},{"source":21,"target":85},{"source":85,"target":9},{"source":22,"target":0},{"source":22,"target":10},{"source":22,"target":86},{"source":86,"target":10},{"source":23,"target":0},{"source":23,"target":10},{"source":23,"target":87},{"source":87,"target":10},{"source":24,"target":0},{"source":24,"target":10},{"source":24,"target":88},{"source":88,"target":10},{"source":25,"target":0},{"source":25,"target":10},{"source":25,"target":89},{"source":89,"target":10},{"source":26,"target":0},{"source":26,"target":12},{"source":26,"target":90},{"source":90,"target":12},{"source":27,"target":0},{"source":27,"target":12},{"source":27,"target":91},{"source":91,"target":12},{"source":28,"target":0},{"source":28,"target":12},{"source":28,"target":92},{"source":92,"target":12},{"source":29,"target":0},{"source":29,"target":12},{"source":29,"target":93},{"source":93,"target":12},{"source":30,"target":0},{"source":30,"target":12},{"source":30,"target":94},{"source":94,"target":12},{"source":31,"target":0},{"source":31,"target":12},{"source":31,"target":95},{"source":95,"target":12},{"source":32,"target":0},{"source":32,"target":96},{"source":32,"target":97},{"source":96,"target":1},{"source":96,"target":98},{"source":96,"target":32},{"source":98,"target":1},{"source":97,"target":99},{"source":97,"target":32},{"source":33,"target":0},{"source":33,"target":4},{"source":33,"target":100},{"source":100,"target":4},{"source":34,"target":0},{"source":34,"target":3},{"source":34,"target":101},{"source":101,"target":3},{"source":35,"target":0},{"source":35,"target":102},{"source":102,"target":3},{"source":102,"target":103},{"source":102,"target":35},{"source":103,"target":3},{"source":36,"target":0},{"source":36,"target":104},{"source":104,"target":4},{"source":104,"target":105},{"source":104,"target":36},{"source":105,"target":4},{"source":37,"target":0},{"source":37,"target":106},{"source":106,"target":3},{"source":106,"target":107},{"source":106,"target":37},{"source":107,"target":3},{"source":38,"target":0},{"source":38,"target":108},{"source":108,"target":4},{"source":108,"target":109},{"source":108,"target":38},{"source":109,"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="uml2blocky" nsURI="http://tu-berlin.de/uml2blocky" nsPrefix="de.silvawb.uml2blocky"> <eClassifiers xsi:type="ecore:EClass" name="CorrAxiom" eSuperTypes="platform:/plugin/de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode"/> <eClassifiers xsi:type="ecore:EClass" name="CorrRule" eSuperTypes="platform:/plugin/de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode"/> </ecore:EPackage>
github:ecore:/data/wbombardellis/BachelorThesis_WilliamBombardelliDaSilva/Examples/de.silvawb.uml2blocky/model/uml2blocky.ecore
ecore
uml2blocky CorrAxiom CorrRule
null
{"directed":true,"nodes":[{"nsPrefix":"de.silvawb.uml2blocky","nsURI":"http://tu-berlin.de/uml2blocky","name":"uml2blocky","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorrAxiom","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorrRule","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"id":3,"eClass":"EGenericType"},{"id":4,"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}],"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="simapa" nsURI="http:///es/gva/cit/simapa.ecore" nsPrefix="es.gva.cit.simapa"> <eClassifiers xsi:type="ecore:EClass" name="Aplicacion" eSuperTypes="#//SimapaObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true"> <eAnnotations source="http://www.eclipse.org/OCL/examples/ocl"> <details key="derive" value="(if codigo->notEmpty() and codigo.size() > 0 then '('.concat( codigo).concat(') ') else '' endif).concat(&#xD;&#xA; if nombre->notEmpty() and nombre.size() > 0 then nombre else '?' endif&#xD;&#xA;)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descripcion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codigo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="herramienta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="baseDeDatos" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numeroUsuarios" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="estadoAplicacion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nivelSeguridad" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desarrollador" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoDesarrollo" eType="#//TipoDesarrollo"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoAplicacion" eType="#//TipoAplicacion"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="complejidad" eType="#//Rango1_10"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importancia" eType="#//Rango1_10"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operaciones" upperBound="-1" eType="#//Operacion" changeable="false" eOpposite="#//Operacion/aplicaciones"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aplicaciones" lowerBound="1" eType="#//Aplicaciones" changeable="false" transient="true" eOpposite="#//Aplicaciones/aplicaciones"/> <eStructuralFeatures xsi:type="ecore:EReference" name="procedimientos" upperBound="-1" eType="#//Procedimiento" changeable="false" eOpposite="#//Procedimiento/aplicaciones"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Aplicaciones" eSuperTypes="#//SimapaCollection"> <eStructuralFeatures xsi:type="ecore:EReference" name="aplicaciones" upperBound="-1" eType="#//Aplicacion" containment="true" eOpposite="#//Aplicacion/aplicaciones"/> <eStructuralFeatures xsi:type="ecore:EReference" name="repositorio" lowerBound="1" eType="#//Repositorio" changeable="false" transient="true" eOpposite="#//Repositorio/aplicaciones"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClaseDocumento" eSuperTypes="#//SimapaObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true"> <eAnnotations source="http://www.eclipse.org/OCL/examples/ocl"> <details key="derive" value="(if codigo->notEmpty() and codigo.size() > 0 then '('.concat( codigo).concat(') ') else '' endif).concat(&#xD;&#xA; if nombre->notEmpty() and nombre.size() > 0 then nombre else '?' endif&#xD;&#xA;)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codigo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="observaciones" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="clasesDocumento" lowerBound="1" eType="#//ClasesDocumento" changeable="false" transient="true" eOpposite="#//ClasesDocumento/clasesDocumento"/> <eStructuralFeatures xsi:type="ecore:EReference" name="documentos" upperBound="-1" eType="#//Documento" changeable="false" eOpposite="#//Documento/claseDocumento"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ClasesDocumento" eSuperTypes="#//SimapaCollection"> <eStructuralFeatures xsi:type="ecore:EReference" name="clasesDocumento" upperBound="-1" eType="#//ClaseDocumento" containment="true" eOpposite="#//ClaseDocumento/clasesDocumento"/> <eStructuralFeatures xsi:type="ecore:EReference" name="repositorio" lowerBound="1" eType="#//Repositorio" changeable="false" transient="true" eOpposite="#//Repositorio/clasesDocumento"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ConModelClass" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="modelClass" lowerBound="1" eType="ecore:EClass ../../../plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContenedorEstructuraFuncional" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="descomposicion" upperBound="-1" eType="#//EstructuraFuncional" containment="true" eOpposite="#//EstructuraFuncional/descompone"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContenedorUnidadExterna" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="descomposicion" upperBound="-1" eType="#//UnidadExterna" containment="true" eOpposite="#//UnidadExterna/descompone"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ContenedorUnidadOrganica" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="descomposicion" upperBound="-1" eType="#//UnidadOrganica" containment="true" eOpposite="#//UnidadOrganica/descompone"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlProcedimiento" eSuperTypes="#//SimapaObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true" transient="true"> <eAnnotations source="http://www.eclipse.org/OCL/examples/ocl"> <details key="derive" value="if procedimiento->isEmpty() then '?' else procedimiento.etiqueta endif"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="usuario" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="situacion" eType="#//TipoSituacionProcedimiento"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fechaHoraModificacion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fechaInicioVigencia" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fechaFinVigencia" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="comentarioVersion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fechaElaborado" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombrePersonaElaborado" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="puestoPersonaElaborado" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fechaRevisado" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombrePersonaRevisado" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="puestoPersonaRevisado" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fechaAprobado" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombrePersonaAprobado" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="puestoPersonaAprobado" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="procedimiento" lowerBound="1" eType="#//Procedimiento" changeable="false" transient="true" eOpposite="#//Procedimiento/controlProcedimiento"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Convocatoria" eSuperTypes="#//SimapaObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true" transient="true"> <eAnnotations source="http://www.eclipse.org/OCL/examples/ocl"> <details key="derive" value="(if codigo->notEmpty() and codigo.size() > 0 then '('.concat( codigo).concat(') ') else '' endif).concat(&#xD;&#xA; if nombre->notEmpty() and nombre.size() > 0 then nombre else '?' endif&#xD;&#xA;)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descripcion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codigo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="procedimiento" lowerBound="1" eType="#//Procedimiento" changeable="false" transient="true" eOpposite="#//Procedimiento/convocatorias"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Decision" eSuperTypes="#//Operacion"/> <eClassifiers xsi:type="ecore:EClass" name="Documento" eSuperTypes="#//SimapaObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true"> <eAnnotations source="http://www.eclipse.org/OCL/examples/ocl"> <details key="derive" value="(if codigo->notEmpty() and codigo.size() > 0 then '('.concat( codigo).concat(') ') else '' endif).concat(&#xD;&#xA; if titulo->notEmpty() and titulo.size() > 0 then titulo else '?' endif&#xD;&#xA;)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="titulo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codigo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ficheroModeloFomulario" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="observaciones" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoAlmacenamiento" eType="#//TipoAlmacenamientoDocumento"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoMedio" eType="#//TipoMedioDocumento"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoAmbito" eType="#//TipoAmbitoDocumento"/> <eStructuralFeatures xsi:type="ecore:EReference" name="claseDocumento" lowerBound="1" eType="#//ClaseDocumento" eOpposite="#//ClaseDocumento/documentos"> <eAnnotations source="http://www.eclipse.org/OCL/examples/ocl"> <details key="candidates" value="documentos.repositorio.clasesDocumento.clasesDocumento"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="procedimientos" upperBound="-1" eType="#//Procedimiento" changeable="false" eOpposite="#//Procedimiento/documentos"/> <eStructuralFeatures xsi:type="ecore:EReference" name="documentosFinales" upperBound="-1" eType="#//DocumentoFinal" changeable="false" eOpposite="#//DocumentoFinal/documento"/> <eStructuralFeatures xsi:type="ecore:EReference" name="flujos" upperBound="-1" eType="#//Flujo" changeable="false" eOpposite="#//Flujo/documentos"/> <eStructuralFeatures xsi:type="ecore:EReference" name="documentos" lowerBound="1" eType="#//Documentos" changeable="false" transient="true" eOpposite="#//Documentos/documentos"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Documentos" eSuperTypes="#//SimapaCollection"> <eStructuralFeatures xsi:type="ecore:EReference" name="documentos" upperBound="-1" eType="#//Documento" containment="true" eOpposite="#//Documento/documentos"/> <eStructuralFeatures xsi:type="ecore:EReference" name="repositorio" lowerBound="1" eType="#//Repositorio" changeable="false" transient="true" eOpposite="#//Repositorio/documentos"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentoFinal" abstract="true" eSuperTypes="#//Operacion"> <eStructuralFeatures xsi:type="ecore:EReference" name="documento" lowerBound="1" eType="#//Documento" eOpposite="#//Documento/documentosFinales"> <eAnnotations source="http://www.eclipse.org/OCL/examples/ocl"> <details key="candidates" value="operaciones.procedimiento.documentos"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentoFinalInterno" eSuperTypes="#//DocumentoFinal"/> <eClassifiers xsi:type="ecore:EClass" name="EntradaDocumentoFinal" eSuperTypes="#//DocumentoFinal"/> <eClassifiers xsi:type="ecore:EClass" name="EstructuraFuncional" eSuperTypes="#//SimapaObject #//ContenedorEstructuraFuncional"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true"> <eAnnotations source="http://www.eclipse.org/OCL/examples/ocl"> <details key="derive" value="(if codigo->notEmpty() and codigo.size() > 0 then '('.concat( codigo).concat(') ') else '' endif).concat(&#xD;&#xA; if nombre->notEmpty() and nombre.size() > 0 then nombre else '?' endif&#xD;&#xA;)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codigo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descripcion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="descompone" lowerBound="1" eType="#//ContenedorEstructuraFuncional" changeable="false" transient="true" eOpposite="#//ContenedorEstructuraFuncional/descomposicion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unidadesOrganicas" upperBound="-1" eType="#//UnidadOrganica" eOpposite="#//UnidadOrganica/estructurasFuncionales"/> <eStructuralFeatures xsi:type="ecore:EReference" name="procedimientos" upperBound="-1" eType="#//Procedimiento" changeable="false" eOpposite="#//Procedimiento/servicio"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EstructurasFuncionales" eSuperTypes="#//SimapaCollection #//ContenedorEstructuraFuncional"> <eStructuralFeatures xsi:type="ecore:EReference" name="repositorio" lowerBound="1" eType="#//Repositorio" changeable="false" transient="true" eOpposite="#//Repositorio/estructurasFuncionales"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FichaArchivistica" eSuperTypes="#//SimapaObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true" transient="true"> <eAnnotations source="http://www.eclipse.org/OCL/examples/ocl"> <details key="derive" value="if procedimiento->isEmpty() then '?' else procedimiento.etiqueta endif"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tieneValorLegal" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tieneValorAdministrativo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tieneValorInformativoHistorico" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoAcceso" eType="#//TipoAccesoArchivo"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reglasEliminacion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reglasConservacion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="observaciones" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="procedimiento" lowerBound="1" eType="#//Procedimiento" changeable="false" transient="true" eOpposite="#//Procedimiento/fichaArchivistica"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FinProceso" eSuperTypes="#//Operacion"/> <eClassifiers xsi:type="ecore:EClass" name="Flujo" eSuperTypes="#//SimapaObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true"> <eAnnotations source="http://www.eclipse.org/OCL/examples/ocl"> <details key="derive" value="'de '.concat( if origen->isEmpty() then '?' else origen.etiqueta endif).concat( ' a ').concat(if destino->isEmpty() then '?' else destino.etiqueta endif) "/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="texto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esConector" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="guarda" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="origen" lowerBound="1" eType="#//Operacion" changeable="false" transient="true" eOpposite="#//Operacion/flujosSalientes"> <eAnnotations source="http://www.eclipse.org/OCL/examples/ocl"> <details key="candidates" value="origen.operaciones.procedimiento.operaciones.operaciones"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="destino" lowerBound="1" eType="#//Operacion" eOpposite="#//Operacion/flujosEntrantes"> <eAnnotations source="http://www.eclipse.org/OCL/examples/ocl"> <details key="candidates" value="origen.operaciones.procedimiento.operaciones.operaciones"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="documentos" upperBound="-1" eType="#//Documento" eOpposite="#//Documento/flujos"> <eAnnotations source="http://www.eclipse.org/OCL/examples/ocl"> <details key="candidates" value="origen.operaciones.procedimiento.documentos"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Glosario" eSuperTypes="#//SimapaObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="terminos" upperBound="-1" eType="#//TerminoGlosario" containment="true" eOpposite="#//TerminoGlosario/glosario"/> <eStructuralFeatures xsi:type="ecore:EReference" name="repositorio" lowerBound="1" eType="#//Repositorio" changeable="false" transient="true" eOpposite="#//Repositorio/glosario"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NormativasYLegislaciones" eSuperTypes="#//SimapaCollection"> <eStructuralFeatures xsi:type="ecore:EReference" name="repositorio" lowerBound="1" eType="#//Repositorio" changeable="false" transient="true" eOpposite="#//Repositorio/normativas"/> <eStructuralFeatures xsi:type="ecore:EReference" name="normativas" upperBound="-1" eType="#//NormativaYLegislacion" containment="true" eOpposite="#//NormativaYLegislacion/normativas"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NormativaYLegislacion" eSuperTypes="#//SimapaObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true"> <eAnnotations source="http://www.eclipse.org/OCL/examples/ocl"> <details key="derive" value="(if codigo->notEmpty() and codigo.size() > 0 then '('.concat( codigo).concat(') ') else '' endif).concat(&#xD;&#xA; if nombre->notEmpty() and nombre.size() > 0 then nombre else '?' endif&#xD;&#xA;)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descripcion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codigo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="normativas" lowerBound="1" eType="#//NormativasYLegislaciones" changeable="false" transient="true" eOpposite="#//NormativasYLegislaciones/normativas"/> <eStructuralFeatures xsi:type="ecore:EReference" name="procedimientos" upperBound="-1" eType="#//Procedimiento" changeable="false" eOpposite="#//Procedimiento/normativas"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operacion" eSuperTypes="#//SimapaObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true"> <eAnnotations source="http://www.eclipse.org/OCL/examples/ocl"> <details key="derive" value="(if titulo->notEmpty() and titulo.size() > 0 then titulo else '' endif).concat( ' ').concat( &#xD;&#xA; if self.oclIsTypeOf(DocumentoFinal) then (&#xD;&#xA; if self.oclAsType( DocumentoFinal).documento->isEmpty() then '?' &#xD;&#xA; else self.oclAsType( DocumentoFinal).documento.etiqueta endif &#xD;&#xA; ) else ( &#xD;&#xA; if self.oclIsTypeOf(Subprocedimiento) then (&#xD;&#xA; if self.oclAsType( Subprocedimiento).subProcedimiento->isEmpty() then '?' &#xD;&#xA; else self.oclAsType( Subprocedimiento).subProcedimiento.etiqueta endif&#xD;&#xA; ) else (&#xD;&#xA; '' &#xD;&#xA; ) endif&#xD;&#xA; ) endif&#xD;&#xA;) &#xD;&#xA;&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="titulo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descripcion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="plazoEjecucion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esWorkflow" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numeroPagina" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numeroOrden" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operaciones" lowerBound="1" eType="#//Operaciones" changeable="false" transient="true" eOpposite="#//Operaciones/operaciones"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aplicaciones" upperBound="-1" eType="#//Aplicacion" eOpposite="#//Aplicacion/operaciones"/> <eStructuralFeatures xsi:type="ecore:EReference" name="flujosEntrantes" upperBound="-1" eType="#//Flujo" changeable="false" eOpposite="#//Flujo/destino"/> <eStructuralFeatures xsi:type="ecore:EReference" name="flujosSalientes" upperBound="-1" eType="#//Flujo" containment="true" eOpposite="#//Flujo/origen"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unidad" lowerBound="1" upperBound="-1" eType="#//Unidad" eOpposite="#//Unidad/operaciones"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operaciones" eSuperTypes="#//SimapaCollection"> <eStructuralFeatures xsi:type="ecore:EReference" name="procedimiento" lowerBound="1" eType="#//Procedimiento" changeable="false" eOpposite="#//Procedimiento/operaciones"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operaciones" upperBound="-1" eType="#//Operacion" containment="true" eOpposite="#//Operacion/operaciones"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Procedimiento" eSuperTypes="#//SimapaObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true"> <eAnnotations source="http://www.eclipse.org/OCL/examples/ocl"> <details key="derive" value="(if codigo->notEmpty() and codigo.size() > 0 then '('.concat( codigo).concat(') ') else '' endif).concat(&#xD;&#xA; if titulo->notEmpty() and titulo.size() > 0 then titulo else '?' endif&#xD;&#xA;)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codigo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codigoCompleto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="prop" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="titulo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="objeto" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="observaciones" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="persona" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoProcedimiento" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notas" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="periodicidad" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tituloUltimaConvocatoria" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operaciones" eType="#//Operaciones" containment="true" eOpposite="#//Operaciones/procedimiento"/> <eStructuralFeatures xsi:type="ecore:EReference" name="documentos" upperBound="-1" eType="#//Documento" eOpposite="#//Documento/procedimientos"> <eAnnotations source="http://www.eclipse.org/OCL/examples/ocl"> <details key="candidates" value="procedimientos.repositorio.documentos.documentos"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="terminos" upperBound="-1" eType="#//TerminoGlosario" eOpposite="#//TerminoGlosario/procedimientos"/> <eStructuralFeatures xsi:type="ecore:EReference" name="fichaArchivistica" lowerBound="1" eType="#//FichaArchivistica" containment="true" eOpposite="#//FichaArchivistica/procedimiento"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unidades" upperBound="-1" eType="#//UnidadOrganica" eOpposite="#//UnidadOrganica/unidadDeProcedimientos"> <eAnnotations source="http://www.eclipse.org/OCL/examples/ocl"> <details key="candidates" value="procedimientos.repositorio.unidadesOrganicas.descomposicion->union(procedimientos.repositorio.unidadesExternas.descomposicion)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="procedimientos" lowerBound="1" eType="#//Procedimientos" changeable="false" transient="true" eOpposite="#//Procedimientos/procedimientos"/> <eStructuralFeatures xsi:type="ecore:EReference" name="tramitacionProcedimiento" lowerBound="1" eType="#//TramitacionProcedimiento" containment="true" eOpposite="#//TramitacionProcedimiento/procedimiento"/> <eStructuralFeatures xsi:type="ecore:EReference" name="usosComoSubProcedimientos" upperBound="-1" eType="#//Subprocedimiento" changeable="false" eOpposite="#//Subprocedimiento/subProcedimiento"/> <eStructuralFeatures xsi:type="ecore:EReference" name="convocatorias" upperBound="-1" eType="#//Convocatoria" containment="true" eOpposite="#//Convocatoria/procedimiento"/> <eStructuralFeatures xsi:type="ecore:EReference" name="responsable" lowerBound="1" eType="#//UnidadOrganica" eOpposite="#//UnidadOrganica/responsableDeProcedimientos"> <eAnnotations source="http://www.eclipse.org/OCL/examples/ocl"> <details key="candidates" value="procedimientos.repositorio.unidadesOrganicas->closure(descomposicion)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="controlProcedimiento" lowerBound="1" eType="#//ControlProcedimiento" containment="true" eOpposite="#//ControlProcedimiento/procedimiento"/> <eStructuralFeatures xsi:type="ecore:EReference" name="normativas" upperBound="-1" eType="#//NormativaYLegislacion" eOpposite="#//NormativaYLegislacion/procedimientos"> <eAnnotations source="http://www.eclipse.org/OCL/examples/ocl"> <details key="candidates" value="procedimientos.repositorio.normativas.normativas"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="servicio" eType="#//EstructuraFuncional" eOpposite="#//EstructuraFuncional/procedimientos"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aplicaciones" upperBound="-1" eType="#//Aplicacion" eOpposite="#//Aplicacion/procedimientos"> <eAnnotations source="http://www.eclipse.org/OCL/examples/ocl"> <details key="candidates" value="procedimientos.repositorio.aplicaciones.aplicaciones"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Procedimientos" eSuperTypes="#//SimapaCollection"> <eStructuralFeatures xsi:type="ecore:EReference" name="repositorio" lowerBound="1" eType="#//Repositorio" changeable="false" transient="true" eOpposite="#//Repositorio/procedimientos"/> <eStructuralFeatures xsi:type="ecore:EReference" name="procedimientos" upperBound="-1" eType="#//Procedimiento" containment="true" eOpposite="#//Procedimiento/procedimientos"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Repositorio" eSuperTypes="#//SimapaObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="procedimientos" lowerBound="1" eType="#//Procedimientos" containment="true" eOpposite="#//Procedimientos/repositorio"/> <eStructuralFeatures xsi:type="ecore:EReference" name="documentos" lowerBound="1" eType="#//Documentos" containment="true" eOpposite="#//Documentos/repositorio"/> <eStructuralFeatures xsi:type="ecore:EReference" name="estructurasFuncionales" lowerBound="1" eType="#//EstructurasFuncionales" containment="true" eOpposite="#//EstructurasFuncionales/repositorio"/> <eStructuralFeatures xsi:type="ecore:EReference" name="glosario" lowerBound="1" eType="#//Glosario" containment="true" eOpposite="#//Glosario/repositorio"/> <eStructuralFeatures xsi:type="ecore:EReference" name="normativas" lowerBound="1" eType="#//NormativasYLegislaciones" containment="true" eOpposite="#//NormativasYLegislaciones/repositorio"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unidadesOrganicas" lowerBound="1" eType="#//UnidadesOrganicas" containment="true" eOpposite="#//UnidadesOrganicas/repositorio"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unidadesExternas" lowerBound="1" eType="#//UnidadesExternas" containment="true" eOpposite="#//UnidadesExternas/repositorio"/> <eStructuralFeatures xsi:type="ecore:EReference" name="clasesDocumento" lowerBound="1" eType="#//ClasesDocumento" containment="true" eOpposite="#//ClasesDocumento/repositorio"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aplicaciones" lowerBound="1" eType="#//Aplicaciones" containment="true" eOpposite="#//Aplicaciones/repositorio"/> <eStructuralFeatures xsi:type="ecore:EReference" name="modelPackage" lowerBound="1" eType="ecore:EClass ../../../plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EPackage" changeable="false" volatile="true" transient="true" defaultValueLiteral="" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SalidaDocumentoFinal" eSuperTypes="#//DocumentoFinal"/> <eClassifiers xsi:type="ecore:EClass" name="SimapaCollection" eSuperTypes="#//SimapaObject"/> <eClassifiers xsi:type="ecore:EClass" name="SimapaObject" abstract="true" eSuperTypes="#//ConModelClass"/> <eClassifiers xsi:type="ecore:EClass" name="Subprocedimiento" eSuperTypes="#//Operacion"> <eStructuralFeatures xsi:type="ecore:EReference" name="subProcedimiento" lowerBound="1" eType="#//Procedimiento" eOpposite="#//Procedimiento/usosComoSubProcedimientos"> <eAnnotations source="http://www.eclipse.org/OCL/examples/ocl"> <details key="candidates" value="operaciones.procedimiento.procedimientos"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TerminoGlosario" eSuperTypes="#//SimapaObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true"> <eAnnotations source="http://www.eclipse.org/OCL/examples/ocl"> <details key="derive" value="(if nombre->notEmpty() and nombre.size() > 0 then '('.concat( nombre).concat(') ') else '' endif).concat(&#xD;&#xA; if descripcion->notEmpty() and descripcion.size() > 0 then descripcion else '?' endif&#xD;&#xA;)"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descripcion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="procedimientos" upperBound="-1" eType="#//Procedimiento" changeable="false" eOpposite="#//Procedimiento/terminos"/> <eStructuralFeatures xsi:type="ecore:EReference" name="glosario" lowerBound="1" eType="#//Glosario" changeable="false" transient="true" eOpposite="#//Glosario/terminos"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TramitacionProcedimiento" eSuperTypes="#//SimapaObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" volatile="true" transient="true"> <eAnnotations source="http://www.eclipse.org/OCL/examples/ocl"> <details key="derive" value="if procedimiento->isEmpty() then '?' else procedimiento.etiqueta endif"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inicioInstanciaDeParte" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inicioDeOficio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="volumenExpedientesEjercicio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="presupuestoAnualAproximado" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="plazoSolicitud" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="plazoResolucion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="silencioAdministrativo" eType="#//TipoSilencioAdministrativo"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="recurso" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="esWorkflow" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="procedimiento" lowerBound="1" eType="#//Procedimiento" changeable="false" transient="true" eOpposite="#//Procedimiento/tramitacionProcedimiento"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Unidad" abstract="true" eSuperTypes="#//SimapaObject"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="etiqueta" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true"> <eAnnotations source="http://www.eclipse.org/OCL/examples/ocl"> <details key="derive" value="if self.oclIsTypeOf( UnidadOrganica) then&#xD;&#xA;(if self.oclAsType( UnidadOrganica).codigo->notEmpty() and self.oclAsType( UnidadOrganica).codigo.size() > 0 then '('.concat( self.oclAsType( UnidadOrganica).codigo).concat(') ') else '' endif).concat(&#xD;&#xA; if nombre->notEmpty() and nombre.size() > 0 then nombre else '?' endif&#xD;&#xA;)&#xD;&#xA;else&#xD;&#xA;if self.oclIsTypeOf( UnidadExterna) then&#xD;&#xA;(&#xD;&#xA; if nombre->notEmpty() and nombre.size() > 0 then nombre else '?' endif&#xD;&#xA;)&#xD;&#xA;else&#xD;&#xA; if nombre->notEmpty() and nombre.size() > 0 then nombre else '?' endif&#xD;&#xA;endif&#xD;&#xA;&#xD;&#xA;endif&#xD;&#xA;"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nombre" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="persona" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="telefono" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fax" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="direccion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="notas" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="observaciones" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operaciones" upperBound="-1" eType="#//Operacion" changeable="false" eOpposite="#//Operacion/unidad"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnidadesOrganicas" eSuperTypes="#//ContenedorUnidadOrganica"> <eStructuralFeatures xsi:type="ecore:EReference" name="repositorio" lowerBound="1" eType="#//Repositorio" changeable="false" transient="true" eOpposite="#//Repositorio/unidadesOrganicas"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnidadOrganica" eSuperTypes="#//Unidad #//ContenedorUnidadOrganica"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codigo" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descripcion" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoUnidad" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="codigoOrganico" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unidadDeProcedimientos" upperBound="-1" eType="#//Procedimiento" eOpposite="#//Procedimiento/unidades"/> <eStructuralFeatures xsi:type="ecore:EReference" name="descompone" lowerBound="1" eType="#//ContenedorUnidadOrganica" changeable="false" transient="true" eOpposite="#//ContenedorUnidadOrganica/descomposicion"/> <eStructuralFeatures xsi:type="ecore:EReference" name="estructurasFuncionales" upperBound="-1" eType="#//EstructuraFuncional" eOpposite="#//EstructuraFuncional/unidadesOrganicas"/> <eStructuralFeatures xsi:type="ecore:EReference" name="responsableDeProcedimientos" upperBound="-1" eType="#//Procedimiento" changeable="false" eOpposite="#//Procedimiento/responsable"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnidadesExternas" eSuperTypes="#//ContenedorUnidadExterna"> <eStructuralFeatures xsi:type="ecore:EReference" name="repositorio" lowerBound="1" eType="#//Repositorio" changeable="false" transient="true" eOpposite="#//Repositorio/unidadesExternas"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnidadExterna" eSuperTypes="#//Unidad #//ContenedorUnidadExterna"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tipoEntidad" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="descompone" lowerBound="1" eType="#//ContenedorUnidadExterna" changeable="false" transient="true" eOpposite="#//ContenedorUnidadExterna/descomposicion"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoMedioDocumento"> <eLiterals name="Electronico"/> <eLiterals name="Papel" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoSilencioAdministrativo"> <eLiterals name="Positivo"/> <eLiterals name="Negativo" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoSituacionProcedimiento"> <eLiterals name="Definitivo"/> <eLiterals name="Borrador" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoAccesoArchivo"> <eLiterals name="NoEstablecido"/> <eLiterals name="Restringido" value="1"/> <eLiterals name="Libre" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoAmbitoDocumento"> <eLiterals name="Entrada"/> <eLiterals name="Salida" value="1"/> <eLiterals name="Interno" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoAlmacenamientoDocumento"> <eLiterals name="NoEstablecido"/> <eLiterals name="Fichero" value="1"/> <eLiterals name="BaseDatos" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoDesarrollo"> <eLiterals name="Externa"/> <eLiterals name="ServicioInformatica" value="1"/> <eLiterals name="Propia" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TipoAplicacion"> <eLiterals name="Corporativa"/> <eLiterals name="Usuario" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Rango1_10"> <eLiterals name="NoEstablecido"/> <eLiterals name="_1" value="1"/> <eLiterals name="_2" value="2"/> <eLiterals name="_3" value="3"/> <eLiterals name="_4" value="4"/> <eLiterals name="_5" value="5"/> <eLiterals name="_6" value="6"/> <eLiterals name="_7" value="7"/> <eLiterals name="_8" value="8"/> <eLiterals name="_9" value="9"/> <eLiterals name="_10" value="10"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/carrascoMDD/gvCASE_ALBA/gvCASE_ALBA_release_wksp/es.gva.cit.simapa/model/simapa.ecore
ecore
simapa Aplicacion etiqueta nombre descripcion codigo herramienta baseDeDatos numeroUsuarios estadoAplicacion nivelSeguridad desarrollador tipoDesarrollo tipoAplicacion complejidad importancia operaciones aplicaciones procedimientos Aplicaciones aplicaciones repositorio ClaseDocumento etiqueta codigo nombre observaciones clasesDocumento documentos ClasesDocumento clasesDocumento repositorio ConModelClass modelClass ContenedorEstructuraFuncional descomposicion ContenedorUnidadExterna descomposicion ContenedorUnidadOrganica descomposicion ControlProcedimiento etiqueta usuario situacion fechaHoraModificacion fechaInicioVigencia fechaFinVigencia comentarioVersion fechaElaborado nombrePersonaElaborado puestoPersonaElaborado fechaRevisado nombrePersonaRevisado puestoPersonaRevisado fechaAprobado nombrePersonaAprobado puestoPersonaAprobado procedimiento Convocatoria etiqueta nombre descripcion codigo procedimiento Decision Documento etiqueta titulo codigo ficheroModeloFomulario observaciones tipoAlmacenamiento tipoMedio tipoAmbito claseDocumento procedimientos documentosFinales flujos documentos Documentos documentos repositorio DocumentoFinal documento DocumentoFinalInterno EntradaDocumentoFinal EstructuraFuncional etiqueta nombre codigo descripcion descompone unidadesOrganicas procedimientos EstructurasFuncionales repositorio FichaArchivistica etiqueta tieneValorLegal false tieneValorAdministrativo false tieneValorInformativoHistorico false tipoAcceso reglasEliminacion reglasConservacion observaciones procedimiento FinProceso Flujo etiqueta texto esConector false guarda origen destino documentos Glosario terminos repositorio NormativasYLegislaciones repositorio normativas NormativaYLegislacion etiqueta nombre descripcion codigo normativas procedimientos Operacion etiqueta titulo descripcion plazoEjecucion esWorkflow false numeroPagina numeroOrden operaciones aplicaciones flujosEntrantes flujosSalientes unidad Operaciones procedimiento operaciones Procedimiento etiqueta codigo version codigoCompleto prop titulo objeto observaciones persona tipoProcedimiento notas periodicidad tituloUltimaConvocatoria operaciones documentos terminos fichaArchivistica unidades procedimientos tramitacionProcedimiento usosComoSubProcedimientos convocatorias responsable controlProcedimiento normativas servicio aplicaciones Procedimientos repositorio procedimientos Repositorio procedimientos documentos estructurasFuncionales glosario normativas unidadesOrganicas unidadesExternas clasesDocumento aplicaciones modelPackage SalidaDocumentoFinal SimapaCollection SimapaObject Subprocedimiento subProcedimiento TerminoGlosario etiqueta nombre descripcion procedimientos glosario TramitacionProcedimiento etiqueta inicioInstanciaDeParte false inicioDeOficio false volumenExpedientesEjercicio presupuestoAnualAproximado plazoSolicitud plazoResolucion silencioAdministrativo recurso esWorkflow false procedimiento Unidad etiqueta nombre persona telefono fax direccion notas observaciones operaciones UnidadesOrganicas repositorio UnidadOrganica codigo descripcion tipoUnidad codigoOrganico unidadDeProcedimientos descompone estructurasFuncionales responsableDeProcedimientos UnidadesExternas repositorio UnidadExterna tipoEntidad descompone TipoMedioDocumento Electronico Electronico Papel Papel TipoSilencioAdministrativo Positivo Positivo Negativo Negativo TipoSituacionProcedimiento Definitivo Definitivo Borrador Borrador TipoAccesoArchivo NoEstablecido NoEstablecido Restringido Restringido Libre Libre TipoAmbitoDocumento Entrada Entrada Salida Salida Interno Interno TipoAlmacenamientoDocumento NoEstablecido NoEstablecido Fichero Fichero BaseDatos BaseDatos TipoDesarrollo Externa Externa ServicioInformatica ServicioInformatica Propia Propia TipoAplicacion Corporativa Corporativa Usuario Usuario Rango1_10 NoEstablecido NoEstablecido _1 _1 _2 _2 _3 _3 _4 _4 _5 _5 _6 _6 _7 _7 _8 _8 _9 _9 _10 _10
null
{"directed":true,"nodes":[{"nsPrefix":"es.gva.cit.simapa","nsURI":"http:///es/gva/cit/simapa.ecore","name":"simapa","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aplicacion","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Aplicaciones","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClaseDocumento","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ClasesDocumento","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ConModelClass","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContenedorEstructuraFuncional","instanceClass":null,"abstract":true,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContenedorUnidadExterna","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ContenedorUnidadOrganica","instanceClass":null,"abstract":true,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlProcedimiento","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Convocatoria","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Decision","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Documento","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Documentos","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentoFinal","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentoFinalInterno","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntradaDocumentoFinal","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EstructuraFuncional","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EstructurasFuncionales","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FichaArchivistica","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinProceso","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Flujo","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Glosario","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NormativasYLegislaciones","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NormativaYLegislacion","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operacion","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operaciones","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Procedimiento","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Procedimientos","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repositorio","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SalidaDocumentoFinal","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimapaCollection","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimapaObject","instanceClass":null,"abstract":true,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Subprocedimiento","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TerminoGlosario","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TramitacionProcedimiento","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Unidad","instanceClass":null,"abstract":true,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnidadesOrganicas","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnidadOrganica","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnidadesExternas","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnidadExterna","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoMedioDocumento","instanceClass":null,"id":41,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoSilencioAdministrativo","instanceClass":null,"id":42,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoSituacionProcedimiento","instanceClass":null,"id":43,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoAccesoArchivo","instanceClass":null,"id":44,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoAmbitoDocumento","instanceClass":null,"id":45,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoAlmacenamientoDocumento","instanceClass":null,"id":46,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoDesarrollo","instanceClass":null,"id":47,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TipoAplicacion","instanceClass":null,"id":48,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Rango1_10","instanceClass":null,"id":49,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"etiqueta","changeable":false,"lowerBound":0,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","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":"descripcion","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":"codigo","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":"herramienta","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"baseDeDatos","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":"numeroUsuarios","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":"estadoAplicacion","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":"nivelSeguridad","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":"desarrollador","changeable":true,"lowerBound":0,"iD":false,"id":59,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoDesarrollo","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoAplicacion","changeable":true,"lowerBound":0,"iD":false,"id":61,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"complejidad","changeable":true,"lowerBound":0,"iD":false,"id":62,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importancia","changeable":true,"lowerBound":0,"iD":false,"id":63,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operaciones","changeable":false,"resolveProxies":true,"lowerBound":0,"id":64,"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":"aplicaciones","changeable":false,"resolveProxies":true,"lowerBound":1,"id":65,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"procedimientos","changeable":false,"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"},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aplicaciones","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aplicaciones","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"id":86,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"aplicaciones","changeable":true,"resolveProxies":true,"lowerBound":0,"id":87,"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":"repositorio","changeable":false,"resolveProxies":true,"lowerBound":1,"id":88,"derived":false},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aplicaciones","changeable":true,"resolveProxies":true,"lowerBound":1,"id":92,"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":"etiqueta","changeable":false,"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":"codigo","changeable":true,"lowerBound":0,"iD":false,"id":94,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","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":"observaciones","changeable":true,"lowerBound":0,"iD":false,"id":96,"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":"clasesDocumento","changeable":false,"resolveProxies":true,"lowerBound":1,"id":97,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"documentos","changeable":false,"resolveProxies":true,"lowerBound":0,"id":98,"derived":false},{"id":99,"eClass":"EGenericType"},{"id":100,"eClass":"EGenericType"},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clasesDocumento","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"claseDocumento","changeable":true,"resolveProxies":true,"lowerBound":1,"id":107,"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":"repositorio","changeable":false,"resolveProxies":true,"lowerBound":1,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"clasesDocumento","changeable":true,"resolveProxies":true,"lowerBound":1,"id":112,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"modelClass","changeable":false,"resolveProxies":true,"lowerBound":1,"id":113,"derived":true},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descomposicion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"descompone","changeable":false,"resolveProxies":true,"lowerBound":1,"id":117,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"descomposicion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":118,"derived":false},{"id":119,"eClass":"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":"descompone","changeable":false,"resolveProxies":true,"lowerBound":1,"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":"descomposicion","changeable":true,"resolveProxies":true,"lowerBound":0,"id":121,"derived":false},{"id":122,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"descompone","changeable":false,"resolveProxies":true,"lowerBound":1,"id":123,"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":"etiqueta","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"usuario","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"situacion","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":"fechaHoraModificacion","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fechaInicioVigencia","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":"fechaFinVigencia","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":"comentarioVersion","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":"fechaElaborado","changeable":true,"lowerBound":0,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombrePersonaElaborado","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":"puestoPersonaElaborado","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":"fechaRevisado","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombrePersonaRevisado","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"puestoPersonaRevisado","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fechaAprobado","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombrePersonaAprobado","changeable":true,"lowerBound":0,"iD":false,"id":138,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"puestoPersonaAprobado","changeable":true,"lowerBound":0,"iD":false,"id":139,"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":"procedimiento","changeable":false,"resolveProxies":true,"lowerBound":1,"id":140,"derived":false},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"controlProcedimiento","changeable":true,"resolveProxies":true,"lowerBound":1,"id":159,"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":"etiqueta","changeable":true,"lowerBound":0,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descripcion","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codigo","changeable":true,"lowerBound":0,"iD":false,"id":163,"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":"procedimiento","changeable":false,"resolveProxies":true,"lowerBound":1,"id":164,"derived":false},{"id":165,"eClass":"EGenericType"},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"id":169,"eClass":"EGenericType"},{"id":170,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"convocatorias","changeable":true,"resolveProxies":true,"lowerBound":0,"id":171,"derived":false},{"id":172,"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":"etiqueta","changeable":false,"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":"titulo","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codigo","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"ficheroModeloFomulario","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"observaciones","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoAlmacenamiento","changeable":true,"lowerBound":0,"iD":false,"id":178,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoMedio","changeable":true,"lowerBound":0,"iD":false,"id":179,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoAmbito","changeable":true,"lowerBound":0,"iD":false,"id":180,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"procedimientos","changeable":false,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"documentosFinales","changeable":false,"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":"flujos","changeable":false,"resolveProxies":true,"lowerBound":0,"id":183,"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":"documentos","changeable":false,"resolveProxies":true,"lowerBound":1,"id":184,"derived":false},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"documentos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":196,"derived":false},{"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":"documento","changeable":true,"resolveProxies":true,"lowerBound":1,"id":198,"derived":false},{"id":199,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"documentos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"documentos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":202,"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":"repositorio","changeable":false,"resolveProxies":true,"lowerBound":1,"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"documentos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":207,"derived":false},{"id":208,"eClass":"EGenericType"},{"id":209,"eClass":"EGenericType"},{"id":210,"eClass":"EGenericType"},{"id":211,"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":"etiqueta","changeable":false,"lowerBound":0,"iD":false,"id":212,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":213,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codigo","changeable":true,"lowerBound":0,"iD":false,"id":214,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descripcion","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":false,"unsettable":false,"transient":false,"unique":true,"name":"unidadesOrganicas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":216,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"procedimientos","changeable":false,"resolveProxies":true,"lowerBound":0,"id":217,"derived":false},{"id":218,"eClass":"EGenericType"},{"id":219,"eClass":"EGenericType"},{"id":220,"eClass":"EGenericType"},{"id":221,"eClass":"EGenericType"},{"id":222,"eClass":"EGenericType"},{"id":223,"eClass":"EGenericType"},{"id":224,"eClass":"EGenericType"},{"id":225,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"estructurasFuncionales","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"id":227,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"servicio","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"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":"repositorio","changeable":false,"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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"estructurasFuncionales","changeable":true,"resolveProxies":true,"lowerBound":1,"id":233,"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":"etiqueta","changeable":true,"lowerBound":0,"iD":false,"id":234,"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":"tieneValorLegal","changeable":true,"lowerBound":0,"iD":false,"id":235,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"tieneValorAdministrativo","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":"false","unsettable":false,"transient":false,"unique":true,"name":"tieneValorInformativoHistorico","changeable":true,"lowerBound":0,"iD":false,"id":237,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoAcceso","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":"reglasEliminacion","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":"reglasConservacion","changeable":true,"lowerBound":0,"iD":false,"id":240,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"observaciones","changeable":true,"lowerBound":0,"iD":false,"id":241,"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":"procedimiento","changeable":false,"resolveProxies":true,"lowerBound":1,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"fichaArchivistica","changeable":true,"resolveProxies":true,"lowerBound":1,"id":253,"derived":false},{"id":254,"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":"etiqueta","changeable":false,"lowerBound":0,"iD":false,"id":255,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"texto","changeable":true,"lowerBound":0,"iD":false,"id":256,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"esConector","changeable":true,"lowerBound":0,"iD":false,"id":257,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"guarda","changeable":true,"lowerBound":0,"iD":false,"id":258,"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":"origen","changeable":false,"resolveProxies":true,"lowerBound":1,"id":259,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destino","changeable":true,"resolveProxies":true,"lowerBound":1,"id":260,"derived":false},{"id":261,"eClass":"EGenericType"},{"id":262,"eClass":"EGenericType"},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"flujosSalientes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":267,"derived":false},{"id":268,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"flujosEntrantes","changeable":false,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"id":270,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"terminos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"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":"repositorio","changeable":false,"resolveProxies":true,"lowerBound":1,"id":272,"derived":false},{"id":273,"eClass":"EGenericType"},{"id":274,"eClass":"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":"glosario","changeable":false,"resolveProxies":true,"lowerBound":1,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"glosario","changeable":true,"resolveProxies":true,"lowerBound":1,"id":277,"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":"repositorio","changeable":false,"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":true,"unsettable":false,"transient":false,"unique":true,"name":"normativas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":279,"derived":false},{"id":280,"eClass":"EGenericType"},{"id":281,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"normativas","changeable":true,"resolveProxies":true,"lowerBound":1,"id":282,"derived":false},{"id":283,"eClass":"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":"normativas","changeable":false,"resolveProxies":true,"lowerBound":1,"id":284,"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":"etiqueta","changeable":false,"lowerBound":0,"iD":false,"id":285,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":286,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descripcion","changeable":true,"lowerBound":0,"iD":false,"id":287,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codigo","changeable":true,"lowerBound":0,"iD":false,"id":288,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"procedimientos","changeable":false,"resolveProxies":true,"lowerBound":0,"id":289,"derived":false},{"id":290,"eClass":"EGenericType"},{"id":291,"eClass":"EGenericType"},{"id":292,"eClass":"EGenericType"},{"id":293,"eClass":"EGenericType"},{"id":294,"eClass":"EGenericType"},{"id":295,"eClass":"EGenericType"},{"id":296,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"normativas","changeable":true,"resolveProxies":true,"lowerBound":0,"id":297,"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":"etiqueta","changeable":false,"lowerBound":0,"iD":false,"id":298,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"titulo","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":"descripcion","changeable":true,"lowerBound":0,"iD":false,"id":300,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"plazoEjecucion","changeable":true,"lowerBound":0,"iD":false,"id":301,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"esWorkflow","changeable":true,"lowerBound":0,"iD":false,"id":302,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numeroPagina","changeable":true,"lowerBound":0,"iD":false,"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":"numeroOrden","changeable":true,"lowerBound":0,"iD":false,"id":304,"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":"operaciones","changeable":false,"resolveProxies":true,"lowerBound":1,"id":305,"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":"unidad","changeable":true,"resolveProxies":true,"lowerBound":1,"id":306,"derived":false},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"id":311,"eClass":"EGenericType"},{"id":312,"eClass":"EGenericType"},{"id":313,"eClass":"EGenericType"},{"id":314,"eClass":"EGenericType"},{"id":315,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operaciones","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operaciones","changeable":false,"resolveProxies":true,"lowerBound":0,"id":321,"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":"procedimiento","changeable":false,"resolveProxies":true,"lowerBound":1,"id":322,"derived":false},{"id":323,"eClass":"EGenericType"},{"id":324,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operaciones","changeable":true,"resolveProxies":true,"lowerBound":0,"id":325,"derived":false},{"id":326,"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":"etiqueta","changeable":false,"lowerBound":0,"iD":false,"id":327,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codigo","changeable":true,"lowerBound":0,"iD":false,"id":328,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"version","changeable":true,"lowerBound":0,"iD":false,"id":329,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codigoCompleto","changeable":true,"lowerBound":0,"iD":false,"id":330,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"prop","changeable":true,"lowerBound":0,"iD":false,"id":331,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"titulo","changeable":true,"lowerBound":0,"iD":false,"id":332,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"objeto","changeable":true,"lowerBound":0,"iD":false,"id":333,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"observaciones","changeable":true,"lowerBound":0,"iD":false,"id":334,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"persona","changeable":true,"lowerBound":0,"iD":false,"id":335,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoProcedimiento","changeable":true,"lowerBound":0,"iD":false,"id":336,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"notas","changeable":true,"lowerBound":0,"iD":false,"id":337,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"periodicidad","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":false,"transient":false,"unique":true,"name":"tituloUltimaConvocatoria","changeable":true,"lowerBound":0,"iD":false,"id":339,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"terminos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":340,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unidades","changeable":true,"resolveProxies":true,"lowerBound":0,"id":341,"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":"procedimientos","changeable":false,"resolveProxies":true,"lowerBound":1,"id":342,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tramitacionProcedimiento","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":false,"unsettable":false,"transient":false,"unique":true,"name":"usosComoSubProcedimientos","changeable":false,"resolveProxies":true,"lowerBound":0,"id":344,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"responsable","changeable":true,"resolveProxies":true,"lowerBound":1,"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"},{"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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"procedimientos","changeable":false,"resolveProxies":true,"lowerBound":0,"id":363,"derived":false},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unidadDeProcedimientos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":366,"derived":false},{"id":367,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"procedimientos","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"id":369,"eClass":"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":"procedimiento","changeable":false,"resolveProxies":true,"lowerBound":1,"id":370,"derived":false},{"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":"subProcedimiento","changeable":true,"resolveProxies":true,"lowerBound":1,"id":372,"derived":false},{"id":373,"eClass":"EGenericType"},{"id":374,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"responsableDeProcedimientos","changeable":false,"resolveProxies":true,"lowerBound":0,"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":"repositorio","changeable":false,"resolveProxies":true,"lowerBound":1,"id":380,"derived":false},{"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":"procedimientos","changeable":true,"resolveProxies":true,"lowerBound":1,"id":383,"derived":false},{"id":384,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unidadesOrganicas","changeable":true,"resolveProxies":true,"lowerBound":1,"id":385,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"unidadesExternas","changeable":true,"resolveProxies":true,"lowerBound":1,"id":386,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":"","containment":false,"unsettable":false,"transient":true,"unique":true,"name":"modelPackage","changeable":false,"resolveProxies":true,"lowerBound":1,"id":387,"derived":true},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"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":"repositorio","changeable":false,"resolveProxies":true,"lowerBound":1,"id":395,"derived":false},{"id":396,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"repositorio","changeable":false,"resolveProxies":true,"lowerBound":1,"id":397,"derived":false},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"id":402,"eClass":"EGenericType"},{"id":403,"eClass":"EGenericType"},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"etiqueta","changeable":false,"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":"nombre","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":"descripcion","changeable":true,"lowerBound":0,"iD":false,"id":408,"derived":false},{"id":409,"eClass":"EGenericType"},{"id":410,"eClass":"EGenericType"},{"id":411,"eClass":"EGenericType"},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"etiqueta","changeable":true,"lowerBound":0,"iD":false,"id":415,"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":"inicioInstanciaDeParte","changeable":true,"lowerBound":0,"iD":false,"id":416,"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":"inicioDeOficio","changeable":true,"lowerBound":0,"iD":false,"id":417,"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":"volumenExpedientesEjercicio","changeable":true,"lowerBound":0,"iD":false,"id":418,"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":"presupuestoAnualAproximado","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":"plazoSolicitud","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":"plazoResolucion","changeable":true,"lowerBound":0,"iD":false,"id":421,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"silencioAdministrativo","changeable":true,"lowerBound":0,"iD":false,"id":422,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"recurso","changeable":true,"lowerBound":0,"iD":false,"id":423,"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":"esWorkflow","changeable":true,"lowerBound":0,"iD":false,"id":424,"derived":false},{"id":425,"eClass":"EGenericType"},{"id":426,"eClass":"EGenericType"},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"id":431,"eClass":"EGenericType"},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"etiqueta","changeable":false,"lowerBound":0,"iD":false,"id":437,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nombre","changeable":true,"lowerBound":0,"iD":false,"id":438,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"persona","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":"telefono","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":"fax","changeable":true,"lowerBound":0,"iD":false,"id":441,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"direccion","changeable":true,"lowerBound":0,"iD":false,"id":442,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"notas","changeable":true,"lowerBound":0,"iD":false,"id":443,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"observaciones","changeable":true,"lowerBound":0,"iD":false,"id":444,"derived":false},{"id":445,"eClass":"EGenericType"},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"id":454,"eClass":"EGenericType"},{"id":455,"eClass":"EGenericType"},{"id":456,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codigo","changeable":true,"lowerBound":0,"iD":false,"id":457,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descripcion","changeable":true,"lowerBound":0,"iD":false,"id":458,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoUnidad","changeable":true,"lowerBound":0,"iD":false,"id":459,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"codigoOrganico","changeable":true,"lowerBound":0,"iD":false,"id":460,"derived":false},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"id":466,"eClass":"EGenericType"},{"id":467,"eClass":"EGenericType"},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tipoEntidad","changeable":true,"lowerBound":0,"iD":false,"id":473,"derived":false},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"name":"Electronico","id":478,"value":0,"literal":"Electronico","eClass":"EEnumLiteral"},{"name":"Papel","id":479,"value":1,"literal":"Papel","eClass":"EEnumLiteral"},{"name":"Positivo","id":480,"value":0,"literal":"Positivo","eClass":"EEnumLiteral"},{"name":"Negativo","id":481,"value":1,"literal":"Negativo","eClass":"EEnumLiteral"},{"name":"Definitivo","id":482,"value":0,"literal":"Definitivo","eClass":"EEnumLiteral"},{"name":"Borrador","id":483,"value":1,"literal":"Borrador","eClass":"EEnumLiteral"},{"name":"NoEstablecido","id":484,"value":0,"literal":"NoEstablecido","eClass":"EEnumLiteral"},{"name":"Restringido","id":485,"value":1,"literal":"Restringido","eClass":"EEnumLiteral"},{"name":"Libre","id":486,"value":2,"literal":"Libre","eClass":"EEnumLiteral"},{"name":"Entrada","id":487,"value":0,"literal":"Entrada","eClass":"EEnumLiteral"},{"name":"Salida","id":488,"value":1,"literal":"Salida","eClass":"EEnumLiteral"},{"name":"Interno","id":489,"value":2,"literal":"Interno","eClass":"EEnumLiteral"},{"name":"NoEstablecido","id":490,"value":0,"literal":"NoEstablecido","eClass":"EEnumLiteral"},{"name":"Fichero","id":491,"value":1,"literal":"Fichero","eClass":"EEnumLiteral"},{"name":"BaseDatos","id":492,"value":2,"literal":"BaseDatos","eClass":"EEnumLiteral"},{"name":"Externa","id":493,"value":0,"literal":"Externa","eClass":"EEnumLiteral"},{"name":"ServicioInformatica","id":494,"value":1,"literal":"ServicioInformatica","eClass":"EEnumLiteral"},{"name":"Propia","id":495,"value":2,"literal":"Propia","eClass":"EEnumLiteral"},{"name":"Corporativa","id":496,"value":0,"literal":"Corporativa","eClass":"EEnumLiteral"},{"name":"Usuario","id":497,"value":1,"literal":"Usuario","eClass":"EEnumLiteral"},{"name":"NoEstablecido","id":498,"value":0,"literal":"NoEstablecido","eClass":"EEnumLiteral"},{"name":"_1","id":499,"value":1,"literal":"_1","eClass":"EEnumLiteral"},{"name":"_2","id":500,"value":2,"literal":"_2","eClass":"EEnumLiteral"},{"name":"_3","id":501,"value":3,"literal":"_3","eClass":"EEnumLiteral"},{"name":"_4","id":502,"value":4,"literal":"_4","eClass":"EEnumLiteral"},{"name":"_5","id":503,"value":5,"literal":"_5","eClass":"EEnumLiteral"},{"name":"_6","id":504,"value":6,"literal":"_6","eClass":"EEnumLiteral"},{"name":"_7","id":505,"value":7,"literal":"_7","eClass":"EEnumLiteral"},{"name":"_8","id":506,"value":8,"literal":"_8","eClass":"EEnumLiteral"},{"name":"_9","id":507,"value":9,"literal":"_9","eClass":"EEnumLiteral"},{"name":"_10","id":508,"value":10,"literal":"_10","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":1,"target":0},{"source":1,"target":32},{"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":50,"target":68},{"source":50,"target":1},{"source":51,"target":69},{"source":51,"target":1},{"source":52,"target":70},{"source":52,"target":1},{"source":53,"target":71},{"source":53,"target":1},{"source":54,"target":72},{"source":54,"target":1},{"source":55,"target":73},{"source":55,"target":1},{"source":56,"target":74},{"source":56,"target":1},{"source":57,"target":75},{"source":57,"target":1},{"source":58,"target":76},{"source":58,"target":1},{"source":59,"target":77},{"source":59,"target":1},{"source":60,"target":47},{"source":60,"target":78},{"source":60,"target":1},{"source":78,"target":47},{"source":61,"target":48},{"source":61,"target":79},{"source":61,"target":1},{"source":79,"target":48},{"source":62,"target":49},{"source":62,"target":80},{"source":62,"target":1},{"source":80,"target":49},{"source":63,"target":49},{"source":63,"target":81},{"source":63,"target":1},{"source":81,"target":49},{"source":64,"target":25},{"source":64,"target":82},{"source":64,"target":1},{"source":64,"target":83},{"source":82,"target":25},{"source":65,"target":2},{"source":65,"target":84},{"source":65,"target":1},{"source":65,"target":85},{"source":84,"target":2},{"source":66,"target":27},{"source":66,"target":86},{"source":66,"target":1},{"source":66,"target":87},{"source":86,"target":27},{"source":67,"target":32},{"source":2,"target":0},{"source":2,"target":31},{"source":2,"target":85},{"source":2,"target":88},{"source":2,"target":89},{"source":85,"target":1},{"source":85,"target":90},{"source":85,"target":2},{"source":85,"target":65},{"source":90,"target":1},{"source":88,"target":29},{"source":88,"target":91},{"source":88,"target":2},{"source":88,"target":92},{"source":91,"target":29},{"source":89,"target":31},{"source":3,"target":0},{"source":3,"target":32},{"source":3,"target":93},{"source":3,"target":94},{"source":3,"target":95},{"source":3,"target":96},{"source":3,"target":97},{"source":3,"target":98},{"source":3,"target":99},{"source":93,"target":100},{"source":93,"target":3},{"source":94,"target":101},{"source":94,"target":3},{"source":95,"target":102},{"source":95,"target":3},{"source":96,"target":103},{"source":96,"target":3},{"source":97,"target":4},{"source":97,"target":104},{"source":97,"target":3},{"source":97,"target":105},{"source":104,"target":4},{"source":98,"target":12},{"source":98,"target":106},{"source":98,"target":3},{"source":98,"target":107},{"source":106,"target":12},{"source":99,"target":32},{"source":4,"target":0},{"source":4,"target":31},{"source":4,"target":105},{"source":4,"target":108},{"source":4,"target":109},{"source":105,"target":3},{"source":105,"target":110},{"source":105,"target":4},{"source":105,"target":97},{"source":110,"target":3},{"source":108,"target":29},{"source":108,"target":111},{"source":108,"target":4},{"source":108,"target":112},{"source":111,"target":29},{"source":109,"target":31},{"source":5,"target":0},{"source":5,"target":113},{"source":113,"target":114},{"source":113,"target":5},{"source":6,"target":0},{"source":6,"target":115},{"source":115,"target":17},{"source":115,"target":116},{"source":115,"target":6},{"source":115,"target":117},{"source":116,"target":17},{"source":7,"target":0},{"source":7,"target":118},{"source":118,"target":40},{"source":118,"target":119},{"source":118,"target":7},{"source":118,"target":120},{"source":119,"target":40},{"source":8,"target":0},{"source":8,"target":121},{"source":121,"target":38},{"source":121,"target":122},{"source":121,"target":8},{"source":121,"target":123},{"source":122,"target":38},{"source":9,"target":0},{"source":9,"target":32},{"source":9,"target":124},{"source":9,"target":125},{"source":9,"target":126},{"source":9,"target":127},{"source":9,"target":128},{"source":9,"target":129},{"source":9,"target":130},{"source":9,"target":131},{"source":9,"target":132},{"source":9,"target":133},{"source":9,"target":134},{"source":9,"target":135},{"source":9,"target":136},{"source":9,"target":137},{"source":9,"target":138},{"source":9,"target":139},{"source":9,"target":140},{"source":9,"target":141},{"source":124,"target":142},{"source":124,"target":9},{"source":125,"target":143},{"source":125,"target":9},{"source":126,"target":43},{"source":126,"target":144},{"source":126,"target":9},{"source":144,"target":43},{"source":127,"target":145},{"source":127,"target":9},{"source":128,"target":146},{"source":128,"target":9},{"source":129,"target":147},{"source":129,"target":9},{"source":130,"target":148},{"source":130,"target":9},{"source":131,"target":149},{"source":131,"target":9},{"source":132,"target":150},{"source":132,"target":9},{"source":133,"target":151},{"source":133,"target":9},{"source":134,"target":152},{"source":134,"target":9},{"source":135,"target":153},{"source":135,"target":9},{"source":136,"target":154},{"source":136,"target":9},{"source":137,"target":155},{"source":137,"target":9},{"source":138,"target":156},{"source":138,"target":9},{"source":139,"target":157},{"source":139,"target":9},{"source":140,"target":27},{"source":140,"target":158},{"source":140,"target":9},{"source":140,"target":159},{"source":158,"target":27},{"source":141,"target":32},{"source":10,"target":0},{"source":10,"target":32},{"source":10,"target":160},{"source":10,"target":161},{"source":10,"target":162},{"source":10,"target":163},{"source":10,"target":164},{"source":10,"target":165},{"source":160,"target":166},{"source":160,"target":10},{"source":161,"target":167},{"source":161,"target":10},{"source":162,"target":168},{"source":162,"target":10},{"source":163,"target":169},{"source":163,"target":10},{"source":164,"target":27},{"source":164,"target":170},{"source":164,"target":10},{"source":164,"target":171},{"source":170,"target":27},{"source":165,"target":32},{"source":11,"target":0},{"source":11,"target":25},{"source":11,"target":172},{"source":172,"target":25},{"source":12,"target":0},{"source":12,"target":32},{"source":12,"target":173},{"source":12,"target":174},{"source":12,"target":175},{"source":12,"target":176},{"source":12,"target":177},{"source":12,"target":178},{"source":12,"target":179},{"source":12,"target":180},{"source":12,"target":107},{"source":12,"target":181},{"source":12,"target":182},{"source":12,"target":183},{"source":12,"target":184},{"source":12,"target":185},{"source":173,"target":186},{"source":173,"target":12},{"source":174,"target":187},{"source":174,"target":12},{"source":175,"target":188},{"source":175,"target":12},{"source":176,"target":189},{"source":176,"target":12},{"source":177,"target":190},{"source":177,"target":12},{"source":178,"target":46},{"source":178,"target":191},{"source":178,"target":12},{"source":191,"target":46},{"source":179,"target":41},{"source":179,"target":192},{"source":179,"target":12},{"source":192,"target":41},{"source":180,"target":45},{"source":180,"target":193},{"source":180,"target":12},{"source":193,"target":45},{"source":107,"target":3},{"source":107,"target":194},{"source":107,"target":12},{"source":107,"target":98},{"source":194,"target":3},{"source":181,"target":27},{"source":181,"target":195},{"source":181,"target":12},{"source":181,"target":196},{"source":195,"target":27},{"source":182,"target":14},{"source":182,"target":197},{"source":182,"target":12},{"source":182,"target":198},{"source":197,"target":14},{"source":183,"target":21},{"source":183,"target":199},{"source":183,"target":12},{"source":183,"target":200},{"source":199,"target":21},{"source":184,"target":13},{"source":184,"target":201},{"source":184,"target":12},{"source":184,"target":202},{"source":201,"target":13},{"source":185,"target":32},{"source":13,"target":0},{"source":13,"target":31},{"source":13,"target":202},{"source":13,"target":203},{"source":13,"target":204},{"source":202,"target":12},{"source":202,"target":205},{"source":202,"target":13},{"source":202,"target":184},{"source":205,"target":12},{"source":203,"target":29},{"source":203,"target":206},{"source":203,"target":13},{"source":203,"target":207},{"source":206,"target":29},{"source":204,"target":31},{"source":14,"target":0},{"source":14,"target":25},{"source":14,"target":198},{"source":14,"target":208},{"source":198,"target":12},{"source":198,"target":209},{"source":198,"target":14},{"source":198,"target":182},{"source":209,"target":12},{"source":208,"target":25},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":210},{"source":210,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":211},{"source":211,"target":14},{"source":17,"target":0},{"source":17,"target":32},{"source":17,"target":6},{"source":17,"target":212},{"source":17,"target":213},{"source":17,"target":214},{"source":17,"target":215},{"source":17,"target":117},{"source":17,"target":216},{"source":17,"target":217},{"source":17,"target":218},{"source":17,"target":219},{"source":212,"target":220},{"source":212,"target":17},{"source":213,"target":221},{"source":213,"target":17},{"source":214,"target":222},{"source":214,"target":17},{"source":215,"target":223},{"source":215,"target":17},{"source":117,"target":6},{"source":117,"target":224},{"source":117,"target":17},{"source":117,"target":115},{"source":224,"target":6},{"source":216,"target":38},{"source":216,"target":225},{"source":216,"target":17},{"source":216,"target":226},{"source":225,"target":38},{"source":217,"target":27},{"source":217,"target":227},{"source":217,"target":17},{"source":217,"target":228},{"source":227,"target":27},{"source":218,"target":32},{"source":219,"target":6},{"source":18,"target":0},{"source":18,"target":31},{"source":18,"target":6},{"source":18,"target":229},{"source":18,"target":230},{"source":18,"target":231},{"source":229,"target":29},{"source":229,"target":232},{"source":229,"target":18},{"source":229,"target":233},{"source":232,"target":29},{"source":230,"target":31},{"source":231,"target":6},{"source":19,"target":0},{"source":19,"target":32},{"source":19,"target":234},{"source":19,"target":235},{"source":19,"target":236},{"source":19,"target":237},{"source":19,"target":238},{"source":19,"target":239},{"source":19,"target":240},{"source":19,"target":241},{"source":19,"target":242},{"source":19,"target":243},{"source":234,"target":244},{"source":234,"target":19},{"source":235,"target":245},{"source":235,"target":19},{"source":236,"target":246},{"source":236,"target":19},{"source":237,"target":247},{"source":237,"target":19},{"source":238,"target":44},{"source":238,"target":248},{"source":238,"target":19},{"source":248,"target":44},{"source":239,"target":249},{"source":239,"target":19},{"source":240,"target":250},{"source":240,"target":19},{"source":241,"target":251},{"source":241,"target":19},{"source":242,"target":27},{"source":242,"target":252},{"source":242,"target":19},{"source":242,"target":253},{"source":252,"target":27},{"source":243,"target":32},{"source":20,"target":0},{"source":20,"target":25},{"source":20,"target":254},{"source":254,"target":25},{"source":21,"target":0},{"source":21,"target":32},{"source":21,"target":255},{"source":21,"target":256},{"source":21,"target":257},{"source":21,"target":258},{"source":21,"target":259},{"source":21,"target":260},{"source":21,"target":200},{"source":21,"target":261},{"source":255,"target":262},{"source":255,"target":21},{"source":256,"target":263},{"source":256,"target":21},{"source":257,"target":264},{"source":257,"target":21},{"source":258,"target":265},{"source":258,"target":21},{"source":259,"target":25},{"source":259,"target":266},{"source":259,"target":21},{"source":259,"target":267},{"source":266,"target":25},{"source":260,"target":25},{"source":260,"target":268},{"source":260,"target":21},{"source":260,"target":269},{"source":268,"target":25},{"source":200,"target":12},{"source":200,"target":270},{"source":200,"target":21},{"source":200,"target":183},{"source":270,"target":12},{"source":261,"target":32},{"source":22,"target":0},{"source":22,"target":32},{"source":22,"target":271},{"source":22,"target":272},{"source":22,"target":273},{"source":271,"target":34},{"source":271,"target":274},{"source":271,"target":22},{"source":271,"target":275},{"source":274,"target":34},{"source":272,"target":29},{"source":272,"target":276},{"source":272,"target":22},{"source":272,"target":277},{"source":276,"target":29},{"source":273,"target":32},{"source":23,"target":0},{"source":23,"target":31},{"source":23,"target":278},{"source":23,"target":279},{"source":23,"target":280},{"source":278,"target":29},{"source":278,"target":281},{"source":278,"target":23},{"source":278,"target":282},{"source":281,"target":29},{"source":279,"target":24},{"source":279,"target":283},{"source":279,"target":23},{"source":279,"target":284},{"source":283,"target":24},{"source":280,"target":31},{"source":24,"target":0},{"source":24,"target":32},{"source":24,"target":285},{"source":24,"target":286},{"source":24,"target":287},{"source":24,"target":288},{"source":24,"target":284},{"source":24,"target":289},{"source":24,"target":290},{"source":285,"target":291},{"source":285,"target":24},{"source":286,"target":292},{"source":286,"target":24},{"source":287,"target":293},{"source":287,"target":24},{"source":288,"target":294},{"source":288,"target":24},{"source":284,"target":23},{"source":284,"target":295},{"source":284,"target":24},{"source":284,"target":279},{"source":295,"target":23},{"source":289,"target":27},{"source":289,"target":296},{"source":289,"target":24},{"source":289,"target":297},{"source":296,"target":27},{"source":290,"target":32},{"source":25,"target":0},{"source":25,"target":32},{"source":25,"target":298},{"source":25,"target":299},{"source":25,"target":300},{"source":25,"target":301},{"source":25,"target":302},{"source":25,"target":303},{"source":25,"target":304},{"source":25,"target":305},{"source":25,"target":83},{"source":25,"target":269},{"source":25,"target":267},{"source":25,"target":306},{"source":25,"target":307},{"source":298,"target":308},{"source":298,"target":25},{"source":299,"target":309},{"source":299,"target":25},{"source":300,"target":310},{"source":300,"target":25},{"source":301,"target":311},{"source":301,"target":25},{"source":302,"target":312},{"source":302,"target":25},{"source":303,"target":313},{"source":303,"target":25},{"source":304,"target":314},{"source":304,"target":25},{"source":305,"target":26},{"source":305,"target":315},{"source":305,"target":25},{"source":305,"target":316},{"source":315,"target":26},{"source":83,"target":1},{"source":83,"target":317},{"source":83,"target":25},{"source":83,"target":64},{"source":317,"target":1},{"source":269,"target":21},{"source":269,"target":318},{"source":269,"target":25},{"source":269,"target":260},{"source":318,"target":21},{"source":267,"target":21},{"source":267,"target":319},{"source":267,"target":25},{"source":267,"target":259},{"source":319,"target":21},{"source":306,"target":36},{"source":306,"target":320},{"source":306,"target":25},{"source":306,"target":321},{"source":320,"target":36},{"source":307,"target":32},{"source":26,"target":0},{"source":26,"target":31},{"source":26,"target":322},{"source":26,"target":316},{"source":26,"target":323},{"source":322,"target":27},{"source":322,"target":324},{"source":322,"target":26},{"source":322,"target":325},{"source":324,"target":27},{"source":316,"target":25},{"source":316,"target":326},{"source":316,"target":26},{"source":316,"target":305},{"source":326,"target":25},{"source":323,"target":31},{"source":27,"target":0},{"source":27,"target":32},{"source":27,"target":327},{"source":27,"target":328},{"source":27,"target":329},{"source":27,"target":330},{"source":27,"target":331},{"source":27,"target":332},{"source":27,"target":333},{"source":27,"target":334},{"source":27,"target":335},{"source":27,"target":336},{"source":27,"target":337},{"source":27,"target":338},{"source":27,"target":339},{"source":27,"target":325},{"source":27,"target":196},{"source":27,"target":340},{"source":27,"target":253},{"source":27,"target":341},{"source":27,"target":342},{"source":27,"target":343},{"source":27,"target":344},{"source":27,"target":171},{"source":27,"target":345},{"source":27,"target":159},{"source":27,"target":297},{"source":27,"target":228},{"source":27,"target":87},{"source":27,"target":346},{"source":327,"target":347},{"source":327,"target":27},{"source":328,"target":348},{"source":328,"target":27},{"source":329,"target":349},{"source":329,"target":27},{"source":330,"target":350},{"source":330,"target":27},{"source":331,"target":351},{"source":331,"target":27},{"source":332,"target":352},{"source":332,"target":27},{"source":333,"target":353},{"source":333,"target":27},{"source":334,"target":354},{"source":334,"target":27},{"source":335,"target":355},{"source":335,"target":27},{"source":336,"target":356},{"source":336,"target":27},{"source":337,"target":357},{"source":337,"target":27},{"source":338,"target":358},{"source":338,"target":27},{"source":339,"target":359},{"source":339,"target":27},{"source":325,"target":26},{"source":325,"target":360},{"source":325,"target":27},{"source":325,"target":322},{"source":360,"target":26},{"source":196,"target":12},{"source":196,"target":361},{"source":196,"target":27},{"source":196,"target":181},{"source":361,"target":12},{"source":340,"target":34},{"source":340,"target":362},{"source":340,"target":27},{"source":340,"target":363},{"source":362,"target":34},{"source":253,"target":19},{"source":253,"target":364},{"source":253,"target":27},{"source":253,"target":242},{"source":364,"target":19},{"source":341,"target":38},{"source":341,"target":365},{"source":341,"target":27},{"source":341,"target":366},{"source":365,"target":38},{"source":342,"target":28},{"source":342,"target":367},{"source":342,"target":27},{"source":342,"target":368},{"source":367,"target":28},{"source":343,"target":35},{"source":343,"target":369},{"source":343,"target":27},{"source":343,"target":370},{"source":369,"target":35},{"source":344,"target":33},{"source":344,"target":371},{"source":344,"target":27},{"source":344,"target":372},{"source":371,"target":33},{"source":171,"target":10},{"source":171,"target":373},{"source":171,"target":27},{"source":171,"target":164},{"source":373,"target":10},{"source":345,"target":38},{"source":345,"target":374},{"source":345,"target":27},{"source":345,"target":375},{"source":374,"target":38},{"source":159,"target":9},{"source":159,"target":376},{"source":159,"target":27},{"source":159,"target":140},{"source":376,"target":9},{"source":297,"target":24},{"source":297,"target":377},{"source":297,"target":27},{"source":297,"target":289},{"source":377,"target":24},{"source":228,"target":17},{"source":228,"target":378},{"source":228,"target":27},{"source":228,"target":217},{"source":378,"target":17},{"source":87,"target":1},{"source":87,"target":379},{"source":87,"target":27},{"source":87,"target":66},{"source":379,"target":1},{"source":346,"target":32},{"source":28,"target":0},{"source":28,"target":31},{"source":28,"target":380},{"source":28,"target":368},{"source":28,"target":381},{"source":380,"target":29},{"source":380,"target":382},{"source":380,"target":28},{"source":380,"target":383},{"source":382,"target":29},{"source":368,"target":27},{"source":368,"target":384},{"source":368,"target":28},{"source":368,"target":342},{"source":384,"target":27},{"source":381,"target":31},{"source":29,"target":0},{"source":29,"target":32},{"source":29,"target":383},{"source":29,"target":207},{"source":29,"target":233},{"source":29,"target":277},{"source":29,"target":282},{"source":29,"target":385},{"source":29,"target":386},{"source":29,"target":112},{"source":29,"target":92},{"source":29,"target":387},{"source":29,"target":388},{"source":383,"target":28},{"source":383,"target":389},{"source":383,"target":29},{"source":383,"target":380},{"source":389,"target":28},{"source":207,"target":13},{"source":207,"target":390},{"source":207,"target":29},{"source":207,"target":203},{"source":390,"target":13},{"source":233,"target":18},{"source":233,"target":391},{"source":233,"target":29},{"source":233,"target":229},{"source":391,"target":18},{"source":277,"target":22},{"source":277,"target":392},{"source":277,"target":29},{"source":277,"target":272},{"source":392,"target":22},{"source":282,"target":23},{"source":282,"target":393},{"source":282,"target":29},{"source":282,"target":278},{"source":393,"target":23},{"source":385,"target":37},{"source":385,"target":394},{"source":385,"target":29},{"source":385,"target":395},{"source":394,"target":37},{"source":386,"target":39},{"source":386,"target":396},{"source":386,"target":29},{"source":386,"target":397},{"source":396,"target":39},{"source":112,"target":4},{"source":112,"target":398},{"source":112,"target":29},{"source":112,"target":108},{"source":398,"target":4},{"source":92,"target":2},{"source":92,"target":399},{"source":92,"target":29},{"source":92,"target":88},{"source":399,"target":2},{"source":387,"target":400},{"source":387,"target":29},{"source":388,"target":32},{"source":30,"target":0},{"source":30,"target":14},{"source":30,"target":401},{"source":401,"target":14},{"source":31,"target":0},{"source":31,"target":32},{"source":31,"target":402},{"source":402,"target":32},{"source":32,"target":0},{"source":32,"target":5},{"source":32,"target":403},{"source":403,"target":5},{"source":33,"target":0},{"source":33,"target":25},{"source":33,"target":372},{"source":33,"target":404},{"source":372,"target":27},{"source":372,"target":405},{"source":372,"target":33},{"source":372,"target":344},{"source":405,"target":27},{"source":404,"target":25},{"source":34,"target":0},{"source":34,"target":32},{"source":34,"target":406},{"source":34,"target":407},{"source":34,"target":408},{"source":34,"target":363},{"source":34,"target":275},{"source":34,"target":409},{"source":406,"target":410},{"source":406,"target":34},{"source":407,"target":411},{"source":407,"target":34},{"source":408,"target":412},{"source":408,"target":34},{"source":363,"target":27},{"source":363,"target":413},{"source":363,"target":34},{"source":363,"target":340},{"source":413,"target":27},{"source":275,"target":22},{"source":275,"target":414},{"source":275,"target":34},{"source":275,"target":271},{"source":414,"target":22},{"source":409,"target":32},{"source":35,"target":0},{"source":35,"target":32},{"source":35,"target":415},{"source":35,"target":416},{"source":35,"target":417},{"source":35,"target":418},{"source":35,"target":419},{"source":35,"target":420},{"source":35,"target":421},{"source":35,"target":422},{"source":35,"target":423},{"source":35,"target":424},{"source":35,"target":370},{"source":35,"target":425},{"source":415,"target":426},{"source":415,"target":35},{"source":416,"target":427},{"source":416,"target":35},{"source":417,"target":428},{"source":417,"target":35},{"source":418,"target":429},{"source":418,"target":35},{"source":419,"target":430},{"source":419,"target":35},{"source":420,"target":431},{"source":420,"target":35},{"source":421,"target":432},{"source":421,"target":35},{"source":422,"target":42},{"source":422,"target":433},{"source":422,"target":35},{"source":433,"target":42},{"source":423,"target":434},{"source":423,"target":35},{"source":424,"target":435},{"source":424,"target":35},{"source":370,"target":27},{"source":370,"target":436},{"source":370,"target":35},{"source":370,"target":343},{"source":436,"target":27},{"source":425,"target":32},{"source":36,"target":0},{"source":36,"target":32},{"source":36,"target":437},{"source":36,"target":438},{"source":36,"target":439},{"source":36,"target":440},{"source":36,"target":441},{"source":36,"target":442},{"source":36,"target":443},{"source":36,"target":444},{"source":36,"target":321},{"source":36,"target":445},{"source":437,"target":446},{"source":437,"target":36},{"source":438,"target":447},{"source":438,"target":36},{"source":439,"target":448},{"source":439,"target":36},{"source":440,"target":449},{"source":440,"target":36},{"source":441,"target":450},{"source":441,"target":36},{"source":442,"target":451},{"source":442,"target":36},{"source":443,"target":452},{"source":443,"target":36},{"source":444,"target":453},{"source":444,"target":36},{"source":321,"target":25},{"source":321,"target":454},{"source":321,"target":36},{"source":321,"target":306},{"source":454,"target":25},{"source":445,"target":32},{"source":37,"target":0},{"source":37,"target":8},{"source":37,"target":395},{"source":37,"target":455},{"source":395,"target":29},{"source":395,"target":456},{"source":395,"target":37},{"source":395,"target":385},{"source":456,"target":29},{"source":455,"target":8},{"source":38,"target":0},{"source":38,"target":36},{"source":38,"target":8},{"source":38,"target":457},{"source":38,"target":458},{"source":38,"target":459},{"source":38,"target":460},{"source":38,"target":366},{"source":38,"target":123},{"source":38,"target":226},{"source":38,"target":375},{"source":38,"target":461},{"source":38,"target":462},{"source":457,"target":463},{"source":457,"target":38},{"source":458,"target":464},{"source":458,"target":38},{"source":459,"target":465},{"source":459,"target":38},{"source":460,"target":466},{"source":460,"target":38},{"source":366,"target":27},{"source":366,"target":467},{"source":366,"target":38},{"source":366,"target":341},{"source":467,"target":27},{"source":123,"target":8},{"source":123,"target":468},{"source":123,"target":38},{"source":123,"target":121},{"source":468,"target":8},{"source":226,"target":17},{"source":226,"target":469},{"source":226,"target":38},{"source":226,"target":216},{"source":469,"target":17},{"source":375,"target":27},{"source":375,"target":470},{"source":375,"target":38},{"source":375,"target":345},{"source":470,"target":27},{"source":461,"target":36},{"source":462,"target":8},{"source":39,"target":0},{"source":39,"target":7},{"source":39,"target":397},{"source":39,"target":471},{"source":397,"target":29},{"source":397,"target":472},{"source":397,"target":39},{"source":397,"target":386},{"source":472,"target":29},{"source":471,"target":7},{"source":40,"target":0},{"source":40,"target":36},{"source":40,"target":7},{"source":40,"target":473},{"source":40,"target":120},{"source":40,"target":474},{"source":40,"target":475},{"source":473,"target":476},{"source":473,"target":40},{"source":120,"target":7},{"source":120,"target":477},{"source":120,"target":40},{"source":120,"target":118},{"source":477,"target":7},{"source":474,"target":36},{"source":475,"target":7},{"source":41,"target":0},{"source":41,"target":478},{"source":41,"target":479},{"source":478,"target":41},{"source":479,"target":41},{"source":42,"target":0},{"source":42,"target":480},{"source":42,"target":481},{"source":480,"target":42},{"source":481,"target":42},{"source":43,"target":0},{"source":43,"target":482},{"source":43,"target":483},{"source":482,"target":43},{"source":483,"target":43},{"source":44,"target":0},{"source":44,"target":484},{"source":44,"target":485},{"source":44,"target":486},{"source":484,"target":44},{"source":485,"target":44},{"source":486,"target":44},{"source":45,"target":0},{"source":45,"target":487},{"source":45,"target":488},{"source":45,"target":489},{"source":487,"target":45},{"source":488,"target":45},{"source":489,"target":45},{"source":46,"target":0},{"source":46,"target":490},{"source":46,"target":491},{"source":46,"target":492},{"source":490,"target":46},{"source":491,"target":46},{"source":492,"target":46},{"source":47,"target":0},{"source":47,"target":493},{"source":47,"target":494},{"source":47,"target":495},{"source":493,"target":47},{"source":494,"target":47},{"source":495,"target":47},{"source":48,"target":0},{"source":48,"target":496},{"source":48,"target":497},{"source":496,"target":48},{"source":497,"target":48},{"source":49,"target":0},{"source":49,"target":498},{"source":49,"target":499},{"source":49,"target":500},{"source":49,"target":501},{"source":49,"target":502},{"source":49,"target":503},{"source":49,"target":504},{"source":49,"target":505},{"source":49,"target":506},{"source":49,"target":507},{"source":49,"target":508},{"source":498,"target":49},{"source":499,"target":49},{"source":500,"target":49},{"source":501,"target":49},{"source":502,"target":49},{"source":503,"target":49},{"source":504,"target":49},{"source":505,"target":49},{"source":506,"target":49},{"source":507,"target":49},{"source":508,"target":49}],"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="uml2java" nsURI="http://tu-berlin.de/silvawb/uml2java" nsPrefix="de.silvawb.uml2java"> <eClassifiers xsi:type="ecore:EClass" name="CorrAxiom" eSuperTypes="platform:/plugin/de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode"/> <eClassifiers xsi:type="ecore:EClass" name="CorrRule" eSuperTypes="platform:/plugin/de.mdelab.mltgg.mote2/model/mote2.ecore#//TGGNode"/> </ecore:EPackage>
github:ecore:/data/wbombardellis/BachelorThesis_WilliamBombardelliDaSilva/Examples/de.silvawb.uml2java/model/uml2java.ecore
ecore
uml2java CorrAxiom CorrRule
null
{"directed":true,"nodes":[{"nsPrefix":"de.silvawb.uml2java","nsURI":"http://tu-berlin.de/silvawb/uml2java","name":"uml2java","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorrAxiom","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CorrRule","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"id":3,"eClass":"EGenericType"},{"id":4,"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}],"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="newchild" nsURI="http://www.eclipse.org/papyrus/newchild" nsPrefix="newchild"> <eClassifiers xsi:type="ecore:EClass" name="NewchildConfiguration"> <eStructuralFeatures xsi:type="ecore:EReference" name="roots" upperBound="-1" eType="#//MenuRoot" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="newChildPolicies" upperBound="-1" eType="#//ncpolicy/NewChildPolicySet" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MenuRoot" eSuperTypes="#//MenuContainer platform:/plugin/org.eclipse.papyrus.infra.constraints/Model/Constraints.ecore#//DisplayUnit"> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1" eType="#//MenuGroup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MenuItem" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MenuContainer" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="submenus" upperBound="-1" eType="#//MenuItem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Menu" eSuperTypes="#//MenuContainer #//MenuItem"> <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="icon" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MenuAction" eSuperTypes="#//MenuItem"> <eStructuralFeatures xsi:type="ecore:EReference" name="elementType" lowerBound="1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Separator" eSuperTypes="#//MenuItem"/> <eClassifiers xsi:type="ecore:EClass" name="MenuGroup" eSuperTypes="#//MenuContainer"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="before" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="after" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="absolutePosition" eType="#//MenuPosition" defaultValueLiteral="top"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MenuPosition"> <eLiterals name="top"/> <eLiterals name="bottom" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomFiller" eSuperTypes="#//MenuItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="className" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eSubpackages name="ncpolicy" nsURI="http://www.eclipse.org/papyrus/newchild/policy" nsPrefix="ncpolicy"> <eClassifiers xsi:type="ecore:EEnum" name="CreateIn"> <eLiterals name="self" literal="self"/> <eLiterals name="parent" value="1" literal="parent"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Layout"> <eLiterals name="hierarchical"/> <eLiterals name="flat" value="1"/> <eLiterals name="auto" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewEMFChildMenu" eSuperTypes="#//Menu"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createIn" lowerBound="1" eType="#//ncpolicy/CreateIn" defaultValueLiteral="self"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="layout" lowerBound="1" eType="#//ncpolicy/Layout" defaultValueLiteral="hierarchical"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1" eType="#//MenuGroup" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewChildPolicySet" eSuperTypes="platform:/plugin/org.eclipse.papyrus.infra.constraints/Model/Constraints.ecore#//DisplayUnit"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="policies" upperBound="-1" eType="#//ncpolicy/NewChildPolicy" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NewChildPolicy" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="roles" upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="eClasses" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FilterPolicy" eSuperTypes="#//ncpolicy/NewChildPolicy"/> <eClassifiers xsi:type="ecore:EClass" name="ReplacePolicy" eSuperTypes="#//ncpolicy/NewChildPolicy"> <eStructuralFeatures xsi:type="ecore:EReference" name="replaceWith" lowerBound="1" upperBound="-1" eType="#//MenuItem" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CustomPolicy" eSuperTypes="#//ncpolicy/NewChildPolicy"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="className" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> </eSubpackages> </ecore:EPackage>
github:ecore:/data/Gabitchov/org.eclipse.papyrus/plugins/infra/emf/org.eclipse.papyrus.infra.emf.newchild/Model/NewChild.ecore
ecore
newchild NewchildConfiguration roots name newChildPolicies MenuRoot groups name MenuItem id MenuContainer submenus Menu name icon MenuAction elementType Separator MenuGroup before after absolutePosition top MenuPosition top top bottom bottom CustomFiller className ncpolicy CreateIn self self parent parent Layout hierarchical hierarchical flat flat auto auto NewEMFChildMenu createIn self layout hierarchical groups NewChildPolicySet name policies NewChildPolicy roles eClasses name FilterPolicy ReplacePolicy replaceWith CustomPolicy className
null
{"directed":true,"nodes":[{"nsPrefix":"newchild","nsURI":"http://www.eclipse.org/papyrus/newchild","name":"newchild","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewchildConfiguration","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuRoot","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuItem","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuContainer","instanceClass":null,"abstract":true,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Menu","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuAction","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Separator","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuGroup","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MenuPosition","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomFiller","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"nsPrefix":"ncpolicy","nsURI":"http://www.eclipse.org/papyrus/newchild/policy","name":"ncpolicy","id":11,"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":"roots","changeable":true,"resolveProxies":true,"lowerBound":0,"id":12,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":13,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"newChildPolicies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewChildPolicySet","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"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":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":19,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"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":"id","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"id":26,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"submenus","changeable":true,"resolveProxies":true,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"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":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":"icon","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"elementType","changeable":true,"resolveProxies":true,"lowerBound":1,"id":35,"derived":false},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"before","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":"after","changeable":true,"lowerBound":0,"iD":false,"id":40,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"top","unsettable":false,"transient":false,"unique":true,"name":"absolutePosition","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"name":"top","id":46,"value":0,"literal":"top","eClass":"EEnumLiteral"},{"name":"bottom","id":47,"value":1,"literal":"bottom","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":"className","changeable":true,"lowerBound":1,"iD":false,"id":48,"derived":false},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"instanceTypeName":null,"instanceClassName":null,"name":"CreateIn","instanceClass":null,"id":51,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Layout","instanceClass":null,"id":52,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewEMFChildMenu","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewChildPolicy","instanceClass":null,"abstract":true,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FilterPolicy","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReplacePolicy","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CustomPolicy","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"name":"self","id":58,"value":0,"literal":"self","eClass":"EEnumLiteral"},{"name":"parent","id":59,"value":1,"literal":"parent","eClass":"EEnumLiteral"},{"name":"hierarchical","id":60,"value":0,"literal":"hierarchical","eClass":"EEnumLiteral"},{"name":"flat","id":61,"value":1,"literal":"flat","eClass":"EEnumLiteral"},{"name":"auto","id":62,"value":2,"literal":"auto","eClass":"EEnumLiteral"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"self","unsettable":false,"transient":false,"unique":true,"name":"createIn","changeable":true,"lowerBound":1,"iD":false,"id":63,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"hierarchical","unsettable":false,"transient":false,"unique":true,"name":"layout","changeable":true,"lowerBound":1,"iD":false,"id":64,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"policies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"roles","changeable":true,"lowerBound":0,"iD":false,"id":75,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"eClasses","changeable":true,"resolveProxies":true,"lowerBound":0,"id":76,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"replaceWith","changeable":true,"resolveProxies":true,"lowerBound":1,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"className","changeable":true,"lowerBound":1,"iD":false,"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":1,"target":0},{"source":1,"target":12},{"source":1,"target":13},{"source":1,"target":14},{"source":12,"target":2},{"source":12,"target":15},{"source":12,"target":1},{"source":15,"target":2},{"source":13,"target":16},{"source":13,"target":1},{"source":14,"target":17},{"source":14,"target":18},{"source":14,"target":1},{"source":18,"target":17},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":19,"target":8},{"source":19,"target":23},{"source":19,"target":2},{"source":23,"target":8},{"source":20,"target":24},{"source":20,"target":2},{"source":21,"target":4},{"source":3,"target":0},{"source":3,"target":25},{"source":25,"target":26},{"source":25,"target":3},{"source":4,"target":0},{"source":4,"target":27},{"source":27,"target":3},{"source":27,"target":28},{"source":27,"target":4},{"source":28,"target":3},{"source":5,"target":0},{"source":5,"target":4},{"source":5,"target":3},{"source":5,"target":29},{"source":5,"target":30},{"source":5,"target":31},{"source":5,"target":32},{"source":29,"target":33},{"source":29,"target":5},{"source":30,"target":34},{"source":30,"target":5},{"source":31,"target":4},{"source":32,"target":3},{"source":6,"target":0},{"source":6,"target":3},{"source":6,"target":35},{"source":6,"target":36},{"source":35,"target":37},{"source":35,"target":6},{"source":36,"target":3},{"source":7,"target":0},{"source":7,"target":3},{"source":7,"target":38},{"source":38,"target":3},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":39},{"source":8,"target":40},{"source":8,"target":41},{"source":8,"target":42},{"source":39,"target":43},{"source":39,"target":8},{"source":40,"target":44},{"source":40,"target":8},{"source":41,"target":9},{"source":41,"target":45},{"source":41,"target":8},{"source":45,"target":9},{"source":42,"target":4},{"source":9,"target":0},{"source":9,"target":46},{"source":9,"target":47},{"source":46,"target":9},{"source":47,"target":9},{"source":10,"target":0},{"source":10,"target":3},{"source":10,"target":48},{"source":10,"target":49},{"source":48,"target":50},{"source":48,"target":10},{"source":49,"target":3},{"source":11,"target":51},{"source":11,"target":52},{"source":11,"target":53},{"source":11,"target":17},{"source":11,"target":54},{"source":11,"target":55},{"source":11,"target":56},{"source":11,"target":57},{"source":11,"target":0},{"source":51,"target":11},{"source":51,"target":58},{"source":51,"target":59},{"source":58,"target":51},{"source":59,"target":51},{"source":52,"target":11},{"source":52,"target":60},{"source":52,"target":61},{"source":52,"target":62},{"source":60,"target":52},{"source":61,"target":52},{"source":62,"target":52},{"source":53,"target":11},{"source":53,"target":5},{"source":53,"target":63},{"source":53,"target":64},{"source":53,"target":65},{"source":53,"target":66},{"source":63,"target":51},{"source":63,"target":67},{"source":63,"target":53},{"source":67,"target":51},{"source":64,"target":52},{"source":64,"target":68},{"source":64,"target":53},{"source":68,"target":52},{"source":65,"target":8},{"source":65,"target":69},{"source":65,"target":53},{"source":69,"target":8},{"source":66,"target":5},{"source":17,"target":11},{"source":17,"target":70},{"source":17,"target":71},{"source":17,"target":72},{"source":70,"target":73},{"source":70,"target":17},{"source":71,"target":54},{"source":71,"target":74},{"source":71,"target":17},{"source":74,"target":54},{"source":54,"target":11},{"source":54,"target":75},{"source":54,"target":76},{"source":54,"target":77},{"source":75,"target":78},{"source":75,"target":54},{"source":76,"target":79},{"source":76,"target":54},{"source":77,"target":80},{"source":77,"target":54},{"source":55,"target":11},{"source":55,"target":54},{"source":55,"target":81},{"source":81,"target":54},{"source":56,"target":11},{"source":56,"target":54},{"source":56,"target":82},{"source":56,"target":83},{"source":82,"target":3},{"source":82,"target":84},{"source":82,"target":56},{"source":84,"target":3},{"source":83,"target":54},{"source":57,"target":11},{"source":57,"target":54},{"source":57,"target":85},{"source":57,"target":86},{"source":85,"target":87},{"source":85,"target":57},{"source":86,"target":54}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="operations" nsURI="http://www.eclipse.org/ecl/operations.ecore" nsPrefix="org.eclipse.rcptt.ecl.core"> <eClassifiers xsi:type="ecore:EClass" name="Eq" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Compares arguments on equality"/> <details key="returns" value="&lt;code>true&lt;/code> when args are equal, &lt;code>false&lt;/code> otherwise."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/input"/> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Left argument"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Right argument"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Int" eSuperTypes="#//Convert"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Converts its argument to int."/> <details key="returns" value="Returns integer value or fails if value cannot be converted. &lt;code>true&lt;/code> is converted to &lt;code>1&lt;/code> and &lt;code>false&lt;/code> is converted to &lt;code>0&lt;/code>."/> <details key="example" value="//verifies that the number of Stops it less then 3&#xA;get-view &quot;Execution View&quot; | get-label -after [get-label &quot;Stops:&quot;] | get-text | int | lt 3 | verify-true"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Long" eSuperTypes="#//Convert"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Converts its argument to long."/> <details key="returns" value="Returns long value or fails if value cannot be converted. &lt;code>true&lt;/code> is converted to &lt;code>1L&lt;/code> and &lt;code>false&lt;/code> is converted to &lt;code>0L&lt;/code>."/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Float" eSuperTypes="#//Convert"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Converts its argument to float."/> <details key="returns" value="&lt;p>Returns float value or fails if value cannot be converted. &lt;code>true&lt;/code> is converted to &lt;code>1.0&lt;/code> and &lt;code>false&lt;/code> is converted to &lt;code>0&lt;/code>. This command uses &lt;code>java.lang.Float.parseFloat&lt;/code> method, but also supports a few additional text values for infinity:&lt;/p>&#xA;&lt;ul>&#xA; &lt;li>&lt;b>+inf&lt;/b> &amp;ndash; returns &lt;code>Float.POSITIVE_INFINITY&lt;/code>&lt;/li>&#xA; &lt;li>&lt;b>inf&lt;/b> &amp;ndash; returns &lt;code>Float.POSITIVE_INFINITY&lt;/code>&lt;/li>&#xA; &lt;li>&lt;b>-inf&lt;/b> &amp;ndash; returns &lt;code>Float.NEGATIVE_INFINITY&lt;/code>&lt;/li>&#xA;&lt;/ul>"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Bool" eSuperTypes="#//Convert"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Converts its argument to boolean."/> <details key="returns" value="Returns boolean value or fails if value cannot be converted. "/> <details key="example" value="bool true | assert-true&#xA;bool 1 | assert-true"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Str" eSuperTypes="#//Convert"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Converts its argument to string."/> <details key="returns" value="Returns string value or fails if value cannot be converted. "/> <details key="example" value="//Types &quot;2&quot; into log&#xA;div 10 5 | str | log"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Convert" abstract="true" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/internal"/> <eStructuralFeatures xsi:type="ecore:EReference" name="input" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Argument to be converted."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/ecl/input"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertTrue" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="If input is not true, fails"/> <details key="returns" value="Nothing"/> <details key="example" value="...get-tree | get-item Project | get-property childCount -raw | gt 3 | assert-true -message &quot;Child count is not greater then 3!&quot; "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="input" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Input value. Must be true."/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/ecl/input"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Message to fail with when input is not true"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Length" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Returns count of objects got from input pipe"/> <details key="returns" value="Object count"/> <details key="example" value="emit 1 2 3 | length | equals 3 | verify-true&#xA;&#xA;// verifies that Project item has 10 children&#xA;get-view &quot;Q7 Explorer&quot; | get-tree | get-item Project | get-items | length | equals 10 | verify-true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="input" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="List of objects to get the length for"/> </eAnnotations> <eAnnotations source="http://www.eclipse.org/ecl/input"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotEq" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Compares arguments are different"/> <details key="returns" value="&lt;code>false&lt;/code> when args are equal, &lt;code>true&lt;/code> otherwise."/> <details key="example" value=" int 9 | not-eq 10 | verify-true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/input"/> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Left argument"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Right argument"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Gt" eSuperTypes="#//BinaryOp"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Compares arguments on to one be greater then another"/> <details key="returns" value="&lt;code>true&lt;/code> when left are greater then right, &lt;code>false&lt;/code> otherwise."/> <details key="example" value="plus 6 4 | gt 8 | verify-true"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Lt" eSuperTypes="#//BinaryOp"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Compares arguments one are less then another"/> <details key="returns" value="&lt;code>true&lt;/code> when left is less then right, &lt;code>false&lt;/code> otherwise."/> <details key="example" value="plus 6 4 | lt 12 | verify-true"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Not" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Return !value"/> <details key="returns" value="&lt;code>true&lt;/code> when value is false, &lt;code>false&lt;/code> otherwise."/> <details key="example" value="minus 10 7 | equals 2 | not | verify-true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/input"/> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Left argument"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Try" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Try to execute command, retry times with delay if command are failed.&#xA;Execute catch if all operations is not succesfull. Execute finally in anyway."/> <details key="returns" value="return's -command output if command is successed."/> <details key="example" value="try -times 10 -delay 100 -command {&#xD;&#xA;&#x9;// some ECL scripts&#xD;&#xA;} -error [val errorObj] -catch {&#xD;&#xA;&#x9;log [$errorObj | get message]&#xA;}"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="command" eType="ecore:EClass ../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"/> <eStructuralFeatures xsi:type="ecore:EReference" name="catch" eType="ecore:EClass ../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"/> <eStructuralFeatures xsi:type="ecore:EReference" name="finally" eType="ecore:EClass ../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="times" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EIntegerObject" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="delay" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EIntegerObject" defaultValueLiteral="0"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noScreenshot" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="error" eType="ecore:EClass ../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Val"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="A variable to store an error object in. Accessible from catch block."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Format" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Writes a formatted string to output pipe"/> <details key="returns" value="Formatted string"/> <details key="example" value="format &quot;string: %s, int: %d&quot; &quot;foo&quot; 5 | log"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Format string as in Java's &lt;a href=&quot;http://docs.oracle.com/javase/6/docs/api/java/util/Formatter.html&quot;>String.format&lt;/a>"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="args" unique="false" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Arguments for format string"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Emit" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Writes its arguments into output pipe. "/> <details key="returns" value="List of arguments"/> <details key="example" value="emit &quot;hello&quot; &quot;world&quot; | foreach { log }"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="values" unique="false" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RepeatWith" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Takes list of commands from input pipe and single command as argument and executes them in following order: &#xA;&lt;pre>&#xA;command-from-input-1 | command-from-arg&#xA;command-from-input-2 | command-from-arg&#xA;...&#xA;&lt;/pre>"/> <details key="returns" value="Aggregated output of command from argument"/> <details key="example" value="// executes commands:&#xD;&#xA;// echo 1 | gt 2&#xD;&#xA;// echo 2 | gt 2&#xD;&#xA;// echo 3 | gt 2&#xD;&#xA;// output: false, false, true&#xD;&#xA;emit { echo 1} { echo 2} { echo 3} | repeat-with { gt 2 } "/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="commands" unique="false" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/input"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="command" eType="ecore:EClass ../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Repeat" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Execute specified command multiple times."/> <details key="returns" value="Aggregated command output"/> <details key="example" value="//creates file0, file1, file2, file3, file4 &#xA;&#xA;repeat [val index] -times 5 -command {&#xA;&#xA;&#x9;get-view &quot;Q7 Explorer&quot; | get-tree | select &quot;Project/Folder&quot; | get-menu &quot;New/Other...&quot; | click&#xA;&#x9;with [get-window New] {&#xA; &#x9;&#x9;get-tree | select &quot;General/File&quot;&#xA; &#x9;&#x9;get-button &quot;Next >&quot; | click&#xA;&#x9;}&#xA;&#x9;with [get-window &quot;New File&quot;] {&#xA; &#x9;&#x9;get-editbox -after [get-label &quot;File name:&quot;] | set-text [concat &quot;file&quot; [$index | str]]&#xA; &#x9;&#x9;get-button Finish | click&#xA;&#x9;}&#xA;}"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="index" eType="ecore:EClass ../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Val" containment="true"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Optional value declaration to hold a current index"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="times" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="1"/> <eStructuralFeatures xsi:type="ecore:EReference" name="command" eType="ecore:EClass ../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="delay" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EInt" defaultValueLiteral="0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertEmpty" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Asserts that input pipe doesn't contain anything"/> <details key="returns" value="Nothing"/> <details key="example" value="find-in-workspace -path &quot;Project/nonexisting.file&quot; | assert-empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Message to fail with when input is not empty"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AssertNonEmpty" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Asserts that input pipe contain something"/> <details key="returns" value="Nothing"/> <details key="example" value="find-in-workspace -path &quot;Project/.*&quot; | assert-non-empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Message to fail with when input is empty"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Concat" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Concatenates strings passed as arguments"/> <details key="returns" value="Concatenated string value"/> <details key="example" value="concat &quot;Mess&quot; &quot;age&quot; | equals &quot;Message&quot; | assert-true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="strs" unique="false" upperBound="-1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Or" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Computes the result of logical Or operation for passed arguments."/> <details key="returns" value="&lt;code>true&lt;/code> or &lt;code>false&lt;/code>."/> <details key="example" value="with [get-view &quot;Q7 Explorer&quot; | get-tree] {&#xA; if [or[get-item Project | get-property caption -raw | eq Project][get-property itemCount -raw | eq 1]] {&#xA; log -message &quot;One of two verifications passed&quot;&#xA; }&#xA;}"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="args" unique="false" lowerBound="2" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Arguments to compute on."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="And" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Computes the result of logical And operation for passed arguments."/> <details key="returns" value="&lt;code>true&lt;/code> or &lt;code>false&lt;/code>."/> <details key="example" value="with [get-view &quot;Q7 Explorer&quot; | get-tree] {&#xA; if [and[get-item Project | get-property caption -raw | eq Project][get-property itemCount -raw | eq 1]] {&#xA; log -message &quot;Both verifications passed&quot;&#xA; }&#xA;}"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="args" unique="false" lowerBound="2" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Arguments to compute on."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GetTime" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Returns current time as a number of milliseconds since January, 1, 1970."/> <details key="returns" value="Current time as long integer"/> <details key="example" value="get-time | format-time -format &quot;hh:mm:ss&quot; | log"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FormatTime" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Reads timestamp value (as a number of milliseconds since January, 1, 1970) from input pipe and formats according to given format string. Format string is the same as used in &lt;code>java.text.SimpleDateFormat&lt;/code>."/> <details key="returns" value="String representation of given time"/> <details key="example" value="get-time | format-time -format &quot;dd.MM.yyyy&quot; | log&#xA;// writes current date, month and year into log"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BinaryOp" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/input"/> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Left argument"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="right" unique="false" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Right argument"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//BinaryOp"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="&lt;p>returns &lt;code>left + right&lt;/code>&lt;/p>&#xA;&lt;p>Before performing an operation, arguments are converted to the widest type according to the following rules:&lt;/p>&#xA;&lt;ol>&#xA; &lt;li>&lt;code>string&lt;/code> arguments converted to &lt;code>long&lt;/code>&lt;/li>&#xA; &lt;li>&lt;code>boolean&lt;/code> arguments converted to &lt;code>long&lt;/code> (1 for &lt;code>true&lt;/code> and 0 for &lt;code>false&lt;/code>)&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>double&lt;/code>, converts the other one to &lt;code>double&lt;/code>&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>float&lt;/code>, converts the other one to &lt;code>float&lt;/code>&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>long&lt;/code>, converts the other one to &lt;code>long&lt;/code>&lt;/li>&#xA; &lt;li>Otherwise (in case of &lt;code>byte&lt;/code>, &lt;code>char&lt;/code>, or &lt;code>short&lt;/code>) converts both arguments to &lt;code>int&lt;/code>&lt;/li>&#xA;&lt;/ol>&#xA;"/> <details key="example" value="plus 10 3 | equals 13 | verify-true&#xA;int 8 | plus 2 | equals 10 | assert-true &quot;8 + 2 not equals 10!&quot;"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//BinaryOp"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="&lt;p>returns &lt;code>left - right&lt;/code>&lt;/p>&#xA;&lt;p>Before performing an operation, arguments are converted to the widest type according to the following rules:&lt;/p>&#xA;&lt;ol>&#xA; &lt;li>&lt;code>string&lt;/code> arguments converted to &lt;code>long&lt;/code>&lt;/li>&#xA; &lt;li>&lt;code>boolean&lt;/code> arguments converted to &lt;code>long&lt;/code> (1 for &lt;code>true&lt;/code> and 0 for &lt;code>false&lt;/code>)&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>double&lt;/code>, converts the other one to &lt;code>double&lt;/code>&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>float&lt;/code>, converts the other one to &lt;code>float&lt;/code>&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>long&lt;/code>, converts the other one to &lt;code>long&lt;/code>&lt;/li>&#xA; &lt;li>Otherwise (in case of &lt;code>byte&lt;/code>, &lt;code>char&lt;/code>, or &lt;code>short&lt;/code>) converts both arguments to &lt;code>int&lt;/code>&lt;/li>&#xA;&lt;/ol>&#xA;"/> <details key="example" value="minus 8 5 | equals 3 | verify-true"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Div" eSuperTypes="#//BinaryOp"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="&lt;p>returns &lt;code>left / right&lt;/code>&lt;/p>&#xA;&lt;p>Before performing an operation, arguments are converted to the widest type according to the following rules:&lt;/p>&#xA;&lt;ol>&#xA; &lt;li>&lt;code>string&lt;/code> arguments converted to &lt;code>long&lt;/code>&lt;/li>&#xA; &lt;li>&lt;code>boolean&lt;/code> arguments converted to &lt;code>long&lt;/code> (1 for &lt;code>true&lt;/code> and 0 for &lt;code>false&lt;/code>)&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>double&lt;/code>, converts the other one to &lt;code>double&lt;/code>&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>float&lt;/code>, converts the other one to &lt;code>float&lt;/code>&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>long&lt;/code>, converts the other one to &lt;code>long&lt;/code>&lt;/li>&#xA; &lt;li>Otherwise (in case of &lt;code>byte&lt;/code>, &lt;code>char&lt;/code>, or &lt;code>short&lt;/code>) converts both arguments to &lt;code>int&lt;/code>&lt;/li>&#xA;&lt;/ol>&#xA;"/> <details key="example" value="div 10 5 | equals 2 | assert-true -message &quot;10/5 not equals 2!&quot;"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mult" eSuperTypes="#//BinaryOp"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="&lt;p>returns &lt;code>left * right&lt;/code>&lt;/p>&#xA;&lt;p>Before performing an operation, arguments are converted to the widest type according to the following rules:&lt;/p>&#xA;&lt;ol>&#xA; &lt;li>&lt;code>string&lt;/code> arguments converted to &lt;code>long&lt;/code>&lt;/li>&#xA; &lt;li>&lt;code>boolean&lt;/code> arguments converted to &lt;code>long&lt;/code> (1 for &lt;code>true&lt;/code> and 0 for &lt;code>false&lt;/code>)&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>double&lt;/code>, converts the other one to &lt;code>double&lt;/code>&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>float&lt;/code>, converts the other one to &lt;code>float&lt;/code>&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>long&lt;/code>, converts the other one to &lt;code>long&lt;/code>&lt;/li>&#xA; &lt;li>Otherwise (in case of &lt;code>byte&lt;/code>, &lt;code>char&lt;/code>, or &lt;code>short&lt;/code>) converts both arguments to &lt;code>int&lt;/code>&lt;/li>&#xA;&lt;/ol>&#xA;"/> <details key="example" value="mult 5 7 | equals 35 | verify-true"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Abs" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="&lt;p>returns &lt;code>java.lang.Math.abs(arg)&lt;/code>&lt;/p>&#xA;&lt;p>The return type of an operation is determined by the following rules:&lt;/p>&#xA;&lt;ol>&#xA; &lt;li>&lt;code>string&lt;/code> arg is converted to &lt;code>long&lt;/code>&lt;/li>&#xA; &lt;li>&lt;code>boolean&lt;/code> arg is converted to &lt;code>long&lt;/code> (1 for &lt;code>true&lt;/code> and 0 for &lt;code>false&lt;/code>)&lt;/li>&#xA; &lt;li>&lt;code>double&lt;/code>, &lt;code>float&lt;/code>, &lt;code>long&lt;/code> args retain its original type&lt;/li>&#xA; &lt;li>Otherwise (in case of &lt;code>byte&lt;/code>, &lt;code>char&lt;/code>, or &lt;code>short&lt;/code>) the returned value has type &lt;code>int&lt;/code>&lt;/li>&#xA;&lt;/ol>&#xA;"/> <details key="example" value=" emit &quot;-10.6&quot; | int | abs | str | log (writes 10 to log)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="arg" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/input"/> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mod" eSuperTypes="#//BinaryOp"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="&lt;p>returns &lt;code>left % right&lt;/code>&lt;/p>&#xA;&lt;p>Before performing an operation, arguments are converted to the widest type according to the following rules:&lt;/p>&#xA;&lt;ol>&#xA; &lt;li>&lt;code>string&lt;/code> arguments converted to &lt;code>long&lt;/code>&lt;/li>&#xA; &lt;li>&lt;code>boolean&lt;/code> arguments converted to &lt;code>long&lt;/code> (1 for &lt;code>true&lt;/code> and 0 for &lt;code>false&lt;/code>)&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>double&lt;/code>, converts the other one to &lt;code>double&lt;/code>&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>float&lt;/code>, converts the other one to &lt;code>float&lt;/code>&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>long&lt;/code>, converts the other one to &lt;code>long&lt;/code>&lt;/li>&#xA; &lt;li>Otherwise (in case of &lt;code>byte&lt;/code>, &lt;code>char&lt;/code>, or &lt;code>short&lt;/code>) converts both arguments to &lt;code>int&lt;/code>&lt;/li>&#xA;&lt;/ol>&#xA;"/> <details key="example" value="mod 11 3 | equals 2 | verify-true"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Between" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="&lt;p>returns &lt;code>true&lt;/code> if &lt;code>input&lt;/code> is greater than or equal to &lt;code>left&lt;/code> and less than or equal to &lt;code>right&lt;/code>&lt;/p>&#xA;&#xA;&lt;p>Before performing an operation, arguments are converted according to the following rules:&lt;/p>&#xA;&lt;ol>&#xA; &lt;li>&lt;code>string&lt;/code> arguments converted to &lt;code>long&lt;/code>&lt;/li>&#xA; &lt;li>&lt;code>boolean&lt;/code> arguments converted to &lt;code>long&lt;/code> (1 for &lt;code>true&lt;/code> and 0 for &lt;code>false&lt;/code>)&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>double&lt;/code>, converts the other one to &lt;code>double&lt;/code>&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>float&lt;/code>, converts the other one to &lt;code>float&lt;/code>&lt;/li>&#xA; &lt;li>If one of arguments is &lt;code>long&lt;/code>, converts the other one to &lt;code>long&lt;/code>&lt;/li>&#xA; &lt;li>Otherwise (in case of &lt;code>byte&lt;/code>, &lt;code>char&lt;/code>, or &lt;code>short&lt;/code>) converts both arguments to &lt;code>int&lt;/code>&lt;/li>&#xA;&lt;/ol>&#xA;"/> <details key="example" value="int 10 | between 7 12 | verify-true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="input" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/input"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" unique="false" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entry" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Creates a new map entry. Can only be used as an argument for &lt;a href=&quot;#map&quot;>map&lt;/a> command."/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="value" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Map" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Creates a new map. Also see &lt;a href=&quot;#get&quot;>get&lt;/a> command to find a value by key."/> <details key="example" value="let [val myMap [map &#xA; [entry firstName &quot;Ivan&quot;]&#xA; [entry lastName &quot;Inozemtsev&quot;]]] {&#xA; log [format &quot;%s %s&quot; [$myMap | get firstName] [$myMap | get lastName]]&#xA;}"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="entries" upperBound="-1" eType="#//Entry" containment="true"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="An arbitrary number of &lt;a href=&quot;#entry&quot;>entries&lt;/a>."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="List" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Creates a new list. Also see &lt;a href=&quot;#get&quot;>get&lt;/a> command to find an element by index."/> <details key="example" value="list January Febuary March | get 1 | equals &quot;Febuary&quot; | verify-true"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="items" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Loop" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Executes recursive looping of a body. Allows to emulate 'while' and 'for' loops while preserving variable immutability. The idea is taken from Clojure's &lt;a href=&quot;http://clojure.org/functional_programming#Functional%20Programming--Recursive%20Looping&quot;>loop/recur&lt;/a> approach. Also see &lt;a href=&quot;#recur&quot;>recur&lt;/a> command."/> <details key="example" value="// Example 1. returns how many times a 81 is divisible by 3&#xA;loop [val count 0] [val n 81] {&#xA; if [mod $n 3 | eq 0] {&#xA; recur [$count | plus 1] [$n | div 3]&#xA; } -else {&#xA; log [format &quot;The answer is %d&quot; $count] //prints 'The answer is 4'&#xA; }&#xA;}&#xA;&#xA;&#xA;// Example 2. deletes all elements from a tree&#xA;proc &quot;get-my-tree&quot; { get-view &quot;My View&quot; | get-tree }&#xA;&#xA;proc &quot;has-elements&quot; {&#xA; get-my-tree | get-property itemCount -raw | int | gt 0&#xA;}&#xA;&#xA;loop {&#xA; if [has-elements] {&#xA; // Selects a first top-level item and invokes &quot;Delete&quot; from context menu&#xA; get-my-tree | select &quot;.*&quot; | get-menu &quot;Delete&quot; | click&#xA; // Confirms a removal in popup dialog&#xA; get-window &quot;Confirm Delete&quot; | get-button OK | click&#xA; // Continues execution from the beginning of loop body&#xA; recur&#xA; }&#xA;}"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="vals" upperBound="-1" eType="ecore:EClass ../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Val" containment="true"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Valus which are going to be modified during iterations. All initial values must be set."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="body" eType="ecore:EClass ../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="A script to execute. Whenever script invokes &lt;a href=&quot;#recur&quot;>recur&lt;/a> command, an execution jumps to the beginning of loop body script."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Recur" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Returns an execution to the beginning of &lt;a href=&quot;#loop&quot;>loop&lt;/a> command. Cannot be used outside of a loop."/> <details key="example" value="// calc and show a sum of ints from 3 to 10&#xA;&#xA;loop [val result 0] [val i 3] {&#xA; if [$i | eq 10] {&#xA; show-alert [str [$result | plus $i]]&#xA; } -else {&#xA; recur [$result | plus $i] [$i | plus 1]&#xA; }&#xA;}"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="values" upperBound="-1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="A list of new values for variables, declared in &lt;code>loop&lt;/code> command. Value count must exactly match to corresponding val count of a &lt;code>loop&lt;/code> command."/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ToList" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Loads whole input pipe and returns a single EclList object, containing it."/> <details key="example" value="emit 1 2 3 | to-list // same as list 1 2 3&#xA;emit 1 2 3 | to-list | to-list // same as list [list 1 2 3]"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Each" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Iterates over &lt;a href=&quot;#list&quot;>list&lt;/a> or &lt;a href=&quot;#map&quot;>map&lt;/a>. Accepts one or two variable declarations, when only one variable given, it will be hold list elements or map values. A second variable, if provided, used for map keys or list element indices."/> <details key="example" value="// Iterate over elements.&#xA;list 1 2 3 | each [val element] {&#xA; log [format &quot;%d&quot; $element]&#xA;}&#xA;&#xA;// Iterate over elements with indices&#xA;list 1 2 3 | each [val element] [val index] {&#xA; log [format &quot;list[%d] = %d&quot; $index $element]&#xA;}&#xA;&#xA;// Iterate over map values&#xA;map [entry &quot;one&quot; 1] [entry &quot;two&quot; 2] | each [val value] { log [str $value] }&#xA;&#xA;// Iterate over map values with keys&#xA;map [entry &quot;one&quot; 1] [entry &quot;two&quot; 2] | each [val v] [val k] { log [concat $k &quot; = &quot; [str $v]] }"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="input" lowerBound="1" eType="ecore:EClass platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EObject"> <eAnnotations source="http://www.eclipse.org/ecl/input"/> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Map or List"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="val" lowerBound="1" eType="ecore:EClass ../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Val" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="ecore:EClass ../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Val" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="do" eType="ecore:EClass ../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Split" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value=""/> <details key="example" value="str &quot;1, 2, 3, 4, 5&quot; | split -sep &quot;,&quot; -trimResults | foreach [val item]{&#xA;&#x9;$item | log&#xA;}&#xA;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="str" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http://www.eclipse.org/ecl/input"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sep" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="trimResults" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="omitEmptyStrings" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EBoolean" defaultValueLiteral="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParseTime" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Reads a string from input pipe and parses it accoridng to a given format string."/> <details key="returns" value="Timestamp value (as a number of milliseconds since January, 1, 1970)"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="input" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http://www.eclipse.org/ecl/input"/> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="String representation of date."/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="format" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ThrowError" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Fails with specified error message"/> <details key="example" value="throw-error &quot;Test Case has one or more failed verifications&quot;"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" lowerBound="1" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Error message"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FindAll" eSuperTypes="../../org.eclipse.rcptt.ecl.core/model/ecl.ecore#//Command"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Returns all non-overlapping matches of regex in str with substrings captured by the groups"/> <details key="example" value="find-all &quot;one 1 two 2 three 3&quot; &quot;(\\w+)\\W+(\\d+)&quot; | to-list | each [val groups] {&#xA;&#x9;$groups | get 0 | log&#xA;}"/> <details key="returns" value="Lists of the match for a regex and substrings captured by the groups"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="str" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"> <eAnnotations source="http://www.eclipse.org/ecl/input"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="regex" eType="ecore:EDataType platform:/plugin/org.eclipse.emf.ecore/model/Ecore.ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Double" eSuperTypes="#//Convert"> <eAnnotations source="http://www.eclipse.org/ecl/docs"> <details key="description" value="Converts its argument to double."/> <details key="returns" value="&lt;p>Returns double value or fails if value cannot be converted. &lt;code>true&lt;/code> is converted to &lt;code>1.0&lt;/code> and &lt;code>false&lt;/code> is converted to &lt;code>0&lt;/code>. This command uses &lt;code>java.lang.Double.parseDouble&lt;/code> method, but also supports a few additional text values for infinity:&lt;/p>"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/xored/rcptt/ecl/plugins/org.eclipse.rcptt.ecl.operations/model/operations.ecore
ecore
operations Eq left right Int Long Float Bool Str Convert input AssertTrue input message Length input NotEq left right Gt Lt Not left Try command catch finally times 1 delay 0 noScreenshot false error Format format args Emit values RepeatWith commands command Repeat index times 1 command delay 0 AssertEmpty message AssertNonEmpty message Concat strs Or args And args GetTime FormatTime format BinaryOp left right Plus Minus Div Mult Abs arg Mod Between input left right Entry key value Map entries List items Loop vals body Recur values ToList Each input val key do Split str sep trimResults false omitEmptyStrings false ParseTime input format ThrowError message FindAll str regex Double
null
{"directed":true,"nodes":[{"nsPrefix":"org.eclipse.rcptt.ecl.core","nsURI":"http://www.eclipse.org/ecl/operations.ecore","name":"operations","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Eq","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Int","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Long","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Float","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Bool","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Str","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Convert","instanceClass":null,"abstract":true,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertTrue","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Length","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotEq","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Gt","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Lt","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Not","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Try","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Format","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Emit","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RepeatWith","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Repeat","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertEmpty","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AssertNonEmpty","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Concat","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Or","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"And","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GetTime","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FormatTime","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryOp","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Plus","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Minus","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Div","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mult","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Abs","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mod","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Between","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entry","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Map","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"List","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Loop","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Recur","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ToList","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Each","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Split","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParseTime","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ThrowError","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FindAll","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Double","instanceClass":null,"abstract":false,"id":45,"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":"left","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":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":56,"derived":false},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"input","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":"message","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":false},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":64,"derived":false},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"right","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":false,"unsettable":false,"transient":false,"unique":true,"name":"left","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"command","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"catch","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":"finally","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"times","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"delay","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"noScreenshot","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"error","changeable":true,"resolveProxies":true,"lowerBound":0,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":0,"iD":false,"id":92,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"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":false,"name":"commands","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"command","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":105,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1","unsettable":false,"transient":false,"unique":true,"name":"times","changeable":true,"lowerBound":0,"iD":false,"id":106,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"command","changeable":true,"resolveProxies":true,"lowerBound":0,"id":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"0","unsettable":false,"transient":false,"unique":true,"name":"delay","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"id":118,"eClass":"EGenericType"},{"id":119,"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":"strs","changeable":true,"lowerBound":0,"iD":false,"id":120,"derived":false},{"id":121,"eClass":"EGenericType"},{"id":122,"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":"args","changeable":true,"resolveProxies":true,"lowerBound":2,"id":123,"derived":false},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"args","changeable":true,"resolveProxies":true,"lowerBound":2,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":0,"iD":false,"id":130,"derived":false},{"id":131,"eClass":"EGenericType"},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":134,"derived":false},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"arg","changeable":true,"resolveProxies":true,"lowerBound":0,"id":142,"derived":false},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":0,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":147,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"right","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"key","changeable":true,"resolveProxies":true,"lowerBound":0,"id":153,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"value","changeable":true,"resolveProxies":true,"lowerBound":0,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"entries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":158,"derived":false},{"id":159,"eClass":"EGenericType"},{"id":160,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"items","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"vals","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"body","changeable":true,"resolveProxies":true,"lowerBound":0,"id":165,"derived":false},{"id":166,"eClass":"EGenericType"},{"id":167,"eClass":"EGenericType"},{"id":168,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"values","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"id":170,"eClass":"EGenericType"},{"id":171,"eClass":"EGenericType"},{"id":172,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":true,"lowerBound":1,"id":173,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"val","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"key","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":"do","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"str","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":"sep","changeable":true,"lowerBound":0,"iD":false,"id":183,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"trimResults","changeable":true,"lowerBound":0,"iD":false,"id":184,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":false,"transient":false,"unique":true,"name":"omitEmptyStrings","changeable":true,"lowerBound":0,"iD":false,"id":185,"derived":false},{"id":186,"eClass":"EGenericType"},{"id":187,"eClass":"EGenericType"},{"id":188,"eClass":"EGenericType"},{"id":189,"eClass":"EGenericType"},{"id":190,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"lowerBound":1,"iD":false,"id":191,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"lowerBound":0,"iD":false,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"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":196,"derived":false},{"id":197,"eClass":"EGenericType"},{"id":198,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"str","changeable":true,"lowerBound":0,"iD":false,"id":199,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"regex","changeable":true,"lowerBound":0,"iD":false,"id":200,"derived":false},{"id":201,"eClass":"EGenericType"},{"id":202,"eClass":"EGenericType"},{"id":203,"eClass":"EGenericType"},{"id":204,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":1,"target":0},{"source":1,"target":46},{"source":1,"target":47},{"source":1,"target":48},{"source":46,"target":49},{"source":46,"target":1},{"source":47,"target":50},{"source":47,"target":1},{"source":2,"target":0},{"source":2,"target":7},{"source":2,"target":51},{"source":51,"target":7},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":52},{"source":52,"target":7},{"source":4,"target":0},{"source":4,"target":7},{"source":4,"target":53},{"source":53,"target":7},{"source":5,"target":0},{"source":5,"target":7},{"source":5,"target":54},{"source":54,"target":7},{"source":6,"target":0},{"source":6,"target":7},{"source":6,"target":55},{"source":55,"target":7},{"source":7,"target":0},{"source":7,"target":56},{"source":7,"target":57},{"source":56,"target":58},{"source":56,"target":7},{"source":8,"target":0},{"source":8,"target":59},{"source":8,"target":60},{"source":8,"target":61},{"source":59,"target":62},{"source":59,"target":8},{"source":60,"target":63},{"source":60,"target":8},{"source":9,"target":0},{"source":9,"target":64},{"source":9,"target":65},{"source":64,"target":66},{"source":64,"target":9},{"source":10,"target":0},{"source":10,"target":67},{"source":10,"target":68},{"source":10,"target":69},{"source":67,"target":70},{"source":67,"target":10},{"source":68,"target":71},{"source":68,"target":10},{"source":11,"target":0},{"source":11,"target":26},{"source":11,"target":72},{"source":72,"target":26},{"source":12,"target":0},{"source":12,"target":26},{"source":12,"target":73},{"source":73,"target":26},{"source":13,"target":0},{"source":13,"target":74},{"source":13,"target":75},{"source":74,"target":76},{"source":74,"target":13},{"source":14,"target":0},{"source":14,"target":77},{"source":14,"target":78},{"source":14,"target":79},{"source":14,"target":80},{"source":14,"target":81},{"source":14,"target":82},{"source":14,"target":83},{"source":14,"target":84},{"source":77,"target":85},{"source":77,"target":14},{"source":78,"target":86},{"source":78,"target":14},{"source":79,"target":87},{"source":79,"target":14},{"source":80,"target":88},{"source":80,"target":14},{"source":81,"target":89},{"source":81,"target":14},{"source":82,"target":90},{"source":82,"target":14},{"source":83,"target":91},{"source":83,"target":14},{"source":15,"target":0},{"source":15,"target":92},{"source":15,"target":93},{"source":15,"target":94},{"source":92,"target":95},{"source":92,"target":15},{"source":93,"target":96},{"source":93,"target":15},{"source":16,"target":0},{"source":16,"target":97},{"source":16,"target":98},{"source":97,"target":99},{"source":97,"target":16},{"source":17,"target":0},{"source":17,"target":100},{"source":17,"target":101},{"source":17,"target":102},{"source":100,"target":103},{"source":100,"target":17},{"source":101,"target":104},{"source":101,"target":17},{"source":18,"target":0},{"source":18,"target":105},{"source":18,"target":106},{"source":18,"target":107},{"source":18,"target":108},{"source":18,"target":109},{"source":105,"target":110},{"source":105,"target":18},{"source":106,"target":111},{"source":106,"target":18},{"source":107,"target":112},{"source":107,"target":18},{"source":108,"target":113},{"source":108,"target":18},{"source":19,"target":0},{"source":19,"target":114},{"source":19,"target":115},{"source":114,"target":116},{"source":114,"target":19},{"source":20,"target":0},{"source":20,"target":117},{"source":20,"target":118},{"source":117,"target":119},{"source":117,"target":20},{"source":21,"target":0},{"source":21,"target":120},{"source":21,"target":121},{"source":120,"target":122},{"source":120,"target":21},{"source":22,"target":0},{"source":22,"target":123},{"source":22,"target":124},{"source":123,"target":125},{"source":123,"target":22},{"source":23,"target":0},{"source":23,"target":126},{"source":23,"target":127},{"source":126,"target":128},{"source":126,"target":23},{"source":24,"target":0},{"source":24,"target":129},{"source":25,"target":0},{"source":25,"target":130},{"source":25,"target":131},{"source":130,"target":132},{"source":130,"target":25},{"source":26,"target":0},{"source":26,"target":133},{"source":26,"target":134},{"source":26,"target":135},{"source":133,"target":136},{"source":133,"target":26},{"source":134,"target":137},{"source":134,"target":26},{"source":27,"target":0},{"source":27,"target":26},{"source":27,"target":138},{"source":138,"target":26},{"source":28,"target":0},{"source":28,"target":26},{"source":28,"target":139},{"source":139,"target":26},{"source":29,"target":0},{"source":29,"target":26},{"source":29,"target":140},{"source":140,"target":26},{"source":30,"target":0},{"source":30,"target":26},{"source":30,"target":141},{"source":141,"target":26},{"source":31,"target":0},{"source":31,"target":142},{"source":31,"target":143},{"source":142,"target":144},{"source":142,"target":31},{"source":32,"target":0},{"source":32,"target":26},{"source":32,"target":145},{"source":145,"target":26},{"source":33,"target":0},{"source":33,"target":146},{"source":33,"target":147},{"source":33,"target":148},{"source":33,"target":149},{"source":146,"target":150},{"source":146,"target":33},{"source":147,"target":151},{"source":147,"target":33},{"source":148,"target":152},{"source":148,"target":33},{"source":34,"target":0},{"source":34,"target":153},{"source":34,"target":154},{"source":34,"target":155},{"source":153,"target":156},{"source":153,"target":34},{"source":154,"target":157},{"source":154,"target":34},{"source":35,"target":0},{"source":35,"target":158},{"source":35,"target":159},{"source":158,"target":34},{"source":158,"target":160},{"source":158,"target":35},{"source":160,"target":34},{"source":36,"target":0},{"source":36,"target":161},{"source":36,"target":162},{"source":161,"target":163},{"source":161,"target":36},{"source":37,"target":0},{"source":37,"target":164},{"source":37,"target":165},{"source":37,"target":166},{"source":164,"target":167},{"source":164,"target":37},{"source":165,"target":168},{"source":165,"target":37},{"source":38,"target":0},{"source":38,"target":169},{"source":38,"target":170},{"source":169,"target":171},{"source":169,"target":38},{"source":39,"target":0},{"source":39,"target":172},{"source":40,"target":0},{"source":40,"target":173},{"source":40,"target":174},{"source":40,"target":175},{"source":40,"target":176},{"source":40,"target":177},{"source":173,"target":178},{"source":173,"target":40},{"source":174,"target":179},{"source":174,"target":40},{"source":175,"target":180},{"source":175,"target":40},{"source":176,"target":181},{"source":176,"target":40},{"source":41,"target":0},{"source":41,"target":182},{"source":41,"target":183},{"source":41,"target":184},{"source":41,"target":185},{"source":41,"target":186},{"source":182,"target":187},{"source":182,"target":41},{"source":183,"target":188},{"source":183,"target":41},{"source":184,"target":189},{"source":184,"target":41},{"source":185,"target":190},{"source":185,"target":41},{"source":42,"target":0},{"source":42,"target":191},{"source":42,"target":192},{"source":42,"target":193},{"source":191,"target":194},{"source":191,"target":42},{"source":192,"target":195},{"source":192,"target":42},{"source":43,"target":0},{"source":43,"target":196},{"source":43,"target":197},{"source":196,"target":198},{"source":196,"target":43},{"source":44,"target":0},{"source":44,"target":199},{"source":44,"target":200},{"source":44,"target":201},{"source":199,"target":202},{"source":199,"target":44},{"source":200,"target":203},{"source":200,"target":44},{"source":45,"target":0},{"source":45,"target":7},{"source":45,"target":204},{"source":204,"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="mipsimulator" nsURI="http://mipsimulator/1.0" nsPrefix="mipsimulator"> <eSubpackages name="PC"> <eClassifiers xsi:type="ecore:EClass" name="PC"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_pcValue " lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PCAddUnit"> <eOperations name="incrementProgramCounter() : void"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="TO_NEXT_INS" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_currentPCValue" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </eSubpackages> <eSubpackages name="ALU"> <eClassifiers xsi:type="ecore:EClass" name="ALU"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_inputReadData1" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_inputReadData2" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_outputAluResult" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_outputZero " lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ALUControl"/> </eSubpackages> <eSubpackages name="Memory"> <eClassifiers xsi:type="ecore:EClass" name="InstructionMemory"> <eOperations name="initialize() : void"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_memory" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataMemory"> <eOperations name="initialize() : void"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_memory" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EByteArray"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_inputAddress" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_inputWriteData" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_outputReadData" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Registers"/> </eSubpackages> <eSubpackages name="Register"> <eClassifiers xsi:type="ecore:EClass" name="Registers"> <eOperations name="initialize() : void"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_symbolicNames" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_numericRepresentation" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EEList"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_readReg1" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_readReg2" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_writeReg" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_writeData" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_readData1" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_readData2" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> </eSubpackages> <eSubpackages name="Controls"> <eClassifiers xsi:type="ecore:EClass" name="Control"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_regDist" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_branch" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_memRead" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_memToReg" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_aluOp0" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_memWrite" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_aluSrc" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_regWrite" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="_aluOp1" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> </eSubpackages> <eSubpackages name="gui"/> <eSubpackages name="controller"/> <eSubpackages name="Parser"> <eClassifiers xsi:type="ecore:EClass" name="Parser"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/gssi/metamodel-dataset-analysis-toolchain/metamodels/MIPSimulator.ecore
ecore
mipsimulator PC PC _pcValue PCAddUnit incrementProgramCounter() : void TO_NEXT_INS _currentPCValue ALU ALU _inputReadData1 _inputReadData2 _outputAluResult _outputZero ALUControl Memory InstructionMemory initialize() : void _memory DataMemory initialize() : void _memory _inputAddress _inputWriteData _outputReadData Registers Register Registers initialize() : void _symbolicNames _numericRepresentation _readReg1 _readReg2 _writeReg _writeData _readData1 _readData2 Controls Control _regDist _branch _memRead _memToReg _aluOp0 _memWrite _aluSrc _regWrite _aluOp1 gui controller Parser Parser
null
{"directed":true,"nodes":[{"nsPrefix":"mipsimulator","nsURI":"http://mipsimulator/1.0","name":"mipsimulator","id":0,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"PC","id":1,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"ALU","id":2,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"Memory","id":3,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"Register","id":4,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"Controls","id":5,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"gui","id":6,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"controller","id":7,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"Parser","id":8,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PC","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PCAddUnit","instanceClass":null,"abstract":false,"id":10,"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":"_pcValue ","changeable":true,"lowerBound":1,"iD":false,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"incrementProgramCounter() : void","lowerBound":0,"id":13,"many":false,"required":false,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"TO_NEXT_INS","changeable":true,"lowerBound":1,"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":"_currentPCValue","changeable":true,"lowerBound":1,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ALU","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ALUControl","instanceClass":null,"abstract":false,"id":19,"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":"_inputReadData1","changeable":true,"lowerBound":1,"iD":false,"id":20,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_inputReadData2","changeable":true,"lowerBound":1,"iD":false,"id":21,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_outputAluResult","changeable":true,"lowerBound":1,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_outputZero ","changeable":true,"lowerBound":1,"iD":false,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"id":27,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstructionMemory","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataMemory","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Registers","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"initialize() : void","lowerBound":0,"id":31,"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":"_memory","changeable":true,"lowerBound":1,"iD":false,"id":32,"derived":false},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"unique":true,"name":"initialize() : void","lowerBound":0,"id":34,"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":"_memory","changeable":true,"lowerBound":1,"iD":false,"id":35,"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":"_inputAddress","changeable":true,"lowerBound":1,"iD":false,"id":36,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_inputWriteData","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":null,"unsettable":false,"transient":false,"unique":true,"name":"_outputReadData","changeable":true,"lowerBound":1,"iD":false,"id":38,"derived":false},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Registers","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"unique":true,"name":"initialize() : void","lowerBound":0,"id":44,"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":"_symbolicNames","changeable":true,"lowerBound":1,"iD":false,"id":45,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_numericRepresentation","changeable":true,"lowerBound":1,"iD":false,"id":46,"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":"_readReg1","changeable":true,"lowerBound":1,"iD":false,"id":47,"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":"_readReg2","changeable":true,"lowerBound":1,"iD":false,"id":48,"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":"_writeReg","changeable":true,"lowerBound":1,"iD":false,"id":49,"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":"_writeData","changeable":true,"lowerBound":1,"iD":false,"id":50,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_readData1","changeable":true,"lowerBound":1,"iD":false,"id":51,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_readData2","changeable":true,"lowerBound":1,"iD":false,"id":52,"derived":false},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Control","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_regDist","changeable":true,"lowerBound":1,"iD":false,"id":62,"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":"_branch","changeable":true,"lowerBound":1,"iD":false,"id":63,"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":"_memRead","changeable":true,"lowerBound":1,"iD":false,"id":64,"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":"_memToReg","changeable":true,"lowerBound":1,"iD":false,"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":"_aluOp0","changeable":true,"lowerBound":1,"iD":false,"id":66,"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":"_memWrite","changeable":true,"lowerBound":1,"iD":false,"id":67,"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":"_aluSrc","changeable":true,"lowerBound":1,"iD":false,"id":68,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"_regWrite","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":null,"unsettable":false,"transient":false,"unique":true,"name":"_aluOp1","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"id":71,"eClass":"EGenericType"},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"id":75,"eClass":"EGenericType"},{"id":76,"eClass":"EGenericType"},{"id":77,"eClass":"EGenericType"},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Parser","instanceClass":null,"abstract":false,"id":80,"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":0,"target":7},{"source":0,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":1,"target":0},{"source":9,"target":1},{"source":9,"target":11},{"source":11,"target":12},{"source":11,"target":9},{"source":10,"target":1},{"source":10,"target":13},{"source":10,"target":14},{"source":10,"target":15},{"source":13,"target":10},{"source":14,"target":16},{"source":14,"target":10},{"source":15,"target":17},{"source":15,"target":10},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":0},{"source":18,"target":2},{"source":18,"target":20},{"source":18,"target":21},{"source":18,"target":22},{"source":18,"target":23},{"source":20,"target":24},{"source":20,"target":18},{"source":21,"target":25},{"source":21,"target":18},{"source":22,"target":26},{"source":22,"target":18},{"source":23,"target":27},{"source":23,"target":18},{"source":19,"target":2},{"source":3,"target":28},{"source":3,"target":29},{"source":3,"target":30},{"source":3,"target":0},{"source":28,"target":3},{"source":28,"target":31},{"source":28,"target":32},{"source":31,"target":28},{"source":32,"target":33},{"source":32,"target":28},{"source":29,"target":3},{"source":29,"target":34},{"source":29,"target":35},{"source":29,"target":36},{"source":29,"target":37},{"source":29,"target":38},{"source":34,"target":29},{"source":35,"target":39},{"source":35,"target":29},{"source":36,"target":40},{"source":36,"target":29},{"source":37,"target":41},{"source":37,"target":29},{"source":38,"target":42},{"source":38,"target":29},{"source":30,"target":3},{"source":4,"target":43},{"source":4,"target":0},{"source":43,"target":4},{"source":43,"target":44},{"source":43,"target":45},{"source":43,"target":46},{"source":43,"target":47},{"source":43,"target":48},{"source":43,"target":49},{"source":43,"target":50},{"source":43,"target":51},{"source":43,"target":52},{"source":44,"target":43},{"source":45,"target":53},{"source":45,"target":43},{"source":46,"target":54},{"source":46,"target":43},{"source":47,"target":55},{"source":47,"target":43},{"source":48,"target":56},{"source":48,"target":43},{"source":49,"target":57},{"source":49,"target":43},{"source":50,"target":58},{"source":50,"target":43},{"source":51,"target":59},{"source":51,"target":43},{"source":52,"target":60},{"source":52,"target":43},{"source":5,"target":61},{"source":5,"target":0},{"source":61,"target":5},{"source":61,"target":62},{"source":61,"target":63},{"source":61,"target":64},{"source":61,"target":65},{"source":61,"target":66},{"source":61,"target":67},{"source":61,"target":68},{"source":61,"target":69},{"source":61,"target":70},{"source":62,"target":71},{"source":62,"target":61},{"source":63,"target":72},{"source":63,"target":61},{"source":64,"target":73},{"source":64,"target":61},{"source":65,"target":74},{"source":65,"target":61},{"source":66,"target":75},{"source":66,"target":61},{"source":67,"target":76},{"source":67,"target":61},{"source":68,"target":77},{"source":68,"target":61},{"source":69,"target":78},{"source":69,"target":61},{"source":70,"target":79},{"source":70,"target":61},{"source":6,"target":0},{"source":7,"target":0},{"source":8,"target":80},{"source":8,"target":0},{"source":80,"target":8}],"multigraph":true}
false
<?xml version="1.0" encoding="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="model" nsURI="http://palladiosimulator.org/ExperimentAutomation/ToolAdapter/SimuLizar/1.0" nsPrefix="simulizartooladapter"> <eClassifiers xsi:type="ecore:EClass" name="SimuLizarConfiguration" eSuperTypes="platform:/plugin/org.palladiosimulator.experimentautomation/model/experimentautomation.ecore#//abstractsimulation/AbstractSimulationConfiguration"/> </ecore:EPackage>
github:ecore:/data/PalladioSimulator/Palladio-Addons-ExperimentAutomation/bundles/org.palladiosimulator.experimentautomation.application.tooladapter.simulizar.model/model/simulizartooladapter.ecore
ecore
model SimuLizarConfiguration
null
{"directed":true,"nodes":[{"nsPrefix":"simulizartooladapter","nsURI":"http://palladiosimulator.org/ExperimentAutomation/ToolAdapter/SimuLizar/1.0","name":"model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SimuLizarConfiguration","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"id":2,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":1,"target":0},{"source":1,"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="metamodel" nsURI="http://metamodel/1.0" nsPrefix="metamodel"> <eClassifiers xsi:type="ecore:EClass" name="Application"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="companyIdentifier" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewControllers" ordered="false" upperBound="-1" eType="#//ViewController" containment="true" eOpposite="#//ViewController/application" eKeys="#//ViewController/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scenes" ordered="false" upperBound="-1" eType="#//Scene" containment="true" eOpposite="#//Scene/application" eKeys="#//Scene/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="watchControllers" ordered="false" upperBound="-1" eType="#//WatchController" containment="true" eOpposite="#//WatchController/application" eKeys="#//ViewController/name"/> <eStructuralFeatures xsi:type="ecore:EReference" name="menu" eType="#//Menu" containment="true" eOpposite="#//Menu/application"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataHandler" lowerBound="1" eType="#//DataHandler" eOpposite="#//DataHandler/application"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataHandler"> <eStructuralFeatures xsi:type="ecore:EReference" name="application" lowerBound="1" eType="#//Application" eOpposite="#//Application/dataHandler"/> <eStructuralFeatures xsi:type="ecore:EReference" name="storageHandler" eType="#//StorageHandler" eOpposite="#//StorageHandler/dataHandler"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preferenceHandler" eType="#//PreferenceHandler" eOpposite="#//PreferenceHandler/dataHandler"/> <eStructuralFeatures xsi:type="ecore:EReference" name="databaseHandler" eType="#//DatabaseHandler" eOpposite="#//DatabaseHandler/dataHandler"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cloudHandler" eType="#//CloudHandler" eOpposite="#//CloudHandler/dataHandler"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PreferenceHandler"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataHandler" lowerBound="1" eType="#//DataHandler" eOpposite="#//DataHandler/preferenceHandler"/> <eStructuralFeatures xsi:type="ecore:EReference" name="preferenceRecords" upperBound="-1" eType="#//PreferenceRecord" eOpposite="#//PreferenceRecord/preferenceHandler"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DatabaseHandler"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataHandler" lowerBound="1" eType="#//DataHandler" eOpposite="#//DataHandler/databaseHandler"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entities" upperBound="-1" eType="#//Entity" eOpposite="#//Entity/databaseHandler"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CloudHandler"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataHandler" lowerBound="1" eType="#//DataHandler" eOpposite="#//DataHandler/cloudHandler"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cloudObjects" upperBound="-1" eType="#//CloudObject" eOpposite="#//CloudObject/cloudHandler"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StorageHandler"> <eStructuralFeatures xsi:type="ecore:EReference" name="dataHandler" eType="#//DataHandler" eOpposite="#//DataHandler/storageHandler"/> <eStructuralFeatures xsi:type="ecore:EReference" name="storageRecords" upperBound="-1" eType="#//StorageRecord" eOpposite="#//StorageRecord/storageHandler"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="StorageRecord"> <eStructuralFeatures xsi:type="ecore:EReference" name="storageHandler" lowerBound="1" eType="#//StorageHandler" eOpposite="#//StorageHandler/storageRecords"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tempFile" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="extension" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entity"> <eStructuralFeatures xsi:type="ecore:EReference" name="databaseHandler" lowerBound="1" eType="#//DatabaseHandler" eOpposite="#//DatabaseHandler/entities"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="primaryKey" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entityAttributes" lowerBound="1" upperBound="-1" eType="#//EntityAttribute" eOpposite="#//EntityAttribute/entity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entityRelationships" upperBound="-1" eType="#//EntityRelationship" eOpposite="#//EntityRelationship/entity"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EntityAttribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="entity" lowerBound="1" eType="#//Entity" eOpposite="#//Entity/entityAttributes"/> <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="EntityRelationship"> <eStructuralFeatures xsi:type="ecore:EReference" name="entity" lowerBound="1" eType="#//Entity" eOpposite="#//Entity/entityRelationships"/> <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="destination" 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="CloudObject"> <eStructuralFeatures xsi:type="ecore:EReference" name="cloudHandler" lowerBound="1" eType="#//CloudHandler" eOpposite="#//CloudHandler/cloudObjects"/> <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="objectAttributes" upperBound="-1" eType="#//ObjectAttribute" eOpposite="#//ObjectAttribute/cloudObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ObjectAttribute"> <eStructuralFeatures xsi:type="ecore:EReference" name="cloudObject" lowerBound="1" eType="#//CloudObject" eOpposite="#//CloudObject/objectAttributes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="object" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral="null"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PreferenceRecord"> <eStructuralFeatures xsi:type="ecore:EReference" name="preferenceHandler" lowerBound="1" eType="#//PreferenceHandler" eOpposite="#//PreferenceHandler/preferenceRecords"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ViewController"> <eStructuralFeatures xsi:type="ecore:EReference" name="application" eType="#//Application" changeable="false" eOpposite="#//Application/viewControllers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="scene" eType="#//Scene" eOpposite="#//Scene/parentViewControllers"/> <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" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="backgroundColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="backgroundImage" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uiControls" ordered="false" upperBound="-1" eType="#//UiPhoneControl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controlChains" ordered="false" upperBound="-1" eType="#//ControlChain" containment="true" eOpposite="#//ControlChain/viewController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="containers" ordered="false" upperBound="-1" eType="#//Container" containment="true" eOpposite="#//Container/viewController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="buttons" ordered="false" upperBound="-1" eType="#//Button" containment="true" eOpposite="#//Button/viewController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cards" ordered="false" upperBound="-1" eType="#//Card" containment="true" eOpposite="#//Card/viewController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="switches" ordered="false" upperBound="-1" eType="#//Switch" containment="true" eOpposite="#//Switch/viewController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="datepickers" ordered="false" upperBound="-1" eType="#//Datepicker" containment="true" eOpposite="#//Datepicker/viewController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="timepickers" ordered="false" upperBound="-1" eType="#//Timepicker" containment="true" eOpposite="#//Timepicker/viewController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sliders" ordered="false" upperBound="-1" eType="#//Slider" containment="true" eOpposite="#//Slider/viewController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="spinners" ordered="false" upperBound="-1" eType="#//Spinner" containment="true" eOpposite="#//Spinner/viewController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="textViews" ordered="false" upperBound="-1" eType="#//TextView" containment="true" eOpposite="#//TextView/viewController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="webViews" ordered="false" upperBound="-1" eType="#//WebView" containment="true" eOpposite="#//WebView/viewController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="imageViews" ordered="false" upperBound="-1" eType="#//ImageView" containment="true" eOpposite="#//ImageView/viewController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="videoViews" ordered="false" upperBound="-1" eType="#//VideoView" containment="true" eOpposite="#//VideoView/viewController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="audioPlayers" ordered="false" upperBound="-1" eType="#//AudioPlayer" containment="true" eOpposite="#//AudioPlayer/viewController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="listViews" ordered="false" upperBound="-1" eType="#//ListView" containment="true" eOpposite="#//ListView/viewController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="gridViews" ordered="false" upperBound="-1" eType="#//GridView" containment="true" eOpposite="#//GridView/viewController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="editTexts" ordered="false" upperBound="-1" eType="#//EditText" containment="true" eOpposite="#//EditText/viewController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="asyncTasks" upperBound="-1" eType="#//AsyncTask" containment="true" eOpposite="#//AsyncTask/viewController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="progressDialogs" upperBound="-1" eType="#//ProgressDialog" containment="true" eOpposite="#//ProgressDialog/viewController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="alertDialogs" upperBound="-1" eType="#//AlertDialog" containment="true" eOpposite="#//AlertDialog/viewController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="map" eType="#//Map" containment="true" eOpposite="#//Map/viewController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="photocameraController" eType="#//PhotocameraController" containment="true" eOpposite="#//PhotocameraController/viewController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="videocameraController" eType="#//VideocameraController" containment="true" eOpposite="#//VideocameraController/viewController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="audioRecorder" eType="#//AudioRecorder" containment="true" eOpposite="#//AudioRecorder/viewController"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Scene"> <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="application" lowerBound="1" eType="#//Application" changeable="false" eOpposite="#//Application/scenes"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="launcher" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeSmartphone" lowerBound="1" eType="#//SceneType" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="typeTablet" lowerBound="1" eType="#//SceneType" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="parentViewControllers" ordered="false" upperBound="2" eType="#//ViewController" containment="true" eOpposite="#//ViewController/scene" eKeys="#//ViewController/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childViewControllers" ordered="false" lowerBound="1" upperBound="-1" eType="#//ChildViewController" containment="true" eOpposite="#//ChildViewController/scene" eKeys="#//ViewController/id"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ChildViewController"> <eStructuralFeatures xsi:type="ecore:EReference" name="scene" lowerBound="1" eType="#//Scene" eOpposite="#//Scene/childViewControllers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewController" lowerBound="1" eType="#//ViewController"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WatchController"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="launcher" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="application" lowerBound="1" eType="#//Application" changeable="false" eOpposite="#//Application/watchControllers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="uiWatchControls" ordered="false" upperBound="-1" eType="#//UiWatchControl" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="watchButtons" ordered="false" upperBound="-1" eType="#//WatchButton" containment="true" eOpposite="#//WatchButton/watchController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="watchTextViews" ordered="false" upperBound="-1" eType="#//WatchTextView" containment="true" eOpposite="#//WatchTextView/watchController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="watchSliders" ordered="false" upperBound="-1" eType="#//WatchSlider" containment="true" eOpposite="#//WatchSlider/watchController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="watchSwitches" ordered="false" upperBound="-1" eType="#//WatchSwitch" containment="true" eOpposite="#//WatchSwitch/watchController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="watchVoiceMessage" eType="#//WatchVoiceMessage" containment="true" eOpposite="#//WatchVoiceMessage/watchController"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UiControl" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="posX" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="posY" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paddingTop" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paddingBottom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paddingStart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="paddingEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginTop" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginBottom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginStart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="marginEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UiPhoneControl" abstract="true" eSuperTypes="#//UiControl"> <eStructuralFeatures xsi:type="ecore:EReference" name="viewController" ordered="false" lowerBound="1" eType="#//ViewController" eKeys="#//ViewController/id"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dimensionConstraint" eType="#//DimensionConstraint" containment="true" eOpposite="#//DimensionConstraint/uiPhoneControl"/> <eStructuralFeatures xsi:type="ecore:EReference" name="positionConstraints" ordered="false" upperBound="-1" eType="#//PositionConstraint" containment="true" eOpposite="#//PositionConstraint/uiPhoneControl"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultWidth" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultHeight" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EReference" name="controlChain" ordered="false" eType="#//ControlChain" eKeys="#//ControlChain/id"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="indexInChain" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> <eStructuralFeatures xsi:type="ecore:EReference" name="precedentInChain" eType="#//UiPhoneControl"/> <eStructuralFeatures xsi:type="ecore:EReference" name="followingInChain" eType="#//UiPhoneControl"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="weight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ControlChain"> <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="viewController" ordered="false" lowerBound="1" eType="#//ViewController" eOpposite="#//ViewController/controlChains" eKeys="#//ViewController/name"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="axis" lowerBound="1" eType="#//ChainAxis"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" lowerBound="1" eType="#//ChainType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nControls" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloatObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="spacing" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EIntegerObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DimensionConstraint"> <eStructuralFeatures xsi:type="ecore:EReference" name="uiPhoneControl" lowerBound="1" eType="#//UiPhoneControl" eOpposite="#//UiPhoneControl/dimensionConstraint"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fixedWidth" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloatObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fixedHeight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloatObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fixedRatio" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="widthPercent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloatObject"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="heightPercent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloatObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PositionConstraint"> <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="uiPhoneControl" lowerBound="1" eType="#//UiPhoneControl" eOpposite="#//UiPhoneControl/positionConstraints"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="layoutEdge" lowerBound="1" eType="#//LayoutEdge"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="withParent" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="referenceElement" eType="#//UiPhoneControl"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="referenceLayoutEdge" lowerBound="1" eType="#//LayoutEdge"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UiWatchControl" abstract="true" eSuperTypes="#//UiControl"> <eStructuralFeatures xsi:type="ecore:EReference" name="watchController" ordered="false" eType="#//WatchController" eKeys="#//ViewController/name"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="order" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="below" ordered="false" eType="#//UiWatchControl"/> <eStructuralFeatures xsi:type="ecore:EReference" name="above" ordered="false" eType="#//UiWatchControl"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toStartOf" ordered="false" eType="#//UiWatchControl"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toEndOf" ordered="false" eType="#//UiWatchControl"/> <eStructuralFeatures xsi:type="ecore:EReference" name="alignTop" ordered="false" eType="#//UiWatchControl"/> <eStructuralFeatures xsi:type="ecore:EReference" name="alignBottom" ordered="false" eType="#//UiWatchControl"/> <eStructuralFeatures xsi:type="ecore:EReference" name="alignStart" ordered="false" eType="#//UiWatchControl"/> <eStructuralFeatures xsi:type="ecore:EReference" name="alignEnd" ordered="false" eType="#//UiWatchControl"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignParentTop" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignParentBottom" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignParentStart" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alignParentEnd" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="width" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="height" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WatchButton" eSuperTypes="#//UiWatchControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="watchClickListener" eType="#//WatchClickListener" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="watchController" lowerBound="1" eType="#//WatchController" changeable="false" eOpposite="#//WatchController/watchButtons"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WatchTextView" eSuperTypes="#//UiWatchControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textAlign" lowerBound="1" eType="#//TextAlign"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textDecoration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="watchController" lowerBound="1" eType="#//WatchController" changeable="false" eOpposite="#//WatchController/watchTextViews"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WatchSlider" eSuperTypes="#//UiWatchControl"> <eStructuralFeatures xsi:type="ecore:EReference" name="watchController" lowerBound="1" eType="#//WatchController" changeable="false" eOpposite="#//WatchController/watchSliders"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WatchSwitch" eSuperTypes="#//UiWatchControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="watchController" lowerBound="1" eType="#//WatchController" changeable="false" eOpposite="#//WatchController/watchSwitches"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WatchVoiceMessage" eSuperTypes="#//UiWatchControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="watchController" lowerBound="1" eType="#//WatchController" changeable="false" eOpposite="#//WatchController/watchVoiceMessage"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Container" eSuperTypes="#//UiPhoneControl"> <eStructuralFeatures xsi:type="ecore:EReference" name="viewController" lowerBound="1" eType="#//ViewController" changeable="false" eOpposite="#//ViewController/containers"/> <eStructuralFeatures xsi:type="ecore:EReference" name="childViewController" lowerBound="1" eType="#//ViewController"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AudioPlayer" eSuperTypes="#//UiPhoneControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceType" lowerBound="1" eType="#//SourceType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileUri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewController" lowerBound="1" eType="#//ViewController" changeable="false" eOpposite="#//ViewController/audioPlayers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AudioRecorder" eSuperTypes="#//UiPhoneControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="audioPlayerId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewController" lowerBound="1" eType="#//ViewController" changeable="false" eOpposite="#//ViewController/audioRecorder"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Button" eSuperTypes="#//UiPhoneControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="navigations" upperBound="-1" eType="#//Navigation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewController" lowerBound="1" eType="#//ViewController" changeable="false" eOpposite="#//ViewController/buttons"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="backgroundColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="borderRadius" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="clickColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Card" eSuperTypes="#//UiPhoneControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subtitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numActions" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewController" lowerBound="1" eType="#//ViewController" changeable="false" eOpposite="#//ViewController/cards"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Datepicker" eSuperTypes="#//UiPhoneControl"> <eStructuralFeatures xsi:type="ecore:EReference" name="viewController" lowerBound="1" eType="#//ViewController" changeable="false" eOpposite="#//ViewController/datepickers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EditText" eSuperTypes="#//UiPhoneControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialContent" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewController" lowerBound="1" eType="#//ViewController" changeable="false" eOpposite="#//ViewController/editTexts"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="placeholder" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GridView" eSuperTypes="#//UiPhoneControl"> <eStructuralFeatures xsi:type="ecore:EReference" name="gridViewCells" upperBound="-1" eType="#//GridViewCell" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewController" lowerBound="1" eType="#//ViewController" changeable="false" eOpposite="#//ViewController/gridViews"/> <eStructuralFeatures xsi:type="ecore:EReference" name="navigations" upperBound="-1" eType="#//Navigation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="gridType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImageView" eSuperTypes="#//UiPhoneControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceType" lowerBound="1" eType="#//SourceType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileUri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewController" lowerBound="1" eType="#//ViewController" changeable="false" eOpposite="#//ViewController/imageViews"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListView" eSuperTypes="#//UiPhoneControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="backgroundColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="listViewCells" upperBound="-1" eType="#//ListViewCell" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="navigations" upperBound="-1" eType="#//Navigation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewController" lowerBound="1" eType="#//ViewController" changeable="false" eOpposite="#//ViewController/listViews"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="listType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Map" eSuperTypes="#//UiPhoneControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lat" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lon" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EDouble"/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewController" lowerBound="1" eType="#//ViewController" changeable="false" eOpposite="#//ViewController/map"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PhotocameraController" eSuperTypes="#//UiPhoneControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="imageViewId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="backgroundType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewController" lowerBound="1" eType="#//ViewController" changeable="false" eOpposite="#//ViewController/photocameraController"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Slider" eSuperTypes="#//UiPhoneControl"> <eStructuralFeatures xsi:type="ecore:EReference" name="viewController" lowerBound="1" eType="#//ViewController" changeable="false" eOpposite="#//ViewController/sliders"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Spinner" eSuperTypes="#//UiPhoneControl"> <eStructuralFeatures xsi:type="ecore:EReference" name="viewController" lowerBound="1" eType="#//ViewController" changeable="false" eOpposite="#//ViewController/spinners"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Switch" eSuperTypes="#//UiPhoneControl"> <eStructuralFeatures xsi:type="ecore:EReference" name="viewController" lowerBound="1" eType="#//ViewController" changeable="false" eOpposite="#//ViewController/switches"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TextView" eSuperTypes="#//UiPhoneControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="content" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewController" lowerBound="1" eType="#//ViewController" changeable="false" eOpposite="#//ViewController/textViews"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textAlign" lowerBound="1" eType="#//TextAlign"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textDecoration" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textColor" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="textSize" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Timepicker" eSuperTypes="#//UiPhoneControl"> <eStructuralFeatures xsi:type="ecore:EReference" name="viewController" lowerBound="1" eType="#//ViewController" changeable="false" eOpposite="#//ViewController/timepickers"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VideocameraController" eSuperTypes="#//UiPhoneControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="videoViewId" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="backgroundType" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewController" lowerBound="1" eType="#//ViewController" changeable="false" eOpposite="#//ViewController/videocameraController"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="VideoView" eSuperTypes="#//UiPhoneControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sourceType" lowerBound="1" eType="#//SourceType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileUri" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewController" lowerBound="1" eType="#//ViewController" changeable="false" eOpposite="#//ViewController/videoViews"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WebView" eSuperTypes="#//UiPhoneControl"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="HTMLFileName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewController" lowerBound="1" eType="#//ViewController" changeable="false" eOpposite="#//ViewController/webViews"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ListViewCell"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="subtitle" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GridViewCell"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AsyncTask"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewController" lowerBound="1" eType="#//ViewController" changeable="false" eOpposite="#//ViewController/asyncTasks"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProgressDialog"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="spinner" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" defaultValueLiteral="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewController" lowerBound="1" eType="#//ViewController" changeable="false" eOpposite="#//ViewController/progressDialogs"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlertDialog"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="message" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewController" lowerBound="1" eType="#//ViewController" changeable="false" eOpposite="#//ViewController/alertDialogs"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Menu"> <eStructuralFeatures xsi:type="ecore:EReference" name="application" lowerBound="1" eType="#//Application" changeable="false" eOpposite="#//Application/menu"/> <eStructuralFeatures xsi:type="ecore:EReference" name="menuItems" upperBound="-1" eType="#//MenuItem" containment="true" eOpposite="#//MenuItem/menu"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MenuItem"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="title" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="navigation" lowerBound="1" eType="#//Navigation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="menu" lowerBound="1" eType="#//Menu" changeable="false" eOpposite="#//Menu/menuItems"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WatchClickListener"> <eStructuralFeatures xsi:type="ecore:EReference" name="watchNavigation" eType="#//WatchNavigation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Navigation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> <eStructuralFeatures xsi:type="ecore:EReference" name="contextScene" eType="#//Scene"/> <eStructuralFeatures xsi:type="ecore:EReference" name="destinationViewController" eType="#//ViewController"/> <eStructuralFeatures xsi:type="ecore:EReference" name="destinationScene" eType="#//Scene"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WatchNavigation"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="destination" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" defaultValueLiteral=""/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SourceType"> <eLiterals name="hardwareFile"/> <eLiterals name="localFile" value="1"/> <eLiterals name="remoteFile" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TextAlign"> <eLiterals name="Left" literal="left"/> <eLiterals name="Center" value="1" literal="center"/> <eLiterals name="Right" value="2" literal="right"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="LayoutEdge"> <eLiterals name="start" literal="start"/> <eLiterals name="end" value="1" literal="end"/> <eLiterals name="top" value="2" literal="top"/> <eLiterals name="bottom" value="3" literal="bottom"/> <eLiterals name="centerX" value="4" literal="centerX"/> <eLiterals name="centerY" value="5" literal="centerY"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ChainType"> <eLiterals name="spread"/> <eLiterals name="spread_inside" value="1"/> <eLiterals name="packed" value="2" literal="packed"/> <eLiterals name="weighted" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="ChainAxis"> <eLiterals name="horizontal"/> <eLiterals name="vertical" value="1"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="SceneType"> <eLiterals name="singleVC"/> <eLiterals name="singleVCTab" value="1"/> <eLiterals name="multiVC" value="2"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/deib-polimi/mobilecodegenerator4/it.polimi.mobilecodegenerator/bin/metamodel/metamodel.ecore
ecore
metamodel Application name companyIdentifier viewControllers scenes watchControllers menu dataHandler DataHandler application storageHandler preferenceHandler databaseHandler cloudHandler PreferenceHandler dataHandler preferenceRecords DatabaseHandler dataHandler entities CloudHandler dataHandler cloudObjects StorageHandler dataHandler storageRecords StorageRecord storageHandler name tempFile extension Entity databaseHandler name primaryKey entityAttributes entityRelationships EntityAttribute entity name type EntityRelationship entity name destination type CloudObject cloudHandler name objectAttributes ObjectAttribute cloudObject name type object null PreferenceRecord preferenceHandler key value type ViewController application scene id name backgroundColor backgroundImage uiControls controlChains containers buttons cards switches datepickers timepickers sliders spinners textViews webViews imageViews videoViews audioPlayers listViews gridViews editTexts asyncTasks progressDialogs alertDialogs map photocameraController videocameraController audioRecorder Scene id application name launcher typeSmartphone typeTablet parentViewControllers childViewControllers ChildViewController scene viewController WatchController name launcher application uiWatchControls watchButtons watchTextViews watchSliders watchSwitches watchVoiceMessage UiControl id posX posY paddingTop paddingBottom paddingStart paddingEnd marginTop marginBottom marginStart marginEnd UiPhoneControl viewController dimensionConstraint positionConstraints defaultWidth defaultHeight controlChain indexInChain precedentInChain followingInChain weight ControlChain id viewController axis type nControls bias spacing DimensionConstraint uiPhoneControl fixedWidth fixedHeight fixedRatio widthPercent heightPercent PositionConstraint id uiPhoneControl layoutEdge withParent referenceElement referenceLayoutEdge UiWatchControl watchController order below above toStartOf toEndOf alignTop alignBottom alignStart alignEnd alignParentTop alignParentBottom alignParentStart alignParentEnd width height WatchButton title watchClickListener watchController WatchTextView content textAlign textDecoration watchController WatchSlider watchController WatchSwitch title watchController WatchVoiceMessage title watchController Container viewController childViewController AudioPlayer sourceType fileUri viewController AudioRecorder audioPlayerId viewController Button title navigations viewController textColor backgroundColor borderRadius clickColor Card title subtitle numActions viewController Datepicker viewController EditText initialContent viewController placeholder textColor textSize GridView gridViewCells viewController navigations gridType ImageView sourceType fileUri viewController ListView backgroundColor listViewCells navigations viewController listType Map lat lon viewController PhotocameraController imageViewId backgroundType viewController Slider viewController Spinner viewController Switch viewController TextView content viewController textAlign textDecoration textColor textSize Timepicker viewController VideocameraController videoViewId backgroundType viewController VideoView sourceType fileUri viewController WebView HTMLFileName viewController ListViewCell title subtitle GridViewCell title AsyncTask name viewController ProgressDialog id title message spinner true viewController AlertDialog id title message viewController Menu application menuItems MenuItem id title navigation menu WatchClickListener watchNavigation Navigation id contextScene destinationViewController destinationScene WatchNavigation destination SourceType hardwareFile hardwareFile localFile localFile remoteFile remoteFile TextAlign Left left Center center Right right LayoutEdge start start end end top top bottom bottom centerX centerX centerY centerY ChainType spread spread spread_inside spread_inside packed packed weighted weighted ChainAxis horizontal horizontal vertical vertical SceneType singleVC singleVC singleVCTab singleVCTab multiVC multiVC
null
{"directed":true,"nodes":[{"nsPrefix":"metamodel","nsURI":"http://metamodel/1.0","name":"metamodel","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Application","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataHandler","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreferenceHandler","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DatabaseHandler","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudHandler","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageHandler","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StorageRecord","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityAttribute","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EntityRelationship","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CloudObject","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ObjectAttribute","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PreferenceRecord","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ViewController","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Scene","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ChildViewController","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WatchController","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiControl","instanceClass":null,"abstract":true,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiPhoneControl","instanceClass":null,"abstract":true,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ControlChain","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DimensionConstraint","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PositionConstraint","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UiWatchControl","instanceClass":null,"abstract":true,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WatchButton","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WatchTextView","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WatchSlider","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WatchSwitch","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WatchVoiceMessage","instanceClass":null,"abstract":false,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Container","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AudioPlayer","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AudioRecorder","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Button","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Card","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Datepicker","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EditText","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridView","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImageView","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListView","instanceClass":null,"abstract":false,"id":38,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Map","instanceClass":null,"abstract":false,"id":39,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PhotocameraController","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Slider","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Spinner","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Switch","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TextView","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Timepicker","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VideocameraController","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"VideoView","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WebView","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ListViewCell","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GridViewCell","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AsyncTask","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProgressDialog","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlertDialog","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Menu","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MenuItem","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WatchClickListener","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Navigation","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WatchNavigation","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"SourceType","instanceClass":null,"id":59,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TextAlign","instanceClass":null,"id":60,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"LayoutEdge","instanceClass":null,"id":61,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ChainType","instanceClass":null,"id":62,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"ChainAxis","instanceClass":null,"id":63,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"SceneType","instanceClass":null,"id":64,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":65,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"companyIdentifier","changeable":true,"lowerBound":1,"iD":false,"id":66,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"viewControllers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":67,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"scenes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":68,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"watchControllers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":69,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"menu","changeable":true,"resolveProxies":true,"lowerBound":0,"id":70,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataHandler","changeable":true,"resolveProxies":true,"lowerBound":1,"id":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"application","changeable":false,"resolveProxies":true,"lowerBound":0,"id":75,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":76,"derived":false},{"id":77,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"application","changeable":false,"resolveProxies":true,"lowerBound":1,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"application","changeable":false,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":82,"derived":false},{"id":83,"eClass":"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":"application","changeable":false,"resolveProxies":true,"lowerBound":1,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"application","changeable":true,"resolveProxies":true,"lowerBound":1,"id":86,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"storageHandler","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":false,"unsettable":false,"transient":false,"unique":true,"name":"preferenceHandler","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":"databaseHandler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":89,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cloudHandler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataHandler","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"derived":false},{"id":94,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataHandler","changeable":true,"resolveProxies":true,"lowerBound":1,"id":95,"derived":false},{"id":96,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataHandler","changeable":true,"resolveProxies":true,"lowerBound":1,"id":97,"derived":false},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dataHandler","changeable":true,"resolveProxies":true,"lowerBound":1,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"preferenceRecords","changeable":true,"resolveProxies":true,"lowerBound":0,"id":100,"derived":false},{"id":101,"eClass":"EGenericType"},{"id":102,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"preferenceHandler","changeable":true,"resolveProxies":true,"lowerBound":1,"id":103,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entities","changeable":true,"resolveProxies":true,"lowerBound":0,"id":104,"derived":false},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"databaseHandler","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"cloudObjects","changeable":true,"resolveProxies":true,"lowerBound":0,"id":108,"derived":false},{"id":109,"eClass":"EGenericType"},{"id":110,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"cloudHandler","changeable":true,"resolveProxies":true,"lowerBound":1,"id":111,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"storageRecords","changeable":true,"resolveProxies":true,"lowerBound":0,"id":112,"derived":false},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"storageHandler","changeable":true,"resolveProxies":true,"lowerBound":1,"id":115,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"tempFile","changeable":true,"lowerBound":0,"iD":false,"id":117,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"extension","changeable":true,"lowerBound":0,"iD":false,"id":118,"derived":false},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"primaryKey","changeable":true,"lowerBound":1,"iD":false,"id":124,"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":"entityAttributes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":125,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entityRelationships","changeable":true,"resolveProxies":true,"lowerBound":0,"id":126,"derived":false},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":1,"id":131,"derived":false},{"id":132,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":1,"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,"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":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"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":139,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"destination","changeable":true,"lowerBound":1,"iD":false,"id":140,"derived":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":141,"derived":false},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"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":false,"unsettable":false,"transient":false,"unique":true,"name":"objectAttributes","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":false,"unsettable":false,"transient":false,"unique":true,"name":"cloudObject","changeable":true,"resolveProxies":true,"lowerBound":1,"id":151,"derived":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":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":"type","changeable":true,"lowerBound":1,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"null","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"null","unsettable":false,"transient":false,"unique":true,"name":"object","changeable":true,"lowerBound":0,"iD":false,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"id":158,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":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":159,"derived":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":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"id":162,"eClass":"EGenericType"},{"id":163,"eClass":"EGenericType"},{"id":164,"eClass":"EGenericType"},{"id":165,"eClass":"EGenericType"},{"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":"scene","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":"backgroundColor","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"backgroundImage","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":true,"unsettable":false,"transient":false,"unique":true,"name":"uiControls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":169,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"controlChains","changeable":true,"resolveProxies":true,"lowerBound":0,"id":170,"derived":false},{"container":false,"ordered":false,"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":171,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"buttons","changeable":true,"resolveProxies":true,"lowerBound":0,"id":172,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cards","changeable":true,"resolveProxies":true,"lowerBound":0,"id":173,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"switches","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"datepickers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":175,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"timepickers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":176,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"sliders","changeable":true,"resolveProxies":true,"lowerBound":0,"id":177,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"spinners","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"textViews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"webViews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":180,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"imageViews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":181,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"videoViews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":182,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"audioPlayers","changeable":true,"resolveProxies":true,"lowerBound":0,"id":183,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listViews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":184,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"gridViews","changeable":true,"resolveProxies":true,"lowerBound":0,"id":185,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"editTexts","changeable":true,"resolveProxies":true,"lowerBound":0,"id":186,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"asyncTasks","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"progressDialogs","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":"alertDialogs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":189,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"map","changeable":true,"resolveProxies":true,"lowerBound":0,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"photocameraController","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"videocameraController","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":"audioRecorder","changeable":true,"resolveProxies":true,"lowerBound":0,"id":193,"derived":false},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":2,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parentViewControllers","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"},{"id":202,"eClass":"EGenericType"},{"container":true,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"viewController","changeable":true,"resolveProxies":true,"lowerBound":1,"id":203,"derived":false},{"id":204,"eClass":"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":"viewController","changeable":false,"resolveProxies":true,"lowerBound":1,"id":205,"derived":false},{"id":206,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"viewController","changeable":false,"resolveProxies":true,"lowerBound":1,"id":207,"derived":false},{"id":208,"eClass":"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":"viewController","changeable":false,"resolveProxies":true,"lowerBound":1,"id":209,"derived":false},{"id":210,"eClass":"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":"viewController","changeable":false,"resolveProxies":true,"lowerBound":1,"id":211,"derived":false},{"id":212,"eClass":"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":"viewController","changeable":false,"resolveProxies":true,"lowerBound":1,"id":213,"derived":false},{"id":214,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"viewController","changeable":false,"resolveProxies":true,"lowerBound":1,"id":215,"derived":false},{"id":216,"eClass":"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":"viewController","changeable":false,"resolveProxies":true,"lowerBound":1,"id":217,"derived":false},{"id":218,"eClass":"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":"viewController","changeable":false,"resolveProxies":true,"lowerBound":1,"id":219,"derived":false},{"id":220,"eClass":"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":"viewController","changeable":false,"resolveProxies":true,"lowerBound":1,"id":221,"derived":false},{"id":222,"eClass":"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":"viewController","changeable":false,"resolveProxies":true,"lowerBound":1,"id":223,"derived":false},{"id":224,"eClass":"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":"viewController","changeable":false,"resolveProxies":true,"lowerBound":1,"id":225,"derived":false},{"id":226,"eClass":"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":"viewController","changeable":false,"resolveProxies":true,"lowerBound":1,"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":false,"unique":true,"name":"viewController","changeable":false,"resolveProxies":true,"lowerBound":1,"id":229,"derived":false},{"id":230,"eClass":"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":"viewController","changeable":false,"resolveProxies":true,"lowerBound":1,"id":231,"derived":false},{"id":232,"eClass":"EGenericType"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"viewController","changeable":false,"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":"viewController","changeable":false,"resolveProxies":true,"lowerBound":1,"id":235,"derived":false},{"id":236,"eClass":"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":"viewController","changeable":false,"resolveProxies":true,"lowerBound":1,"id":237,"derived":false},{"id":238,"eClass":"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":"viewController","changeable":false,"resolveProxies":true,"lowerBound":1,"id":239,"derived":false},{"id":240,"eClass":"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":"viewController","changeable":false,"resolveProxies":true,"lowerBound":1,"id":241,"derived":false},{"id":242,"eClass":"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":"viewController","changeable":false,"resolveProxies":true,"lowerBound":1,"id":243,"derived":false},{"id":244,"eClass":"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":"viewController","changeable":false,"resolveProxies":true,"lowerBound":1,"id":245,"derived":false},{"id":246,"eClass":"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":"viewController","changeable":false,"resolveProxies":true,"lowerBound":1,"id":247,"derived":false},{"id":248,"eClass":"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":"viewController","changeable":false,"resolveProxies":true,"lowerBound":1,"id":249,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":250,"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":"launcher","changeable":true,"lowerBound":1,"iD":true,"id":251,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"typeSmartphone","changeable":true,"lowerBound":1,"iD":false,"id":252,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"typeTablet","changeable":true,"lowerBound":1,"iD":false,"id":253,"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":"childViewControllers","changeable":true,"resolveProxies":true,"lowerBound":1,"id":254,"derived":false},{"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"},{"container":true,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"scene","changeable":true,"resolveProxies":true,"lowerBound":1,"id":263,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"viewController","changeable":true,"resolveProxies":true,"lowerBound":1,"id":264,"derived":false},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":267,"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":"launcher","changeable":true,"lowerBound":1,"iD":true,"id":268,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"uiWatchControls","changeable":true,"resolveProxies":true,"lowerBound":0,"id":269,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"watchButtons","changeable":true,"resolveProxies":true,"lowerBound":0,"id":270,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"watchTextViews","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":true,"unsettable":false,"transient":false,"unique":true,"name":"watchSliders","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":true,"unsettable":false,"transient":false,"unique":true,"name":"watchSwitches","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":"watchVoiceMessage","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"},{"id":279,"eClass":"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":"watchController","changeable":false,"resolveProxies":true,"lowerBound":1,"id":280,"derived":false},{"id":281,"eClass":"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":"watchController","changeable":false,"resolveProxies":true,"lowerBound":1,"id":282,"derived":false},{"id":283,"eClass":"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":"watchController","changeable":false,"resolveProxies":true,"lowerBound":1,"id":284,"derived":false},{"id":285,"eClass":"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":"watchController","changeable":false,"resolveProxies":true,"lowerBound":1,"id":286,"derived":false},{"id":287,"eClass":"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":"watchController","changeable":false,"resolveProxies":true,"lowerBound":1,"id":288,"derived":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":289,"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":"posX","changeable":true,"lowerBound":0,"iD":false,"id":290,"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":"posY","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"paddingTop","changeable":true,"lowerBound":0,"iD":false,"id":292,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"paddingBottom","changeable":true,"lowerBound":0,"iD":false,"id":293,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"paddingStart","changeable":true,"lowerBound":0,"iD":false,"id":294,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"paddingEnd","changeable":true,"lowerBound":0,"iD":false,"id":295,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"marginTop","changeable":true,"lowerBound":0,"iD":false,"id":296,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"marginBottom","changeable":true,"lowerBound":0,"iD":false,"id":297,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"marginStart","changeable":true,"lowerBound":0,"iD":false,"id":298,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"marginEnd","changeable":true,"lowerBound":0,"iD":false,"id":299,"derived":false},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"id":305,"eClass":"EGenericType"},{"id":306,"eClass":"EGenericType"},{"id":307,"eClass":"EGenericType"},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"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":"viewController","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"dimensionConstraint","changeable":true,"resolveProxies":true,"lowerBound":0,"id":312,"derived":false},{"container":false,"ordered":false,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"positionConstraints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"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":"defaultWidth","changeable":true,"lowerBound":1,"iD":false,"id":314,"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":"defaultHeight","changeable":true,"lowerBound":1,"iD":false,"id":315,"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":"controlChain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":316,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"indexInChain","changeable":true,"lowerBound":0,"iD":false,"id":317,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"precedentInChain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":318,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"followingInChain","changeable":true,"resolveProxies":true,"lowerBound":0,"id":319,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"weight","changeable":true,"lowerBound":0,"iD":false,"id":320,"derived":false},{"id":321,"eClass":"EGenericType"},{"id":322,"eClass":"EGenericType"},{"id":323,"eClass":"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":"uiPhoneControl","changeable":true,"resolveProxies":true,"lowerBound":1,"id":324,"derived":false},{"id":325,"eClass":"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":"uiPhoneControl","changeable":true,"resolveProxies":true,"lowerBound":1,"id":326,"derived":false},{"id":327,"eClass":"EGenericType"},{"id":328,"eClass":"EGenericType"},{"id":329,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":330,"derived":false},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"axis","changeable":true,"lowerBound":1,"iD":false,"id":335,"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":336,"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":"nControls","changeable":true,"lowerBound":1,"iD":false,"id":337,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"bias","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":false,"transient":false,"unique":true,"name":"spacing","changeable":true,"lowerBound":0,"iD":false,"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fixedWidth","changeable":true,"lowerBound":0,"iD":false,"id":347,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fixedHeight","changeable":true,"lowerBound":0,"iD":false,"id":348,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fixedRatio","changeable":true,"lowerBound":0,"iD":false,"id":349,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"widthPercent","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":"heightPercent","changeable":true,"lowerBound":0,"iD":false,"id":351,"derived":false},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"id":355,"eClass":"EGenericType"},{"id":356,"eClass":"EGenericType"},{"id":357,"eClass":"EGenericType"},{"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":358,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"layoutEdge","changeable":true,"lowerBound":1,"iD":false,"id":359,"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":"withParent","changeable":true,"lowerBound":1,"iD":true,"id":360,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"referenceElement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":361,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"referenceLayoutEdge","changeable":true,"lowerBound":1,"iD":false,"id":362,"derived":false},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"id":365,"eClass":"EGenericType"},{"id":366,"eClass":"EGenericType"},{"id":367,"eClass":"EGenericType"},{"id":368,"eClass":"EGenericType"},{"container":false,"ordered":false,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"watchController","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"order","changeable":true,"lowerBound":0,"iD":false,"id":370,"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":"below","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":"above","changeable":true,"resolveProxies":true,"lowerBound":0,"id":372,"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":"toStartOf","changeable":true,"resolveProxies":true,"lowerBound":0,"id":373,"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":"toEndOf","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":"alignTop","changeable":true,"resolveProxies":true,"lowerBound":0,"id":375,"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":"alignBottom","changeable":true,"resolveProxies":true,"lowerBound":0,"id":376,"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":"alignStart","changeable":true,"resolveProxies":true,"lowerBound":0,"id":377,"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":"alignEnd","changeable":true,"resolveProxies":true,"lowerBound":0,"id":378,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alignParentTop","changeable":true,"lowerBound":0,"iD":false,"id":379,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alignParentBottom","changeable":true,"lowerBound":0,"iD":false,"id":380,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alignParentStart","changeable":true,"lowerBound":0,"iD":false,"id":381,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alignParentEnd","changeable":true,"lowerBound":0,"iD":false,"id":382,"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":"width","changeable":true,"lowerBound":0,"iD":false,"id":383,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0.0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"height","changeable":true,"lowerBound":0,"iD":false,"id":384,"derived":false},{"id":385,"eClass":"EGenericType"},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"eClass":"EGenericType"},{"id":390,"eClass":"EGenericType"},{"id":391,"eClass":"EGenericType"},{"id":392,"eClass":"EGenericType"},{"id":393,"eClass":"EGenericType"},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"id":398,"eClass":"EGenericType"},{"id":399,"eClass":"EGenericType"},{"id":400,"eClass":"EGenericType"},{"id":401,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":402,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"watchClickListener","changeable":true,"resolveProxies":true,"lowerBound":0,"id":403,"derived":false},{"id":404,"eClass":"EGenericType"},{"id":405,"eClass":"EGenericType"},{"id":406,"eClass":"EGenericType"},{"id":407,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":408,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textAlign","changeable":true,"lowerBound":1,"iD":false,"id":409,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textDecoration","changeable":true,"lowerBound":0,"iD":false,"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"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":418,"derived":false},{"id":419,"eClass":"EGenericType"},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":422,"derived":false},{"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":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"childViewController","changeable":true,"resolveProxies":true,"lowerBound":1,"id":426,"derived":false},{"id":427,"eClass":"EGenericType"},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceType","changeable":true,"lowerBound":1,"iD":false,"id":430,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"fileUri","changeable":true,"lowerBound":0,"iD":false,"id":431,"derived":false},{"id":432,"eClass":"EGenericType"},{"id":433,"eClass":"EGenericType"},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"audioPlayerId","changeable":true,"lowerBound":0,"iD":false,"id":436,"derived":false},{"id":437,"eClass":"EGenericType"},{"id":438,"eClass":"EGenericType"},{"id":439,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":440,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"navigations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":441,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textColor","changeable":true,"lowerBound":0,"iD":false,"id":442,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","changeable":true,"lowerBound":0,"iD":false,"id":443,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"borderRadius","changeable":true,"lowerBound":0,"iD":false,"id":444,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"clickColor","changeable":true,"lowerBound":0,"iD":false,"id":445,"derived":false},{"id":446,"eClass":"EGenericType"},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"eClass":"EGenericType"},{"id":451,"eClass":"EGenericType"},{"id":452,"eClass":"EGenericType"},{"id":453,"eClass":"EGenericType"},{"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":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":"subtitle","changeable":true,"lowerBound":0,"iD":false,"id":455,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"numActions","changeable":true,"lowerBound":0,"iD":false,"id":456,"derived":false},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"id":462,"eClass":"EGenericType"},{"id":463,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"initialContent","changeable":true,"lowerBound":0,"iD":false,"id":464,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"placeholder","changeable":true,"lowerBound":0,"iD":false,"id":465,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textColor","changeable":true,"lowerBound":0,"iD":false,"id":466,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textSize","changeable":true,"lowerBound":0,"iD":false,"id":467,"derived":false},{"id":468,"eClass":"EGenericType"},{"id":469,"eClass":"EGenericType"},{"id":470,"eClass":"EGenericType"},{"id":471,"eClass":"EGenericType"},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"gridViewCells","changeable":true,"resolveProxies":true,"lowerBound":0,"id":474,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"navigations","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"gridType","changeable":true,"lowerBound":0,"iD":false,"id":476,"derived":false},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"id":479,"eClass":"EGenericType"},{"id":480,"eClass":"EGenericType"},{"id":481,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceType","changeable":true,"lowerBound":1,"iD":false,"id":482,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"fileUri","changeable":true,"lowerBound":0,"iD":false,"id":483,"derived":false},{"id":484,"eClass":"EGenericType"},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"backgroundColor","changeable":true,"lowerBound":0,"iD":false,"id":488,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"listViewCells","changeable":true,"resolveProxies":true,"lowerBound":0,"id":489,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"navigations","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"listType","changeable":true,"lowerBound":0,"iD":false,"id":491,"derived":false},{"id":492,"eClass":"EGenericType"},{"id":493,"eClass":"EGenericType"},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"id":496,"eClass":"EGenericType"},{"id":497,"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":"lat","changeable":true,"lowerBound":0,"iD":false,"id":498,"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":"lon","changeable":true,"lowerBound":0,"iD":false,"id":499,"derived":false},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"id":502,"eClass":"EGenericType"},{"id":503,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"imageViewId","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":"backgroundType","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":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"content","changeable":true,"lowerBound":0,"iD":false,"id":516,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textAlign","changeable":true,"lowerBound":1,"iD":false,"id":517,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textDecoration","changeable":true,"lowerBound":0,"iD":false,"id":518,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textColor","changeable":true,"lowerBound":0,"iD":false,"id":519,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"textSize","changeable":true,"lowerBound":0,"iD":false,"id":520,"derived":false},{"id":521,"eClass":"EGenericType"},{"id":522,"eClass":"EGenericType"},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"videoViewId","changeable":true,"lowerBound":0,"iD":false,"id":530,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"backgroundType","changeable":true,"lowerBound":0,"iD":false,"id":531,"derived":false},{"id":532,"eClass":"EGenericType"},{"id":533,"eClass":"EGenericType"},{"id":534,"eClass":"EGenericType"},{"id":535,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sourceType","changeable":true,"lowerBound":1,"iD":false,"id":536,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"fileUri","changeable":true,"lowerBound":0,"iD":false,"id":537,"derived":false},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"id":541,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"HTMLFileName","changeable":true,"lowerBound":0,"iD":false,"id":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":546,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"subtitle","changeable":true,"lowerBound":0,"iD":false,"id":547,"derived":false},{"id":548,"eClass":"EGenericType"},{"id":549,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":550,"derived":false},{"id":551,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":552,"derived":false},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":555,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":556,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":557,"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":"spinner","changeable":true,"lowerBound":1,"iD":false,"id":558,"derived":false},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"id":562,"eClass":"EGenericType"},{"id":563,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":564,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":565,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"message","changeable":true,"lowerBound":0,"iD":false,"id":566,"derived":false},{"id":567,"eClass":"EGenericType"},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"menuItems","changeable":true,"resolveProxies":true,"lowerBound":0,"id":571,"derived":false},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"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":"menu","changeable":false,"resolveProxies":true,"lowerBound":1,"id":574,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":575,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"title","changeable":true,"lowerBound":0,"iD":false,"id":576,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"navigation","changeable":true,"resolveProxies":true,"lowerBound":1,"id":577,"derived":false},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"id":580,"eClass":"EGenericType"},{"id":581,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"watchNavigation","changeable":true,"resolveProxies":true,"lowerBound":0,"id":582,"derived":false},{"id":583,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":false,"id":584,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"contextScene","changeable":true,"resolveProxies":true,"lowerBound":0,"id":585,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destinationViewController","changeable":true,"resolveProxies":true,"lowerBound":0,"id":586,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"destinationScene","changeable":true,"resolveProxies":true,"lowerBound":0,"id":587,"derived":false},{"id":588,"eClass":"EGenericType"},{"id":589,"eClass":"EGenericType"},{"id":590,"eClass":"EGenericType"},{"id":591,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"destination","changeable":true,"lowerBound":1,"iD":false,"id":592,"derived":false},{"id":593,"eClass":"EGenericType"},{"name":"hardwareFile","id":594,"value":0,"literal":"hardwareFile","eClass":"EEnumLiteral"},{"name":"localFile","id":595,"value":1,"literal":"localFile","eClass":"EEnumLiteral"},{"name":"remoteFile","id":596,"value":2,"literal":"remoteFile","eClass":"EEnumLiteral"},{"name":"Left","id":597,"value":0,"literal":"left","eClass":"EEnumLiteral"},{"name":"Center","id":598,"value":1,"literal":"center","eClass":"EEnumLiteral"},{"name":"Right","id":599,"value":2,"literal":"right","eClass":"EEnumLiteral"},{"name":"start","id":600,"value":0,"literal":"start","eClass":"EEnumLiteral"},{"name":"end","id":601,"value":1,"literal":"end","eClass":"EEnumLiteral"},{"name":"top","id":602,"value":2,"literal":"top","eClass":"EEnumLiteral"},{"name":"bottom","id":603,"value":3,"literal":"bottom","eClass":"EEnumLiteral"},{"name":"centerX","id":604,"value":4,"literal":"centerX","eClass":"EEnumLiteral"},{"name":"centerY","id":605,"value":5,"literal":"centerY","eClass":"EEnumLiteral"},{"name":"spread","id":606,"value":0,"literal":"spread","eClass":"EEnumLiteral"},{"name":"spread_inside","id":607,"value":1,"literal":"spread_inside","eClass":"EEnumLiteral"},{"name":"packed","id":608,"value":2,"literal":"packed","eClass":"EEnumLiteral"},{"name":"weighted","id":609,"value":3,"literal":"weighted","eClass":"EEnumLiteral"},{"name":"horizontal","id":610,"value":0,"literal":"horizontal","eClass":"EEnumLiteral"},{"name":"vertical","id":611,"value":1,"literal":"vertical","eClass":"EEnumLiteral"},{"name":"singleVC","id":612,"value":0,"literal":"singleVC","eClass":"EEnumLiteral"},{"name":"singleVCTab","id":613,"value":1,"literal":"singleVCTab","eClass":"EEnumLiteral"},{"name":"multiVC","id":614,"value":2,"literal":"multiVC","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":1,"target":0},{"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":65,"target":72},{"source":65,"target":1},{"source":66,"target":73},{"source":66,"target":1},{"source":67,"target":14},{"source":67,"target":74},{"source":67,"target":1},{"source":67,"target":75},{"source":67,"target":76},{"source":74,"target":14},{"source":68,"target":15},{"source":68,"target":77},{"source":68,"target":1},{"source":68,"target":78},{"source":68,"target":79},{"source":77,"target":15},{"source":69,"target":17},{"source":69,"target":80},{"source":69,"target":1},{"source":69,"target":81},{"source":69,"target":82},{"source":80,"target":17},{"source":70,"target":54},{"source":70,"target":83},{"source":70,"target":1},{"source":70,"target":84},{"source":83,"target":54},{"source":71,"target":2},{"source":71,"target":85},{"source":71,"target":1},{"source":71,"target":86},{"source":85,"target":2},{"source":2,"target":0},{"source":2,"target":86},{"source":2,"target":87},{"source":2,"target":88},{"source":2,"target":89},{"source":2,"target":90},{"source":86,"target":1},{"source":86,"target":91},{"source":86,"target":2},{"source":86,"target":71},{"source":91,"target":1},{"source":87,"target":6},{"source":87,"target":92},{"source":87,"target":2},{"source":87,"target":93},{"source":92,"target":6},{"source":88,"target":3},{"source":88,"target":94},{"source":88,"target":2},{"source":88,"target":95},{"source":94,"target":3},{"source":89,"target":4},{"source":89,"target":96},{"source":89,"target":2},{"source":89,"target":97},{"source":96,"target":4},{"source":90,"target":5},{"source":90,"target":98},{"source":90,"target":2},{"source":90,"target":99},{"source":98,"target":5},{"source":3,"target":0},{"source":3,"target":95},{"source":3,"target":100},{"source":95,"target":2},{"source":95,"target":101},{"source":95,"target":3},{"source":95,"target":88},{"source":101,"target":2},{"source":100,"target":13},{"source":100,"target":102},{"source":100,"target":3},{"source":100,"target":103},{"source":102,"target":13},{"source":4,"target":0},{"source":4,"target":97},{"source":4,"target":104},{"source":97,"target":2},{"source":97,"target":105},{"source":97,"target":4},{"source":97,"target":89},{"source":105,"target":2},{"source":104,"target":8},{"source":104,"target":106},{"source":104,"target":4},{"source":104,"target":107},{"source":106,"target":8},{"source":5,"target":0},{"source":5,"target":99},{"source":5,"target":108},{"source":99,"target":2},{"source":99,"target":109},{"source":99,"target":5},{"source":99,"target":90},{"source":109,"target":2},{"source":108,"target":11},{"source":108,"target":110},{"source":108,"target":5},{"source":108,"target":111},{"source":110,"target":11},{"source":6,"target":0},{"source":6,"target":93},{"source":6,"target":112},{"source":93,"target":2},{"source":93,"target":113},{"source":93,"target":6},{"source":93,"target":87},{"source":113,"target":2},{"source":112,"target":7},{"source":112,"target":114},{"source":112,"target":6},{"source":112,"target":115},{"source":114,"target":7},{"source":7,"target":0},{"source":7,"target":115},{"source":7,"target":116},{"source":7,"target":117},{"source":7,"target":118},{"source":115,"target":6},{"source":115,"target":119},{"source":115,"target":7},{"source":115,"target":112},{"source":119,"target":6},{"source":116,"target":120},{"source":116,"target":7},{"source":117,"target":121},{"source":117,"target":7},{"source":118,"target":122},{"source":118,"target":7},{"source":8,"target":0},{"source":8,"target":107},{"source":8,"target":123},{"source":8,"target":124},{"source":8,"target":125},{"source":8,"target":126},{"source":107,"target":4},{"source":107,"target":127},{"source":107,"target":8},{"source":107,"target":104},{"source":127,"target":4},{"source":123,"target":128},{"source":123,"target":8},{"source":124,"target":129},{"source":124,"target":8},{"source":125,"target":9},{"source":125,"target":130},{"source":125,"target":8},{"source":125,"target":131},{"source":130,"target":9},{"source":126,"target":10},{"source":126,"target":132},{"source":126,"target":8},{"source":126,"target":133},{"source":132,"target":10},{"source":9,"target":0},{"source":9,"target":131},{"source":9,"target":134},{"source":9,"target":135},{"source":131,"target":8},{"source":131,"target":136},{"source":131,"target":9},{"source":131,"target":125},{"source":136,"target":8},{"source":134,"target":137},{"source":134,"target":9},{"source":135,"target":138},{"source":135,"target":9},{"source":10,"target":0},{"source":10,"target":133},{"source":10,"target":139},{"source":10,"target":140},{"source":10,"target":141},{"source":133,"target":8},{"source":133,"target":142},{"source":133,"target":10},{"source":133,"target":126},{"source":142,"target":8},{"source":139,"target":143},{"source":139,"target":10},{"source":140,"target":144},{"source":140,"target":10},{"source":141,"target":145},{"source":141,"target":10},{"source":11,"target":0},{"source":11,"target":111},{"source":11,"target":146},{"source":11,"target":147},{"source":111,"target":5},{"source":111,"target":148},{"source":111,"target":11},{"source":111,"target":108},{"source":148,"target":5},{"source":146,"target":149},{"source":146,"target":11},{"source":147,"target":12},{"source":147,"target":150},{"source":147,"target":11},{"source":147,"target":151},{"source":150,"target":12},{"source":12,"target":0},{"source":12,"target":151},{"source":12,"target":152},{"source":12,"target":153},{"source":12,"target":154},{"source":151,"target":11},{"source":151,"target":155},{"source":151,"target":12},{"source":151,"target":147},{"source":155,"target":11},{"source":152,"target":156},{"source":152,"target":12},{"source":153,"target":157},{"source":153,"target":12},{"source":154,"target":158},{"source":154,"target":12},{"source":13,"target":0},{"source":13,"target":103},{"source":13,"target":159},{"source":13,"target":160},{"source":13,"target":161},{"source":103,"target":3},{"source":103,"target":162},{"source":103,"target":13},{"source":103,"target":100},{"source":162,"target":3},{"source":159,"target":163},{"source":159,"target":13},{"source":160,"target":164},{"source":160,"target":13},{"source":161,"target":165},{"source":161,"target":13},{"source":14,"target":0},{"source":14,"target":75},{"source":14,"target":166},{"source":14,"target":76},{"source":14,"target":82},{"source":14,"target":167},{"source":14,"target":168},{"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":14,"target":176},{"source":14,"target":177},{"source":14,"target":178},{"source":14,"target":179},{"source":14,"target":180},{"source":14,"target":181},{"source":14,"target":182},{"source":14,"target":183},{"source":14,"target":184},{"source":14,"target":185},{"source":14,"target":186},{"source":14,"target":187},{"source":14,"target":188},{"source":14,"target":189},{"source":14,"target":190},{"source":14,"target":191},{"source":14,"target":192},{"source":14,"target":193},{"source":75,"target":1},{"source":75,"target":194},{"source":75,"target":14},{"source":75,"target":67},{"source":194,"target":1},{"source":166,"target":15},{"source":166,"target":195},{"source":166,"target":14},{"source":166,"target":196},{"source":195,"target":15},{"source":76,"target":197},{"source":76,"target":14},{"source":82,"target":198},{"source":82,"target":14},{"source":167,"target":199},{"source":167,"target":14},{"source":168,"target":200},{"source":168,"target":14},{"source":169,"target":19},{"source":169,"target":201},{"source":169,"target":14},{"source":201,"target":19},{"source":170,"target":20},{"source":170,"target":202},{"source":170,"target":14},{"source":170,"target":203},{"source":202,"target":20},{"source":171,"target":29},{"source":171,"target":204},{"source":171,"target":14},{"source":171,"target":205},{"source":204,"target":29},{"source":172,"target":32},{"source":172,"target":206},{"source":172,"target":14},{"source":172,"target":207},{"source":206,"target":32},{"source":173,"target":33},{"source":173,"target":208},{"source":173,"target":14},{"source":173,"target":209},{"source":208,"target":33},{"source":174,"target":43},{"source":174,"target":210},{"source":174,"target":14},{"source":174,"target":211},{"source":210,"target":43},{"source":175,"target":34},{"source":175,"target":212},{"source":175,"target":14},{"source":175,"target":213},{"source":212,"target":34},{"source":176,"target":45},{"source":176,"target":214},{"source":176,"target":14},{"source":176,"target":215},{"source":214,"target":45},{"source":177,"target":41},{"source":177,"target":216},{"source":177,"target":14},{"source":177,"target":217},{"source":216,"target":41},{"source":178,"target":42},{"source":178,"target":218},{"source":178,"target":14},{"source":178,"target":219},{"source":218,"target":42},{"source":179,"target":44},{"source":179,"target":220},{"source":179,"target":14},{"source":179,"target":221},{"source":220,"target":44},{"source":180,"target":48},{"source":180,"target":222},{"source":180,"target":14},{"source":180,"target":223},{"source":222,"target":48},{"source":181,"target":37},{"source":181,"target":224},{"source":181,"target":14},{"source":181,"target":225},{"source":224,"target":37},{"source":182,"target":47},{"source":182,"target":226},{"source":182,"target":14},{"source":182,"target":227},{"source":226,"target":47},{"source":183,"target":30},{"source":183,"target":228},{"source":183,"target":14},{"source":183,"target":229},{"source":228,"target":30},{"source":184,"target":38},{"source":184,"target":230},{"source":184,"target":14},{"source":184,"target":231},{"source":230,"target":38},{"source":185,"target":36},{"source":185,"target":232},{"source":185,"target":14},{"source":185,"target":233},{"source":232,"target":36},{"source":186,"target":35},{"source":186,"target":234},{"source":186,"target":14},{"source":186,"target":235},{"source":234,"target":35},{"source":187,"target":51},{"source":187,"target":236},{"source":187,"target":14},{"source":187,"target":237},{"source":236,"target":51},{"source":188,"target":52},{"source":188,"target":238},{"source":188,"target":14},{"source":188,"target":239},{"source":238,"target":52},{"source":189,"target":53},{"source":189,"target":240},{"source":189,"target":14},{"source":189,"target":241},{"source":240,"target":53},{"source":190,"target":39},{"source":190,"target":242},{"source":190,"target":14},{"source":190,"target":243},{"source":242,"target":39},{"source":191,"target":40},{"source":191,"target":244},{"source":191,"target":14},{"source":191,"target":245},{"source":244,"target":40},{"source":192,"target":46},{"source":192,"target":246},{"source":192,"target":14},{"source":192,"target":247},{"source":246,"target":46},{"source":193,"target":31},{"source":193,"target":248},{"source":193,"target":14},{"source":193,"target":249},{"source":248,"target":31},{"source":15,"target":0},{"source":15,"target":79},{"source":15,"target":78},{"source":15,"target":250},{"source":15,"target":251},{"source":15,"target":252},{"source":15,"target":253},{"source":15,"target":196},{"source":15,"target":254},{"source":79,"target":255},{"source":79,"target":15},{"source":78,"target":1},{"source":78,"target":256},{"source":78,"target":15},{"source":78,"target":68},{"source":256,"target":1},{"source":250,"target":257},{"source":250,"target":15},{"source":251,"target":258},{"source":251,"target":15},{"source":252,"target":64},{"source":252,"target":259},{"source":252,"target":15},{"source":259,"target":64},{"source":253,"target":64},{"source":253,"target":260},{"source":253,"target":15},{"source":260,"target":64},{"source":196,"target":14},{"source":196,"target":261},{"source":196,"target":15},{"source":196,"target":166},{"source":196,"target":76},{"source":261,"target":14},{"source":254,"target":16},{"source":254,"target":262},{"source":254,"target":15},{"source":254,"target":263},{"source":254,"target":76},{"source":262,"target":16},{"source":16,"target":0},{"source":16,"target":263},{"source":16,"target":264},{"source":263,"target":15},{"source":263,"target":265},{"source":263,"target":16},{"source":263,"target":254},{"source":265,"target":15},{"source":264,"target":14},{"source":264,"target":266},{"source":264,"target":16},{"source":266,"target":14},{"source":17,"target":0},{"source":17,"target":267},{"source":17,"target":268},{"source":17,"target":81},{"source":17,"target":269},{"source":17,"target":270},{"source":17,"target":271},{"source":17,"target":272},{"source":17,"target":273},{"source":17,"target":274},{"source":267,"target":275},{"source":267,"target":17},{"source":268,"target":276},{"source":268,"target":17},{"source":81,"target":1},{"source":81,"target":277},{"source":81,"target":17},{"source":81,"target":69},{"source":277,"target":1},{"source":269,"target":23},{"source":269,"target":278},{"source":269,"target":17},{"source":278,"target":23},{"source":270,"target":24},{"source":270,"target":279},{"source":270,"target":17},{"source":270,"target":280},{"source":279,"target":24},{"source":271,"target":25},{"source":271,"target":281},{"source":271,"target":17},{"source":271,"target":282},{"source":281,"target":25},{"source":272,"target":26},{"source":272,"target":283},{"source":272,"target":17},{"source":272,"target":284},{"source":283,"target":26},{"source":273,"target":27},{"source":273,"target":285},{"source":273,"target":17},{"source":273,"target":286},{"source":285,"target":27},{"source":274,"target":28},{"source":274,"target":287},{"source":274,"target":17},{"source":274,"target":288},{"source":287,"target":28},{"source":18,"target":0},{"source":18,"target":289},{"source":18,"target":290},{"source":18,"target":291},{"source":18,"target":292},{"source":18,"target":293},{"source":18,"target":294},{"source":18,"target":295},{"source":18,"target":296},{"source":18,"target":297},{"source":18,"target":298},{"source":18,"target":299},{"source":289,"target":300},{"source":289,"target":18},{"source":290,"target":301},{"source":290,"target":18},{"source":291,"target":302},{"source":291,"target":18},{"source":292,"target":303},{"source":292,"target":18},{"source":293,"target":304},{"source":293,"target":18},{"source":294,"target":305},{"source":294,"target":18},{"source":295,"target":306},{"source":295,"target":18},{"source":296,"target":307},{"source":296,"target":18},{"source":297,"target":308},{"source":297,"target":18},{"source":298,"target":309},{"source":298,"target":18},{"source":299,"target":310},{"source":299,"target":18},{"source":19,"target":0},{"source":19,"target":18},{"source":19,"target":311},{"source":19,"target":312},{"source":19,"target":313},{"source":19,"target":314},{"source":19,"target":315},{"source":19,"target":316},{"source":19,"target":317},{"source":19,"target":318},{"source":19,"target":319},{"source":19,"target":320},{"source":19,"target":321},{"source":311,"target":14},{"source":311,"target":322},{"source":311,"target":19},{"source":311,"target":76},{"source":322,"target":14},{"source":312,"target":21},{"source":312,"target":323},{"source":312,"target":19},{"source":312,"target":324},{"source":323,"target":21},{"source":313,"target":22},{"source":313,"target":325},{"source":313,"target":19},{"source":313,"target":326},{"source":325,"target":22},{"source":314,"target":327},{"source":314,"target":19},{"source":315,"target":328},{"source":315,"target":19},{"source":316,"target":20},{"source":316,"target":329},{"source":316,"target":19},{"source":316,"target":330},{"source":329,"target":20},{"source":317,"target":331},{"source":317,"target":19},{"source":318,"target":19},{"source":318,"target":332},{"source":318,"target":19},{"source":332,"target":19},{"source":319,"target":19},{"source":319,"target":333},{"source":319,"target":19},{"source":333,"target":19},{"source":320,"target":334},{"source":320,"target":19},{"source":321,"target":18},{"source":20,"target":0},{"source":20,"target":330},{"source":20,"target":203},{"source":20,"target":335},{"source":20,"target":336},{"source":20,"target":337},{"source":20,"target":338},{"source":20,"target":339},{"source":330,"target":340},{"source":330,"target":20},{"source":203,"target":14},{"source":203,"target":341},{"source":203,"target":20},{"source":203,"target":170},{"source":203,"target":82},{"source":341,"target":14},{"source":335,"target":63},{"source":335,"target":342},{"source":335,"target":20},{"source":342,"target":63},{"source":336,"target":62},{"source":336,"target":343},{"source":336,"target":20},{"source":343,"target":62},{"source":337,"target":344},{"source":337,"target":20},{"source":338,"target":345},{"source":338,"target":20},{"source":339,"target":346},{"source":339,"target":20},{"source":21,"target":0},{"source":21,"target":324},{"source":21,"target":347},{"source":21,"target":348},{"source":21,"target":349},{"source":21,"target":350},{"source":21,"target":351},{"source":324,"target":19},{"source":324,"target":352},{"source":324,"target":21},{"source":324,"target":312},{"source":352,"target":19},{"source":347,"target":353},{"source":347,"target":21},{"source":348,"target":354},{"source":348,"target":21},{"source":349,"target":355},{"source":349,"target":21},{"source":350,"target":356},{"source":350,"target":21},{"source":351,"target":357},{"source":351,"target":21},{"source":22,"target":0},{"source":22,"target":358},{"source":22,"target":326},{"source":22,"target":359},{"source":22,"target":360},{"source":22,"target":361},{"source":22,"target":362},{"source":358,"target":363},{"source":358,"target":22},{"source":326,"target":19},{"source":326,"target":364},{"source":326,"target":22},{"source":326,"target":313},{"source":364,"target":19},{"source":359,"target":61},{"source":359,"target":365},{"source":359,"target":22},{"source":365,"target":61},{"source":360,"target":366},{"source":360,"target":22},{"source":361,"target":19},{"source":361,"target":367},{"source":361,"target":22},{"source":367,"target":19},{"source":362,"target":61},{"source":362,"target":368},{"source":362,"target":22},{"source":368,"target":61},{"source":23,"target":0},{"source":23,"target":18},{"source":23,"target":369},{"source":23,"target":370},{"source":23,"target":371},{"source":23,"target":372},{"source":23,"target":373},{"source":23,"target":374},{"source":23,"target":375},{"source":23,"target":376},{"source":23,"target":377},{"source":23,"target":378},{"source":23,"target":379},{"source":23,"target":380},{"source":23,"target":381},{"source":23,"target":382},{"source":23,"target":383},{"source":23,"target":384},{"source":23,"target":385},{"source":369,"target":17},{"source":369,"target":386},{"source":369,"target":23},{"source":369,"target":82},{"source":386,"target":17},{"source":370,"target":387},{"source":370,"target":23},{"source":371,"target":23},{"source":371,"target":388},{"source":371,"target":23},{"source":388,"target":23},{"source":372,"target":23},{"source":372,"target":389},{"source":372,"target":23},{"source":389,"target":23},{"source":373,"target":23},{"source":373,"target":390},{"source":373,"target":23},{"source":390,"target":23},{"source":374,"target":23},{"source":374,"target":391},{"source":374,"target":23},{"source":391,"target":23},{"source":375,"target":23},{"source":375,"target":392},{"source":375,"target":23},{"source":392,"target":23},{"source":376,"target":23},{"source":376,"target":393},{"source":376,"target":23},{"source":393,"target":23},{"source":377,"target":23},{"source":377,"target":394},{"source":377,"target":23},{"source":394,"target":23},{"source":378,"target":23},{"source":378,"target":395},{"source":378,"target":23},{"source":395,"target":23},{"source":379,"target":396},{"source":379,"target":23},{"source":380,"target":397},{"source":380,"target":23},{"source":381,"target":398},{"source":381,"target":23},{"source":382,"target":399},{"source":382,"target":23},{"source":383,"target":400},{"source":383,"target":23},{"source":384,"target":401},{"source":384,"target":23},{"source":385,"target":18},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":402},{"source":24,"target":403},{"source":24,"target":280},{"source":24,"target":404},{"source":402,"target":405},{"source":402,"target":24},{"source":403,"target":56},{"source":403,"target":406},{"source":403,"target":24},{"source":406,"target":56},{"source":280,"target":17},{"source":280,"target":407},{"source":280,"target":24},{"source":280,"target":270},{"source":407,"target":17},{"source":404,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":408},{"source":25,"target":409},{"source":25,"target":410},{"source":25,"target":282},{"source":25,"target":411},{"source":408,"target":412},{"source":408,"target":25},{"source":409,"target":60},{"source":409,"target":413},{"source":409,"target":25},{"source":413,"target":60},{"source":410,"target":414},{"source":410,"target":25},{"source":282,"target":17},{"source":282,"target":415},{"source":282,"target":25},{"source":282,"target":271},{"source":415,"target":17},{"source":411,"target":23},{"source":26,"target":0},{"source":26,"target":23},{"source":26,"target":284},{"source":26,"target":416},{"source":284,"target":17},{"source":284,"target":417},{"source":284,"target":26},{"source":284,"target":272},{"source":417,"target":17},{"source":416,"target":23},{"source":27,"target":0},{"source":27,"target":23},{"source":27,"target":418},{"source":27,"target":286},{"source":27,"target":419},{"source":418,"target":420},{"source":418,"target":27},{"source":286,"target":17},{"source":286,"target":421},{"source":286,"target":27},{"source":286,"target":273},{"source":421,"target":17},{"source":419,"target":23},{"source":28,"target":0},{"source":28,"target":23},{"source":28,"target":422},{"source":28,"target":288},{"source":28,"target":423},{"source":422,"target":424},{"source":422,"target":28},{"source":288,"target":17},{"source":288,"target":425},{"source":288,"target":28},{"source":288,"target":274},{"source":425,"target":17},{"source":423,"target":23},{"source":29,"target":0},{"source":29,"target":19},{"source":29,"target":205},{"source":29,"target":426},{"source":29,"target":427},{"source":205,"target":14},{"source":205,"target":428},{"source":205,"target":29},{"source":205,"target":171},{"source":428,"target":14},{"source":426,"target":14},{"source":426,"target":429},{"source":426,"target":29},{"source":429,"target":14},{"source":427,"target":19},{"source":30,"target":0},{"source":30,"target":19},{"source":30,"target":430},{"source":30,"target":431},{"source":30,"target":229},{"source":30,"target":432},{"source":430,"target":59},{"source":430,"target":433},{"source":430,"target":30},{"source":433,"target":59},{"source":431,"target":434},{"source":431,"target":30},{"source":229,"target":14},{"source":229,"target":435},{"source":229,"target":30},{"source":229,"target":183},{"source":435,"target":14},{"source":432,"target":19},{"source":31,"target":0},{"source":31,"target":19},{"source":31,"target":436},{"source":31,"target":249},{"source":31,"target":437},{"source":436,"target":438},{"source":436,"target":31},{"source":249,"target":14},{"source":249,"target":439},{"source":249,"target":31},{"source":249,"target":193},{"source":439,"target":14},{"source":437,"target":19},{"source":32,"target":0},{"source":32,"target":19},{"source":32,"target":440},{"source":32,"target":441},{"source":32,"target":207},{"source":32,"target":442},{"source":32,"target":443},{"source":32,"target":444},{"source":32,"target":445},{"source":32,"target":446},{"source":440,"target":447},{"source":440,"target":32},{"source":441,"target":57},{"source":441,"target":448},{"source":441,"target":32},{"source":448,"target":57},{"source":207,"target":14},{"source":207,"target":449},{"source":207,"target":32},{"source":207,"target":172},{"source":449,"target":14},{"source":442,"target":450},{"source":442,"target":32},{"source":443,"target":451},{"source":443,"target":32},{"source":444,"target":452},{"source":444,"target":32},{"source":445,"target":453},{"source":445,"target":32},{"source":446,"target":19},{"source":33,"target":0},{"source":33,"target":19},{"source":33,"target":454},{"source":33,"target":455},{"source":33,"target":456},{"source":33,"target":209},{"source":33,"target":457},{"source":454,"target":458},{"source":454,"target":33},{"source":455,"target":459},{"source":455,"target":33},{"source":456,"target":460},{"source":456,"target":33},{"source":209,"target":14},{"source":209,"target":461},{"source":209,"target":33},{"source":209,"target":173},{"source":461,"target":14},{"source":457,"target":19},{"source":34,"target":0},{"source":34,"target":19},{"source":34,"target":213},{"source":34,"target":462},{"source":213,"target":14},{"source":213,"target":463},{"source":213,"target":34},{"source":213,"target":175},{"source":463,"target":14},{"source":462,"target":19},{"source":35,"target":0},{"source":35,"target":19},{"source":35,"target":464},{"source":35,"target":235},{"source":35,"target":465},{"source":35,"target":466},{"source":35,"target":467},{"source":35,"target":468},{"source":464,"target":469},{"source":464,"target":35},{"source":235,"target":14},{"source":235,"target":470},{"source":235,"target":35},{"source":235,"target":186},{"source":470,"target":14},{"source":465,"target":471},{"source":465,"target":35},{"source":466,"target":472},{"source":466,"target":35},{"source":467,"target":473},{"source":467,"target":35},{"source":468,"target":19},{"source":36,"target":0},{"source":36,"target":19},{"source":36,"target":474},{"source":36,"target":233},{"source":36,"target":475},{"source":36,"target":476},{"source":36,"target":477},{"source":474,"target":50},{"source":474,"target":478},{"source":474,"target":36},{"source":478,"target":50},{"source":233,"target":14},{"source":233,"target":479},{"source":233,"target":36},{"source":233,"target":185},{"source":479,"target":14},{"source":475,"target":57},{"source":475,"target":480},{"source":475,"target":36},{"source":480,"target":57},{"source":476,"target":481},{"source":476,"target":36},{"source":477,"target":19},{"source":37,"target":0},{"source":37,"target":19},{"source":37,"target":482},{"source":37,"target":483},{"source":37,"target":225},{"source":37,"target":484},{"source":482,"target":59},{"source":482,"target":485},{"source":482,"target":37},{"source":485,"target":59},{"source":483,"target":486},{"source":483,"target":37},{"source":225,"target":14},{"source":225,"target":487},{"source":225,"target":37},{"source":225,"target":181},{"source":487,"target":14},{"source":484,"target":19},{"source":38,"target":0},{"source":38,"target":19},{"source":38,"target":488},{"source":38,"target":489},{"source":38,"target":490},{"source":38,"target":231},{"source":38,"target":491},{"source":38,"target":492},{"source":488,"target":493},{"source":488,"target":38},{"source":489,"target":49},{"source":489,"target":494},{"source":489,"target":38},{"source":494,"target":49},{"source":490,"target":57},{"source":490,"target":495},{"source":490,"target":38},{"source":495,"target":57},{"source":231,"target":14},{"source":231,"target":496},{"source":231,"target":38},{"source":231,"target":184},{"source":496,"target":14},{"source":491,"target":497},{"source":491,"target":38},{"source":492,"target":19},{"source":39,"target":0},{"source":39,"target":19},{"source":39,"target":498},{"source":39,"target":499},{"source":39,"target":243},{"source":39,"target":500},{"source":498,"target":501},{"source":498,"target":39},{"source":499,"target":502},{"source":499,"target":39},{"source":243,"target":14},{"source":243,"target":503},{"source":243,"target":39},{"source":243,"target":190},{"source":503,"target":14},{"source":500,"target":19},{"source":40,"target":0},{"source":40,"target":19},{"source":40,"target":504},{"source":40,"target":505},{"source":40,"target":245},{"source":40,"target":506},{"source":504,"target":507},{"source":504,"target":40},{"source":505,"target":508},{"source":505,"target":40},{"source":245,"target":14},{"source":245,"target":509},{"source":245,"target":40},{"source":245,"target":191},{"source":509,"target":14},{"source":506,"target":19},{"source":41,"target":0},{"source":41,"target":19},{"source":41,"target":217},{"source":41,"target":510},{"source":217,"target":14},{"source":217,"target":511},{"source":217,"target":41},{"source":217,"target":177},{"source":511,"target":14},{"source":510,"target":19},{"source":42,"target":0},{"source":42,"target":19},{"source":42,"target":219},{"source":42,"target":512},{"source":219,"target":14},{"source":219,"target":513},{"source":219,"target":42},{"source":219,"target":178},{"source":513,"target":14},{"source":512,"target":19},{"source":43,"target":0},{"source":43,"target":19},{"source":43,"target":211},{"source":43,"target":514},{"source":211,"target":14},{"source":211,"target":515},{"source":211,"target":43},{"source":211,"target":174},{"source":515,"target":14},{"source":514,"target":19},{"source":44,"target":0},{"source":44,"target":19},{"source":44,"target":516},{"source":44,"target":221},{"source":44,"target":517},{"source":44,"target":518},{"source":44,"target":519},{"source":44,"target":520},{"source":44,"target":521},{"source":516,"target":522},{"source":516,"target":44},{"source":221,"target":14},{"source":221,"target":523},{"source":221,"target":44},{"source":221,"target":179},{"source":523,"target":14},{"source":517,"target":60},{"source":517,"target":524},{"source":517,"target":44},{"source":524,"target":60},{"source":518,"target":525},{"source":518,"target":44},{"source":519,"target":526},{"source":519,"target":44},{"source":520,"target":527},{"source":520,"target":44},{"source":521,"target":19},{"source":45,"target":0},{"source":45,"target":19},{"source":45,"target":215},{"source":45,"target":528},{"source":215,"target":14},{"source":215,"target":529},{"source":215,"target":45},{"source":215,"target":176},{"source":529,"target":14},{"source":528,"target":19},{"source":46,"target":0},{"source":46,"target":19},{"source":46,"target":530},{"source":46,"target":531},{"source":46,"target":247},{"source":46,"target":532},{"source":530,"target":533},{"source":530,"target":46},{"source":531,"target":534},{"source":531,"target":46},{"source":247,"target":14},{"source":247,"target":535},{"source":247,"target":46},{"source":247,"target":192},{"source":535,"target":14},{"source":532,"target":19},{"source":47,"target":0},{"source":47,"target":19},{"source":47,"target":536},{"source":47,"target":537},{"source":47,"target":227},{"source":47,"target":538},{"source":536,"target":59},{"source":536,"target":539},{"source":536,"target":47},{"source":539,"target":59},{"source":537,"target":540},{"source":537,"target":47},{"source":227,"target":14},{"source":227,"target":541},{"source":227,"target":47},{"source":227,"target":182},{"source":541,"target":14},{"source":538,"target":19},{"source":48,"target":0},{"source":48,"target":19},{"source":48,"target":542},{"source":48,"target":223},{"source":48,"target":543},{"source":542,"target":544},{"source":542,"target":48},{"source":223,"target":14},{"source":223,"target":545},{"source":223,"target":48},{"source":223,"target":180},{"source":545,"target":14},{"source":543,"target":19},{"source":49,"target":0},{"source":49,"target":546},{"source":49,"target":547},{"source":546,"target":548},{"source":546,"target":49},{"source":547,"target":549},{"source":547,"target":49},{"source":50,"target":0},{"source":50,"target":550},{"source":550,"target":551},{"source":550,"target":50},{"source":51,"target":0},{"source":51,"target":552},{"source":51,"target":237},{"source":552,"target":553},{"source":552,"target":51},{"source":237,"target":14},{"source":237,"target":554},{"source":237,"target":51},{"source":237,"target":187},{"source":554,"target":14},{"source":52,"target":0},{"source":52,"target":555},{"source":52,"target":556},{"source":52,"target":557},{"source":52,"target":558},{"source":52,"target":239},{"source":555,"target":559},{"source":555,"target":52},{"source":556,"target":560},{"source":556,"target":52},{"source":557,"target":561},{"source":557,"target":52},{"source":558,"target":562},{"source":558,"target":52},{"source":239,"target":14},{"source":239,"target":563},{"source":239,"target":52},{"source":239,"target":188},{"source":563,"target":14},{"source":53,"target":0},{"source":53,"target":564},{"source":53,"target":565},{"source":53,"target":566},{"source":53,"target":241},{"source":564,"target":567},{"source":564,"target":53},{"source":565,"target":568},{"source":565,"target":53},{"source":566,"target":569},{"source":566,"target":53},{"source":241,"target":14},{"source":241,"target":570},{"source":241,"target":53},{"source":241,"target":189},{"source":570,"target":14},{"source":54,"target":0},{"source":54,"target":84},{"source":54,"target":571},{"source":84,"target":1},{"source":84,"target":572},{"source":84,"target":54},{"source":84,"target":70},{"source":572,"target":1},{"source":571,"target":55},{"source":571,"target":573},{"source":571,"target":54},{"source":571,"target":574},{"source":573,"target":55},{"source":55,"target":0},{"source":55,"target":575},{"source":55,"target":576},{"source":55,"target":577},{"source":55,"target":574},{"source":575,"target":578},{"source":575,"target":55},{"source":576,"target":579},{"source":576,"target":55},{"source":577,"target":57},{"source":577,"target":580},{"source":577,"target":55},{"source":580,"target":57},{"source":574,"target":54},{"source":574,"target":581},{"source":574,"target":55},{"source":574,"target":571},{"source":581,"target":54},{"source":56,"target":0},{"source":56,"target":582},{"source":582,"target":58},{"source":582,"target":583},{"source":582,"target":56},{"source":583,"target":58},{"source":57,"target":0},{"source":57,"target":584},{"source":57,"target":585},{"source":57,"target":586},{"source":57,"target":587},{"source":584,"target":588},{"source":584,"target":57},{"source":585,"target":15},{"source":585,"target":589},{"source":585,"target":57},{"source":589,"target":15},{"source":586,"target":14},{"source":586,"target":590},{"source":586,"target":57},{"source":590,"target":14},{"source":587,"target":15},{"source":587,"target":591},{"source":587,"target":57},{"source":591,"target":15},{"source":58,"target":0},{"source":58,"target":592},{"source":592,"target":593},{"source":592,"target":58},{"source":59,"target":0},{"source":59,"target":594},{"source":59,"target":595},{"source":59,"target":596},{"source":594,"target":59},{"source":595,"target":59},{"source":596,"target":59},{"source":60,"target":0},{"source":60,"target":597},{"source":60,"target":598},{"source":60,"target":599},{"source":597,"target":60},{"source":598,"target":60},{"source":599,"target":60},{"source":61,"target":0},{"source":61,"target":600},{"source":61,"target":601},{"source":61,"target":602},{"source":61,"target":603},{"source":61,"target":604},{"source":61,"target":605},{"source":600,"target":61},{"source":601,"target":61},{"source":602,"target":61},{"source":603,"target":61},{"source":604,"target":61},{"source":605,"target":61},{"source":62,"target":0},{"source":62,"target":606},{"source":62,"target":607},{"source":62,"target":608},{"source":62,"target":609},{"source":606,"target":62},{"source":607,"target":62},{"source":608,"target":62},{"source":609,"target":62},{"source":63,"target":0},{"source":63,"target":610},{"source":63,"target":611},{"source":610,"target":63},{"source":611,"target":63},{"source":64,"target":0},{"source":64,"target":612},{"source":64,"target":613},{"source":64,"target":614},{"source":612,"target":64},{"source":613,"target":64},{"source":614,"target":64}],"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="rootpkg" nsURI="http://rootpkg" nsPrefix="rootpkg"> <eClassifiers xsi:type="ecore:EClass" name="NewClass"> <eSuperTypes href="OneClass.ecore#//Class"/> <eStructuralFeatures xsi:type="ecore:EReference" name="toSubpkg2Class1"> <eType xsi:type="ecore:EClass" href="PackagesTest.ecore#//subpkg2/Subpkg2Class1"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/diverse-project/melange/tests/samples/fr.inria.diverse.melange.tests.multipkgs.model/model/CrossRef.ecore
ecore
rootpkg NewClass toSubpkg2Class1
null
{"directed":true,"nodes":[{"nsPrefix":"rootpkg","nsURI":"http://rootpkg","name":"rootpkg","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NewClass","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":"toSubpkg2Class1","changeable":true,"resolveProxies":true,"lowerBound":0,"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=""> <eClassifiers xsi:type="ecore:EClass" name="A"> <eStructuralFeatures xsi:type="ecore:EReference" name="par" eType="#//B" eOpposite="#//B/ext"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="B"> <eStructuralFeatures xsi:type="ecore:EReference" name="ext" lowerBound="1" eType="#//A" eOpposite="#//A/par"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/classicwuhao/asmig/test/bi_zeroorone.ecore
ecore
A par B ext
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"A","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"B","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"par","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"id":4,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"ext","changeable":true,"resolveProxies":true,"lowerBound":1,"id":5,"derived":false},{"id":6,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":3,"target":2},{"source":3,"target":4},{"source":3,"target":1},{"source":3,"target":5},{"source":4,"target":2},{"source":2,"target":0},{"source":2,"target":5},{"source":5,"target":1},{"source":5,"target":6},{"source":5,"target":2},{"source":5,"target":3},{"source":6,"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="bcool" nsURI="http://org.gemoc.bcool.model/" nsPrefix="bcool"> <eClassifiers xsi:type="ecore:EClass" name="BCoolOperator" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="bcoolCompositionRules" upperBound="-1" eType="#//BCoolCompositionRule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalEventExpressions" upperBound="-1" eType="#//EventExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="globalDSEs" upperBound="-1" eType="ecore:EClass ../../org.eclipse.ocl.xtext.completeocl/model/CompleteOCLCS.ecore#//DefPropertyCS" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BCoolCompositionRule" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="BCoolOperatorArgs" upperBound="-1" eType="#//BCoolOperatorArg" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="matchingRule" lowerBound="1" eType="#//MatchingRule" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="coordinationRule" lowerBound="1" eType="#//CoordinationRule" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BCoolSpecification" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="bcoolOperators" upperBound="-1" eType="#//BCoolOperator" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importsLib" upperBound="-1" eType="#//ImportLibStatement" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="importsBehavioralInterface" lowerBound="1" upperBound="-1" eType="#//ImportInterfaceStatement" containment="true"/> </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"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImportLibStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importURI" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MatchingRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="filterEventExpressions" upperBound="-1" eType="#//EventExpression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="condition" lowerBound="1" eType="ecore:EClass ../../org.gemoc.gexpressions/model/gexpressions.ecore#//GExpression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CoordinationRule"> <eStructuralFeatures xsi:type="ecore:EReference" name="eventRelations" lowerBound="1" eType="#//EventRelation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventExpression" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" lowerBound="1" eType="#//ExpressionDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actualParameters" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" lowerBound="1" eType="#//ExpressionDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EventRelation" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="declaration" lowerBound="1" eType="#//RelationDeclaration"/> <eStructuralFeatures xsi:type="ecore:EReference" name="actualParameters" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationDefinition"> <eStructuralFeatures xsi:type="ecore:EReference" name="definition" lowerBound="1" eType="#//RelationDeclaration"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BCoolLibrary" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionDefinitions" upperBound="-1" eType="#//ExpressionDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relationDefinitions" upperBound="-1" eType="#//RelationDefinition" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="relationDeclarations" upperBound="-1" eType="#//RelationDeclaration" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expressionDeclarations" upperBound="-1" eType="#//ExpressionDeclaration" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImportInterfaceStatement" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="importURI" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExpressionDeclaration" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationDeclaration" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="formalParameters" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BCoolOperatorArg" eSuperTypes="#//NamedElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="DSE" eType="ecore:EClass ../../org.eclipse.ocl.xtext.completeocl/model/CompleteOCLCS.ecore#//DefPropertyCS"/> <eStructuralFeatures xsi:type="ecore:EReference" name="Interface" lowerBound="1" eType="#//ImportInterfaceStatement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="InterfaceClass" eType="ecore:EClass ../../org.eclipse.emf.ecore/model/Ecore.ecore#//EClass"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/tue-mdse/ocl-dataset/dataset-mtl/repos/gemoc/coordination/bcool/language/org.gemoc.bcool.model/model/bcool.ecore
ecore
bcool BCoolOperator bcoolCompositionRules globalEventExpressions globalDSEs BCoolCompositionRule BCoolOperatorArgs matchingRule coordinationRule BCoolSpecification bcoolOperators importsLib importsBehavioralInterface NamedElement name ImportLibStatement importURI MatchingRule filterEventExpressions condition CoordinationRule eventRelations EventExpression declaration actualParameters ExpressionDefinition definition EventRelation declaration actualParameters RelationDefinition definition BCoolLibrary expressionDefinitions relationDefinitions relationDeclarations expressionDeclarations ImportInterfaceStatement importURI ExpressionDeclaration formalParameters RelationDeclaration formalParameters BCoolOperatorArg DSE Interface InterfaceClass
null
{"directed":true,"nodes":[{"nsPrefix":"bcool","nsURI":"http://org.gemoc.bcool.model/","name":"bcool","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BCoolOperator","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BCoolCompositionRule","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BCoolSpecification","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":"ImportLibStatement","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MatchingRule","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CoordinationRule","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventExpression","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionDefinition","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EventRelation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationDefinition","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BCoolLibrary","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImportInterfaceStatement","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionDeclaration","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationDeclaration","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BCoolOperatorArg","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":"bcoolCompositionRules","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":"globalEventExpressions","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":"globalDSEs","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"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"BCoolOperatorArgs","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":"matchingRule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"coordinationRule","changeable":true,"resolveProxies":true,"lowerBound":1,"id":26,"derived":false},{"id":27,"eClass":"EGenericType"},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"bcoolOperators","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":"importsLib","changeable":true,"resolveProxies":true,"lowerBound":0,"id":32,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"importsBehavioralInterface","changeable":true,"resolveProxies":true,"lowerBound":1,"id":33,"derived":false},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"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":"importURI","changeable":true,"lowerBound":1,"iD":false,"id":40,"derived":false},{"id":41,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filterEventExpressions","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":true,"unsettable":false,"transient":false,"unique":true,"name":"condition","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":"eventRelations","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":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actualParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":49,"derived":false},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"id":53,"derived":false},{"id":54,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"declaration","changeable":true,"resolveProxies":true,"lowerBound":1,"id":55,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"actualParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"definition","changeable":true,"resolveProxies":true,"lowerBound":1,"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":"expressionDefinitions","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":"relationDefinitions","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":"relationDeclarations","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":"expressionDeclarations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"id":70,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"importURI","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":"formalParameters","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":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"formalParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":77,"derived":false},{"id":78,"eClass":"EGenericType"},{"id":79,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"DSE","changeable":true,"resolveProxies":true,"lowerBound":0,"id":80,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"Interface","changeable":true,"resolveProxies":true,"lowerBound":1,"id":81,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"InterfaceClass","changeable":true,"resolveProxies":true,"lowerBound":0,"id":82,"derived":false},{"id":83,"eClass":"EGenericType"},{"id":84,"eClass":"EGenericType"},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":4},{"source":1,"target":17},{"source":1,"target":18},{"source":1,"target":19},{"source":1,"target":20},{"source":17,"target":2},{"source":17,"target":21},{"source":17,"target":1},{"source":21,"target":2},{"source":18,"target":8},{"source":18,"target":22},{"source":18,"target":1},{"source":22,"target":8},{"source":19,"target":23},{"source":19,"target":1},{"source":20,"target":4},{"source":2,"target":0},{"source":2,"target":4},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":24,"target":16},{"source":24,"target":28},{"source":24,"target":2},{"source":28,"target":16},{"source":25,"target":6},{"source":25,"target":29},{"source":25,"target":2},{"source":29,"target":6},{"source":26,"target":7},{"source":26,"target":30},{"source":26,"target":2},{"source":30,"target":7},{"source":27,"target":4},{"source":3,"target":0},{"source":3,"target":4},{"source":3,"target":31},{"source":3,"target":32},{"source":3,"target":33},{"source":3,"target":34},{"source":31,"target":1},{"source":31,"target":35},{"source":31,"target":3},{"source":35,"target":1},{"source":32,"target":5},{"source":32,"target":36},{"source":32,"target":3},{"source":36,"target":5},{"source":33,"target":13},{"source":33,"target":37},{"source":33,"target":3},{"source":37,"target":13},{"source":34,"target":4},{"source":4,"target":0},{"source":4,"target":38},{"source":38,"target":39},{"source":38,"target":4},{"source":5,"target":0},{"source":5,"target":40},{"source":40,"target":41},{"source":40,"target":5},{"source":6,"target":0},{"source":6,"target":42},{"source":6,"target":43},{"source":42,"target":8},{"source":42,"target":44},{"source":42,"target":6},{"source":44,"target":8},{"source":43,"target":45},{"source":43,"target":6},{"source":7,"target":0},{"source":7,"target":46},{"source":46,"target":10},{"source":46,"target":47},{"source":46,"target":7},{"source":47,"target":10},{"source":8,"target":0},{"source":8,"target":4},{"source":8,"target":48},{"source":8,"target":49},{"source":8,"target":50},{"source":48,"target":14},{"source":48,"target":51},{"source":48,"target":8},{"source":51,"target":14},{"source":49,"target":52},{"source":49,"target":8},{"source":50,"target":4},{"source":9,"target":0},{"source":9,"target":53},{"source":53,"target":14},{"source":53,"target":54},{"source":53,"target":9},{"source":54,"target":14},{"source":10,"target":0},{"source":10,"target":4},{"source":10,"target":55},{"source":10,"target":56},{"source":10,"target":57},{"source":55,"target":15},{"source":55,"target":58},{"source":55,"target":10},{"source":58,"target":15},{"source":56,"target":59},{"source":56,"target":10},{"source":57,"target":4},{"source":11,"target":0},{"source":11,"target":60},{"source":60,"target":15},{"source":60,"target":61},{"source":60,"target":11},{"source":61,"target":15},{"source":12,"target":0},{"source":12,"target":4},{"source":12,"target":62},{"source":12,"target":63},{"source":12,"target":64},{"source":12,"target":65},{"source":12,"target":66},{"source":62,"target":9},{"source":62,"target":67},{"source":62,"target":12},{"source":67,"target":9},{"source":63,"target":11},{"source":63,"target":68},{"source":63,"target":12},{"source":68,"target":11},{"source":64,"target":15},{"source":64,"target":69},{"source":64,"target":12},{"source":69,"target":15},{"source":65,"target":14},{"source":65,"target":70},{"source":65,"target":12},{"source":70,"target":14},{"source":66,"target":4},{"source":13,"target":0},{"source":13,"target":4},{"source":13,"target":71},{"source":13,"target":72},{"source":71,"target":73},{"source":71,"target":13},{"source":72,"target":4},{"source":14,"target":0},{"source":14,"target":4},{"source":14,"target":74},{"source":14,"target":75},{"source":74,"target":76},{"source":74,"target":14},{"source":75,"target":4},{"source":15,"target":0},{"source":15,"target":4},{"source":15,"target":77},{"source":15,"target":78},{"source":77,"target":79},{"source":77,"target":15},{"source":78,"target":4},{"source":16,"target":0},{"source":16,"target":4},{"source":16,"target":80},{"source":16,"target":81},{"source":16,"target":82},{"source":16,"target":83},{"source":80,"target":84},{"source":80,"target":16},{"source":81,"target":13},{"source":81,"target":85},{"source":81,"target":16},{"source":85,"target":13},{"source":82,"target":86},{"source":82,"target":16},{"source":83,"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="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/Hu3bl/emf.refactor/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="UTF-8"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="extractDDLModule" nsURI="http://www.ms.com/2009/Saturn/Modules/ExtractDDL" nsPrefix="extractDDLModule"> <eAnnotations source="http://www.ms.com/2011/tdo-qa-tools/rcs"> <details key="author" value="$Author$"/> <details key="change" value="$Change$"/> <details key="file" value="$File$"/> <details key="id" value="$Id$"/> <details key="revision" value="$Revision$"/> <details key="timestamp" value="$DateTime$"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AbstractOperation" abstract="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AbstractOperation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="objects" upperBound="-1" eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Objects"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="enabled" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="true" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="enabled"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AlterOperation" eSuperTypes="#//AbstractOperation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AlterOperation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" eType="ecore:EClass exception.ecore#//exception" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Exception"/> <details key="namespace" value="http://www.ms.com/2009/Saturn/Exception"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outputResource" lowerBound="1" eType="ecore:EClass types.ecore#//NamedResourceDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="OutputResource"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dataBaseQualifier" eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataBaseQualifier"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dataBaseOverride" eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataBaseOverride"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tableSpaceOverride" eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TableSpaceOverride"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tableSpaceSuffix" eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TableSpaceSuffix"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="storageGroupOverride" eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StorageGroupOverride"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifierMaps" upperBound="-1" eType="ecore:EClass types.ecore#//ComplexValueMap" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="QualifierMaps"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dataBaseMaps" upperBound="-1" eType="ecore:EClass types.ecore#//ComplexValueMap" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataBaseMaps"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="storageGroupMaps" upperBound="-1" eType="ecore:EClass types.ecore#//ComplexValueMap" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StorageGroupMaps"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tableLockOverride" eType="#//TableLockOverrideTypeEnum" defaultValueLiteral="ANY" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="tableLockOverride"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="addDataBaseName" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="addDataBaseName"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="addOwner" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="addOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="addQualifier" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="addQualifier"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createTableSpaces" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="createTableSpaces"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="forceAlter" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="forceAlter"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="genIDByDefault" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="genIDByDefault"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ignoreMissing" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ignoreMissing"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noComments" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="noComments"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noRestrictOnDrop" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="noRestrictOnDrop"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="removeRestrictOnDrop" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="removeRestrictOnDrop"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="separateForeignKeys" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="separateForeignKeys"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="translateProcedureDefs" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="translateProcedureDefs"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="translateViewDefs" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="translateViewDefs"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataBaseDriverTypeEnum"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DataBaseDriverTypeEnum"/> </eAnnotations> <eLiterals name="SYBASE"/> <eLiterals name="DB2" value="1"/> <eLiterals name="UDB" value="2"/> <eLiterals name="MSSQL" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="DataBaseDriverTypeEnumObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DataBaseDriverTypeEnum:Object"/> <details key="baseType" value="DataBaseDriverTypeEnum"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DiffOperation" eSuperTypes="#//AbstractOperation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="DiffOperation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" eType="ecore:EClass exception.ecore#//exception" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Exception"/> <details key="namespace" value="http://www.ms.com/2009/Saturn/Exception"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outputResource" lowerBound="1" eType="ecore:EClass types.ecore#//NamedResourceDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="OutputResource"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dataBaseQualifier" lowerBound="1" eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataBaseQualifier"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="columnLength" lowerBound="1" eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ColumnLength"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="objectMaps" upperBound="-1" eType="ecore:EClass types.ecore#//ComplexValueMap" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ObjectMaps"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ignoreMissing" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ignoreMissing"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="showIdenticals" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="showIdenticals"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="omitNewlyAdded" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="omitNewlyAdded"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="omitTables" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="omitTables"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="omitViews" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="omitViews"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="omitSequences" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="omitSequences"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="omitProcedures" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="omitProcedures"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="omitPermissions" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="omitPermissions"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="omitIndexes" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="omitIndexes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="omitTableSpaces" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="omitTableSpaces"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="omitStorage" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="omitStorage"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preserveColumnSequence" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="preserveColumnSequence"/> </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="extractDDLConfiguration" upperBound="-2" eType="#//ExtractDDLConfiguration" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Configuration"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtractDDLConfiguration"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="Configuration_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="envFile" eType="ecore:EClass types.ecore#//NamedResourceDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="EnvFile"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//AbstractOperation" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Operations"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ExtractOperation" eSuperTypes="#//AbstractOperation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ExtractOperation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" eType="ecore:EClass exception.ecore#//exception" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Exception"/> <details key="namespace" value="http://www.ms.com/2009/Saturn/Exception"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="databaseResource" lowerBound="1" eType="ecore:EClass types.ecore#//NamedResourceDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DatabaseResource"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dataBaseQualifier" eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataBaseQualifier"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ignoreMissing" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ignoreMissing"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ImpactOperation" eSuperTypes="#//AbstractOperation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ImpactOperation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" eType="ecore:EClass exception.ecore#//exception" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Exception"/> <details key="namespace" value="http://www.ms.com/2009/Saturn/Exception"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outputResource" lowerBound="1" eType="ecore:EClass types.ecore#//NamedResourceDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="OutputResource"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ReadOperation" eSuperTypes="#//AbstractOperation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="ReadOperation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" eType="ecore:EClass exception.ecore#//exception" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Exception"/> <details key="namespace" value="http://www.ms.com/2009/Saturn/Exception"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="input" lowerBound="1" eType="ecore:EClass types.ecore#//NamedResourceDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Input"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dataBaseQualifier" eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataBaseQualifier"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ignoreMissing" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ignoreMissing"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RenderOperation" eSuperTypes="#//AbstractOperation"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RenderOperation"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="exception" eType="ecore:EClass exception.ecore#//exception" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Exception"/> <details key="namespace" value="http://www.ms.com/2009/Saturn/Exception"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="outputResource" lowerBound="1" eType="ecore:EClass types.ecore#//NamedResourceDefinition" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="OutputResource"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dataBaseQualifier" eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataBaseQualifier"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dataBaseOverride" eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataBaseOverride"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tableSpaceOverride" eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TableSpaceOverride"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="tableSpaceSuffix" eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="TableSpaceSuffix"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="storageGroupOverride" eType="ecore:EClass values.ecore#//ComplexValue" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StorageGroupOverride"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="qualifierMaps" upperBound="-1" eType="ecore:EClass types.ecore#//ComplexValueMap" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="QualifierMaps"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dataBaseMaps" upperBound="-1" eType="ecore:EClass types.ecore#//ComplexValueMap" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DataBaseMaps"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="storageGroupMaps" upperBound="-1" eType="ecore:EClass types.ecore#//ComplexValueMap" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StorageGroupMaps"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tableLockOverride" eType="#//TableLockOverrideTypeEnum" defaultValueLiteral="ANY" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="tableLockOverride"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataBaseDriver" eType="#//DataBaseDriverTypeEnum" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="dataBaseDriver"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="addDataBaseName" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="addDataBaseName"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="addOwner" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="addOwner"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="addQualifier" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="addQualifier"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createForeignKeys" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="createForeignKeys"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createIndexes" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="createIndexes"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createPermissions" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="createPermissions"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createPrimaryKeys" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="createPrimaryKeys"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="createTableSpaces" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="createTableSpaces"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="ddlXml" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="ddlXml"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="deferViews" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="deferViews"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dropProcedures" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="dropProcedures"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dropSequences" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="dropSequences"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dropTables" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="dropTables"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dropTableSpaces" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="dropTableSpaces"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="genIDByDefault" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="genIDByDefault"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noComments" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="noComments"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noDDLInfo" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="noDDLInfo"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noRestrictOnDrop" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="noRestrictOnDrop"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="publicPermissions" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="publicPermissions"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="removeRestrictOnDrop" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="removeRestrictOnDrop"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="separateForeignKeys" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="separateForeignKeys"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="shortFileNames" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="shortFileNames"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="translateProcedureDefs" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="translateProcedureDefs"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="translateViewDefs" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="translateViewDefs"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TableLockOverrideTypeEnum"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TableLockOverrideTypeEnum"/> </eAnnotations> <eLiterals name="ANY"/> <eLiterals name="LOB" value="1"/> <eLiterals name="PAGE" value="2"/> <eLiterals name="ROW" value="3"/> <eLiterals name="TABLESPACE" value="4"/> <eLiterals name="TABLE" value="5"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TableLockOverrideTypeEnumObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="TableLockOverrideTypeEnum:Object"/> <details key="baseType" value="TableLockOverrideTypeEnum"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/Morgan-Stanley/Saturn/com.ms.qaTools.saturn.model/model/extractDDLModule.ecore
ecore
extractDDLModule AbstractOperation objects enabled true AlterOperation exception outputResource dataBaseQualifier dataBaseOverride tableSpaceOverride tableSpaceSuffix storageGroupOverride qualifierMaps dataBaseMaps storageGroupMaps tableLockOverride ANY addDataBaseName false addOwner false addQualifier false createTableSpaces false forceAlter false genIDByDefault false ignoreMissing false noComments false noRestrictOnDrop false removeRestrictOnDrop false separateForeignKeys false translateProcedureDefs false translateViewDefs false DataBaseDriverTypeEnum SYBASE SYBASE DB2 DB2 UDB UDB MSSQL MSSQL DataBaseDriverTypeEnumObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator DiffOperation exception outputResource dataBaseQualifier columnLength objectMaps ignoreMissing false showIdenticals false omitNewlyAdded false omitTables false omitViews false omitSequences false omitProcedures false omitPermissions false omitIndexes false omitTableSpaces false omitStorage false preserveColumnSequence false DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation extractDDLConfiguration ExtractDDLConfiguration envFile operations ExtractOperation exception databaseResource dataBaseQualifier ignoreMissing false ImpactOperation exception outputResource ReadOperation exception input dataBaseQualifier ignoreMissing false RenderOperation exception outputResource dataBaseQualifier dataBaseOverride tableSpaceOverride tableSpaceSuffix storageGroupOverride qualifierMaps dataBaseMaps storageGroupMaps tableLockOverride ANY dataBaseDriver addDataBaseName false addOwner false addQualifier false createForeignKeys false createIndexes false createPermissions false createPrimaryKeys false createTableSpaces false ddlXml false deferViews false dropProcedures false dropSequences false dropTables false dropTableSpaces false genIDByDefault false noComments false noDDLInfo false noRestrictOnDrop false publicPermissions false removeRestrictOnDrop false separateForeignKeys false shortFileNames false translateProcedureDefs false translateViewDefs false TableLockOverrideTypeEnum ANY ANY LOB LOB PAGE PAGE ROW ROW TABLESPACE TABLESPACE TABLE TABLE TableLockOverrideTypeEnumObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator
null
{"directed":true,"nodes":[{"nsPrefix":"extractDDLModule","nsURI":"http://www.ms.com/2009/Saturn/Modules/ExtractDDL","name":"extractDDLModule","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AbstractOperation","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AlterOperation","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataBaseDriverTypeEnum","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"DataBaseDriverTypeEnumObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":4,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DiffOperation","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":"ExtractDDLConfiguration","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExtractOperation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ImpactOperation","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadOperation","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RenderOperation","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TableLockOverrideTypeEnum","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"TableLockOverrideTypeEnumObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":13,"serializable":true,"eClass":"EDataType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"objects","changeable":true,"resolveProxies":false,"lowerBound":0,"id":14,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"enabled","changeable":true,"lowerBound":0,"iD":false,"id":15,"derived":false},{"id":16,"eClass":"EGenericType"},{"id":17,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":false,"lowerBound":0,"id":18,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputResource","changeable":true,"resolveProxies":false,"lowerBound":1,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataBaseQualifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":20,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataBaseOverride","changeable":true,"resolveProxies":false,"lowerBound":0,"id":21,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tableSpaceOverride","changeable":true,"resolveProxies":false,"lowerBound":0,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"tableSpaceSuffix","changeable":true,"resolveProxies":false,"lowerBound":0,"id":23,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"storageGroupOverride","changeable":true,"resolveProxies":false,"lowerBound":0,"id":24,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifierMaps","changeable":true,"resolveProxies":false,"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":"dataBaseMaps","changeable":true,"resolveProxies":false,"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":"storageGroupMaps","changeable":true,"resolveProxies":false,"lowerBound":0,"id":27,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"ANY","unsettable":true,"transient":false,"unique":true,"name":"tableLockOverride","changeable":true,"lowerBound":0,"iD":false,"id":28,"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":"addDataBaseName","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"addOwner","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":"false","unsettable":true,"transient":false,"unique":true,"name":"addQualifier","changeable":true,"lowerBound":0,"iD":false,"id":31,"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":"createTableSpaces","changeable":true,"lowerBound":0,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"forceAlter","changeable":true,"lowerBound":0,"iD":false,"id":33,"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":"genIDByDefault","changeable":true,"lowerBound":0,"iD":false,"id":34,"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":"ignoreMissing","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":"false","unsettable":true,"transient":false,"unique":true,"name":"noComments","changeable":true,"lowerBound":0,"iD":false,"id":36,"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":"noRestrictOnDrop","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":"false","unsettable":true,"transient":false,"unique":true,"name":"removeRestrictOnDrop","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"separateForeignKeys","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":"false","unsettable":true,"transient":false,"unique":true,"name":"translateProcedureDefs","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":"false","unsettable":true,"transient":false,"unique":true,"name":"translateViewDefs","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"id":61,"eClass":"EGenericType"},{"id":62,"eClass":"EGenericType"},{"id":63,"eClass":"EGenericType"},{"id":64,"eClass":"EGenericType"},{"id":65,"eClass":"EGenericType"},{"id":66,"eClass":"EGenericType"},{"name":"SYBASE","id":67,"value":0,"literal":"SYBASE","eClass":"EEnumLiteral"},{"name":"DB2","id":68,"value":1,"literal":"DB2","eClass":"EEnumLiteral"},{"name":"UDB","id":69,"value":2,"literal":"UDB","eClass":"EEnumLiteral"},{"name":"MSSQL","id":70,"value":3,"literal":"MSSQL","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":"exception","changeable":true,"resolveProxies":false,"lowerBound":0,"id":71,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputResource","changeable":true,"resolveProxies":false,"lowerBound":1,"id":72,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataBaseQualifier","changeable":true,"resolveProxies":false,"lowerBound":1,"id":73,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columnLength","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"objectMaps","changeable":true,"resolveProxies":false,"lowerBound":0,"id":75,"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":"ignoreMissing","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":"false","unsettable":true,"transient":false,"unique":true,"name":"showIdenticals","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":"false","unsettable":true,"transient":false,"unique":true,"name":"omitNewlyAdded","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":"omitTables","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":"omitViews","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":"omitSequences","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"omitProcedures","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":"false","unsettable":true,"transient":false,"unique":true,"name":"omitPermissions","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":"false","unsettable":true,"transient":false,"unique":true,"name":"omitIndexes","changeable":true,"lowerBound":0,"iD":false,"id":84,"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":"omitTableSpaces","changeable":true,"lowerBound":0,"iD":false,"id":85,"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":"omitStorage","changeable":true,"lowerBound":0,"iD":false,"id":86,"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":"preserveColumnSequence","changeable":true,"lowerBound":0,"iD":false,"id":87,"derived":false},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"id":93,"eClass":"EGenericType"},{"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"},{"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":106,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"lowerBound":0,"id":107,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":108,"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":"extractDDLConfiguration","changeable":true,"resolveProxies":false,"lowerBound":0,"id":109,"derived":true},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"envFile","changeable":true,"resolveProxies":false,"lowerBound":0,"id":114,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":false,"lowerBound":0,"id":115,"derived":false},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":false,"lowerBound":0,"id":118,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"databaseResource","changeable":true,"resolveProxies":false,"lowerBound":1,"id":119,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataBaseQualifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":120,"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":"ignoreMissing","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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":false,"lowerBound":0,"id":127,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputResource","changeable":true,"resolveProxies":false,"lowerBound":1,"id":128,"derived":false},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"id":131,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":false,"lowerBound":0,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"input","changeable":true,"resolveProxies":false,"lowerBound":1,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataBaseQualifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":134,"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":"ignoreMissing","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"exception","changeable":true,"resolveProxies":false,"lowerBound":0,"id":141,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"outputResource","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"dataBaseQualifier","changeable":true,"resolveProxies":false,"lowerBound":0,"id":143,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataBaseOverride","changeable":true,"resolveProxies":false,"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":"tableSpaceOverride","changeable":true,"resolveProxies":false,"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":"tableSpaceSuffix","changeable":true,"resolveProxies":false,"lowerBound":0,"id":146,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"storageGroupOverride","changeable":true,"resolveProxies":false,"lowerBound":0,"id":147,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"qualifierMaps","changeable":true,"resolveProxies":false,"lowerBound":0,"id":148,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"dataBaseMaps","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":true,"unsettable":false,"transient":false,"unique":true,"name":"storageGroupMaps","changeable":true,"resolveProxies":false,"lowerBound":0,"id":150,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"ANY","unsettable":true,"transient":false,"unique":true,"name":"tableLockOverride","changeable":true,"lowerBound":0,"iD":false,"id":151,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"dataBaseDriver","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"addDataBaseName","changeable":true,"lowerBound":0,"iD":false,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"addOwner","changeable":true,"lowerBound":0,"iD":false,"id":154,"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":"addQualifier","changeable":true,"lowerBound":0,"iD":false,"id":155,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"createForeignKeys","changeable":true,"lowerBound":0,"iD":false,"id":156,"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":"createIndexes","changeable":true,"lowerBound":0,"iD":false,"id":157,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"createPermissions","changeable":true,"lowerBound":0,"iD":false,"id":158,"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":"createPrimaryKeys","changeable":true,"lowerBound":0,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"createTableSpaces","changeable":true,"lowerBound":0,"iD":false,"id":160,"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":"ddlXml","changeable":true,"lowerBound":0,"iD":false,"id":161,"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":"deferViews","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"dropProcedures","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"dropSequences","changeable":true,"lowerBound":0,"iD":false,"id":164,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"dropTables","changeable":true,"lowerBound":0,"iD":false,"id":165,"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":"dropTableSpaces","changeable":true,"lowerBound":0,"iD":false,"id":166,"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":"genIDByDefault","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"noComments","changeable":true,"lowerBound":0,"iD":false,"id":168,"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":"noDDLInfo","changeable":true,"lowerBound":0,"iD":false,"id":169,"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":"noRestrictOnDrop","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"publicPermissions","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"removeRestrictOnDrop","changeable":true,"lowerBound":0,"iD":false,"id":172,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"separateForeignKeys","changeable":true,"lowerBound":0,"iD":false,"id":173,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"shortFileNames","changeable":true,"lowerBound":0,"iD":false,"id":174,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"translateProcedureDefs","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"translateViewDefs","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"id":177,"eClass":"EGenericType"},{"id":178,"eClass":"EGenericType"},{"id":179,"eClass":"EGenericType"},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"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"},{"id":210,"eClass":"EGenericType"},{"id":211,"eClass":"EGenericType"},{"id":212,"eClass":"EGenericType"},{"id":213,"eClass":"EGenericType"},{"name":"ANY","id":214,"value":0,"literal":"ANY","eClass":"EEnumLiteral"},{"name":"LOB","id":215,"value":1,"literal":"LOB","eClass":"EEnumLiteral"},{"name":"PAGE","id":216,"value":2,"literal":"PAGE","eClass":"EEnumLiteral"},{"name":"ROW","id":217,"value":3,"literal":"ROW","eClass":"EEnumLiteral"},{"name":"TABLESPACE","id":218,"value":4,"literal":"TABLESPACE","eClass":"EEnumLiteral"},{"name":"TABLE","id":219,"value":5,"literal":"TABLE","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":1,"target":0},{"source":1,"target":14},{"source":1,"target":15},{"source":14,"target":16},{"source":14,"target":1},{"source":15,"target":17},{"source":15,"target":1},{"source":2,"target":0},{"source":2,"target":1},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":2,"target":22},{"source":2,"target":23},{"source":2,"target":24},{"source":2,"target":25},{"source":2,"target":26},{"source":2,"target":27},{"source":2,"target":28},{"source":2,"target":29},{"source":2,"target":30},{"source":2,"target":31},{"source":2,"target":32},{"source":2,"target":33},{"source":2,"target":34},{"source":2,"target":35},{"source":2,"target":36},{"source":2,"target":37},{"source":2,"target":38},{"source":2,"target":39},{"source":2,"target":40},{"source":2,"target":41},{"source":2,"target":42},{"source":18,"target":43},{"source":18,"target":2},{"source":19,"target":44},{"source":19,"target":2},{"source":20,"target":45},{"source":20,"target":2},{"source":21,"target":46},{"source":21,"target":2},{"source":22,"target":47},{"source":22,"target":2},{"source":23,"target":48},{"source":23,"target":2},{"source":24,"target":49},{"source":24,"target":2},{"source":25,"target":50},{"source":25,"target":2},{"source":26,"target":51},{"source":26,"target":2},{"source":27,"target":52},{"source":27,"target":2},{"source":28,"target":12},{"source":28,"target":53},{"source":28,"target":2},{"source":53,"target":12},{"source":29,"target":54},{"source":29,"target":2},{"source":30,"target":55},{"source":30,"target":2},{"source":31,"target":56},{"source":31,"target":2},{"source":32,"target":57},{"source":32,"target":2},{"source":33,"target":58},{"source":33,"target":2},{"source":34,"target":59},{"source":34,"target":2},{"source":35,"target":60},{"source":35,"target":2},{"source":36,"target":61},{"source":36,"target":2},{"source":37,"target":62},{"source":37,"target":2},{"source":38,"target":63},{"source":38,"target":2},{"source":39,"target":64},{"source":39,"target":2},{"source":40,"target":65},{"source":40,"target":2},{"source":41,"target":66},{"source":41,"target":2},{"source":42,"target":1},{"source":3,"target":0},{"source":3,"target":67},{"source":3,"target":68},{"source":3,"target":69},{"source":3,"target":70},{"source":67,"target":3},{"source":68,"target":3},{"source":69,"target":3},{"source":70,"target":3},{"source":4,"target":0},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":71},{"source":5,"target":72},{"source":5,"target":73},{"source":5,"target":74},{"source":5,"target":75},{"source":5,"target":76},{"source":5,"target":77},{"source":5,"target":78},{"source":5,"target":79},{"source":5,"target":80},{"source":5,"target":81},{"source":5,"target":82},{"source":5,"target":83},{"source":5,"target":84},{"source":5,"target":85},{"source":5,"target":86},{"source":5,"target":87},{"source":5,"target":88},{"source":71,"target":89},{"source":71,"target":5},{"source":72,"target":90},{"source":72,"target":5},{"source":73,"target":91},{"source":73,"target":5},{"source":74,"target":92},{"source":74,"target":5},{"source":75,"target":93},{"source":75,"target":5},{"source":76,"target":94},{"source":76,"target":5},{"source":77,"target":95},{"source":77,"target":5},{"source":78,"target":96},{"source":78,"target":5},{"source":79,"target":97},{"source":79,"target":5},{"source":80,"target":98},{"source":80,"target":5},{"source":81,"target":99},{"source":81,"target":5},{"source":82,"target":100},{"source":82,"target":5},{"source":83,"target":101},{"source":83,"target":5},{"source":84,"target":102},{"source":84,"target":5},{"source":85,"target":103},{"source":85,"target":5},{"source":86,"target":104},{"source":86,"target":5},{"source":87,"target":105},{"source":87,"target":5},{"source":88,"target":1},{"source":6,"target":0},{"source":6,"target":106},{"source":6,"target":107},{"source":6,"target":108},{"source":6,"target":109},{"source":106,"target":110},{"source":106,"target":6},{"source":107,"target":111},{"source":107,"target":6},{"source":108,"target":112},{"source":108,"target":6},{"source":109,"target":7},{"source":109,"target":113},{"source":109,"target":6},{"source":113,"target":7},{"source":7,"target":0},{"source":7,"target":114},{"source":7,"target":115},{"source":114,"target":116},{"source":114,"target":7},{"source":115,"target":1},{"source":115,"target":117},{"source":115,"target":7},{"source":117,"target":1},{"source":8,"target":0},{"source":8,"target":1},{"source":8,"target":118},{"source":8,"target":119},{"source":8,"target":120},{"source":8,"target":121},{"source":8,"target":122},{"source":118,"target":123},{"source":118,"target":8},{"source":119,"target":124},{"source":119,"target":8},{"source":120,"target":125},{"source":120,"target":8},{"source":121,"target":126},{"source":121,"target":8},{"source":122,"target":1},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":127},{"source":9,"target":128},{"source":9,"target":129},{"source":127,"target":130},{"source":127,"target":9},{"source":128,"target":131},{"source":128,"target":9},{"source":129,"target":1},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":132},{"source":10,"target":133},{"source":10,"target":134},{"source":10,"target":135},{"source":10,"target":136},{"source":132,"target":137},{"source":132,"target":10},{"source":133,"target":138},{"source":133,"target":10},{"source":134,"target":139},{"source":134,"target":10},{"source":135,"target":140},{"source":135,"target":10},{"source":136,"target":1},{"source":11,"target":0},{"source":11,"target":1},{"source":11,"target":141},{"source":11,"target":142},{"source":11,"target":143},{"source":11,"target":144},{"source":11,"target":145},{"source":11,"target":146},{"source":11,"target":147},{"source":11,"target":148},{"source":11,"target":149},{"source":11,"target":150},{"source":11,"target":151},{"source":11,"target":152},{"source":11,"target":153},{"source":11,"target":154},{"source":11,"target":155},{"source":11,"target":156},{"source":11,"target":157},{"source":11,"target":158},{"source":11,"target":159},{"source":11,"target":160},{"source":11,"target":161},{"source":11,"target":162},{"source":11,"target":163},{"source":11,"target":164},{"source":11,"target":165},{"source":11,"target":166},{"source":11,"target":167},{"source":11,"target":168},{"source":11,"target":169},{"source":11,"target":170},{"source":11,"target":171},{"source":11,"target":172},{"source":11,"target":173},{"source":11,"target":174},{"source":11,"target":175},{"source":11,"target":176},{"source":11,"target":177},{"source":141,"target":178},{"source":141,"target":11},{"source":142,"target":179},{"source":142,"target":11},{"source":143,"target":180},{"source":143,"target":11},{"source":144,"target":181},{"source":144,"target":11},{"source":145,"target":182},{"source":145,"target":11},{"source":146,"target":183},{"source":146,"target":11},{"source":147,"target":184},{"source":147,"target":11},{"source":148,"target":185},{"source":148,"target":11},{"source":149,"target":186},{"source":149,"target":11},{"source":150,"target":187},{"source":150,"target":11},{"source":151,"target":12},{"source":151,"target":188},{"source":151,"target":11},{"source":188,"target":12},{"source":152,"target":3},{"source":152,"target":189},{"source":152,"target":11},{"source":189,"target":3},{"source":153,"target":190},{"source":153,"target":11},{"source":154,"target":191},{"source":154,"target":11},{"source":155,"target":192},{"source":155,"target":11},{"source":156,"target":193},{"source":156,"target":11},{"source":157,"target":194},{"source":157,"target":11},{"source":158,"target":195},{"source":158,"target":11},{"source":159,"target":196},{"source":159,"target":11},{"source":160,"target":197},{"source":160,"target":11},{"source":161,"target":198},{"source":161,"target":11},{"source":162,"target":199},{"source":162,"target":11},{"source":163,"target":200},{"source":163,"target":11},{"source":164,"target":201},{"source":164,"target":11},{"source":165,"target":202},{"source":165,"target":11},{"source":166,"target":203},{"source":166,"target":11},{"source":167,"target":204},{"source":167,"target":11},{"source":168,"target":205},{"source":168,"target":11},{"source":169,"target":206},{"source":169,"target":11},{"source":170,"target":207},{"source":170,"target":11},{"source":171,"target":208},{"source":171,"target":11},{"source":172,"target":209},{"source":172,"target":11},{"source":173,"target":210},{"source":173,"target":11},{"source":174,"target":211},{"source":174,"target":11},{"source":175,"target":212},{"source":175,"target":11},{"source":176,"target":213},{"source":176,"target":11},{"source":177,"target":1},{"source":12,"target":0},{"source":12,"target":214},{"source":12,"target":215},{"source":12,"target":216},{"source":12,"target":217},{"source":12,"target":218},{"source":12,"target":219},{"source":214,"target":12},{"source":215,"target":12},{"source":216,"target":12},{"source":217,"target":12},{"source":218,"target":12},{"source":219,"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="tc01" nsURI="http://tc01/1.0" nsPrefix="tc01"> <eClassifiers xsi:type="ecore:EClass" name="EClass1"> <eStructuralFeatures xsi:type="ecore:EReference" name="EReference0" eType="#//EClass0"/> <eStructuralFeatures xsi:type="ecore:EReference" name="EReference1" eType="#//EClass0"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="EClass0"/> </ecore:EPackage>
github:ecore:/data/eclipse/emf.compare/plugins/org.eclipse.emf.compare.diagram.ecoretools.tests/src/org/eclipse/emf/compare/diagram/ecoretools/tests/edgechanges/data/a3/TC01.ecore
ecore
tc01 EClass1 EReference0 EReference1 EClass0
null
{"directed":true,"nodes":[{"nsPrefix":"tc01","nsURI":"http://tc01/1.0","name":"tc01","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass1","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EClass0","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":"EReference0","changeable":true,"resolveProxies":true,"lowerBound":0,"id":3,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"EReference1","changeable":true,"resolveProxies":true,"lowerBound":0,"id":4,"derived":false},{"id":5,"eClass":"EGenericType"},{"id":6,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":1,"target":0},{"source":1,"target":3},{"source":1,"target":4},{"source":3,"target":2},{"source":3,"target":5},{"source":3,"target":1},{"source":5,"target":2},{"source":4,"target":2},{"source":4,"target":6},{"source":4,"target":1},{"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="ftp" nsURI="urn:switchyard-component-camel-ftp:config:2.0" nsPrefix="ftp"> <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; &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> <eClassifiers xsi:type="ecore:EClass" name="AdditionalUriParametersType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="additionalUriParameters_._type"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" upperBound="-1" eType="#//ParameterType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="parameter"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BaseCamelBinding" eSuperTypes="config.switchyard.ecore#//SwitchYardBindingType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="BaseCamelBinding"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="contextMapper" eType="ecore:EClass config.switchyard.ecore#//ContextMapperType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="contextMapper"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="messageComposer" eType="ecore:EClass config.switchyard.ecore#//MessageComposerType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="messageComposer"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="additionalUriParameters" eType="#//AdditionalUriParametersType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="additionalUriParameters"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CamelFtpBindingType" eSuperTypes="#//GenericFtpBindingType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="CamelFtpBindingType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="passiveMode" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="passiveMode"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeout" eType="ecore:EDataType config.switchyard.ecore#//PropInteger" defaultValueLiteral="30000" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="timeout"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="soTimeout" eType="ecore:EDataType config.switchyard.ecore#//PropInteger" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="soTimeout"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="siteCommand" 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="siteCommand"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="consume" eType="#//RemoteFileConsumerType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="consume"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="produce" eType="#//RemoteFileProducerType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="produce"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CamelFtpsBindingType" eSuperTypes="#//CamelFtpBindingType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="CamelFtpsBindingType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="securityProtocol" 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="securityProtocol"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isImplicit" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="isImplicit"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="execPbsz" eType="ecore:EDataType config.switchyard.ecore#//PropLong" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="execPbsz"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="execProt" 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="execProt"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="disableSecureDataChannelDefaults" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="disableSecureDataChannelDefaults"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CamelSftpBindingType" eSuperTypes="#//GenericFtpBindingType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="CamelSftpBindingType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="knownHostsFile" 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="knownHostsFile"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="privateKeyFile" 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="privateKeyFile"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="privateKeyFilePassphrase" 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="privateKeyFilePassphrase"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="consume" eType="#//RemoteFileConsumerType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="consume"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="produce" eType="#//RemoteFileProducerType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="produce"/> <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="bindingFtp" upperBound="-2" eType="#//CamelFtpBindingType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="binding.ftp"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="urn:switchyard-config:switchyard:2.0#binding.switchyard"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingFtps" upperBound="-2" eType="#//CamelFtpsBindingType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="binding.ftps"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="urn:switchyard-config:switchyard:2.0#binding.switchyard"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="bindingSftp" upperBound="-2" eType="#//CamelSftpBindingType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="binding.sftp"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="urn:switchyard-config:switchyard:2.0#binding.switchyard"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericFtpBindingType" eSuperTypes="#//BaseCamelBinding"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="GenericFtpBindingType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="directory" 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="directory"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="autoCreate" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="autoCreate"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="bufferSize" eType="ecore:EDataType config.switchyard.ecore#//PropInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="bufferSize"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileName" 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="fileName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="flatten" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="flatten"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="charset" 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="charset"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="host" 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="host"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="port" eType="ecore:EDataType config.switchyard.ecore#//PropInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="port"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="username" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="username"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="password" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="password"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="binary" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="binary"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="connectTimeout" eType="ecore:EDataType config.switchyard.ecore#//PropInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="connectTimeout"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="disconnect" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="disconnect"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maximumReconnectAttempts" eType="ecore:EDataType config.switchyard.ecore#//PropInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="maximumReconnectAttempts"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reconnectDelay" eType="ecore:EDataType config.switchyard.ecore#//PropInteger"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="reconnectDelay"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="separator" 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="separator"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="stepwise" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="stepwise"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="throwExceptionOnConnectFailed" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="throwExceptionOnConnectFailed"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParameterType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="parameter_._type"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="name"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="value" 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="value"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RemoteFileConsumerType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RemoteFileConsumerType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="delete" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="delete"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="recursive" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="recursive"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noop" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="noop"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="preMove" 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="preMove"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="move" 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="move"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="moveFailed" 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="moveFailed"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="include" 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="include"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exclude" 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="exclude"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idempotent" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="idempotent"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="idempotentRepository" 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="idempotentRepository"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inProgressRepository" 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="inProgressRepository"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filter" 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="filter"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sorter" 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="sorter"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sortBy" 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="sortBy"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readLock" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral=""> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="readLock"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readLockTimeout" eType="ecore:EDataType config.switchyard.ecore#//PropLong" defaultValueLiteral="10000" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="readLockTimeout"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readLockCheckInterval" eType="ecore:EDataType config.switchyard.ecore#//PropInteger" defaultValueLiteral="1000" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="readLockCheckInterval"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exclusiveReadLockStrategy" 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="exclusiveReadLockStrategy"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="processStrategy" 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="processStrategy"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="startingDirectoryMustExist" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="startingDirectoryMustExist"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="directoryMustExist" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="directoryMustExist"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doneFileName" 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="doneFileName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="maxMessagesPerPoll" eType="ecore:EDataType config.switchyard.ecore#//PropInteger" defaultValueLiteral="0" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="maxMessagesPerPoll"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="initialDelay" eType="ecore:EDataType config.switchyard.ecore#//PropInteger" defaultValueLiteral="1000" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="initialDelay"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="delay" eType="ecore:EDataType config.switchyard.ecore#//PropInteger" defaultValueLiteral="500" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="delay"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="useFixedDelay" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="true" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="useFixedDelay"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sendEmptyMessageWhenIdle" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="sendEmptyMessageWhenIdle"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="timeUnit" eType="#//TimeUnitType" defaultValueLiteral="MILLISECONDS" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="timeUnit"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RemoteFileProducerType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RemoteFileProducerType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fileExist" 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="fileExist"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tempPrefix" 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="tempPrefix"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tempFileName" 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="tempFileName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keepLastModified" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="false" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="keepLastModified"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="eagerDeleteTargetFile" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Boolean" defaultValueLiteral="true" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="eagerDeleteTargetFile"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="doneFileName" 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="doneFileName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TimeUnitType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="timeUnit_._type"/> </eAnnotations> <eLiterals name="NANOSECONDS"/> <eLiterals name="MICROSECONDS" value="1"/> <eLiterals name="MILLISECONDS" value="2"/> <eLiterals name="SECONDS" value="3"/> <eLiterals name="MINUTES" value="4"/> <eLiterals name="HOURS" value="5"/> <eLiterals name="DAYS" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="TimeUnitTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="timeUnit_._type:Object"/> <details key="baseType" value="timeUnit_._type"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/jboss-switchyard/tools/eclipse/plugins/org.switchyard.tools.models.switchyard1_0/model/component.camel.ftp.ecore
ecore
ftp AdditionalUriParametersType parameter BaseCamelBinding contextMapper messageComposer additionalUriParameters CamelFtpBindingType passiveMode false timeout 30000 soTimeout siteCommand consume produce CamelFtpsBindingType securityProtocol isImplicit false execPbsz execProt disableSecureDataChannelDefaults false CamelSftpBindingType knownHostsFile privateKeyFile privateKeyFilePassphrase consume produce DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation bindingFtp bindingFtps bindingSftp GenericFtpBindingType directory autoCreate bufferSize fileName flatten charset host port username password binary connectTimeout disconnect maximumReconnectAttempts reconnectDelay separator stepwise throwExceptionOnConnectFailed ParameterType name value RemoteFileConsumerType delete false recursive false noop false preMove move moveFailed include exclude idempotent false idempotentRepository inProgressRepository filter sorter sortBy readLock readLockTimeout 10000 readLockCheckInterval 1000 exclusiveReadLockStrategy processStrategy startingDirectoryMustExist false directoryMustExist false doneFileName maxMessagesPerPoll 0 initialDelay 1000 delay 500 useFixedDelay true sendEmptyMessageWhenIdle false timeUnit MILLISECONDS RemoteFileProducerType fileExist tempPrefix tempFileName keepLastModified false eagerDeleteTargetFile true doneFileName TimeUnitType NANOSECONDS NANOSECONDS MICROSECONDS MICROSECONDS MILLISECONDS MILLISECONDS SECONDS SECONDS MINUTES MINUTES HOURS HOURS DAYS DAYS TimeUnitTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator
null
{"directed":true,"nodes":[{"nsPrefix":"ftp","nsURI":"urn:switchyard-component-camel-ftp:config:2.0","name":"ftp","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AdditionalUriParametersType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BaseCamelBinding","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CamelFtpBindingType","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CamelFtpsBindingType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CamelSftpBindingType","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":"GenericFtpBindingType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParameterType","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoteFileConsumerType","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RemoteFileProducerType","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"TimeUnitType","instanceClass":null,"id":11,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"TimeUnitTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":12,"serializable":true,"eClass":"EDataType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameter","changeable":true,"resolveProxies":false,"lowerBound":0,"id":13,"derived":false},{"id":14,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"contextMapper","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":"messageComposer","changeable":true,"resolveProxies":false,"lowerBound":0,"id":16,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"additionalUriParameters","changeable":true,"resolveProxies":false,"lowerBound":0,"id":17,"derived":false},{"id":18,"eClass":"EGenericType"},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"passiveMode","changeable":true,"lowerBound":0,"iD":false,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":30000,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"30000","unsettable":true,"transient":false,"unique":true,"name":"timeout","changeable":true,"lowerBound":0,"iD":false,"id":23,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"soTimeout","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":"siteCommand","changeable":true,"lowerBound":0,"iD":false,"id":25,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"consume","changeable":true,"resolveProxies":false,"lowerBound":0,"id":26,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"produce","changeable":true,"resolveProxies":false,"lowerBound":0,"id":27,"derived":false},{"id":28,"eClass":"EGenericType"},{"id":29,"eClass":"EGenericType"},{"id":30,"eClass":"EGenericType"},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"securityProtocol","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":"false","unsettable":true,"transient":false,"unique":true,"name":"isImplicit","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":true,"transient":false,"unique":true,"name":"execPbsz","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":"execProt","changeable":true,"lowerBound":0,"iD":false,"id":38,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"disableSecureDataChannelDefaults","changeable":true,"lowerBound":0,"iD":false,"id":39,"derived":false},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"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":"knownHostsFile","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":"privateKeyFile","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":"privateKeyFilePassphrase","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"consume","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":false,"transient":false,"unique":true,"name":"produce","changeable":true,"resolveProxies":false,"lowerBound":0,"id":50,"derived":false},{"id":51,"eClass":"EGenericType"},{"id":52,"eClass":"EGenericType"},{"id":53,"eClass":"EGenericType"},{"id":54,"eClass":"EGenericType"},{"id":55,"eClass":"EGenericType"},{"id":56,"eClass":"EGenericType"},{"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":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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":59,"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":"bindingFtp","changeable":true,"resolveProxies":false,"lowerBound":0,"id":60,"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":"bindingFtps","changeable":true,"resolveProxies":false,"lowerBound":0,"id":61,"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":"bindingSftp","changeable":true,"resolveProxies":false,"lowerBound":0,"id":62,"derived":true},{"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":"directory","changeable":true,"lowerBound":0,"iD":false,"id":69,"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":"autoCreate","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":"bufferSize","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":"fileName","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":true,"transient":false,"unique":true,"name":"flatten","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":"charset","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":"host","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":"port","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":"username","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"password","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"binary","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":"connectTimeout","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"disconnect","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"maximumReconnectAttempts","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reconnectDelay","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":"separator","changeable":true,"lowerBound":0,"iD":false,"id":84,"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":"stepwise","changeable":true,"lowerBound":0,"iD":false,"id":85,"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":"throwExceptionOnConnectFailed","changeable":true,"lowerBound":0,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"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"},{"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":106,"derived":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":107,"derived":false},{"id":108,"eClass":"EGenericType"},{"id":109,"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":"delete","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":"false","unsettable":true,"transient":false,"unique":true,"name":"recursive","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":"false","unsettable":true,"transient":false,"unique":true,"name":"noop","changeable":true,"lowerBound":0,"iD":false,"id":112,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"preMove","changeable":true,"lowerBound":0,"iD":false,"id":113,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"move","changeable":true,"lowerBound":0,"iD":false,"id":114,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"moveFailed","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":"include","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"exclude","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":"false","unsettable":true,"transient":false,"unique":true,"name":"idempotent","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":"idempotentRepository","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":"inProgressRepository","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":"filter","changeable":true,"lowerBound":0,"iD":false,"id":121,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sorter","changeable":true,"lowerBound":0,"iD":false,"id":122,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sortBy","changeable":true,"lowerBound":0,"iD":false,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":"","volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"","unsettable":false,"transient":false,"unique":true,"name":"readLock","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":10000,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"10000","unsettable":true,"transient":false,"unique":true,"name":"readLockTimeout","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1000,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1000","unsettable":true,"transient":false,"unique":true,"name":"readLockCheckInterval","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":"exclusiveReadLockStrategy","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"processStrategy","changeable":true,"lowerBound":0,"iD":false,"id":128,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"startingDirectoryMustExist","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"false","unsettable":true,"transient":false,"unique":true,"name":"directoryMustExist","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":"doneFileName","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":"0","unsettable":true,"transient":false,"unique":true,"name":"maxMessagesPerPoll","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":1000,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"1000","unsettable":true,"transient":false,"unique":true,"name":"initialDelay","changeable":true,"lowerBound":0,"iD":false,"id":133,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":500,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"500","unsettable":true,"transient":false,"unique":true,"name":"delay","changeable":true,"lowerBound":0,"iD":false,"id":134,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"useFixedDelay","changeable":true,"lowerBound":0,"iD":false,"id":135,"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":"sendEmptyMessageWhenIdle","changeable":true,"lowerBound":0,"iD":false,"id":136,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"MILLISECONDS","unsettable":true,"transient":false,"unique":true,"name":"timeUnit","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fileExist","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":"tempPrefix","changeable":true,"lowerBound":0,"iD":false,"id":167,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tempFileName","changeable":true,"lowerBound":0,"iD":false,"id":168,"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":"keepLastModified","changeable":true,"lowerBound":0,"iD":false,"id":169,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":true,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"true","unsettable":true,"transient":false,"unique":true,"name":"eagerDeleteTargetFile","changeable":true,"lowerBound":0,"iD":false,"id":170,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"doneFileName","changeable":true,"lowerBound":0,"iD":false,"id":171,"derived":false},{"id":172,"eClass":"EGenericType"},{"id":173,"eClass":"EGenericType"},{"id":174,"eClass":"EGenericType"},{"id":175,"eClass":"EGenericType"},{"id":176,"eClass":"EGenericType"},{"id":177,"eClass":"EGenericType"},{"name":"NANOSECONDS","id":178,"value":0,"literal":"NANOSECONDS","eClass":"EEnumLiteral"},{"name":"MICROSECONDS","id":179,"value":1,"literal":"MICROSECONDS","eClass":"EEnumLiteral"},{"name":"MILLISECONDS","id":180,"value":2,"literal":"MILLISECONDS","eClass":"EEnumLiteral"},{"name":"SECONDS","id":181,"value":3,"literal":"SECONDS","eClass":"EEnumLiteral"},{"name":"MINUTES","id":182,"value":4,"literal":"MINUTES","eClass":"EEnumLiteral"},{"name":"HOURS","id":183,"value":5,"literal":"HOURS","eClass":"EEnumLiteral"},{"name":"DAYS","id":184,"value":6,"literal":"DAYS","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":13},{"source":13,"target":8},{"source":13,"target":14},{"source":13,"target":1},{"source":14,"target":8},{"source":2,"target":0},{"source":2,"target":15},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":15,"target":19},{"source":15,"target":2},{"source":16,"target":20},{"source":16,"target":2},{"source":17,"target":1},{"source":17,"target":21},{"source":17,"target":2},{"source":21,"target":1},{"source":3,"target":0},{"source":3,"target":7},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":3,"target":26},{"source":3,"target":27},{"source":3,"target":28},{"source":22,"target":29},{"source":22,"target":3},{"source":23,"target":30},{"source":23,"target":3},{"source":24,"target":31},{"source":24,"target":3},{"source":25,"target":32},{"source":25,"target":3},{"source":26,"target":9},{"source":26,"target":33},{"source":26,"target":3},{"source":33,"target":9},{"source":27,"target":10},{"source":27,"target":34},{"source":27,"target":3},{"source":34,"target":10},{"source":28,"target":7},{"source":4,"target":0},{"source":4,"target":3},{"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":41},{"source":35,"target":4},{"source":36,"target":42},{"source":36,"target":4},{"source":37,"target":43},{"source":37,"target":4},{"source":38,"target":44},{"source":38,"target":4},{"source":39,"target":45},{"source":39,"target":4},{"source":40,"target":3},{"source":5,"target":0},{"source":5,"target":7},{"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":46,"target":52},{"source":46,"target":5},{"source":47,"target":53},{"source":47,"target":5},{"source":48,"target":54},{"source":48,"target":5},{"source":49,"target":9},{"source":49,"target":55},{"source":49,"target":5},{"source":55,"target":9},{"source":50,"target":10},{"source":50,"target":56},{"source":50,"target":5},{"source":56,"target":10},{"source":51,"target":7},{"source":6,"target":0},{"source":6,"target":57},{"source":6,"target":58},{"source":6,"target":59},{"source":6,"target":60},{"source":6,"target":61},{"source":6,"target":62},{"source":57,"target":63},{"source":57,"target":6},{"source":58,"target":64},{"source":58,"target":6},{"source":59,"target":65},{"source":59,"target":6},{"source":60,"target":3},{"source":60,"target":66},{"source":60,"target":6},{"source":66,"target":3},{"source":61,"target":4},{"source":61,"target":67},{"source":61,"target":6},{"source":67,"target":4},{"source":62,"target":5},{"source":62,"target":68},{"source":62,"target":6},{"source":68,"target":5},{"source":7,"target":0},{"source":7,"target":2},{"source":7,"target":69},{"source":7,"target":70},{"source":7,"target":71},{"source":7,"target":72},{"source":7,"target":73},{"source":7,"target":74},{"source":7,"target":75},{"source":7,"target":76},{"source":7,"target":77},{"source":7,"target":78},{"source":7,"target":79},{"source":7,"target":80},{"source":7,"target":81},{"source":7,"target":82},{"source":7,"target":83},{"source":7,"target":84},{"source":7,"target":85},{"source":7,"target":86},{"source":7,"target":87},{"source":69,"target":88},{"source":69,"target":7},{"source":70,"target":89},{"source":70,"target":7},{"source":71,"target":90},{"source":71,"target":7},{"source":72,"target":91},{"source":72,"target":7},{"source":73,"target":92},{"source":73,"target":7},{"source":74,"target":93},{"source":74,"target":7},{"source":75,"target":94},{"source":75,"target":7},{"source":76,"target":95},{"source":76,"target":7},{"source":77,"target":96},{"source":77,"target":7},{"source":78,"target":97},{"source":78,"target":7},{"source":79,"target":98},{"source":79,"target":7},{"source":80,"target":99},{"source":80,"target":7},{"source":81,"target":100},{"source":81,"target":7},{"source":82,"target":101},{"source":82,"target":7},{"source":83,"target":102},{"source":83,"target":7},{"source":84,"target":103},{"source":84,"target":7},{"source":85,"target":104},{"source":85,"target":7},{"source":86,"target":105},{"source":86,"target":7},{"source":87,"target":2},{"source":8,"target":0},{"source":8,"target":106},{"source":8,"target":107},{"source":106,"target":108},{"source":106,"target":8},{"source":107,"target":109},{"source":107,"target":8},{"source":9,"target":0},{"source":9,"target":110},{"source":9,"target":111},{"source":9,"target":112},{"source":9,"target":113},{"source":9,"target":114},{"source":9,"target":115},{"source":9,"target":116},{"source":9,"target":117},{"source":9,"target":118},{"source":9,"target":119},{"source":9,"target":120},{"source":9,"target":121},{"source":9,"target":122},{"source":9,"target":123},{"source":9,"target":124},{"source":9,"target":125},{"source":9,"target":126},{"source":9,"target":127},{"source":9,"target":128},{"source":9,"target":129},{"source":9,"target":130},{"source":9,"target":131},{"source":9,"target":132},{"source":9,"target":133},{"source":9,"target":134},{"source":9,"target":135},{"source":9,"target":136},{"source":9,"target":137},{"source":110,"target":138},{"source":110,"target":9},{"source":111,"target":139},{"source":111,"target":9},{"source":112,"target":140},{"source":112,"target":9},{"source":113,"target":141},{"source":113,"target":9},{"source":114,"target":142},{"source":114,"target":9},{"source":115,"target":143},{"source":115,"target":9},{"source":116,"target":144},{"source":116,"target":9},{"source":117,"target":145},{"source":117,"target":9},{"source":118,"target":146},{"source":118,"target":9},{"source":119,"target":147},{"source":119,"target":9},{"source":120,"target":148},{"source":120,"target":9},{"source":121,"target":149},{"source":121,"target":9},{"source":122,"target":150},{"source":122,"target":9},{"source":123,"target":151},{"source":123,"target":9},{"source":124,"target":152},{"source":124,"target":9},{"source":125,"target":153},{"source":125,"target":9},{"source":126,"target":154},{"source":126,"target":9},{"source":127,"target":155},{"source":127,"target":9},{"source":128,"target":156},{"source":128,"target":9},{"source":129,"target":157},{"source":129,"target":9},{"source":130,"target":158},{"source":130,"target":9},{"source":131,"target":159},{"source":131,"target":9},{"source":132,"target":160},{"source":132,"target":9},{"source":133,"target":161},{"source":133,"target":9},{"source":134,"target":162},{"source":134,"target":9},{"source":135,"target":163},{"source":135,"target":9},{"source":136,"target":164},{"source":136,"target":9},{"source":137,"target":11},{"source":137,"target":165},{"source":137,"target":9},{"source":165,"target":11},{"source":10,"target":0},{"source":10,"target":166},{"source":10,"target":167},{"source":10,"target":168},{"source":10,"target":169},{"source":10,"target":170},{"source":10,"target":171},{"source":166,"target":172},{"source":166,"target":10},{"source":167,"target":173},{"source":167,"target":10},{"source":168,"target":174},{"source":168,"target":10},{"source":169,"target":175},{"source":169,"target":10},{"source":170,"target":176},{"source":170,"target":10},{"source":171,"target":177},{"source":171,"target":10},{"source":11,"target":0},{"source":11,"target":178},{"source":11,"target":179},{"source":11,"target":180},{"source":11,"target":181},{"source":11,"target":182},{"source":11,"target":183},{"source":11,"target":184},{"source":178,"target":11},{"source":179,"target":11},{"source":180,"target":11},{"source":181,"target":11},{"source":182,"target":11},{"source":183,"target":11},{"source":184,"target":11},{"source":12,"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:ecore="http://www.eclipse.org/emf/2002/Ecore" xmi:id="_root" name="root" nsURI="http://www.eclipse.org/emf/compare/conflicts/move/delete" nsPrefix="r"> <eSubpackages xmi:id="_packageA" name="packageA"> <eSubpackages xmi:id="_internalPackage" name="internalPackage"/> <eSubpackages xmi:id="_containerPackage" name="containerPackage"/> <eSubpackages xmi:id="_shouldNotBePresentAfterMerge" name="shouldNotBePresentAfterMerge"/> </eSubpackages> </ecore:EPackage>
github:ecore:/data/eclipse/emf.compare/plugins/org.eclipse.emf.compare.tests/src/org/eclipse/emf/compare/tests/merge/data/bug485266/data5/ancestor.ecore
ecore
root packageA internalPackage containerPackage shouldNotBePresentAfterMerge
null
{"directed":true,"nodes":[{"nsPrefix":"r","nsURI":"http://www.eclipse.org/emf/compare/conflicts/move/delete","name":"root","id":0,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"packageA","id":1,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"internalPackage","id":2,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"containerPackage","id":3,"eClass":"EPackage"},{"nsPrefix":null,"nsURI":null,"name":"shouldNotBePresentAfterMerge","id":4,"eClass":"EPackage"}],"links":[{"source":0,"target":1},{"source":1,"target":2},{"source":1,"target":3},{"source":1,"target":4},{"source":1,"target":0},{"source":2,"target":1},{"source":3,"target":1},{"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="dom" nsURI="http://www.openxma.org/dsl/dom/DomDsl" nsPrefix="dom"> <eClassifiers xsi:type="ecore:EClass" name="ComplexType" abstract="true" eSuperTypes="../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//ModelElement ../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//Type"> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//Attribute" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="allAttributes" upperBound="-1" eType="#//Attribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Service" eSuperTypes="../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//ModelElement #//Dependant"> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" unique="false" upperBound="-1" eType="#//Dependant"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//Operation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delegateOperations" upperBound="-1" eType="#//DelegateOperation" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dependant" abstract="true"/> <eClassifiers xsi:type="ecore:EClass" name="Property" eSuperTypes="../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//ReferenceableByXmadslVariable ../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//IDocumentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass ../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//SimpleType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Operation" eSuperTypes="#//DaoOperation ../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//IDocumentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameters" upperBound="-1" eType="#//Parameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="expression" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="delegate" eType="#//DelegateOperation" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Parameter" eSuperTypes="#//QueryParameter #//QueryParameterReference"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass ../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DelegateOperation" eSuperTypes="../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//IDocumentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="view" eType="#//DataView"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="repository" eType="#//Dao"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operation" eType="#//DaoOperation"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="crudOperationType" eType="#//CrudOperationType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="viewParameter" eType="#//DataView"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="filter" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DaoOperation"> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass ../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//Type"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ValueObject" eSuperTypes="#//ComplexType"/> <eClassifiers xsi:type="ecore:EClass" name="DataView" eSuperTypes="#//ComplexType"> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" eType="#//DataView"/> <eStructuralFeatures xsi:type="ecore:EReference" name="featureReferences" upperBound="-1" eType="#//FeatureReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FeatureReference" eSuperTypes="#//PresentableFeature ../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//IDocumentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="source" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="view" eType="#//DataView"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="all" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//AttributeProperty" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="target" eType="#//Attribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Mapper" eSuperTypes="../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//ComplexType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="biDirectional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toLeft" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toRight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//ComplexType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="propertyMappings" upperBound="-1" eType="#//PropertyMapping" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyMapping"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="biDirectional" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toLeft" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="toRight" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Entity" eSuperTypes="#//ComplexType #//Dependant"> <eStructuralFeatures xsi:type="ecore:EReference" name="superType" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributeGroups" upperBound="-1" eType="#//AttributeGroup" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditionsBlock" eType="ecore:EClass ../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//ConditionsBlock" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="repository" eType="#//Dao" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="key" eType="#//AttributeGroup" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sortOrders" upperBound="-1" eType="#//AttributeGroup" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="identifier" eType="#//Attribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="version" eType="#//Attribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredReferences" upperBound="-1" eType="#//Attribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="requiredAttributes" upperBound="-1" eType="#//Attribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Attribute" eSuperTypes="../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//ReferenceableByXmadslVariable #//QueryParameterReference #//PresentableFeature ../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//IDocumentable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="identifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="version" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="composition" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="type" eType="ecore:EClass ../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//DataTypeAndTypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="many" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="incrementerReference" eType="ecore:EClass ../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//IncrementerReference" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="defaultValue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="opposite" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributProperties" upperBound="-1" eType="#//AttributeProperty" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sortOrder" eType="#//AttributeGroup"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataType" eType="ecore:EClass ../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//Type" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oppositeReference" eType="#//Attribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="dataTypeName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedAttributeList" upperBound="-1" eType="#//Attribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reference" 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="readOnly" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="required" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" 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="transient" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeFlag" eSuperTypes="#//AttributeProperty"/> <eClassifiers xsi:type="ecore:EClass" name="ExpressionFlag" eSuperTypes="#//AttributeFlag"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass ../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//EqualityExpr" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RequiredFlag" eSuperTypes="#//ExpressionFlag"/> <eClassifiers xsi:type="ecore:EClass" name="ReadOnlyFlag" eSuperTypes="#//ExpressionFlag"/> <eClassifiers xsi:type="ecore:EClass" name="AvailableFlag" eSuperTypes="#//ExpressionFlag"/> <eClassifiers xsi:type="ecore:EClass" name="DerivedFlag" eSuperTypes="#//AttributeFlag"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass ../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//BoolLiteral" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TransientFlag" eSuperTypes="#//AttributeFlag"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="ecore:EClass ../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//BoolLiteral" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeProperty"/> <eClassifiers xsi:type="ecore:EClass" name="AttributeValidationProperty" eSuperTypes="#//AttributeProperty"> <eStructuralFeatures xsi:type="ecore:EReference" name="constraints" upperBound="-1" eType="ecore:EClass ../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//Constraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="format" eType="ecore:EClass ../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//ValidatorReference" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeTextProperty" eSuperTypes="#//AttributeProperty"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="labelText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tooltipText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unitText" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="unitAttribute" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="hstoreColumn" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeGroup" eSuperTypes="../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//IDocumentable"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="key" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="unique" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filter" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sortorder" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attributes" upperBound="-1" eType="#//AttributeSortOrder" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedAttributeList" upperBound="-1" eType="#//Attribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AttributeSortOrder"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="asc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="desc" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DaoFeature" abstract="true"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="#//Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Dao" eSuperTypes="../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//ModelElement #//Dependant"> <eStructuralFeatures xsi:type="ecore:EReference" name="entity" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tableName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="discriminator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="qualifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="operations" upperBound="-1" eType="#//Operation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="queryOperation" upperBound="-1" eType="#//QueryOperation" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="dataBaseConstraints" upperBound="-1" eType="#//DataBaseConstraint" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1" eType="#//Column" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="manyToOneAssociations" upperBound="-1" eType="#//ManyToOne" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oneToOneAssociations" upperBound="-1" eType="#//OneToOne" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="oneToManyAssociations" upperBound="-1" eType="#//OneToMany" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="manyToManyAssociations" upperBound="-1" eType="#//ManyToMany" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primaryKeyColumn" eType="#//Column" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="naturalKeyColumns" upperBound="-1" eType="#//Column" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="versionColumn" eType="#//Column" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="primaryKey" eType="#//DataBaseConstraint" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> <eStructuralFeatures xsi:type="ecore:EReference" name="naturalKey" eType="#//DataBaseConstraint" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryOperation" eSuperTypes="#//DaoOperation ../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//IDocumentable"> <eStructuralFeatures xsi:type="ecore:EReference" name="queryParameters" upperBound="-1" eType="#//QueryParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="statement" eType="#//QlStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="#//Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Column" eSuperTypes="#//DaoFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columnName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="userType" eType="ecore:EClass ../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//DataTypeAndTypeParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columnType" eType="ecore:EClass ../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1" eType="#//Column" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ManyToOne" eSuperTypes="#//DaoFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columnName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="userType" eType="ecore:EClass ../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//Type"/> <eStructuralFeatures xsi:type="ecore:EReference" name="sqlType" eType="ecore:EClass ../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//SqlType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1" eType="#//Column" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="derived" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean" changeable="false" volatile="true" transient="true" derived="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="OneToOne" eSuperTypes="#//DaoFeature"/> <eClassifiers xsi:type="ecore:EClass" name="OneToMany" eSuperTypes="#//DaoFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="columnName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="columns" upperBound="-1" eType="#//Column" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ManyToMany" eSuperTypes="#//DaoFeature"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="tableName" 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"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="inverse" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DataBaseConstraint"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//DataBaseConstraintType"/> <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" unique="false" upperBound="-1" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="resolvedAttributeList" upperBound="-1" eType="#//Attribute" changeable="false" volatile="true" transient="true" derived="true" resolveProxies="false"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CrudOperationType"> <eLiterals name="NULL" literal="NULL"/> <eLiterals name="CREATE" value="1" literal="create"/> <eLiterals name="READ" value="2" literal="read"/> <eLiterals name="UPDATE" value="3" literal="update"/> <eLiterals name="DELETE" value="4" literal="delete"/> <eLiterals name="ALL" value="5" literal="crud"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="DataBaseConstraintType"> <eLiterals name="NULL" literal="NULL"/> <eLiterals name="INDEX" value="1" literal="index"/> <eLiterals name="UNIQUE" value="2" literal="unique"/> <eLiterals name="NATURAL" value="3" literal="natural"/> <eLiterals name="PRIMARY" value="4" literal="primary"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ApplicationSession" eSuperTypes="../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//ModelElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Property" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="functions" upperBound="-1" eType="ecore:EClass ../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//Function" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="conditionsBlock" eType="ecore:EClass ../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//ConditionsBlock" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QlStatement"/> <eClassifiers xsi:type="ecore:EClass" name="CallableStatement" eSuperTypes="#//QlStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="functionCall" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="inParameter" upperBound="-1" eType="#//CallInputParameter" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="outParameter" upperBound="-1" eType="#//CallOutputParameter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CallInputParameter"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="#//QueryParameter"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="#//Attribute"/> <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="CallOutputParameter"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EReference" name="nestedAttribute" eType="#//Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InsertStatement" eSuperTypes="#//QlStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="entity" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="selectStatement" eType="#//SelectStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DeleteStatement" eSuperTypes="#//QlStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="entity" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="where" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UpdateStatement" eSuperTypes="#//QlStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="versioned" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entity" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="assignment" upperBound="-1" eType="#//PropertyAssignment" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="where" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PropertyAssignment"> <eStructuralFeatures xsi:type="ecore:EReference" name="property" eType="#//PropertyValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectStatement" eSuperTypes="#//QlStatement"> <eStructuralFeatures xsi:type="ecore:EReference" name="from" upperBound="-1" eType="#//FromRange" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="join" upperBound="-1" eType="#//Join" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="where" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groupBy" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="having" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="orderBy" upperBound="-1" eType="#//SortOrderElement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SortOrderElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="sortOrder" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectProperties" eSuperTypes="#//SelectStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distinct" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="properties" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectClass" eSuperTypes="#//SelectStatement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SelectObject" eSuperTypes="#//SelectStatement"> <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="FromRange"/> <eClassifiers xsi:type="ecore:EClass" name="FromClass" eSuperTypes="#//FromRange #//JoinEntity"> <eStructuralFeatures xsi:type="ecore:EReference" name="entity" eType="#//Entity"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="popertyFetch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InClass" eSuperTypes="#//FromRange"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="class" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InCollection" eSuperTypes="#//FromRange"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="path" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="alias" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InCollectionElements" eSuperTypes="#//FromRange"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="reference" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Join" eSuperTypes="#//JoinEntity"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="fetch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="entity" eType="#//JoinEntity"/> <eStructuralFeatures xsi:type="ecore:EReference" name="reference" eType="#//Attribute"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="propertyFetch" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="JoinEntity"> <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="Expression"/> <eClassifiers xsi:type="ecore:EClass" name="PropertyValue" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="segments" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="index" upperBound="-1" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="classProperty" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FunctionCall" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="function" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="arguments" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="TrimFunction" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="function" 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:EReference" name="character" eType="#//StringLiteralValue" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CastFunction" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="function" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="from" eType="#//Expression" 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="AggregateFunction" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="function" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="aggregateExpression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="all" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="distinct" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="from" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="collection" eType="#//CollectionFunction" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QueryParameterReference"/> <eClassifiers xsi:type="ecore:EClass" name="QueryParameterValue" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="parameter" eType="#//QueryParameterReference"/> <eStructuralFeatures xsi:type="ecore:EReference" name="attribute" eType="#//Attribute"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="QuantifiedExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="quantifier" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" 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="CaseExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="whenClause" upperBound="-1" eType="#//WhenClause" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="elseExpression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="altWhenClause" upperBound="-1" eType="#//AltWhenClause" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="WhenClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="whenExpression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AltWhenClause"> <eStructuralFeatures xsi:type="ecore:EReference" name="whenExpression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="thenExpression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CollectionFunction" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="function" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="property" eType="#//PropertyValue" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="SubQuery" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="queries" upperBound="-1" eType="#//SelectStatement" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ParenthesizedExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expressions" upperBound="-1" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LiteralValue" eSuperTypes="#//Expression"/> <eClassifiers xsi:type="ecore:EClass" name="StringLiteralValue" eSuperTypes="#//LiteralValue"> <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="IntegerLiteralValue" eSuperTypes="#//LiteralValue"> <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="RealLiteralValue" eSuperTypes="#//LiteralValue"> <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="BooleanLiteralValue" eSuperTypes="#//LiteralValue"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="isTrue" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NullLiteralValue" eSuperTypes="#//LiteralValue"/> <eClassifiers xsi:type="ecore:EClass" name="EmptyLiteralValue" eSuperTypes="#//LiteralValue"/> <eClassifiers xsi:type="ecore:EClass" name="IElementWithNoName" eSuperTypes="../../../../../../org.openxma.dsl.core/src/org/openxma/dsl/core/CoreDsl.ecore#//ReferenceableByXmadslVariable #//QueryParameterReference"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="noName" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="PresentableFeature" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="AliasedExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" 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="BinaryExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NotExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="not" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="in" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="BetweenExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="not" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="left" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="right" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="LikeExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="not" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="like" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="escape" eType="#//Expression" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MemberOfExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="not" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="memberOf" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="UnaryExpression" eSuperTypes="#//Expression"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="operator" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="expression" eType="#//Expression" containment="true"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/MDEGroup/QMM-COMLAN-data/validation-subjects/metamodels/DomDsl.ecore
ecore
dom ComplexType attributes allAttributes Service dependencies operations delegateOperations Dependant Property type name defaultValue Operation parameters expression delegate Parameter type many name DelegateOperation view many repository operation crudOperationType viewParameter name filter DaoOperation type many name ValueObject DataView superType featureReferences FeatureReference source attribute view all properties target Mapper left biDirectional toLeft toRight right propertyMappings PropertyMapping left biDirectional toLeft toRight right Entity superType attributeGroups conditionsBlock repository key sortOrders identifier version requiredReferences requiredAttributes Attribute identifier version composition type many incrementerReference defaultValue opposite attributProperties sortOrder dataType oppositeReference dataTypeName resolvedAttributeList reference readOnly required derived transient AttributeFlag ExpressionFlag expression RequiredFlag ReadOnlyFlag AvailableFlag DerivedFlag expression TransientFlag expression AttributeProperty AttributeValidationProperty constraints format AttributeTextProperty labelText tooltipText unitText unitAttribute hstoreColumn AttributeGroup key unique filter sortorder name attributes resolvedAttributeList AttributeSortOrder attribute asc desc DaoFeature attribute Dao entity tableName discriminator qualifier operations queryOperation dataBaseConstraints columns manyToOneAssociations oneToOneAssociations oneToManyAssociations manyToManyAssociations primaryKeyColumn naturalKeyColumns versionColumn primaryKey naturalKey QueryOperation queryParameters statement QueryParameter attribute Column columnName userType columnType columns ManyToOne columnName userType sqlType columns derived OneToOne OneToMany columnName columns ManyToMany tableName columnName inverse DataBaseConstraint type name attributes resolvedAttributeList CrudOperationType NULL NULL CREATE create READ read UPDATE update DELETE delete ALL crud DataBaseConstraintType NULL NULL INDEX index UNIQUE unique NATURAL natural PRIMARY primary ApplicationSession properties functions conditionsBlock QlStatement CallableStatement functionCall name inParameter outParameter CallInputParameter parameter attribute name CallOutputParameter name attribute nestedAttribute InsertStatement entity expression selectStatement DeleteStatement entity name where UpdateStatement versioned entity name assignment where PropertyAssignment property expression SelectStatement from join where groupBy having orderBy SortOrderElement expression sortOrder SelectProperties distinct properties SelectClass class arguments SelectObject name FromRange FromClass entity popertyFetch InClass name class InCollection path alias InCollectionElements name reference Join type fetch entity reference propertyFetch expression JoinEntity name Expression PropertyValue name segments index classProperty FunctionCall function arguments TrimFunction function mode character from CastFunction function from name AggregateFunction function aggregateExpression all distinct from collection QueryParameterReference QueryParameterValue parameter attribute QuantifiedExpression quantifier expression name CaseExpression whenClause elseExpression expression altWhenClause WhenClause whenExpression thenExpression AltWhenClause whenExpression thenExpression CollectionFunction function property SubQuery queries ParenthesizedExpression expressions LiteralValue StringLiteralValue value IntegerLiteralValue value RealLiteralValue value BooleanLiteralValue isTrue NullLiteralValue EmptyLiteralValue IElementWithNoName noName PresentableFeature name AliasedExpression expression name BinaryExpression left operator right NotExpression expression InExpression expression not operator in BetweenExpression expression not operator left right LikeExpression expression not operator like escape MemberOfExpression expression not operator memberOf UnaryExpression operator expression
null
{"directed":true,"nodes":[{"nsPrefix":"dom","nsURI":"http://www.openxma.org/dsl/dom/DomDsl","name":"dom","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ComplexType","instanceClass":null,"abstract":true,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Service","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dependant","instanceClass":null,"abstract":true,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Property","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Operation","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":"DelegateOperation","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DaoOperation","instanceClass":null,"abstract":false,"id":8,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ValueObject","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataView","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FeatureReference","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Mapper","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyMapping","instanceClass":null,"abstract":false,"id":13,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Entity","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Attribute","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeFlag","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ExpressionFlag","instanceClass":null,"abstract":false,"id":17,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RequiredFlag","instanceClass":null,"abstract":false,"id":18,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ReadOnlyFlag","instanceClass":null,"abstract":false,"id":19,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AvailableFlag","instanceClass":null,"abstract":false,"id":20,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DerivedFlag","instanceClass":null,"abstract":false,"id":21,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TransientFlag","instanceClass":null,"abstract":false,"id":22,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeProperty","instanceClass":null,"abstract":false,"id":23,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeValidationProperty","instanceClass":null,"abstract":false,"id":24,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeTextProperty","instanceClass":null,"abstract":false,"id":25,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeGroup","instanceClass":null,"abstract":false,"id":26,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AttributeSortOrder","instanceClass":null,"abstract":false,"id":27,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DaoFeature","instanceClass":null,"abstract":true,"id":28,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Dao","instanceClass":null,"abstract":false,"id":29,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryOperation","instanceClass":null,"abstract":false,"id":30,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryParameter","instanceClass":null,"abstract":false,"id":31,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Column","instanceClass":null,"abstract":false,"id":32,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManyToOne","instanceClass":null,"abstract":false,"id":33,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OneToOne","instanceClass":null,"abstract":false,"id":34,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"OneToMany","instanceClass":null,"abstract":false,"id":35,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ManyToMany","instanceClass":null,"abstract":false,"id":36,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DataBaseConstraint","instanceClass":null,"abstract":false,"id":37,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CrudOperationType","instanceClass":null,"id":38,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"DataBaseConstraintType","instanceClass":null,"id":39,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ApplicationSession","instanceClass":null,"abstract":false,"id":40,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QlStatement","instanceClass":null,"abstract":false,"id":41,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallableStatement","instanceClass":null,"abstract":false,"id":42,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallInputParameter","instanceClass":null,"abstract":false,"id":43,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CallOutputParameter","instanceClass":null,"abstract":false,"id":44,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InsertStatement","instanceClass":null,"abstract":false,"id":45,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DeleteStatement","instanceClass":null,"abstract":false,"id":46,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UpdateStatement","instanceClass":null,"abstract":false,"id":47,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyAssignment","instanceClass":null,"abstract":false,"id":48,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectStatement","instanceClass":null,"abstract":false,"id":49,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SortOrderElement","instanceClass":null,"abstract":false,"id":50,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectProperties","instanceClass":null,"abstract":false,"id":51,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectClass","instanceClass":null,"abstract":false,"id":52,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SelectObject","instanceClass":null,"abstract":false,"id":53,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromRange","instanceClass":null,"abstract":false,"id":54,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FromClass","instanceClass":null,"abstract":false,"id":55,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InClass","instanceClass":null,"abstract":false,"id":56,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InCollection","instanceClass":null,"abstract":false,"id":57,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InCollectionElements","instanceClass":null,"abstract":false,"id":58,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Join","instanceClass":null,"abstract":false,"id":59,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"JoinEntity","instanceClass":null,"abstract":false,"id":60,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Expression","instanceClass":null,"abstract":false,"id":61,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PropertyValue","instanceClass":null,"abstract":false,"id":62,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FunctionCall","instanceClass":null,"abstract":false,"id":63,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"TrimFunction","instanceClass":null,"abstract":false,"id":64,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CastFunction","instanceClass":null,"abstract":false,"id":65,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AggregateFunction","instanceClass":null,"abstract":false,"id":66,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryParameterReference","instanceClass":null,"abstract":false,"id":67,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QueryParameterValue","instanceClass":null,"abstract":false,"id":68,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"QuantifiedExpression","instanceClass":null,"abstract":false,"id":69,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CaseExpression","instanceClass":null,"abstract":false,"id":70,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"WhenClause","instanceClass":null,"abstract":false,"id":71,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AltWhenClause","instanceClass":null,"abstract":false,"id":72,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CollectionFunction","instanceClass":null,"abstract":false,"id":73,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"SubQuery","instanceClass":null,"abstract":false,"id":74,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ParenthesizedExpression","instanceClass":null,"abstract":false,"id":75,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LiteralValue","instanceClass":null,"abstract":false,"id":76,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"StringLiteralValue","instanceClass":null,"abstract":false,"id":77,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IntegerLiteralValue","instanceClass":null,"abstract":false,"id":78,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RealLiteralValue","instanceClass":null,"abstract":false,"id":79,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BooleanLiteralValue","instanceClass":null,"abstract":false,"id":80,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NullLiteralValue","instanceClass":null,"abstract":false,"id":81,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"EmptyLiteralValue","instanceClass":null,"abstract":false,"id":82,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"IElementWithNoName","instanceClass":null,"abstract":false,"id":83,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"PresentableFeature","instanceClass":null,"abstract":true,"id":84,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AliasedExpression","instanceClass":null,"abstract":false,"id":85,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BinaryExpression","instanceClass":null,"abstract":false,"id":86,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NotExpression","instanceClass":null,"abstract":false,"id":87,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InExpression","instanceClass":null,"abstract":false,"id":88,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BetweenExpression","instanceClass":null,"abstract":false,"id":89,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"LikeExpression","instanceClass":null,"abstract":false,"id":90,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MemberOfExpression","instanceClass":null,"abstract":false,"id":91,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"UnaryExpression","instanceClass":null,"abstract":false,"id":92,"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":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":93,"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":"allAttributes","changeable":false,"resolveProxies":false,"lowerBound":0,"id":94,"derived":true},{"id":95,"eClass":"EGenericType"},{"id":96,"eClass":"EGenericType"},{"id":97,"eClass":"EGenericType"},{"id":98,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"dependencies","changeable":true,"resolveProxies":true,"lowerBound":0,"id":99,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","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":"delegateOperations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":101,"derived":false},{"id":102,"eClass":"EGenericType"},{"id":103,"eClass":"EGenericType"},{"id":104,"eClass":"EGenericType"},{"id":105,"eClass":"EGenericType"},{"id":106,"eClass":"EGenericType"},{"container":false,"ordered":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":107,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":108,"derived":false},{"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":109,"derived":false},{"id":110,"eClass":"EGenericType"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parameters","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"expression","changeable":true,"lowerBound":0,"iD":false,"id":116,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"delegate","changeable":false,"resolveProxies":false,"lowerBound":0,"id":117,"derived":true},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":123,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"many","changeable":true,"lowerBound":0,"iD":false,"id":124,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":125,"derived":false},{"id":126,"eClass":"EGenericType"},{"id":127,"eClass":"EGenericType"},{"id":128,"eClass":"EGenericType"},{"id":129,"eClass":"EGenericType"},{"id":130,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"view","changeable":true,"resolveProxies":true,"lowerBound":0,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"many","changeable":true,"lowerBound":0,"iD":false,"id":132,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"repository","changeable":true,"resolveProxies":true,"lowerBound":0,"id":133,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"operation","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"crudOperationType","changeable":true,"lowerBound":0,"iD":false,"id":135,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"viewParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":136,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":137,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":138,"derived":false},{"id":139,"eClass":"EGenericType"},{"id":140,"eClass":"EGenericType"},{"id":141,"eClass":"EGenericType"},{"id":142,"eClass":"EGenericType"},{"id":143,"eClass":"EGenericType"},{"id":144,"eClass":"EGenericType"},{"id":145,"eClass":"EGenericType"},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":148,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"many","changeable":true,"lowerBound":0,"iD":false,"id":149,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":150,"derived":false},{"id":151,"eClass":"EGenericType"},{"id":152,"eClass":"EGenericType"},{"id":153,"eClass":"EGenericType"},{"id":154,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":155,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"featureReferences","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":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"source","changeable":true,"resolveProxies":true,"lowerBound":0,"id":160,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":161,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"view","changeable":true,"resolveProxies":true,"lowerBound":0,"id":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"all","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":164,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"target","changeable":false,"resolveProxies":false,"lowerBound":0,"id":165,"derived":true},{"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"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":174,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"biDirectional","changeable":true,"lowerBound":0,"iD":false,"id":175,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toLeft","changeable":true,"lowerBound":0,"iD":false,"id":176,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toRight","changeable":true,"lowerBound":0,"iD":false,"id":177,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":178,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"propertyMappings","changeable":true,"resolveProxies":true,"lowerBound":0,"id":179,"derived":false},{"id":180,"eClass":"EGenericType"},{"id":181,"eClass":"EGenericType"},{"id":182,"eClass":"EGenericType"},{"id":183,"eClass":"EGenericType"},{"id":184,"eClass":"EGenericType"},{"id":185,"eClass":"EGenericType"},{"id":186,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":187,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"biDirectional","changeable":true,"lowerBound":0,"iD":false,"id":188,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toLeft","changeable":true,"lowerBound":0,"iD":false,"id":189,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"toRight","changeable":true,"lowerBound":0,"iD":false,"id":190,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":191,"derived":false},{"id":192,"eClass":"EGenericType"},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"id":196,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"superType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":197,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributeGroups","changeable":true,"resolveProxies":true,"lowerBound":0,"id":198,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionsBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":199,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"repository","changeable":false,"resolveProxies":false,"lowerBound":0,"id":200,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"key","changeable":false,"resolveProxies":false,"lowerBound":0,"id":201,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"sortOrders","changeable":false,"resolveProxies":false,"lowerBound":0,"id":202,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"identifier","changeable":false,"resolveProxies":false,"lowerBound":0,"id":203,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"version","changeable":false,"resolveProxies":false,"lowerBound":0,"id":204,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"requiredReferences","changeable":false,"resolveProxies":false,"lowerBound":0,"id":205,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"requiredAttributes","changeable":false,"resolveProxies":false,"lowerBound":0,"id":206,"derived":true},{"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":false,"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":219,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"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":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":"composition","changeable":true,"lowerBound":0,"iD":false,"id":221,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"type","changeable":true,"resolveProxies":true,"lowerBound":0,"id":222,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"many","changeable":true,"lowerBound":0,"iD":false,"id":223,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"incrementerReference","changeable":true,"resolveProxies":true,"lowerBound":0,"id":224,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"defaultValue","changeable":true,"lowerBound":0,"iD":false,"id":225,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"opposite","changeable":true,"resolveProxies":true,"lowerBound":0,"id":226,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributProperties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":227,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sortOrder","changeable":true,"resolveProxies":true,"lowerBound":0,"id":228,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"dataType","changeable":true,"resolveProxies":false,"lowerBound":0,"id":229,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"oppositeReference","changeable":false,"resolveProxies":false,"lowerBound":0,"id":230,"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":"dataTypeName","changeable":false,"lowerBound":0,"iD":false,"id":231,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"resolvedAttributeList","changeable":false,"resolveProxies":false,"lowerBound":0,"id":232,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"reference","changeable":false,"lowerBound":0,"iD":false,"id":233,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"readOnly","changeable":false,"lowerBound":0,"iD":false,"id":234,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"required","changeable":false,"lowerBound":0,"iD":false,"id":235,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"derived","changeable":false,"lowerBound":0,"iD":false,"id":236,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":true,"name":"transient","changeable":false,"lowerBound":0,"iD":false,"id":237,"derived":true},{"id":238,"eClass":"EGenericType"},{"id":239,"eClass":"EGenericType"},{"id":240,"eClass":"EGenericType"},{"id":241,"eClass":"EGenericType"},{"id":242,"eClass":"EGenericType"},{"id":243,"eClass":"EGenericType"},{"id":244,"eClass":"EGenericType"},{"id":245,"eClass":"EGenericType"},{"id":246,"eClass":"EGenericType"},{"id":247,"eClass":"EGenericType"},{"id":248,"eClass":"EGenericType"},{"id":249,"eClass":"EGenericType"},{"id":250,"eClass":"EGenericType"},{"id":251,"eClass":"EGenericType"},{"id":252,"eClass":"EGenericType"},{"id":253,"eClass":"EGenericType"},{"id":254,"eClass":"EGenericType"},{"id":255,"eClass":"EGenericType"},{"id":256,"eClass":"EGenericType"},{"id":257,"eClass":"EGenericType"},{"id":258,"eClass":"EGenericType"},{"id":259,"eClass":"EGenericType"},{"id":260,"eClass":"EGenericType"},{"id":261,"eClass":"EGenericType"},{"container":false,"ordered":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":262,"derived":false},{"id":263,"eClass":"EGenericType"},{"id":264,"eClass":"EGenericType"},{"id":265,"eClass":"EGenericType"},{"id":266,"eClass":"EGenericType"},{"id":267,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":268,"derived":false},{"id":269,"eClass":"EGenericType"},{"id":270,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":271,"derived":false},{"id":272,"eClass":"EGenericType"},{"id":273,"eClass":"EGenericType"},{"container":false,"ordered":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":274,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"format","changeable":true,"resolveProxies":true,"lowerBound":0,"id":275,"derived":false},{"id":276,"eClass":"EGenericType"},{"id":277,"eClass":"EGenericType"},{"id":278,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"labelText","changeable":true,"lowerBound":0,"iD":false,"id":279,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"tooltipText","changeable":true,"lowerBound":0,"iD":false,"id":280,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unitText","changeable":true,"lowerBound":0,"iD":false,"id":281,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"unitAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":282,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"hstoreColumn","changeable":true,"lowerBound":0,"iD":false,"id":283,"derived":false},{"id":284,"eClass":"EGenericType"},{"id":285,"eClass":"EGenericType"},{"id":286,"eClass":"EGenericType"},{"id":287,"eClass":"EGenericType"},{"id":288,"eClass":"EGenericType"},{"id":289,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"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":290,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"unique","changeable":true,"lowerBound":0,"iD":false,"id":291,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"filter","changeable":true,"lowerBound":0,"iD":false,"id":292,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sortorder","changeable":true,"lowerBound":0,"iD":false,"id":293,"derived":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":294,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":295,"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":"resolvedAttributeList","changeable":false,"resolveProxies":false,"lowerBound":0,"id":296,"derived":true},{"id":297,"eClass":"EGenericType"},{"id":298,"eClass":"EGenericType"},{"id":299,"eClass":"EGenericType"},{"id":300,"eClass":"EGenericType"},{"id":301,"eClass":"EGenericType"},{"id":302,"eClass":"EGenericType"},{"id":303,"eClass":"EGenericType"},{"id":304,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":305,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"asc","changeable":true,"lowerBound":0,"iD":false,"id":306,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"desc","changeable":true,"lowerBound":0,"iD":false,"id":307,"derived":false},{"id":308,"eClass":"EGenericType"},{"id":309,"eClass":"EGenericType"},{"id":310,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":311,"derived":false},{"id":312,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":313,"derived":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":314,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"discriminator","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":false,"transient":false,"unique":true,"name":"qualifier","changeable":true,"lowerBound":0,"iD":false,"id":316,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"operations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":317,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"queryOperation","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":"dataBaseConstraints","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":"columns","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":"manyToOneAssociations","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":"oneToOneAssociations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":322,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"oneToManyAssociations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":323,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"manyToManyAssociations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":324,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"primaryKeyColumn","changeable":false,"resolveProxies":false,"lowerBound":0,"id":325,"derived":true},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":true,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"naturalKeyColumns","changeable":false,"resolveProxies":false,"lowerBound":0,"id":326,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"versionColumn","changeable":false,"resolveProxies":false,"lowerBound":0,"id":327,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"primaryKey","changeable":false,"resolveProxies":false,"lowerBound":0,"id":328,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"naturalKey","changeable":false,"resolveProxies":false,"lowerBound":0,"id":329,"derived":true},{"id":330,"eClass":"EGenericType"},{"id":331,"eClass":"EGenericType"},{"id":332,"eClass":"EGenericType"},{"id":333,"eClass":"EGenericType"},{"id":334,"eClass":"EGenericType"},{"id":335,"eClass":"EGenericType"},{"id":336,"eClass":"EGenericType"},{"id":337,"eClass":"EGenericType"},{"id":338,"eClass":"EGenericType"},{"id":339,"eClass":"EGenericType"},{"id":340,"eClass":"EGenericType"},{"id":341,"eClass":"EGenericType"},{"id":342,"eClass":"EGenericType"},{"id":343,"eClass":"EGenericType"},{"id":344,"eClass":"EGenericType"},{"id":345,"eClass":"EGenericType"},{"id":346,"eClass":"EGenericType"},{"id":347,"eClass":"EGenericType"},{"id":348,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"queryParameters","changeable":true,"resolveProxies":true,"lowerBound":0,"id":349,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"statement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":350,"derived":false},{"id":351,"eClass":"EGenericType"},{"id":352,"eClass":"EGenericType"},{"id":353,"eClass":"EGenericType"},{"id":354,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":355,"derived":false},{"id":356,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columnName","changeable":true,"lowerBound":0,"iD":false,"id":357,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"userType","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":false,"unsettable":false,"transient":false,"unique":true,"name":"columnType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":359,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":360,"derived":false},{"id":361,"eClass":"EGenericType"},{"id":362,"eClass":"EGenericType"},{"id":363,"eClass":"EGenericType"},{"id":364,"eClass":"EGenericType"},{"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":"columnName","changeable":true,"lowerBound":0,"iD":false,"id":366,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"userType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":367,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"sqlType","changeable":true,"resolveProxies":true,"lowerBound":0,"id":368,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":369,"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":"derived","changeable":false,"lowerBound":0,"iD":false,"id":370,"derived":true},{"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"},{"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":378,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"columns","changeable":true,"resolveProxies":true,"lowerBound":0,"id":379,"derived":false},{"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":"tableName","changeable":true,"lowerBound":0,"iD":false,"id":383,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"columnName","changeable":true,"lowerBound":0,"iD":false,"id":384,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"inverse","changeable":true,"lowerBound":0,"iD":false,"id":385,"derived":false},{"id":386,"eClass":"EGenericType"},{"id":387,"eClass":"EGenericType"},{"id":388,"eClass":"EGenericType"},{"id":389,"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":390,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":391,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":false,"name":"attributes","changeable":true,"resolveProxies":true,"lowerBound":0,"id":392,"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":"resolvedAttributeList","changeable":false,"resolveProxies":false,"lowerBound":0,"id":393,"derived":true},{"id":394,"eClass":"EGenericType"},{"id":395,"eClass":"EGenericType"},{"id":396,"eClass":"EGenericType"},{"id":397,"eClass":"EGenericType"},{"name":"NULL","id":398,"value":0,"literal":"NULL","eClass":"EEnumLiteral"},{"name":"CREATE","id":399,"value":1,"literal":"create","eClass":"EEnumLiteral"},{"name":"READ","id":400,"value":2,"literal":"read","eClass":"EEnumLiteral"},{"name":"UPDATE","id":401,"value":3,"literal":"update","eClass":"EEnumLiteral"},{"name":"DELETE","id":402,"value":4,"literal":"delete","eClass":"EEnumLiteral"},{"name":"ALL","id":403,"value":5,"literal":"crud","eClass":"EEnumLiteral"},{"name":"NULL","id":404,"value":0,"literal":"NULL","eClass":"EEnumLiteral"},{"name":"INDEX","id":405,"value":1,"literal":"index","eClass":"EEnumLiteral"},{"name":"UNIQUE","id":406,"value":2,"literal":"unique","eClass":"EEnumLiteral"},{"name":"NATURAL","id":407,"value":3,"literal":"natural","eClass":"EEnumLiteral"},{"name":"PRIMARY","id":408,"value":4,"literal":"primary","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":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":409,"derived":false},{"container":false,"ordered":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":410,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"conditionsBlock","changeable":true,"resolveProxies":true,"lowerBound":0,"id":411,"derived":false},{"id":412,"eClass":"EGenericType"},{"id":413,"eClass":"EGenericType"},{"id":414,"eClass":"EGenericType"},{"id":415,"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":"functionCall","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":"name","changeable":true,"lowerBound":0,"iD":false,"id":417,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"inParameter","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":"outParameter","changeable":true,"resolveProxies":true,"lowerBound":0,"id":419,"derived":false},{"id":420,"eClass":"EGenericType"},{"id":421,"eClass":"EGenericType"},{"id":422,"eClass":"EGenericType"},{"id":423,"eClass":"EGenericType"},{"id":424,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"parameter","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":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":426,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":427,"derived":false},{"id":428,"eClass":"EGenericType"},{"id":429,"eClass":"EGenericType"},{"id":430,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":431,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":432,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"nestedAttribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":433,"derived":false},{"id":434,"eClass":"EGenericType"},{"id":435,"eClass":"EGenericType"},{"id":436,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":438,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"selectStatement","changeable":true,"resolveProxies":true,"lowerBound":0,"id":439,"derived":false},{"id":440,"eClass":"EGenericType"},{"id":441,"eClass":"EGenericType"},{"id":442,"eClass":"EGenericType"},{"id":443,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":444,"derived":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":445,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"where","changeable":true,"resolveProxies":true,"lowerBound":0,"id":446,"derived":false},{"id":447,"eClass":"EGenericType"},{"id":448,"eClass":"EGenericType"},{"id":449,"eClass":"EGenericType"},{"id":450,"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":"versioned","changeable":true,"lowerBound":0,"iD":false,"id":451,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":452,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":453,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"assignment","changeable":true,"resolveProxies":true,"lowerBound":0,"id":454,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"where","changeable":true,"resolveProxies":true,"lowerBound":0,"id":455,"derived":false},{"id":456,"eClass":"EGenericType"},{"id":457,"eClass":"EGenericType"},{"id":458,"eClass":"EGenericType"},{"id":459,"eClass":"EGenericType"},{"id":460,"eClass":"EGenericType"},{"id":461,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":462,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":463,"derived":false},{"id":464,"eClass":"EGenericType"},{"id":465,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"resolveProxies":true,"lowerBound":0,"id":466,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"join","changeable":true,"resolveProxies":true,"lowerBound":0,"id":467,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"where","changeable":true,"resolveProxies":true,"lowerBound":0,"id":468,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groupBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":469,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"having","changeable":true,"resolveProxies":true,"lowerBound":0,"id":470,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"orderBy","changeable":true,"resolveProxies":true,"lowerBound":0,"id":471,"derived":false},{"id":472,"eClass":"EGenericType"},{"id":473,"eClass":"EGenericType"},{"id":474,"eClass":"EGenericType"},{"id":475,"eClass":"EGenericType"},{"id":476,"eClass":"EGenericType"},{"id":477,"eClass":"EGenericType"},{"id":478,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":479,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"sortOrder","changeable":true,"lowerBound":0,"iD":false,"id":480,"derived":false},{"id":481,"eClass":"EGenericType"},{"id":482,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"distinct","changeable":true,"lowerBound":0,"iD":false,"id":483,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"properties","changeable":true,"resolveProxies":true,"lowerBound":0,"id":484,"derived":false},{"id":485,"eClass":"EGenericType"},{"id":486,"eClass":"EGenericType"},{"id":487,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":488,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"arguments","changeable":true,"resolveProxies":true,"lowerBound":0,"id":489,"derived":false},{"id":490,"eClass":"EGenericType"},{"id":491,"eClass":"EGenericType"},{"id":492,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":493,"derived":false},{"id":494,"eClass":"EGenericType"},{"id":495,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":496,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"popertyFetch","changeable":true,"lowerBound":0,"iD":false,"id":497,"derived":false},{"id":498,"eClass":"EGenericType"},{"id":499,"eClass":"EGenericType"},{"id":500,"eClass":"EGenericType"},{"id":501,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":502,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"class","changeable":true,"lowerBound":0,"iD":false,"id":503,"derived":false},{"id":504,"eClass":"EGenericType"},{"id":505,"eClass":"EGenericType"},{"id":506,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"path","changeable":true,"lowerBound":0,"iD":false,"id":507,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"alias","changeable":true,"lowerBound":0,"iD":false,"id":508,"derived":false},{"id":509,"eClass":"EGenericType"},{"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},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"reference","changeable":true,"lowerBound":0,"iD":false,"id":513,"derived":false},{"id":514,"eClass":"EGenericType"},{"id":515,"eClass":"EGenericType"},{"id":516,"eClass":"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":517,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"fetch","changeable":true,"lowerBound":0,"iD":false,"id":518,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"entity","changeable":true,"resolveProxies":true,"lowerBound":0,"id":519,"derived":false},{"container":false,"ordered":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":520,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"propertyFetch","changeable":true,"lowerBound":0,"iD":false,"id":521,"derived":false},{"container":false,"ordered":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":522,"derived":false},{"id":523,"eClass":"EGenericType"},{"id":524,"eClass":"EGenericType"},{"id":525,"eClass":"EGenericType"},{"id":526,"eClass":"EGenericType"},{"id":527,"eClass":"EGenericType"},{"id":528,"eClass":"EGenericType"},{"id":529,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":530,"derived":false},{"id":531,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":532,"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":"segments","changeable":true,"lowerBound":0,"iD":false,"id":533,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"index","changeable":true,"resolveProxies":true,"lowerBound":0,"id":534,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"classProperty","changeable":true,"lowerBound":0,"iD":false,"id":535,"derived":false},{"id":536,"eClass":"EGenericType"},{"id":537,"eClass":"EGenericType"},{"id":538,"eClass":"EGenericType"},{"id":539,"eClass":"EGenericType"},{"id":540,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"lowerBound":0,"iD":false,"id":541,"derived":false},{"container":false,"ordered":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":542,"derived":false},{"id":543,"eClass":"EGenericType"},{"id":544,"eClass":"EGenericType"},{"id":545,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"lowerBound":0,"iD":false,"id":546,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mode","changeable":true,"lowerBound":0,"iD":false,"id":547,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"character","changeable":true,"resolveProxies":true,"lowerBound":0,"id":548,"derived":false},{"container":false,"ordered":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":549,"derived":false},{"id":550,"eClass":"EGenericType"},{"id":551,"eClass":"EGenericType"},{"id":552,"eClass":"EGenericType"},{"id":553,"eClass":"EGenericType"},{"id":554,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"lowerBound":0,"iD":false,"id":555,"derived":false},{"container":false,"ordered":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":556,"derived":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":557,"derived":false},{"id":558,"eClass":"EGenericType"},{"id":559,"eClass":"EGenericType"},{"id":560,"eClass":"EGenericType"},{"id":561,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"lowerBound":0,"iD":false,"id":562,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"aggregateExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":563,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"all","changeable":true,"lowerBound":0,"iD":false,"id":564,"derived":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":565,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"from","changeable":true,"lowerBound":0,"iD":false,"id":566,"derived":false},{"container":false,"ordered":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":567,"derived":false},{"id":568,"eClass":"EGenericType"},{"id":569,"eClass":"EGenericType"},{"id":570,"eClass":"EGenericType"},{"id":571,"eClass":"EGenericType"},{"id":572,"eClass":"EGenericType"},{"id":573,"eClass":"EGenericType"},{"id":574,"eClass":"EGenericType"},{"container":false,"ordered":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":575,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"attribute","changeable":true,"resolveProxies":true,"lowerBound":0,"id":576,"derived":false},{"id":577,"eClass":"EGenericType"},{"id":578,"eClass":"EGenericType"},{"id":579,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"quantifier","changeable":true,"lowerBound":0,"iD":false,"id":580,"derived":false},{"container":false,"ordered":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":581,"derived":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":582,"derived":false},{"id":583,"eClass":"EGenericType"},{"id":584,"eClass":"EGenericType"},{"id":585,"eClass":"EGenericType"},{"id":586,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whenClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":587,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"elseExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"expression","changeable":true,"resolveProxies":true,"lowerBound":0,"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":"altWhenClause","changeable":true,"resolveProxies":true,"lowerBound":0,"id":590,"derived":false},{"id":591,"eClass":"EGenericType"},{"id":592,"eClass":"EGenericType"},{"id":593,"eClass":"EGenericType"},{"id":594,"eClass":"EGenericType"},{"id":595,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"whenExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":596,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":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":"whenExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":600,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"thenExpression","changeable":true,"resolveProxies":true,"lowerBound":0,"id":601,"derived":false},{"id":602,"eClass":"EGenericType"},{"id":603,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"function","changeable":true,"lowerBound":0,"iD":false,"id":604,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"property","changeable":true,"resolveProxies":true,"lowerBound":0,"id":605,"derived":false},{"id":606,"eClass":"EGenericType"},{"id":607,"eClass":"EGenericType"},{"id":608,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"queries","changeable":true,"resolveProxies":true,"lowerBound":0,"id":609,"derived":false},{"id":610,"eClass":"EGenericType"},{"id":611,"eClass":"EGenericType"},{"container":false,"ordered":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":612,"derived":false},{"id":613,"eClass":"EGenericType"},{"id":614,"eClass":"EGenericType"},{"id":615,"eClass":"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":616,"derived":false},{"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":"value","changeable":true,"lowerBound":0,"iD":false,"id":619,"derived":false},{"id":620,"eClass":"EGenericType"},{"id":621,"eClass":"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":622,"derived":false},{"id":623,"eClass":"EGenericType"},{"id":624,"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":"isTrue","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"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"noName","changeable":true,"lowerBound":0,"iD":false,"id":630,"derived":false},{"id":631,"eClass":"EGenericType"},{"id":632,"eClass":"EGenericType"},{"id":633,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":634,"derived":false},{"id":635,"eClass":"EGenericType"},{"container":false,"ordered":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":636,"derived":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":637,"derived":false},{"id":638,"eClass":"EGenericType"},{"id":639,"eClass":"EGenericType"},{"id":640,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":641,"derived":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":642,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":643,"derived":false},{"id":644,"eClass":"EGenericType"},{"id":645,"eClass":"EGenericType"},{"id":646,"eClass":"EGenericType"},{"id":647,"eClass":"EGenericType"},{"container":false,"ordered":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":648,"derived":false},{"id":649,"eClass":"EGenericType"},{"id":650,"eClass":"EGenericType"},{"container":false,"ordered":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":651,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"not","changeable":true,"lowerBound":0,"iD":false,"id":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":"operator","changeable":true,"lowerBound":0,"iD":false,"id":653,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"in","changeable":true,"resolveProxies":true,"lowerBound":0,"id":654,"derived":false},{"id":655,"eClass":"EGenericType"},{"id":656,"eClass":"EGenericType"},{"id":657,"eClass":"EGenericType"},{"id":658,"eClass":"EGenericType"},{"id":659,"eClass":"EGenericType"},{"container":false,"ordered":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":660,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"not","changeable":true,"lowerBound":0,"iD":false,"id":661,"derived":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":662,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"left","changeable":true,"resolveProxies":true,"lowerBound":0,"id":663,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"right","changeable":true,"resolveProxies":true,"lowerBound":0,"id":664,"derived":false},{"id":665,"eClass":"EGenericType"},{"id":666,"eClass":"EGenericType"},{"id":667,"eClass":"EGenericType"},{"id":668,"eClass":"EGenericType"},{"id":669,"eClass":"EGenericType"},{"id":670,"eClass":"EGenericType"},{"container":false,"ordered":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":671,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"not","changeable":true,"lowerBound":0,"iD":false,"id":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":"operator","changeable":true,"lowerBound":0,"iD":false,"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":"like","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":"escape","changeable":true,"resolveProxies":true,"lowerBound":0,"id":675,"derived":false},{"id":676,"eClass":"EGenericType"},{"id":677,"eClass":"EGenericType"},{"id":678,"eClass":"EGenericType"},{"id":679,"eClass":"EGenericType"},{"id":680,"eClass":"EGenericType"},{"id":681,"eClass":"EGenericType"},{"container":false,"ordered":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":682,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":false,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"not","changeable":true,"lowerBound":0,"iD":false,"id":683,"derived":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":684,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"memberOf","changeable":true,"lowerBound":0,"iD":false,"id":685,"derived":false},{"id":686,"eClass":"EGenericType"},{"id":687,"eClass":"EGenericType"},{"id":688,"eClass":"EGenericType"},{"id":689,"eClass":"EGenericType"},{"id":690,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"operator","changeable":true,"lowerBound":0,"iD":false,"id":691,"derived":false},{"container":false,"ordered":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":692,"derived":false},{"id":693,"eClass":"EGenericType"},{"id":694,"eClass":"EGenericType"},{"id":695,"eClass":"EGenericType"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":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":1,"target":95},{"source":1,"target":96},{"source":93,"target":15},{"source":93,"target":97},{"source":93,"target":1},{"source":97,"target":15},{"source":94,"target":15},{"source":94,"target":98},{"source":94,"target":1},{"source":98,"target":15},{"source":2,"target":0},{"source":2,"target":3},{"source":2,"target":99},{"source":2,"target":100},{"source":2,"target":101},{"source":2,"target":102},{"source":2,"target":103},{"source":99,"target":3},{"source":99,"target":104},{"source":99,"target":2},{"source":104,"target":3},{"source":100,"target":5},{"source":100,"target":105},{"source":100,"target":2},{"source":105,"target":5},{"source":101,"target":7},{"source":101,"target":106},{"source":101,"target":2},{"source":106,"target":7},{"source":103,"target":3},{"source":3,"target":0},{"source":4,"target":0},{"source":4,"target":107},{"source":4,"target":108},{"source":4,"target":109},{"source":4,"target":110},{"source":4,"target":111},{"source":107,"target":112},{"source":107,"target":4},{"source":108,"target":113},{"source":108,"target":4},{"source":109,"target":114},{"source":109,"target":4},{"source":5,"target":0},{"source":5,"target":8},{"source":5,"target":115},{"source":5,"target":116},{"source":5,"target":117},{"source":5,"target":118},{"source":5,"target":119},{"source":115,"target":6},{"source":115,"target":120},{"source":115,"target":5},{"source":120,"target":6},{"source":116,"target":121},{"source":116,"target":5},{"source":117,"target":7},{"source":117,"target":122},{"source":117,"target":5},{"source":122,"target":7},{"source":118,"target":8},{"source":6,"target":0},{"source":6,"target":31},{"source":6,"target":67},{"source":6,"target":123},{"source":6,"target":124},{"source":6,"target":125},{"source":6,"target":126},{"source":6,"target":127},{"source":123,"target":128},{"source":123,"target":6},{"source":124,"target":129},{"source":124,"target":6},{"source":125,"target":130},{"source":125,"target":6},{"source":126,"target":31},{"source":127,"target":67},{"source":7,"target":0},{"source":7,"target":131},{"source":7,"target":132},{"source":7,"target":133},{"source":7,"target":134},{"source":7,"target":135},{"source":7,"target":136},{"source":7,"target":137},{"source":7,"target":138},{"source":7,"target":139},{"source":131,"target":10},{"source":131,"target":140},{"source":131,"target":7},{"source":140,"target":10},{"source":132,"target":141},{"source":132,"target":7},{"source":133,"target":29},{"source":133,"target":142},{"source":133,"target":7},{"source":142,"target":29},{"source":134,"target":8},{"source":134,"target":143},{"source":134,"target":7},{"source":143,"target":8},{"source":135,"target":38},{"source":135,"target":144},{"source":135,"target":7},{"source":144,"target":38},{"source":136,"target":10},{"source":136,"target":145},{"source":136,"target":7},{"source":145,"target":10},{"source":137,"target":146},{"source":137,"target":7},{"source":138,"target":61},{"source":138,"target":147},{"source":138,"target":7},{"source":147,"target":61},{"source":8,"target":0},{"source":8,"target":148},{"source":8,"target":149},{"source":8,"target":150},{"source":148,"target":151},{"source":148,"target":8},{"source":149,"target":152},{"source":149,"target":8},{"source":150,"target":153},{"source":150,"target":8},{"source":9,"target":0},{"source":9,"target":1},{"source":9,"target":154},{"source":154,"target":1},{"source":10,"target":0},{"source":10,"target":1},{"source":10,"target":155},{"source":10,"target":156},{"source":10,"target":157},{"source":155,"target":10},{"source":155,"target":158},{"source":155,"target":10},{"source":158,"target":10},{"source":156,"target":11},{"source":156,"target":159},{"source":156,"target":10},{"source":159,"target":11},{"source":157,"target":1},{"source":11,"target":0},{"source":11,"target":84},{"source":11,"target":160},{"source":11,"target":161},{"source":11,"target":162},{"source":11,"target":163},{"source":11,"target":164},{"source":11,"target":165},{"source":11,"target":166},{"source":11,"target":167},{"source":160,"target":14},{"source":160,"target":168},{"source":160,"target":11},{"source":168,"target":14},{"source":161,"target":15},{"source":161,"target":169},{"source":161,"target":11},{"source":169,"target":15},{"source":162,"target":10},{"source":162,"target":170},{"source":162,"target":11},{"source":170,"target":10},{"source":163,"target":171},{"source":163,"target":11},{"source":164,"target":23},{"source":164,"target":172},{"source":164,"target":11},{"source":172,"target":23},{"source":165,"target":15},{"source":165,"target":173},{"source":165,"target":11},{"source":173,"target":15},{"source":166,"target":84},{"source":12,"target":0},{"source":12,"target":174},{"source":12,"target":175},{"source":12,"target":176},{"source":12,"target":177},{"source":12,"target":178},{"source":12,"target":179},{"source":12,"target":180},{"source":174,"target":1},{"source":174,"target":181},{"source":174,"target":12},{"source":181,"target":1},{"source":175,"target":182},{"source":175,"target":12},{"source":176,"target":183},{"source":176,"target":12},{"source":177,"target":184},{"source":177,"target":12},{"source":178,"target":1},{"source":178,"target":185},{"source":178,"target":12},{"source":185,"target":1},{"source":179,"target":13},{"source":179,"target":186},{"source":179,"target":12},{"source":186,"target":13},{"source":13,"target":0},{"source":13,"target":187},{"source":13,"target":188},{"source":13,"target":189},{"source":13,"target":190},{"source":13,"target":191},{"source":187,"target":15},{"source":187,"target":192},{"source":187,"target":13},{"source":192,"target":15},{"source":188,"target":193},{"source":188,"target":13},{"source":189,"target":194},{"source":189,"target":13},{"source":190,"target":195},{"source":190,"target":13},{"source":191,"target":15},{"source":191,"target":196},{"source":191,"target":13},{"source":196,"target":15},{"source":14,"target":0},{"source":14,"target":1},{"source":14,"target":3},{"source":14,"target":197},{"source":14,"target":198},{"source":14,"target":199},{"source":14,"target":200},{"source":14,"target":201},{"source":14,"target":202},{"source":14,"target":203},{"source":14,"target":204},{"source":14,"target":205},{"source":14,"target":206},{"source":14,"target":207},{"source":14,"target":208},{"source":197,"target":14},{"source":197,"target":209},{"source":197,"target":14},{"source":209,"target":14},{"source":198,"target":26},{"source":198,"target":210},{"source":198,"target":14},{"source":210,"target":26},{"source":199,"target":211},{"source":199,"target":14},{"source":200,"target":29},{"source":200,"target":212},{"source":200,"target":14},{"source":212,"target":29},{"source":201,"target":26},{"source":201,"target":213},{"source":201,"target":14},{"source":213,"target":26},{"source":202,"target":26},{"source":202,"target":214},{"source":202,"target":14},{"source":214,"target":26},{"source":203,"target":15},{"source":203,"target":215},{"source":203,"target":14},{"source":215,"target":15},{"source":204,"target":15},{"source":204,"target":216},{"source":204,"target":14},{"source":216,"target":15},{"source":205,"target":15},{"source":205,"target":217},{"source":205,"target":14},{"source":217,"target":15},{"source":206,"target":15},{"source":206,"target":218},{"source":206,"target":14},{"source":218,"target":15},{"source":207,"target":1},{"source":208,"target":3},{"source":15,"target":0},{"source":15,"target":67},{"source":15,"target":84},{"source":15,"target":219},{"source":15,"target":220},{"source":15,"target":221},{"source":15,"target":222},{"source":15,"target":223},{"source":15,"target":224},{"source":15,"target":225},{"source":15,"target":226},{"source":15,"target":227},{"source":15,"target":228},{"source":15,"target":229},{"source":15,"target":230},{"source":15,"target":231},{"source":15,"target":232},{"source":15,"target":233},{"source":15,"target":234},{"source":15,"target":235},{"source":15,"target":236},{"source":15,"target":237},{"source":15,"target":238},{"source":15,"target":239},{"source":15,"target":240},{"source":15,"target":241},{"source":219,"target":242},{"source":219,"target":15},{"source":220,"target":243},{"source":220,"target":15},{"source":221,"target":244},{"source":221,"target":15},{"source":222,"target":245},{"source":222,"target":15},{"source":223,"target":246},{"source":223,"target":15},{"source":224,"target":247},{"source":224,"target":15},{"source":225,"target":248},{"source":225,"target":15},{"source":226,"target":15},{"source":226,"target":249},{"source":226,"target":15},{"source":249,"target":15},{"source":227,"target":23},{"source":227,"target":250},{"source":227,"target":15},{"source":250,"target":23},{"source":228,"target":26},{"source":228,"target":251},{"source":228,"target":15},{"source":251,"target":26},{"source":229,"target":252},{"source":229,"target":15},{"source":230,"target":15},{"source":230,"target":253},{"source":230,"target":15},{"source":253,"target":15},{"source":231,"target":254},{"source":231,"target":15},{"source":232,"target":15},{"source":232,"target":255},{"source":232,"target":15},{"source":255,"target":15},{"source":233,"target":256},{"source":233,"target":15},{"source":234,"target":257},{"source":234,"target":15},{"source":235,"target":258},{"source":235,"target":15},{"source":236,"target":259},{"source":236,"target":15},{"source":237,"target":260},{"source":237,"target":15},{"source":239,"target":67},{"source":240,"target":84},{"source":16,"target":0},{"source":16,"target":23},{"source":16,"target":261},{"source":261,"target":23},{"source":17,"target":0},{"source":17,"target":16},{"source":17,"target":262},{"source":17,"target":263},{"source":262,"target":264},{"source":262,"target":17},{"source":263,"target":16},{"source":18,"target":0},{"source":18,"target":17},{"source":18,"target":265},{"source":265,"target":17},{"source":19,"target":0},{"source":19,"target":17},{"source":19,"target":266},{"source":266,"target":17},{"source":20,"target":0},{"source":20,"target":17},{"source":20,"target":267},{"source":267,"target":17},{"source":21,"target":0},{"source":21,"target":16},{"source":21,"target":268},{"source":21,"target":269},{"source":268,"target":270},{"source":268,"target":21},{"source":269,"target":16},{"source":22,"target":0},{"source":22,"target":16},{"source":22,"target":271},{"source":22,"target":272},{"source":271,"target":273},{"source":271,"target":22},{"source":272,"target":16},{"source":23,"target":0},{"source":24,"target":0},{"source":24,"target":23},{"source":24,"target":274},{"source":24,"target":275},{"source":24,"target":276},{"source":274,"target":277},{"source":274,"target":24},{"source":275,"target":278},{"source":275,"target":24},{"source":276,"target":23},{"source":25,"target":0},{"source":25,"target":23},{"source":25,"target":279},{"source":25,"target":280},{"source":25,"target":281},{"source":25,"target":282},{"source":25,"target":283},{"source":25,"target":284},{"source":279,"target":285},{"source":279,"target":25},{"source":280,"target":286},{"source":280,"target":25},{"source":281,"target":287},{"source":281,"target":25},{"source":282,"target":15},{"source":282,"target":288},{"source":282,"target":25},{"source":288,"target":15},{"source":283,"target":289},{"source":283,"target":25},{"source":284,"target":23},{"source":26,"target":0},{"source":26,"target":290},{"source":26,"target":291},{"source":26,"target":292},{"source":26,"target":293},{"source":26,"target":294},{"source":26,"target":295},{"source":26,"target":296},{"source":26,"target":297},{"source":290,"target":298},{"source":290,"target":26},{"source":291,"target":299},{"source":291,"target":26},{"source":292,"target":300},{"source":292,"target":26},{"source":293,"target":301},{"source":293,"target":26},{"source":294,"target":302},{"source":294,"target":26},{"source":295,"target":27},{"source":295,"target":303},{"source":295,"target":26},{"source":303,"target":27},{"source":296,"target":15},{"source":296,"target":304},{"source":296,"target":26},{"source":304,"target":15},{"source":27,"target":0},{"source":27,"target":305},{"source":27,"target":306},{"source":27,"target":307},{"source":305,"target":15},{"source":305,"target":308},{"source":305,"target":27},{"source":308,"target":15},{"source":306,"target":309},{"source":306,"target":27},{"source":307,"target":310},{"source":307,"target":27},{"source":28,"target":0},{"source":28,"target":311},{"source":311,"target":15},{"source":311,"target":312},{"source":311,"target":28},{"source":312,"target":15},{"source":29,"target":0},{"source":29,"target":3},{"source":29,"target":313},{"source":29,"target":314},{"source":29,"target":315},{"source":29,"target":316},{"source":29,"target":317},{"source":29,"target":318},{"source":29,"target":319},{"source":29,"target":320},{"source":29,"target":321},{"source":29,"target":322},{"source":29,"target":323},{"source":29,"target":324},{"source":29,"target":325},{"source":29,"target":326},{"source":29,"target":327},{"source":29,"target":328},{"source":29,"target":329},{"source":29,"target":330},{"source":29,"target":331},{"source":313,"target":14},{"source":313,"target":332},{"source":313,"target":29},{"source":332,"target":14},{"source":314,"target":333},{"source":314,"target":29},{"source":315,"target":334},{"source":315,"target":29},{"source":316,"target":335},{"source":316,"target":29},{"source":317,"target":5},{"source":317,"target":336},{"source":317,"target":29},{"source":336,"target":5},{"source":318,"target":30},{"source":318,"target":337},{"source":318,"target":29},{"source":337,"target":30},{"source":319,"target":37},{"source":319,"target":338},{"source":319,"target":29},{"source":338,"target":37},{"source":320,"target":32},{"source":320,"target":339},{"source":320,"target":29},{"source":339,"target":32},{"source":321,"target":33},{"source":321,"target":340},{"source":321,"target":29},{"source":340,"target":33},{"source":322,"target":34},{"source":322,"target":341},{"source":322,"target":29},{"source":341,"target":34},{"source":323,"target":35},{"source":323,"target":342},{"source":323,"target":29},{"source":342,"target":35},{"source":324,"target":36},{"source":324,"target":343},{"source":324,"target":29},{"source":343,"target":36},{"source":325,"target":32},{"source":325,"target":344},{"source":325,"target":29},{"source":344,"target":32},{"source":326,"target":32},{"source":326,"target":345},{"source":326,"target":29},{"source":345,"target":32},{"source":327,"target":32},{"source":327,"target":346},{"source":327,"target":29},{"source":346,"target":32},{"source":328,"target":37},{"source":328,"target":347},{"source":328,"target":29},{"source":347,"target":37},{"source":329,"target":37},{"source":329,"target":348},{"source":329,"target":29},{"source":348,"target":37},{"source":331,"target":3},{"source":30,"target":0},{"source":30,"target":8},{"source":30,"target":349},{"source":30,"target":350},{"source":30,"target":351},{"source":30,"target":352},{"source":349,"target":31},{"source":349,"target":353},{"source":349,"target":30},{"source":353,"target":31},{"source":350,"target":41},{"source":350,"target":354},{"source":350,"target":30},{"source":354,"target":41},{"source":351,"target":8},{"source":31,"target":0},{"source":31,"target":355},{"source":355,"target":15},{"source":355,"target":356},{"source":355,"target":31},{"source":356,"target":15},{"source":32,"target":0},{"source":32,"target":28},{"source":32,"target":357},{"source":32,"target":358},{"source":32,"target":359},{"source":32,"target":360},{"source":32,"target":361},{"source":357,"target":362},{"source":357,"target":32},{"source":358,"target":363},{"source":358,"target":32},{"source":359,"target":364},{"source":359,"target":32},{"source":360,"target":32},{"source":360,"target":365},{"source":360,"target":32},{"source":365,"target":32},{"source":361,"target":28},{"source":33,"target":0},{"source":33,"target":28},{"source":33,"target":366},{"source":33,"target":367},{"source":33,"target":368},{"source":33,"target":369},{"source":33,"target":370},{"source":33,"target":371},{"source":366,"target":372},{"source":366,"target":33},{"source":367,"target":373},{"source":367,"target":33},{"source":368,"target":374},{"source":368,"target":33},{"source":369,"target":32},{"source":369,"target":375},{"source":369,"target":33},{"source":375,"target":32},{"source":370,"target":376},{"source":370,"target":33},{"source":371,"target":28},{"source":34,"target":0},{"source":34,"target":28},{"source":34,"target":377},{"source":377,"target":28},{"source":35,"target":0},{"source":35,"target":28},{"source":35,"target":378},{"source":35,"target":379},{"source":35,"target":380},{"source":378,"target":381},{"source":378,"target":35},{"source":379,"target":32},{"source":379,"target":382},{"source":379,"target":35},{"source":382,"target":32},{"source":380,"target":28},{"source":36,"target":0},{"source":36,"target":28},{"source":36,"target":383},{"source":36,"target":384},{"source":36,"target":385},{"source":36,"target":386},{"source":383,"target":387},{"source":383,"target":36},{"source":384,"target":388},{"source":384,"target":36},{"source":385,"target":389},{"source":385,"target":36},{"source":386,"target":28},{"source":37,"target":0},{"source":37,"target":390},{"source":37,"target":391},{"source":37,"target":392},{"source":37,"target":393},{"source":390,"target":39},{"source":390,"target":394},{"source":390,"target":37},{"source":394,"target":39},{"source":391,"target":395},{"source":391,"target":37},{"source":392,"target":15},{"source":392,"target":396},{"source":392,"target":37},{"source":396,"target":15},{"source":393,"target":15},{"source":393,"target":397},{"source":393,"target":37},{"source":397,"target":15},{"source":38,"target":0},{"source":38,"target":398},{"source":38,"target":399},{"source":38,"target":400},{"source":38,"target":401},{"source":38,"target":402},{"source":38,"target":403},{"source":398,"target":38},{"source":399,"target":38},{"source":400,"target":38},{"source":401,"target":38},{"source":402,"target":38},{"source":403,"target":38},{"source":39,"target":0},{"source":39,"target":404},{"source":39,"target":405},{"source":39,"target":406},{"source":39,"target":407},{"source":39,"target":408},{"source":404,"target":39},{"source":405,"target":39},{"source":406,"target":39},{"source":407,"target":39},{"source":408,"target":39},{"source":40,"target":0},{"source":40,"target":409},{"source":40,"target":410},{"source":40,"target":411},{"source":40,"target":412},{"source":409,"target":4},{"source":409,"target":413},{"source":409,"target":40},{"source":413,"target":4},{"source":410,"target":414},{"source":410,"target":40},{"source":411,"target":415},{"source":411,"target":40},{"source":41,"target":0},{"source":42,"target":0},{"source":42,"target":41},{"source":42,"target":416},{"source":42,"target":417},{"source":42,"target":418},{"source":42,"target":419},{"source":42,"target":420},{"source":416,"target":421},{"source":416,"target":42},{"source":417,"target":422},{"source":417,"target":42},{"source":418,"target":43},{"source":418,"target":423},{"source":418,"target":42},{"source":423,"target":43},{"source":419,"target":44},{"source":419,"target":424},{"source":419,"target":42},{"source":424,"target":44},{"source":420,"target":41},{"source":43,"target":0},{"source":43,"target":425},{"source":43,"target":426},{"source":43,"target":427},{"source":425,"target":31},{"source":425,"target":428},{"source":425,"target":43},{"source":428,"target":31},{"source":426,"target":15},{"source":426,"target":429},{"source":426,"target":43},{"source":429,"target":15},{"source":427,"target":430},{"source":427,"target":43},{"source":44,"target":0},{"source":44,"target":431},{"source":44,"target":432},{"source":44,"target":433},{"source":431,"target":434},{"source":431,"target":44},{"source":432,"target":15},{"source":432,"target":435},{"source":432,"target":44},{"source":435,"target":15},{"source":433,"target":15},{"source":433,"target":436},{"source":433,"target":44},{"source":436,"target":15},{"source":45,"target":0},{"source":45,"target":41},{"source":45,"target":437},{"source":45,"target":438},{"source":45,"target":439},{"source":45,"target":440},{"source":437,"target":14},{"source":437,"target":441},{"source":437,"target":45},{"source":441,"target":14},{"source":438,"target":61},{"source":438,"target":442},{"source":438,"target":45},{"source":442,"target":61},{"source":439,"target":49},{"source":439,"target":443},{"source":439,"target":45},{"source":443,"target":49},{"source":440,"target":41},{"source":46,"target":0},{"source":46,"target":41},{"source":46,"target":444},{"source":46,"target":445},{"source":46,"target":446},{"source":46,"target":447},{"source":444,"target":14},{"source":444,"target":448},{"source":444,"target":46},{"source":448,"target":14},{"source":445,"target":449},{"source":445,"target":46},{"source":446,"target":61},{"source":446,"target":450},{"source":446,"target":46},{"source":450,"target":61},{"source":447,"target":41},{"source":47,"target":0},{"source":47,"target":41},{"source":47,"target":451},{"source":47,"target":452},{"source":47,"target":453},{"source":47,"target":454},{"source":47,"target":455},{"source":47,"target":456},{"source":451,"target":457},{"source":451,"target":47},{"source":452,"target":14},{"source":452,"target":458},{"source":452,"target":47},{"source":458,"target":14},{"source":453,"target":459},{"source":453,"target":47},{"source":454,"target":48},{"source":454,"target":460},{"source":454,"target":47},{"source":460,"target":48},{"source":455,"target":61},{"source":455,"target":461},{"source":455,"target":47},{"source":461,"target":61},{"source":456,"target":41},{"source":48,"target":0},{"source":48,"target":462},{"source":48,"target":463},{"source":462,"target":62},{"source":462,"target":464},{"source":462,"target":48},{"source":464,"target":62},{"source":463,"target":61},{"source":463,"target":465},{"source":463,"target":48},{"source":465,"target":61},{"source":49,"target":0},{"source":49,"target":41},{"source":49,"target":466},{"source":49,"target":467},{"source":49,"target":468},{"source":49,"target":469},{"source":49,"target":470},{"source":49,"target":471},{"source":49,"target":472},{"source":466,"target":54},{"source":466,"target":473},{"source":466,"target":49},{"source":473,"target":54},{"source":467,"target":59},{"source":467,"target":474},{"source":467,"target":49},{"source":474,"target":59},{"source":468,"target":61},{"source":468,"target":475},{"source":468,"target":49},{"source":475,"target":61},{"source":469,"target":61},{"source":469,"target":476},{"source":469,"target":49},{"source":476,"target":61},{"source":470,"target":61},{"source":470,"target":477},{"source":470,"target":49},{"source":477,"target":61},{"source":471,"target":50},{"source":471,"target":478},{"source":471,"target":49},{"source":478,"target":50},{"source":472,"target":41},{"source":50,"target":0},{"source":50,"target":479},{"source":50,"target":480},{"source":479,"target":61},{"source":479,"target":481},{"source":479,"target":50},{"source":481,"target":61},{"source":480,"target":482},{"source":480,"target":50},{"source":51,"target":0},{"source":51,"target":49},{"source":51,"target":483},{"source":51,"target":484},{"source":51,"target":485},{"source":483,"target":486},{"source":483,"target":51},{"source":484,"target":61},{"source":484,"target":487},{"source":484,"target":51},{"source":487,"target":61},{"source":485,"target":49},{"source":52,"target":0},{"source":52,"target":49},{"source":52,"target":488},{"source":52,"target":489},{"source":52,"target":490},{"source":488,"target":491},{"source":488,"target":52},{"source":489,"target":61},{"source":489,"target":492},{"source":489,"target":52},{"source":492,"target":61},{"source":490,"target":49},{"source":53,"target":0},{"source":53,"target":49},{"source":53,"target":493},{"source":53,"target":494},{"source":493,"target":495},{"source":493,"target":53},{"source":494,"target":49},{"source":54,"target":0},{"source":55,"target":0},{"source":55,"target":54},{"source":55,"target":60},{"source":55,"target":496},{"source":55,"target":497},{"source":55,"target":498},{"source":55,"target":499},{"source":496,"target":14},{"source":496,"target":500},{"source":496,"target":55},{"source":500,"target":14},{"source":497,"target":501},{"source":497,"target":55},{"source":498,"target":54},{"source":499,"target":60},{"source":56,"target":0},{"source":56,"target":54},{"source":56,"target":502},{"source":56,"target":503},{"source":56,"target":504},{"source":502,"target":505},{"source":502,"target":56},{"source":503,"target":506},{"source":503,"target":56},{"source":504,"target":54},{"source":57,"target":0},{"source":57,"target":54},{"source":57,"target":507},{"source":57,"target":508},{"source":57,"target":509},{"source":507,"target":510},{"source":507,"target":57},{"source":508,"target":511},{"source":508,"target":57},{"source":509,"target":54},{"source":58,"target":0},{"source":58,"target":54},{"source":58,"target":512},{"source":58,"target":513},{"source":58,"target":514},{"source":512,"target":515},{"source":512,"target":58},{"source":513,"target":516},{"source":513,"target":58},{"source":514,"target":54},{"source":59,"target":0},{"source":59,"target":60},{"source":59,"target":517},{"source":59,"target":518},{"source":59,"target":519},{"source":59,"target":520},{"source":59,"target":521},{"source":59,"target":522},{"source":59,"target":523},{"source":517,"target":524},{"source":517,"target":59},{"source":518,"target":525},{"source":518,"target":59},{"source":519,"target":60},{"source":519,"target":526},{"source":519,"target":59},{"source":526,"target":60},{"source":520,"target":15},{"source":520,"target":527},{"source":520,"target":59},{"source":527,"target":15},{"source":521,"target":528},{"source":521,"target":59},{"source":522,"target":61},{"source":522,"target":529},{"source":522,"target":59},{"source":529,"target":61},{"source":523,"target":60},{"source":60,"target":0},{"source":60,"target":530},{"source":530,"target":531},{"source":530,"target":60},{"source":61,"target":0},{"source":62,"target":0},{"source":62,"target":61},{"source":62,"target":532},{"source":62,"target":533},{"source":62,"target":534},{"source":62,"target":535},{"source":62,"target":536},{"source":532,"target":537},{"source":532,"target":62},{"source":533,"target":538},{"source":533,"target":62},{"source":534,"target":61},{"source":534,"target":539},{"source":534,"target":62},{"source":539,"target":61},{"source":535,"target":540},{"source":535,"target":62},{"source":536,"target":61},{"source":63,"target":0},{"source":63,"target":61},{"source":63,"target":541},{"source":63,"target":542},{"source":63,"target":543},{"source":541,"target":544},{"source":541,"target":63},{"source":542,"target":61},{"source":542,"target":545},{"source":542,"target":63},{"source":545,"target":61},{"source":543,"target":61},{"source":64,"target":0},{"source":64,"target":61},{"source":64,"target":546},{"source":64,"target":547},{"source":64,"target":548},{"source":64,"target":549},{"source":64,"target":550},{"source":546,"target":551},{"source":546,"target":64},{"source":547,"target":552},{"source":547,"target":64},{"source":548,"target":77},{"source":548,"target":553},{"source":548,"target":64},{"source":553,"target":77},{"source":549,"target":61},{"source":549,"target":554},{"source":549,"target":64},{"source":554,"target":61},{"source":550,"target":61},{"source":65,"target":0},{"source":65,"target":61},{"source":65,"target":555},{"source":65,"target":556},{"source":65,"target":557},{"source":65,"target":558},{"source":555,"target":559},{"source":555,"target":65},{"source":556,"target":61},{"source":556,"target":560},{"source":556,"target":65},{"source":560,"target":61},{"source":557,"target":561},{"source":557,"target":65},{"source":558,"target":61},{"source":66,"target":0},{"source":66,"target":61},{"source":66,"target":562},{"source":66,"target":563},{"source":66,"target":564},{"source":66,"target":565},{"source":66,"target":566},{"source":66,"target":567},{"source":66,"target":568},{"source":562,"target":569},{"source":562,"target":66},{"source":563,"target":61},{"source":563,"target":570},{"source":563,"target":66},{"source":570,"target":61},{"source":564,"target":571},{"source":564,"target":66},{"source":565,"target":572},{"source":565,"target":66},{"source":566,"target":573},{"source":566,"target":66},{"source":567,"target":73},{"source":567,"target":574},{"source":567,"target":66},{"source":574,"target":73},{"source":568,"target":61},{"source":67,"target":0},{"source":68,"target":0},{"source":68,"target":61},{"source":68,"target":575},{"source":68,"target":576},{"source":68,"target":577},{"source":575,"target":67},{"source":575,"target":578},{"source":575,"target":68},{"source":578,"target":67},{"source":576,"target":15},{"source":576,"target":579},{"source":576,"target":68},{"source":579,"target":15},{"source":577,"target":61},{"source":69,"target":0},{"source":69,"target":61},{"source":69,"target":580},{"source":69,"target":581},{"source":69,"target":582},{"source":69,"target":583},{"source":580,"target":584},{"source":580,"target":69},{"source":581,"target":61},{"source":581,"target":585},{"source":581,"target":69},{"source":585,"target":61},{"source":582,"target":586},{"source":582,"target":69},{"source":583,"target":61},{"source":70,"target":0},{"source":70,"target":61},{"source":70,"target":587},{"source":70,"target":588},{"source":70,"target":589},{"source":70,"target":590},{"source":70,"target":591},{"source":587,"target":71},{"source":587,"target":592},{"source":587,"target":70},{"source":592,"target":71},{"source":588,"target":61},{"source":588,"target":593},{"source":588,"target":70},{"source":593,"target":61},{"source":589,"target":61},{"source":589,"target":594},{"source":589,"target":70},{"source":594,"target":61},{"source":590,"target":72},{"source":590,"target":595},{"source":590,"target":70},{"source":595,"target":72},{"source":591,"target":61},{"source":71,"target":0},{"source":71,"target":596},{"source":71,"target":597},{"source":596,"target":61},{"source":596,"target":598},{"source":596,"target":71},{"source":598,"target":61},{"source":597,"target":61},{"source":597,"target":599},{"source":597,"target":71},{"source":599,"target":61},{"source":72,"target":0},{"source":72,"target":600},{"source":72,"target":601},{"source":600,"target":61},{"source":600,"target":602},{"source":600,"target":72},{"source":602,"target":61},{"source":601,"target":61},{"source":601,"target":603},{"source":601,"target":72},{"source":603,"target":61},{"source":73,"target":0},{"source":73,"target":61},{"source":73,"target":604},{"source":73,"target":605},{"source":73,"target":606},{"source":604,"target":607},{"source":604,"target":73},{"source":605,"target":62},{"source":605,"target":608},{"source":605,"target":73},{"source":608,"target":62},{"source":606,"target":61},{"source":74,"target":0},{"source":74,"target":61},{"source":74,"target":609},{"source":74,"target":610},{"source":609,"target":49},{"source":609,"target":611},{"source":609,"target":74},{"source":611,"target":49},{"source":610,"target":61},{"source":75,"target":0},{"source":75,"target":61},{"source":75,"target":612},{"source":75,"target":613},{"source":612,"target":61},{"source":612,"target":614},{"source":612,"target":75},{"source":614,"target":61},{"source":613,"target":61},{"source":76,"target":0},{"source":76,"target":61},{"source":76,"target":615},{"source":615,"target":61},{"source":77,"target":0},{"source":77,"target":76},{"source":77,"target":616},{"source":77,"target":617},{"source":616,"target":618},{"source":616,"target":77},{"source":617,"target":76},{"source":78,"target":0},{"source":78,"target":76},{"source":78,"target":619},{"source":78,"target":620},{"source":619,"target":621},{"source":619,"target":78},{"source":620,"target":76},{"source":79,"target":0},{"source":79,"target":76},{"source":79,"target":622},{"source":79,"target":623},{"source":622,"target":624},{"source":622,"target":79},{"source":623,"target":76},{"source":80,"target":0},{"source":80,"target":76},{"source":80,"target":625},{"source":80,"target":626},{"source":625,"target":627},{"source":625,"target":80},{"source":626,"target":76},{"source":81,"target":0},{"source":81,"target":76},{"source":81,"target":628},{"source":628,"target":76},{"source":82,"target":0},{"source":82,"target":76},{"source":82,"target":629},{"source":629,"target":76},{"source":83,"target":0},{"source":83,"target":67},{"source":83,"target":630},{"source":83,"target":631},{"source":83,"target":632},{"source":630,"target":633},{"source":630,"target":83},{"source":632,"target":67},{"source":84,"target":0},{"source":84,"target":634},{"source":634,"target":635},{"source":634,"target":84},{"source":85,"target":0},{"source":85,"target":61},{"source":85,"target":636},{"source":85,"target":637},{"source":85,"target":638},{"source":636,"target":61},{"source":636,"target":639},{"source":636,"target":85},{"source":639,"target":61},{"source":637,"target":640},{"source":637,"target":85},{"source":638,"target":61},{"source":86,"target":0},{"source":86,"target":61},{"source":86,"target":641},{"source":86,"target":642},{"source":86,"target":643},{"source":86,"target":644},{"source":641,"target":61},{"source":641,"target":645},{"source":641,"target":86},{"source":645,"target":61},{"source":642,"target":646},{"source":642,"target":86},{"source":643,"target":61},{"source":643,"target":647},{"source":643,"target":86},{"source":647,"target":61},{"source":644,"target":61},{"source":87,"target":0},{"source":87,"target":61},{"source":87,"target":648},{"source":87,"target":649},{"source":648,"target":61},{"source":648,"target":650},{"source":648,"target":87},{"source":650,"target":61},{"source":649,"target":61},{"source":88,"target":0},{"source":88,"target":61},{"source":88,"target":651},{"source":88,"target":652},{"source":88,"target":653},{"source":88,"target":654},{"source":88,"target":655},{"source":651,"target":61},{"source":651,"target":656},{"source":651,"target":88},{"source":656,"target":61},{"source":652,"target":657},{"source":652,"target":88},{"source":653,"target":658},{"source":653,"target":88},{"source":654,"target":61},{"source":654,"target":659},{"source":654,"target":88},{"source":659,"target":61},{"source":655,"target":61},{"source":89,"target":0},{"source":89,"target":61},{"source":89,"target":660},{"source":89,"target":661},{"source":89,"target":662},{"source":89,"target":663},{"source":89,"target":664},{"source":89,"target":665},{"source":660,"target":61},{"source":660,"target":666},{"source":660,"target":89},{"source":666,"target":61},{"source":661,"target":667},{"source":661,"target":89},{"source":662,"target":668},{"source":662,"target":89},{"source":663,"target":61},{"source":663,"target":669},{"source":663,"target":89},{"source":669,"target":61},{"source":664,"target":61},{"source":664,"target":670},{"source":664,"target":89},{"source":670,"target":61},{"source":665,"target":61},{"source":90,"target":0},{"source":90,"target":61},{"source":90,"target":671},{"source":90,"target":672},{"source":90,"target":673},{"source":90,"target":674},{"source":90,"target":675},{"source":90,"target":676},{"source":671,"target":61},{"source":671,"target":677},{"source":671,"target":90},{"source":677,"target":61},{"source":672,"target":678},{"source":672,"target":90},{"source":673,"target":679},{"source":673,"target":90},{"source":674,"target":61},{"source":674,"target":680},{"source":674,"target":90},{"source":680,"target":61},{"source":675,"target":61},{"source":675,"target":681},{"source":675,"target":90},{"source":681,"target":61},{"source":676,"target":61},{"source":91,"target":0},{"source":91,"target":61},{"source":91,"target":682},{"source":91,"target":683},{"source":91,"target":684},{"source":91,"target":685},{"source":91,"target":686},{"source":682,"target":61},{"source":682,"target":687},{"source":682,"target":91},{"source":687,"target":61},{"source":683,"target":688},{"source":683,"target":91},{"source":684,"target":689},{"source":684,"target":91},{"source":685,"target":690},{"source":685,"target":91},{"source":686,"target":61},{"source":92,"target":0},{"source":92,"target":61},{"source":92,"target":691},{"source":92,"target":692},{"source":92,"target":693},{"source":691,"target":694},{"source":691,"target":92},{"source":692,"target":61},{"source":692,"target":695},{"source":692,"target":92},{"source":695,"target":61},{"source":693,"target":61}],"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="graph" nsURI="http://math.spbu.ru/drl" nsPrefix="d"> <eClassifiers xsi:type="ecore:EClass" name="InfElement" eSuperTypes="#//GenericDocumentPart"> <eStructuralFeatures xsi:type="ecore:EReference" name="nestPoints" upperBound="-1" eType="#//NestPoint" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfProduct" eSuperTypes="#//GenericDocumentPart"/> <eClassifiers xsi:type="ecore:EClass" name="FinalInfProduct" eSuperTypes="#//DrlElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="product" lowerBound="1" eType="#//InfProduct"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="adapters" upperBound="-1" eType="#//Adapter" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="NestPoint" eSuperTypes="#//DrlElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descr" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="GenericDocumentPart" abstract="true" eSuperTypes="#//DrlElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" derived="true" iD="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="infElemRefs" upperBound="-1" eType="#//InfElemRef" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="groups" upperBound="-1" eType="#//InfElemRefGroup" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InfElemRef" eSuperTypes="#//DrlElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="infelem" lowerBound="1" eType="#//InfElement"/> <eStructuralFeatures xsi:type="ecore:EReference" name="group" eType="#//InfElemRefGroup" resolveProxies="false" eOpposite="#//InfElemRefGroup/infElemRefsGroup"/> <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="InfElemRefGroup" eSuperTypes="#//DrlElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier" lowerBound="1" eType="#//GroupType"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="name" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> <eStructuralFeatures xsi:type="ecore:EReference" name="infElemRefsGroup" upperBound="-1" eType="#//InfElemRef" transient="true" derived="true" resolveProxies="false" eOpposite="#//InfElemRef/group"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="GroupType"> <eLiterals name="OR" value="1"/> <eLiterals name="XOR" value="2"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProductLine" eSuperTypes="#//DrlElement"> <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="products" upperBound="-1" eType="#//Product" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="productDocumentations" upperBound="-1" eType="#//ProductDocumentation" transient="true" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Product" eSuperTypes="#//DrlElement"> <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="id" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" iD="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="DocumentationCore" eSuperTypes="#//DrlElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="parts" upperBound="-1" eType="#//GenericDocumentPart" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="ProductDocumentation" eSuperTypes="#//DrlElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="finalInfProducts" upperBound="-1" eType="#//FinalInfProduct" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="product" eType="#//Product"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="NodeType" instanceClassName="org.w3c.dom.Element"/> <eClassifiers xsi:type="ecore:EClass" name="DrlElement" abstract="true"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="node" eType="#//NodeType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Adapter" eSuperTypes="#//DrlElement"> <eStructuralFeatures xsi:type="ecore:EReference" name="nests" eType="#//Nest" containment="true"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="infelemrefid" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Nest" eSuperTypes="#//DrlElement"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="type" eType="#//NestType"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="NestType"> <eLiterals name="BEFORE" value="1"/> <eLiterals name="AFTER" value="2"/> <eLiterals name="REPLACE"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/spbu-se/pldoctoolkit/graph-doc/model/model.ecore
ecore
graph InfElement nestPoints InfProduct FinalInfProduct product id adapters NestPoint id descr GenericDocumentPart id name infElemRefs groups InfElemRef id infelem group optional InfElemRefGroup id modifier name infElemRefsGroup GroupType OR OR XOR XOR ProductLine name products productDocumentations Product name id DocumentationCore parts ProductDocumentation finalInfProducts product NodeType org.w3c.dom.Element org.w3c.dom.Element DrlElement node Adapter nests infelemrefid Nest type NestType BEFORE BEFORE AFTER AFTER REPLACE REPLACE
null
{"directed":true,"nodes":[{"nsPrefix":"d","nsURI":"http://math.spbu.ru/drl","name":"graph","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfElement","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfProduct","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FinalInfProduct","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"NestPoint","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"GenericDocumentPart","instanceClass":null,"abstract":true,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfElemRef","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InfElemRefGroup","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"GroupType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductLine","instanceClass":null,"abstract":false,"id":9,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Product","instanceClass":null,"abstract":false,"id":10,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentationCore","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"ProductDocumentation","instanceClass":null,"abstract":false,"id":12,"interface":false,"eClass":"EClass"},{"instanceTypeName":"org.w3c.dom.Element","defaultValue":null,"instanceClassName":"org.w3c.dom.Element","name":"NodeType","instanceClass":"org.w3c.dom.Element","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DrlElement","instanceClass":null,"abstract":true,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Adapter","instanceClass":null,"abstract":false,"id":15,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Nest","instanceClass":null,"abstract":false,"id":16,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"NestType","instanceClass":null,"id":17,"serializable":true,"eClass":"EEnum"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nestPoints","changeable":true,"resolveProxies":true,"lowerBound":0,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"product","changeable":true,"resolveProxies":true,"lowerBound":1,"id":22,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":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":"adapters","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"},{"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":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":"descr","changeable":true,"lowerBound":0,"iD":false,"id":30,"derived":false},{"id":31,"eClass":"EGenericType"},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"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":34,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":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":"infElemRefs","changeable":true,"resolveProxies":true,"lowerBound":0,"id":36,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"groups","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"},{"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":43,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"infelem","changeable":true,"resolveProxies":true,"lowerBound":1,"id":44,"derived":false},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"group","changeable":true,"resolveProxies":false,"lowerBound":0,"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":"optional","changeable":true,"lowerBound":0,"iD":false,"id":46,"derived":false},{"id":47,"eClass":"EGenericType"},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"id":50,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":true,"unique":true,"name":"infElemRefsGroup","changeable":true,"resolveProxies":false,"lowerBound":0,"id":51,"derived":true},{"id":52,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":53,"derived":false},{"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":54,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":false},{"id":56,"eClass":"EGenericType"},{"id":57,"eClass":"EGenericType"},{"id":58,"eClass":"EGenericType"},{"id":59,"eClass":"EGenericType"},{"id":60,"eClass":"EGenericType"},{"name":"OR","id":61,"value":1,"literal":"OR","eClass":"EEnumLiteral"},{"name":"XOR","id":62,"value":2,"literal":"XOR","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":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":"products","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":true,"unique":true,"name":"productDocumentations","changeable":true,"resolveProxies":true,"lowerBound":0,"id":65,"derived":false},{"id":66,"eClass":"EGenericType"},{"id":67,"eClass":"EGenericType"},{"id":68,"eClass":"EGenericType"},{"id":69,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":70,"derived":false},{"ordered":true,"upperBound":1,"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":71,"derived":false},{"id":72,"eClass":"EGenericType"},{"id":73,"eClass":"EGenericType"},{"id":74,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"parts","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":"finalInfProducts","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":"product","changeable":true,"resolveProxies":true,"lowerBound":0,"id":79,"derived":false},{"id":80,"eClass":"EGenericType"},{"id":81,"eClass":"EGenericType"},{"id":82,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"node","changeable":true,"lowerBound":0,"iD":false,"id":83,"derived":false},{"id":84,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"nests","changeable":true,"resolveProxies":true,"lowerBound":0,"id":85,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"infelemrefid","changeable":true,"lowerBound":1,"iD":false,"id":86,"derived":false},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"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":90,"derived":false},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"name":"BEFORE","id":93,"value":1,"literal":"BEFORE","eClass":"EEnumLiteral"},{"name":"AFTER","id":94,"value":2,"literal":"AFTER","eClass":"EEnumLiteral"},{"name":"REPLACE","id":95,"value":0,"literal":"REPLACE","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":5},{"source":1,"target":18},{"source":1,"target":19},{"source":18,"target":4},{"source":18,"target":20},{"source":18,"target":1},{"source":20,"target":4},{"source":19,"target":5},{"source":2,"target":0},{"source":2,"target":5},{"source":2,"target":21},{"source":21,"target":5},{"source":3,"target":0},{"source":3,"target":14},{"source":3,"target":22},{"source":3,"target":23},{"source":3,"target":24},{"source":3,"target":25},{"source":22,"target":2},{"source":22,"target":26},{"source":22,"target":3},{"source":26,"target":2},{"source":23,"target":27},{"source":23,"target":3},{"source":24,"target":15},{"source":24,"target":28},{"source":24,"target":3},{"source":28,"target":15},{"source":25,"target":14},{"source":4,"target":0},{"source":4,"target":14},{"source":4,"target":29},{"source":4,"target":30},{"source":4,"target":31},{"source":29,"target":32},{"source":29,"target":4},{"source":30,"target":33},{"source":30,"target":4},{"source":31,"target":14},{"source":5,"target":0},{"source":5,"target":14},{"source":5,"target":34},{"source":5,"target":35},{"source":5,"target":36},{"source":5,"target":37},{"source":5,"target":38},{"source":34,"target":39},{"source":34,"target":5},{"source":35,"target":40},{"source":35,"target":5},{"source":36,"target":6},{"source":36,"target":41},{"source":36,"target":5},{"source":41,"target":6},{"source":37,"target":7},{"source":37,"target":42},{"source":37,"target":5},{"source":42,"target":7},{"source":38,"target":14},{"source":6,"target":0},{"source":6,"target":14},{"source":6,"target":43},{"source":6,"target":44},{"source":6,"target":45},{"source":6,"target":46},{"source":6,"target":47},{"source":43,"target":48},{"source":43,"target":6},{"source":44,"target":1},{"source":44,"target":49},{"source":44,"target":6},{"source":49,"target":1},{"source":45,"target":7},{"source":45,"target":50},{"source":45,"target":6},{"source":45,"target":51},{"source":50,"target":7},{"source":46,"target":52},{"source":46,"target":6},{"source":47,"target":14},{"source":7,"target":0},{"source":7,"target":14},{"source":7,"target":53},{"source":7,"target":54},{"source":7,"target":55},{"source":7,"target":51},{"source":7,"target":56},{"source":53,"target":57},{"source":53,"target":7},{"source":54,"target":8},{"source":54,"target":58},{"source":54,"target":7},{"source":58,"target":8},{"source":55,"target":59},{"source":55,"target":7},{"source":51,"target":6},{"source":51,"target":60},{"source":51,"target":7},{"source":51,"target":45},{"source":60,"target":6},{"source":56,"target":14},{"source":8,"target":0},{"source":8,"target":61},{"source":8,"target":62},{"source":61,"target":8},{"source":62,"target":8},{"source":9,"target":0},{"source":9,"target":14},{"source":9,"target":63},{"source":9,"target":64},{"source":9,"target":65},{"source":9,"target":66},{"source":63,"target":67},{"source":63,"target":9},{"source":64,"target":10},{"source":64,"target":68},{"source":64,"target":9},{"source":68,"target":10},{"source":65,"target":12},{"source":65,"target":69},{"source":65,"target":9},{"source":69,"target":12},{"source":66,"target":14},{"source":10,"target":0},{"source":10,"target":14},{"source":10,"target":70},{"source":10,"target":71},{"source":10,"target":72},{"source":70,"target":73},{"source":70,"target":10},{"source":71,"target":74},{"source":71,"target":10},{"source":72,"target":14},{"source":11,"target":0},{"source":11,"target":14},{"source":11,"target":75},{"source":11,"target":76},{"source":75,"target":5},{"source":75,"target":77},{"source":75,"target":11},{"source":77,"target":5},{"source":76,"target":14},{"source":12,"target":0},{"source":12,"target":14},{"source":12,"target":78},{"source":12,"target":79},{"source":12,"target":80},{"source":78,"target":3},{"source":78,"target":81},{"source":78,"target":12},{"source":81,"target":3},{"source":79,"target":10},{"source":79,"target":82},{"source":79,"target":12},{"source":82,"target":10},{"source":80,"target":14},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":83},{"source":83,"target":13},{"source":83,"target":84},{"source":83,"target":14},{"source":84,"target":13},{"source":15,"target":0},{"source":15,"target":14},{"source":15,"target":85},{"source":15,"target":86},{"source":15,"target":87},{"source":85,"target":16},{"source":85,"target":88},{"source":85,"target":15},{"source":88,"target":16},{"source":86,"target":89},{"source":86,"target":15},{"source":87,"target":14},{"source":16,"target":0},{"source":16,"target":14},{"source":16,"target":90},{"source":16,"target":91},{"source":90,"target":17},{"source":90,"target":92},{"source":90,"target":16},{"source":92,"target":17},{"source":91,"target":14},{"source":17,"target":0},{"source":17,"target":93},{"source":17,"target":94},{"source":17,"target":95},{"source":93,"target":17},{"source":94,"target":17},{"source":95,"target":17}],"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="org.ossmeter.metricprovider.historic.bugs.unansweredbugs.model"> <eClassifiers xsi:type="ecore:EClass" name="BugsUnansweredBugsHistoricMetric"> <eStructuralFeatures xsi:type="ecore:EAttribute" name="numberOfUnansweredBugs"> <eType xsi:type="ecore:EDataType" href="http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eStructuralFeatures> </eClassifiers> </ecore:EPackage>
github:ecore:/data/crossminer/crossminer/metric-providers/org.ossmeter.metricprovider.historic.bugs.unansweredbugs/src/org/ossmeter/metricprovider/historic/bugs/unansweredbugs/model/bugs_unansweredbugs_historic_metric.ecore
ecore
org.ossmeter.metricprovider.historic.bugs.unansweredbugs.model BugsUnansweredBugsHistoricMetric numberOfUnansweredBugs
null
{"directed":true,"nodes":[{"nsPrefix":null,"nsURI":null,"name":"org.ossmeter.metricprovider.historic.bugs.unansweredbugs.model","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"BugsUnansweredBugsHistoricMetric","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":"numberOfUnansweredBugs","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"?> <ecore:EPackage xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" name="filetransfer2x" nsURI="http://petals.ow2.org/components/filetransfer/version-2" nsPrefix="filetransfer2x"> <eClassifiers xsi:type="ecore:EClass" name="FileTransferProvides" eSuperTypes="../../com.ebmwebsourcing.jbi.core.metamodel/model/jbi.ecore#//Provides"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="writeDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="write-directory"/> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="copyMode" eType="#//CopyMode" defaultValueLiteral="CopyMode.CONTENT_ONLY" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="copy-mode"/> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filePattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="file-pattern"/> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="read-directory"/> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="backupDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="backup-directory"/> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileTransferConsumes" eSuperTypes="../../com.ebmwebsourcing.jbi.core.metamodel/model/jbi.ecore#//Consumes"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value=""/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="readDirectory" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" unsettable="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="read-directory"/> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="backupDirectory" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="backup-directory"/> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="transferMode" eType="#//TransferMode" defaultValueLiteral="TransferMode.CONTENT" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="transfer-mode"/> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="filePattern" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="file-pattern"/> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pollingPeriod" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="polling-period"/> <details key="kind" value="element"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="#group:0"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="CopyMode"> <eLiterals name="CONTENT_ONLY" literal="content-only"/> <eLiterals name="ATTACHMENTS_ONLY" value="1" literal="attachments-only"/> <eLiterals name="CONTENT_AND_ATTACHMENTS" value="2" literal="content-and-attachments"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="TransferMode"> <eLiterals name="CONTENT" literal="content"/> <eLiterals name="ATTACHMENT" value="1" literal="attachment"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/petalslink/petals-studio/plugins/com.ebmwebsourcing.petals.services.filetransfer/model/filetransfer.ecore
ecore
filetransfer2x FileTransferProvides writeDirectory copyMode CopyMode.CONTENT_ONLY filePattern readDirectory backupDirectory FileTransferConsumes readDirectory backupDirectory transferMode TransferMode.CONTENT filePattern pollingPeriod CopyMode CONTENT_ONLY content-only ATTACHMENTS_ONLY attachments-only CONTENT_AND_ATTACHMENTS content-and-attachments TransferMode CONTENT content ATTACHMENT attachment
null
{"directed":true,"nodes":[{"nsPrefix":"filetransfer2x","nsURI":"http://petals.ow2.org/components/filetransfer/version-2","name":"filetransfer2x","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileTransferProvides","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileTransferConsumes","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"CopyMode","instanceClass":null,"id":3,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"TransferMode","instanceClass":null,"id":4,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"writeDirectory","changeable":true,"lowerBound":0,"iD":false,"id":5,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"CopyMode.CONTENT_ONLY","unsettable":false,"transient":false,"unique":true,"name":"copyMode","changeable":true,"lowerBound":0,"iD":false,"id":6,"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":"filePattern","changeable":true,"lowerBound":0,"iD":false,"id":7,"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":"readDirectory","changeable":true,"lowerBound":0,"iD":false,"id":8,"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":"backupDirectory","changeable":true,"lowerBound":0,"iD":false,"id":9,"derived":true},{"id":10,"eClass":"EGenericType"},{"id":11,"eClass":"EGenericType"},{"id":12,"eClass":"EGenericType"},{"id":13,"eClass":"EGenericType"},{"id":14,"eClass":"EGenericType"},{"id":15,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"readDirectory","changeable":true,"lowerBound":1,"iD":false,"id":16,"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":"backupDirectory","changeable":true,"lowerBound":0,"iD":false,"id":17,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"TransferMode.CONTENT","unsettable":false,"transient":false,"unique":true,"name":"transferMode","changeable":true,"lowerBound":0,"iD":false,"id":18,"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":"filePattern","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":true},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"pollingPeriod","changeable":true,"lowerBound":0,"iD":false,"id":20,"derived":true},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"name":"CONTENT_ONLY","id":27,"value":0,"literal":"content-only","eClass":"EEnumLiteral"},{"name":"ATTACHMENTS_ONLY","id":28,"value":1,"literal":"attachments-only","eClass":"EEnumLiteral"},{"name":"CONTENT_AND_ATTACHMENTS","id":29,"value":2,"literal":"content-and-attachments","eClass":"EEnumLiteral"},{"name":"CONTENT","id":30,"value":0,"literal":"content","eClass":"EEnumLiteral"},{"name":"ATTACHMENT","id":31,"value":1,"literal":"attachment","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":1,"target":0},{"source":1,"target":5},{"source":1,"target":6},{"source":1,"target":7},{"source":1,"target":8},{"source":1,"target":9},{"source":1,"target":10},{"source":5,"target":11},{"source":5,"target":1},{"source":6,"target":3},{"source":6,"target":12},{"source":6,"target":1},{"source":12,"target":3},{"source":7,"target":13},{"source":7,"target":1},{"source":8,"target":14},{"source":8,"target":1},{"source":9,"target":15},{"source":9,"target":1},{"source":2,"target":0},{"source":2,"target":16},{"source":2,"target":17},{"source":2,"target":18},{"source":2,"target":19},{"source":2,"target":20},{"source":2,"target":21},{"source":16,"target":22},{"source":16,"target":2},{"source":17,"target":23},{"source":17,"target":2},{"source":18,"target":4},{"source":18,"target":24},{"source":18,"target":2},{"source":24,"target":4},{"source":19,"target":25},{"source":19,"target":2},{"source":20,"target":26},{"source":20,"target":2},{"source":3,"target":0},{"source":3,"target":27},{"source":3,"target":28},{"source":3,"target":29},{"source":27,"target":3},{"source":28,"target":3},{"source":29,"target":3},{"source":4,"target":0},{"source":4,"target":30},{"source":4,"target":31},{"source":30,"target":4},{"source":31,"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="cat" nsURI="http://reference.niem.gov/niem/resource/mpd/catalog/1.0/" nsPrefix="cat"> <eAnnotations source="http://www.eclipse.org/emf/2002/GenModel"> <details key="documentation" value="&#xA;&#x9; Model Package Description (MPD) Catalog;&#xA; &#x9; XML document element = Catalog;&#xA;&#x9; This schema defines the catalog.xml artifact &#xA;&#x9; for Model Package Descriptions (MPD) in NIEM.&#xA;&#x9; MPDs include:&#xA;&#x9;&#x9;NIEM releases, core updates, domain updates, &#xA;&#x9;&#x9;NIEM Information Exchange Package Documentation (IEPD), &#xA;&#x9;&#x9;and NIEM Enterprise Information Exchange Models (EIEM). &#xA;&#xA;&#x9; NOTE: The purpose of this schema is to define/declare metadata &#xA;&#x9; for NIEM MPDs to search, discover, and process MPDs efficiently. &#xA;&#x9; Instances of this schema are NOT NIEM data exchanges. For &#xA;&#x9; this reason this schema is NOT NIEM conforming, even though &#xA;&#x9; type definitions and element/attribute declarations generally &#xA;&#x9; conform to NIEM NDR naming rules. &#xA;&#x9;"/> </eAnnotations> <eClassifiers xsi:type="ecore:EClass" name="AuthoritativeSourceType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="AuthoritativeSourceType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aSName" 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="ASName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aSAddressText" 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="ASAddressText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aSWebSiteURL" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ASWebSiteURL"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pOC" lowerBound="1" upperBound="-1" eType="#//POCType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="POC"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="CatalogType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="CatalogType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eOperations name="setMpdClassCode" ordered="false" unique="false" lowerBound="1"> <eParameters name="mpdClassCode" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="artifactGroup" unique="false" lowerBound="1" 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="Artifact:group"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="artifact" lowerBound="1" upperBound="-1" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" changeable="false" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Artifact"/> <details key="namespace" value="##targetNamespace"/> <details key="group" value="Artifact:group"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="metadata" lowerBound="1" eType="#//MetadataType" 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"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptionText" 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="descriptionText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mpdClassCode" lowerBound="1" eType="#//MPDClassCodeSimpleType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="mpdClassCode"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mpdName" 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="mpdName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mpdURI" lowerBound="1" eType="#//URISimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="mpdURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mpdVersionID" lowerBound="1" eType="#//MPDVersionIDSimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="mpdVersionID"/> <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="artifact" upperBound="-2" eType="ecore:EClass http://www.eclipse.org/emf/2002/Ecore#//EObject" changeable="false" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Artifact"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aSAddressText" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ASAddressText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aSName" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ASName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="aSWebSiteURL" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//AnyURI" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ASWebSiteURL"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="authoritativeSource" upperBound="-2" eType="#//AuthoritativeSourceType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AuthoritativeSource"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="catalog" upperBound="-2" eType="#//CatalogType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Catalog"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creationDate" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Date" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="CreationDate"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domainText" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DomainText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exchangePartnerName" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ExchangePartnerName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exchangePatternText" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ExchangePatternText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="file" upperBound="-2" eType="#//FileType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="File"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="Artifact"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="fileSet" upperBound="-2" eType="#//FileSetType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="FileSet"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="Artifact"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="folder" upperBound="-2" eType="#//FolderType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Folder"/> <details key="namespace" value="##targetNamespace"/> <details key="affiliation" value="Artifact"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keywordText" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="KeywordText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastRevisionDate" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Date" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LastRevisionDate"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="metadata" upperBound="-2" eType="#//MetadataType" volatile="true" transient="true" 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"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nextRevisionDate" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Date" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NextRevisionDate"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="pOC" upperBound="-2" eType="#//POCType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="POC"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pOCEmail" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="POCEmail"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pOCName" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="POCName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pOCTelephone" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="POCTelephone"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="purposeText" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PurposeText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="relationship" upperBound="-2" eType="#//RelationshipType" volatile="true" transient="true" derived="true" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Relationship"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="securityMarkingText" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" defaultValueLiteral="unclassified" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SecurityMarkingText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="statusText" unique="false" upperBound="-2" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" volatile="true" transient="true" derived="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="StatusText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptionText" 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="descriptionText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externalURI" eType="#//URISimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="externalURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="files" 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="files"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mpdClassCode" eType="#//MPDClassCodeSimpleType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="mpdClassCode"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mpdName" 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="mpdName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mpdURI" eType="#//URISimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="mpdURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="mpdVersionID" eType="#//MPDVersionIDSimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="mpdVersionID"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="natureURI" eType="#//URISimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="natureURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="purposeURI" eType="#//URISimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="purposeURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relationshipCode" eType="#//RelationshipCodeSimpleType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="relationshipCode"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relativePathName" 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="relativePathName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceURI" eType="#//URISimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="resourceURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileSetType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FileSetType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EReference" name="file" upperBound="-1" eType="#//FileType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="File"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptionText" 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="descriptionText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externalURI" eType="#//URISimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="externalURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="files" 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="files"/> <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#//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="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="natureURI" lowerBound="1" eType="#//URISimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="natureURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="purposeURI" lowerBound="1" eType="#//URISimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="purposeURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FileType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FileType"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptionText" 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="descriptionText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="externalURI" eType="#//URISimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="externalURI"/> <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#//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="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="natureURI" lowerBound="1" eType="#//URISimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="natureURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="purposeURI" lowerBound="1" eType="#//URISimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="purposeURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relativePathName" 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="relativePathName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="FolderType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="FolderType"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptionText" 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="descriptionText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="id" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//ID" iD="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="id"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relativePathName" 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="relativePathName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="MetadataType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MetadataType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eOperations name="setCreationDate" ordered="false" unique="false" lowerBound="1"> <eParameters name="dateString" ordered="false" unique="false" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"/> </eOperations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="securityMarkingText" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String" defaultValueLiteral="unclassified" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="SecurityMarkingText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="creationDate" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Date"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="CreationDate"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="lastRevisionDate" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Date"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="LastRevisionDate"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="nextRevisionDate" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//Date"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="NextRevisionDate"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="statusText" 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="StatusText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="relationship" upperBound="-1" eType="#//RelationshipType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="Relationship"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="keywordText" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="KeywordText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="domainText" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="DomainText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="purposeText" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="PurposeText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exchangePatternText" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ExchangePatternText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="exchangePartnerName" unique="false" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="ExchangePartnerName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="authoritativeSource" lowerBound="1" eType="#//AuthoritativeSourceType" containment="true" resolveProxies="false"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="AuthoritativeSource"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="MPDClassCodeSimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MPDClassCodeSimpleType"/> </eAnnotations> <eLiterals name="release"/> <eLiterals name="coreUpdate" value="1" literal="core-update"/> <eLiterals name="domainUpdate" value="2" literal="domain-update"/> <eLiterals name="iepd" value="3"/> <eLiterals name="eiem" value="4"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="MPDClassCodeSimpleTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MPDClassCodeSimpleType:Object"/> <details key="baseType" value="MPDClassCodeSimpleType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="MPDVersionIDSimpleType" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="MPDVersionIDSimpleType"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#token"/> <details key="minLength" value="1"/> <details key="pattern" value="[0-9]+(\.[0-9]+)*((alpha|beta|rc|rev)[0-9]+)?"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="POCType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="POCType"/> <details key="kind" value="elementOnly"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pOCName" 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="POCName"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pOCEmail" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="POCEmail"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="pOCTelephone" unique="false" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2003/XMLType#//String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="element"/> <details key="name" value="POCTelephone"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="RelationshipCodeSimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RelationshipCodeSimpleType"/> </eAnnotations> <eLiterals name="versionOf" literal="version_of"/> <eLiterals name="specializes" value="1"/> <eLiterals name="generalizes" value="2"/> <eLiterals name="supersedes" value="3"/> <eLiterals name="deprecates" value="4"/> <eLiterals name="adapts" value="5"/> <eLiterals name="updates" value="6"/> <eLiterals name="conformsTo" value="7" literal="conforms_to"/> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="RelationshipCodeSimpleTypeObject" instanceClassName="org.eclipse.emf.common.util.Enumerator"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RelationshipCodeSimpleType:Object"/> <details key="baseType" value="RelationshipCodeSimpleType"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="RelationshipType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="RelationshipType"/> <details key="kind" value="empty"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="descriptionText" 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="descriptionText"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="relationshipCode" lowerBound="1" eType="#//RelationshipCodeSimpleType" unsettable="true"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="relationshipCode"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="resourceURI" lowerBound="1" eType="#//URISimpleType"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="kind" value="attribute"/> <details key="name" value="resourceURI"/> <details key="namespace" value="##targetNamespace"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="SafeCurieSimpleType" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="SafeCurieSimpleType"/> <details key="baseType" value="http://www.eclipse.org/emf/2003/XMLType#string"/> <details key="minLength" value="3"/> <details key="pattern" value="\[(([\i-[:]][\c-[:]]*)?:)?.+\]"/> </eAnnotations> </eClassifiers> <eClassifiers xsi:type="ecore:EDataType" name="URISimpleType" instanceClassName="java.lang.String"> <eAnnotations source="http:///org/eclipse/emf/ecore/util/ExtendedMetaData"> <details key="name" value="URISimpleType"/> <details key="memberTypes" value="http://www.eclipse.org/emf/2003/XMLType#anyURI SafeCurieSimpleType"/> </eAnnotations> </eClassifiers> </ecore:EPackage>
github:ecore:/data/info-sharing-environment/NIEM-Modeling-Tool/plugins/org.search.niem.mpd/src/main/resources/model/mpd-catalog-1.0.ecore
ecore
cat AuthoritativeSourceType aSName aSAddressText aSWebSiteURL pOC CatalogType setMpdClassCode mpdClassCode artifactGroup artifact metadata descriptionText mpdClassCode mpdName mpdURI mpdVersionID DocumentRoot mixed xMLNSPrefixMap xSISchemaLocation artifact aSAddressText aSName aSWebSiteURL authoritativeSource catalog creationDate domainText exchangePartnerName exchangePatternText file fileSet folder keywordText lastRevisionDate metadata nextRevisionDate pOC pOCEmail pOCName pOCTelephone purposeText relationship securityMarkingText unclassified statusText descriptionText externalURI files id mpdClassCode mpdName mpdURI mpdVersionID natureURI purposeURI relationshipCode relativePathName resourceURI FileSetType file descriptionText externalURI files id natureURI purposeURI FileType descriptionText externalURI id natureURI purposeURI relativePathName FolderType descriptionText id relativePathName MetadataType setCreationDate dateString securityMarkingText unclassified creationDate lastRevisionDate nextRevisionDate statusText relationship keywordText domainText purposeText exchangePatternText exchangePartnerName authoritativeSource MPDClassCodeSimpleType release release coreUpdate core-update domainUpdate domain-update iepd iepd eiem eiem MPDClassCodeSimpleTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator MPDVersionIDSimpleType java.lang.String java.lang.String POCType pOCName pOCEmail pOCTelephone RelationshipCodeSimpleType versionOf version_of specializes specializes generalizes generalizes supersedes supersedes deprecates deprecates adapts adapts updates updates conformsTo conforms_to RelationshipCodeSimpleTypeObject org.eclipse.emf.common.util.Enumerator org.eclipse.emf.common.util.Enumerator RelationshipType descriptionText relationshipCode resourceURI SafeCurieSimpleType java.lang.String java.lang.String URISimpleType java.lang.String java.lang.String
null
{"directed":true,"nodes":[{"nsPrefix":"cat","nsURI":"http://reference.niem.gov/niem/resource/mpd/catalog/1.0/","name":"cat","id":0,"eClass":"EPackage"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"AuthoritativeSourceType","instanceClass":null,"abstract":false,"id":1,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"CatalogType","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"DocumentRoot","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileSetType","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FileType","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"FolderType","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"MetadataType","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"MPDClassCodeSimpleType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"MPDClassCodeSimpleTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":9,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"MPDVersionIDSimpleType","instanceClass":"java.lang.String","id":10,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"POCType","instanceClass":null,"abstract":false,"id":11,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"RelationshipCodeSimpleType","instanceClass":null,"id":12,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":"org.eclipse.emf.common.util.Enumerator","defaultValue":null,"instanceClassName":"org.eclipse.emf.common.util.Enumerator","name":"RelationshipCodeSimpleTypeObject","instanceClass":"org.eclipse.emf.common.util.Enumerator","id":13,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"RelationshipType","instanceClass":null,"abstract":false,"id":14,"interface":false,"eClass":"EClass"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"SafeCurieSimpleType","instanceClass":"java.lang.String","id":15,"serializable":true,"eClass":"EDataType"},{"instanceTypeName":"java.lang.String","defaultValue":null,"instanceClassName":"java.lang.String","name":"URISimpleType","instanceClass":"java.lang.String","id":16,"serializable":true,"eClass":"EDataType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aSName","changeable":true,"lowerBound":1,"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":"aSAddressText","changeable":true,"lowerBound":0,"iD":false,"id":18,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"aSWebSiteURL","changeable":true,"lowerBound":0,"iD":false,"id":19,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"pOC","changeable":true,"resolveProxies":false,"lowerBound":1,"id":20,"derived":false},{"id":21,"eClass":"EGenericType"},{"id":22,"eClass":"EGenericType"},{"id":23,"eClass":"EGenericType"},{"id":24,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":false,"name":"setMpdClassCode","lowerBound":1,"id":25,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"artifactGroup","changeable":true,"lowerBound":1,"iD":false,"id":26,"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":"artifact","changeable":false,"resolveProxies":false,"lowerBound":1,"id":27,"derived":true},{"container":false,"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"metadata","changeable":true,"resolveProxies":false,"lowerBound":1,"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":"descriptionText","changeable":true,"lowerBound":0,"iD":false,"id":29,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"mpdClassCode","changeable":true,"lowerBound":1,"iD":false,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mpdName","changeable":true,"lowerBound":1,"iD":false,"id":31,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mpdURI","changeable":true,"lowerBound":1,"iD":false,"id":32,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mpdVersionID","changeable":true,"lowerBound":1,"iD":false,"id":33,"derived":false},{"ordered":false,"upperBound":1,"unique":false,"name":"mpdClassCode","lowerBound":1,"id":34,"many":false,"required":true,"eClass":"EParameter"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"id":38,"eClass":"EGenericType"},{"id":39,"eClass":"EGenericType"},{"id":40,"eClass":"EGenericType"},{"id":41,"eClass":"EGenericType"},{"id":42,"eClass":"EGenericType"},{"id":43,"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":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":true,"unique":true,"name":"xMLNSPrefixMap","changeable":true,"resolveProxies":false,"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":true,"unique":true,"name":"xSISchemaLocation","changeable":true,"resolveProxies":false,"lowerBound":0,"id":46,"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":"artifact","changeable":false,"resolveProxies":false,"lowerBound":0,"id":47,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"aSAddressText","changeable":true,"lowerBound":0,"iD":false,"id":48,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"aSName","changeable":true,"lowerBound":0,"iD":false,"id":49,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"aSWebSiteURL","changeable":true,"lowerBound":0,"iD":false,"id":50,"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":"authoritativeSource","changeable":true,"resolveProxies":false,"lowerBound":0,"id":51,"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":"catalog","changeable":true,"resolveProxies":false,"lowerBound":0,"id":52,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"creationDate","changeable":true,"lowerBound":0,"iD":false,"id":53,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"domainText","changeable":true,"lowerBound":0,"iD":false,"id":54,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"exchangePartnerName","changeable":true,"lowerBound":0,"iD":false,"id":55,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"exchangePatternText","changeable":true,"lowerBound":0,"iD":false,"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":"file","changeable":true,"resolveProxies":false,"lowerBound":0,"id":57,"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":"fileSet","changeable":true,"resolveProxies":false,"lowerBound":0,"id":58,"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":"folder","changeable":true,"resolveProxies":false,"lowerBound":0,"id":59,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"keywordText","changeable":true,"lowerBound":0,"iD":false,"id":60,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"lastRevisionDate","changeable":true,"lowerBound":0,"iD":false,"id":61,"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":"metadata","changeable":true,"resolveProxies":false,"lowerBound":0,"id":62,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"nextRevisionDate","changeable":true,"lowerBound":0,"iD":false,"id":63,"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":"pOC","changeable":true,"resolveProxies":false,"lowerBound":0,"id":64,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"pOCEmail","changeable":true,"lowerBound":0,"iD":false,"id":65,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"pOCName","changeable":true,"lowerBound":0,"iD":false,"id":66,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"pOCTelephone","changeable":true,"lowerBound":0,"iD":false,"id":67,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"purposeText","changeable":true,"lowerBound":0,"iD":false,"id":68,"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":"relationship","changeable":true,"resolveProxies":false,"lowerBound":0,"id":69,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":"unclassified","volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":"unclassified","unsettable":false,"transient":true,"unique":false,"name":"securityMarkingText","changeable":true,"lowerBound":0,"iD":false,"id":70,"derived":true},{"ordered":true,"upperBound":-2,"defaultValue":null,"volatile":true,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":true,"unique":false,"name":"statusText","changeable":true,"lowerBound":0,"iD":false,"id":71,"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":"descriptionText","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":"externalURI","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":"files","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":"id","changeable":true,"lowerBound":0,"iD":true,"id":75,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"mpdClassCode","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":"mpdName","changeable":true,"lowerBound":0,"iD":false,"id":77,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mpdURI","changeable":true,"lowerBound":0,"iD":false,"id":78,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"mpdVersionID","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":"natureURI","changeable":true,"lowerBound":0,"iD":false,"id":80,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"purposeURI","changeable":true,"lowerBound":0,"iD":false,"id":81,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"relationshipCode","changeable":true,"lowerBound":0,"iD":false,"id":82,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"relativePathName","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":"resourceURI","changeable":true,"lowerBound":0,"iD":false,"id":84,"derived":false},{"id":85,"eClass":"EGenericType"},{"id":86,"eClass":"EGenericType"},{"id":87,"eClass":"EGenericType"},{"id":88,"eClass":"EGenericType"},{"id":89,"eClass":"EGenericType"},{"id":90,"eClass":"EGenericType"},{"id":91,"eClass":"EGenericType"},{"id":92,"eClass":"EGenericType"},{"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"},{"id":111,"eClass":"EGenericType"},{"id":112,"eClass":"EGenericType"},{"id":113,"eClass":"EGenericType"},{"id":114,"eClass":"EGenericType"},{"id":115,"eClass":"EGenericType"},{"id":116,"eClass":"EGenericType"},{"id":117,"eClass":"EGenericType"},{"id":118,"eClass":"EGenericType"},{"id":119,"eClass":"EGenericType"},{"id":120,"eClass":"EGenericType"},{"id":121,"eClass":"EGenericType"},{"id":122,"eClass":"EGenericType"},{"id":123,"eClass":"EGenericType"},{"id":124,"eClass":"EGenericType"},{"id":125,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"file","changeable":true,"resolveProxies":false,"lowerBound":0,"id":126,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descriptionText","changeable":true,"lowerBound":0,"iD":false,"id":127,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"externalURI","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":"files","changeable":true,"lowerBound":0,"iD":false,"id":129,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":130,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"natureURI","changeable":true,"lowerBound":1,"iD":false,"id":131,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"purposeURI","changeable":true,"lowerBound":1,"iD":false,"id":132,"derived":false},{"id":133,"eClass":"EGenericType"},{"id":134,"eClass":"EGenericType"},{"id":135,"eClass":"EGenericType"},{"id":136,"eClass":"EGenericType"},{"id":137,"eClass":"EGenericType"},{"id":138,"eClass":"EGenericType"},{"id":139,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descriptionText","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":"externalURI","changeable":true,"lowerBound":0,"iD":false,"id":141,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":1,"iD":true,"id":142,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"natureURI","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":"purposeURI","changeable":true,"lowerBound":1,"iD":false,"id":144,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"relativePathName","changeable":true,"lowerBound":1,"iD":false,"id":145,"derived":false},{"id":146,"eClass":"EGenericType"},{"id":147,"eClass":"EGenericType"},{"id":148,"eClass":"EGenericType"},{"id":149,"eClass":"EGenericType"},{"id":150,"eClass":"EGenericType"},{"id":151,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"descriptionText","changeable":true,"lowerBound":0,"iD":false,"id":152,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"id","changeable":true,"lowerBound":0,"iD":true,"id":153,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"relativePathName","changeable":true,"lowerBound":1,"iD":false,"id":154,"derived":false},{"id":155,"eClass":"EGenericType"},{"id":156,"eClass":"EGenericType"},{"id":157,"eClass":"EGenericType"},{"ordered":false,"upperBound":1,"unique":false,"name":"setCreationDate","lowerBound":1,"id":158,"many":false,"required":true,"eClass":"EOperation"},{"ordered":true,"upperBound":1,"defaultValue":"unclassified","volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":"unclassified","unsettable":true,"transient":false,"unique":true,"name":"securityMarkingText","changeable":true,"lowerBound":1,"iD":false,"id":159,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"creationDate","changeable":true,"lowerBound":1,"iD":false,"id":160,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"lastRevisionDate","changeable":true,"lowerBound":0,"iD":false,"id":161,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"nextRevisionDate","changeable":true,"lowerBound":0,"iD":false,"id":162,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"statusText","changeable":true,"lowerBound":0,"iD":false,"id":163,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"relationship","changeable":true,"resolveProxies":false,"lowerBound":0,"id":164,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"keywordText","changeable":true,"lowerBound":1,"iD":false,"id":165,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"domainText","changeable":true,"lowerBound":1,"iD":false,"id":166,"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":"purposeText","changeable":true,"lowerBound":0,"iD":false,"id":167,"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":"exchangePatternText","changeable":true,"lowerBound":0,"iD":false,"id":168,"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":"exchangePartnerName","changeable":true,"lowerBound":0,"iD":false,"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":"authoritativeSource","changeable":true,"resolveProxies":false,"lowerBound":1,"id":170,"derived":false},{"ordered":false,"upperBound":1,"unique":false,"name":"dateString","lowerBound":1,"id":171,"many":false,"required":true,"eClass":"EParameter"},{"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"},{"name":"release","id":185,"value":0,"literal":"release","eClass":"EEnumLiteral"},{"name":"coreUpdate","id":186,"value":1,"literal":"core-update","eClass":"EEnumLiteral"},{"name":"domainUpdate","id":187,"value":2,"literal":"domain-update","eClass":"EEnumLiteral"},{"name":"iepd","id":188,"value":3,"literal":"iepd","eClass":"EEnumLiteral"},{"name":"eiem","id":189,"value":4,"literal":"eiem","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":"pOCName","changeable":true,"lowerBound":1,"iD":false,"id":190,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"pOCEmail","changeable":true,"lowerBound":1,"iD":false,"id":191,"derived":false},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":false,"name":"pOCTelephone","changeable":true,"lowerBound":1,"iD":false,"id":192,"derived":false},{"id":193,"eClass":"EGenericType"},{"id":194,"eClass":"EGenericType"},{"id":195,"eClass":"EGenericType"},{"name":"versionOf","id":196,"value":0,"literal":"version_of","eClass":"EEnumLiteral"},{"name":"specializes","id":197,"value":1,"literal":"specializes","eClass":"EEnumLiteral"},{"name":"generalizes","id":198,"value":2,"literal":"generalizes","eClass":"EEnumLiteral"},{"name":"supersedes","id":199,"value":3,"literal":"supersedes","eClass":"EEnumLiteral"},{"name":"deprecates","id":200,"value":4,"literal":"deprecates","eClass":"EEnumLiteral"},{"name":"adapts","id":201,"value":5,"literal":"adapts","eClass":"EEnumLiteral"},{"name":"updates","id":202,"value":6,"literal":"updates","eClass":"EEnumLiteral"},{"name":"conformsTo","id":203,"value":7,"literal":"conforms_to","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":"descriptionText","changeable":true,"lowerBound":0,"iD":false,"id":204,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":true,"transient":false,"unique":true,"name":"relationshipCode","changeable":true,"lowerBound":1,"iD":false,"id":205,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"resourceURI","changeable":true,"lowerBound":1,"iD":false,"id":206,"derived":false},{"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":17,"target":21},{"source":17,"target":1},{"source":18,"target":22},{"source":18,"target":1},{"source":19,"target":23},{"source":19,"target":1},{"source":20,"target":11},{"source":20,"target":24},{"source":20,"target":1},{"source":24,"target":11},{"source":2,"target":0},{"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":2,"target":32},{"source":2,"target":33},{"source":25,"target":2},{"source":25,"target":34},{"source":34,"target":35},{"source":34,"target":25},{"source":26,"target":36},{"source":26,"target":2},{"source":27,"target":37},{"source":27,"target":2},{"source":28,"target":7},{"source":28,"target":38},{"source":28,"target":2},{"source":38,"target":7},{"source":29,"target":39},{"source":29,"target":2},{"source":30,"target":8},{"source":30,"target":40},{"source":30,"target":2},{"source":40,"target":8},{"source":31,"target":41},{"source":31,"target":2},{"source":32,"target":16},{"source":32,"target":42},{"source":32,"target":2},{"source":42,"target":16},{"source":33,"target":10},{"source":33,"target":43},{"source":33,"target":2},{"source":43,"target":10},{"source":3,"target":0},{"source":3,"target":44},{"source":3,"target":45},{"source":3,"target":46},{"source":3,"target":47},{"source":3,"target":48},{"source":3,"target":49},{"source":3,"target":50},{"source":3,"target":51},{"source":3,"target":52},{"source":3,"target":53},{"source":3,"target":54},{"source":3,"target":55},{"source":3,"target":56},{"source":3,"target":57},{"source":3,"target":58},{"source":3,"target":59},{"source":3,"target":60},{"source":3,"target":61},{"source":3,"target":62},{"source":3,"target":63},{"source":3,"target":64},{"source":3,"target":65},{"source":3,"target":66},{"source":3,"target":67},{"source":3,"target":68},{"source":3,"target":69},{"source":3,"target":70},{"source":3,"target":71},{"source":3,"target":72},{"source":3,"target":73},{"source":3,"target":74},{"source":3,"target":75},{"source":3,"target":76},{"source":3,"target":77},{"source":3,"target":78},{"source":3,"target":79},{"source":3,"target":80},{"source":3,"target":81},{"source":3,"target":82},{"source":3,"target":83},{"source":3,"target":84},{"source":44,"target":85},{"source":44,"target":3},{"source":45,"target":86},{"source":45,"target":3},{"source":46,"target":87},{"source":46,"target":3},{"source":47,"target":88},{"source":47,"target":3},{"source":48,"target":89},{"source":48,"target":3},{"source":49,"target":90},{"source":49,"target":3},{"source":50,"target":91},{"source":50,"target":3},{"source":51,"target":1},{"source":51,"target":92},{"source":51,"target":3},{"source":92,"target":1},{"source":52,"target":2},{"source":52,"target":93},{"source":52,"target":3},{"source":93,"target":2},{"source":53,"target":94},{"source":53,"target":3},{"source":54,"target":95},{"source":54,"target":3},{"source":55,"target":96},{"source":55,"target":3},{"source":56,"target":97},{"source":56,"target":3},{"source":57,"target":5},{"source":57,"target":98},{"source":57,"target":3},{"source":98,"target":5},{"source":58,"target":4},{"source":58,"target":99},{"source":58,"target":3},{"source":99,"target":4},{"source":59,"target":6},{"source":59,"target":100},{"source":59,"target":3},{"source":100,"target":6},{"source":60,"target":101},{"source":60,"target":3},{"source":61,"target":102},{"source":61,"target":3},{"source":62,"target":7},{"source":62,"target":103},{"source":62,"target":3},{"source":103,"target":7},{"source":63,"target":104},{"source":63,"target":3},{"source":64,"target":11},{"source":64,"target":105},{"source":64,"target":3},{"source":105,"target":11},{"source":65,"target":106},{"source":65,"target":3},{"source":66,"target":107},{"source":66,"target":3},{"source":67,"target":108},{"source":67,"target":3},{"source":68,"target":109},{"source":68,"target":3},{"source":69,"target":14},{"source":69,"target":110},{"source":69,"target":3},{"source":110,"target":14},{"source":70,"target":111},{"source":70,"target":3},{"source":71,"target":112},{"source":71,"target":3},{"source":72,"target":113},{"source":72,"target":3},{"source":73,"target":16},{"source":73,"target":114},{"source":73,"target":3},{"source":114,"target":16},{"source":74,"target":115},{"source":74,"target":3},{"source":75,"target":116},{"source":75,"target":3},{"source":76,"target":8},{"source":76,"target":117},{"source":76,"target":3},{"source":117,"target":8},{"source":77,"target":118},{"source":77,"target":3},{"source":78,"target":16},{"source":78,"target":119},{"source":78,"target":3},{"source":119,"target":16},{"source":79,"target":10},{"source":79,"target":120},{"source":79,"target":3},{"source":120,"target":10},{"source":80,"target":16},{"source":80,"target":121},{"source":80,"target":3},{"source":121,"target":16},{"source":81,"target":16},{"source":81,"target":122},{"source":81,"target":3},{"source":122,"target":16},{"source":82,"target":12},{"source":82,"target":123},{"source":82,"target":3},{"source":123,"target":12},{"source":83,"target":124},{"source":83,"target":3},{"source":84,"target":16},{"source":84,"target":125},{"source":84,"target":3},{"source":125,"target":16},{"source":4,"target":0},{"source":4,"target":126},{"source":4,"target":127},{"source":4,"target":128},{"source":4,"target":129},{"source":4,"target":130},{"source":4,"target":131},{"source":4,"target":132},{"source":126,"target":5},{"source":126,"target":133},{"source":126,"target":4},{"source":133,"target":5},{"source":127,"target":134},{"source":127,"target":4},{"source":128,"target":16},{"source":128,"target":135},{"source":128,"target":4},{"source":135,"target":16},{"source":129,"target":136},{"source":129,"target":4},{"source":130,"target":137},{"source":130,"target":4},{"source":131,"target":16},{"source":131,"target":138},{"source":131,"target":4},{"source":138,"target":16},{"source":132,"target":16},{"source":132,"target":139},{"source":132,"target":4},{"source":139,"target":16},{"source":5,"target":0},{"source":5,"target":140},{"source":5,"target":141},{"source":5,"target":142},{"source":5,"target":143},{"source":5,"target":144},{"source":5,"target":145},{"source":140,"target":146},{"source":140,"target":5},{"source":141,"target":16},{"source":141,"target":147},{"source":141,"target":5},{"source":147,"target":16},{"source":142,"target":148},{"source":142,"target":5},{"source":143,"target":16},{"source":143,"target":149},{"source":143,"target":5},{"source":149,"target":16},{"source":144,"target":16},{"source":144,"target":150},{"source":144,"target":5},{"source":150,"target":16},{"source":145,"target":151},{"source":145,"target":5},{"source":6,"target":0},{"source":6,"target":152},{"source":6,"target":153},{"source":6,"target":154},{"source":152,"target":155},{"source":152,"target":6},{"source":153,"target":156},{"source":153,"target":6},{"source":154,"target":157},{"source":154,"target":6},{"source":7,"target":0},{"source":7,"target":158},{"source":7,"target":159},{"source":7,"target":160},{"source":7,"target":161},{"source":7,"target":162},{"source":7,"target":163},{"source":7,"target":164},{"source":7,"target":165},{"source":7,"target":166},{"source":7,"target":167},{"source":7,"target":168},{"source":7,"target":169},{"source":7,"target":170},{"source":158,"target":7},{"source":158,"target":171},{"source":171,"target":172},{"source":171,"target":158},{"source":159,"target":173},{"source":159,"target":7},{"source":160,"target":174},{"source":160,"target":7},{"source":161,"target":175},{"source":161,"target":7},{"source":162,"target":176},{"source":162,"target":7},{"source":163,"target":177},{"source":163,"target":7},{"source":164,"target":14},{"source":164,"target":178},{"source":164,"target":7},{"source":178,"target":14},{"source":165,"target":179},{"source":165,"target":7},{"source":166,"target":180},{"source":166,"target":7},{"source":167,"target":181},{"source":167,"target":7},{"source":168,"target":182},{"source":168,"target":7},{"source":169,"target":183},{"source":169,"target":7},{"source":170,"target":1},{"source":170,"target":184},{"source":170,"target":7},{"source":184,"target":1},{"source":8,"target":0},{"source":8,"target":185},{"source":8,"target":186},{"source":8,"target":187},{"source":8,"target":188},{"source":8,"target":189},{"source":185,"target":8},{"source":186,"target":8},{"source":187,"target":8},{"source":188,"target":8},{"source":189,"target":8},{"source":9,"target":0},{"source":10,"target":0},{"source":11,"target":0},{"source":11,"target":190},{"source":11,"target":191},{"source":11,"target":192},{"source":190,"target":193},{"source":190,"target":11},{"source":191,"target":194},{"source":191,"target":11},{"source":192,"target":195},{"source":192,"target":11},{"source":12,"target":0},{"source":12,"target":196},{"source":12,"target":197},{"source":12,"target":198},{"source":12,"target":199},{"source":12,"target":200},{"source":12,"target":201},{"source":12,"target":202},{"source":12,"target":203},{"source":196,"target":12},{"source":197,"target":12},{"source":198,"target":12},{"source":199,"target":12},{"source":200,"target":12},{"source":201,"target":12},{"source":202,"target":12},{"source":203,"target":12},{"source":13,"target":0},{"source":14,"target":0},{"source":14,"target":204},{"source":14,"target":205},{"source":14,"target":206},{"source":204,"target":207},{"source":204,"target":14},{"source":205,"target":12},{"source":205,"target":208},{"source":205,"target":14},{"source":208,"target":12},{"source":206,"target":16},{"source":206,"target":209},{"source":206,"target":14},{"source":209,"target":16},{"source":15,"target":0},{"source":16,"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="Cookbooks" nsURI="Cookbooks" nsPrefix=""> <eAnnotations source="gmf"/> <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="Cookbooks"> <eAnnotations source="gmf.diagram"/> <eStructuralFeatures xsi:type="ecore:EReference" name="cookbooks" upperBound="-1" eType="#//Cookbook" containment="true"/> <eStructuralFeatures xsi:type="ecore:EReference" name="categories" upperBound="-1" eType="#//Category" containment="true"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Cookbook" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="label.placement" value="internal"/> <details key="margin" value="15"/> <details key="border.width" value="6"/> <details key="border.color" value="44,128,8"/> </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="contents" lowerBound="5" upperBound="-1" eType="#//Recipe"> <eAnnotations source="gmf.link"> <details key="label.text" value="Can be found in"/> <details key="source.decoration" value="arrow"/> <details key="target.decoration" value="square"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Category" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="label.placement" value="internal"/> <details key="margin" value="14"/> <details key="border.width" value="5"/> <details key="border.color" value="23,65,178"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="meta" lowerBound="1" eType="#//FoodType"/> <eStructuralFeatures xsi:type="ecore:EReference" name="recipes" lowerBound="1" upperBound="-1" eType="#//Recipe" containment="true"> <eAnnotations source="gmf.link"> <details key="label.text" value="Contains"/> <details key="source.decoration" value="filledrhomb"/> <details key="target.decoration" value="closedarrow"/> </eAnnotations> </eStructuralFeatures> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Recipe" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="phantom" value="true"/> <details key="label.placement" value="internal"/> <details key="figure" value="rectangle"/> <details key="border.width" value="3"/> <details key="border.color" value="167,22,48"/> <details key="border.style" value="dot"/> </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="instructions" lowerBound="1" upperBound="3" eType="#//InstructionSet" containment="true"> <eAnnotations source="gmf.compartment"> <details key="layout" value="list"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="dependencies" upperBound="-1" eType="#//Recipe"> <eAnnotations source="gmf.link"> <details key="label.text" value="Requires"/> <details key="target.decoration" value="filledclosedarrow"/> <details key="style" value="dash"/> </eAnnotations> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EReference" name="ingredients" upperBound="-1" eType="#//Ingredient" containment="true"> <eAnnotations source="gmf.compartment"/> </eStructuralFeatures> <eStructuralFeatures xsi:type="ecore:EAttribute" name="serves" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="Ingredient" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="figure" value="ellipse"/> <details key="margin" value="6"/> <details key="border.width" value="1"/> <details key="border.color" value="193,97,48"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="amount" lowerBound="1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EFloat"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="measurement" lowerBound="1" eType="#//Unit"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="modifier" eType="#//Scale"/> <eStructuralFeatures xsi:type="ecore:EAttribute" name="otherUnit" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EClass" name="InstructionSet" eSuperTypes="#//NamedElement"> <eAnnotations source="gmf.node"> <details key="label" value="name"/> <details key="margin" value="9"/> <details key="border.width" value="1"/> <details key="border.color" value="199,183,10"/> </eAnnotations> <eStructuralFeatures xsi:type="ecore:EAttribute" name="instruction" lowerBound="1" upperBound="-1" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="FoodType"> <eLiterals name="Other"/> <eLiterals name="Breakfast" value="1"/> <eLiterals name="Lunch" value="2"/> <eLiterals name="Dinner" value="3"/> <eLiterals name="Pudding" value="4"/> <eLiterals name="Snack" value="5"/> <eLiterals name="Beverage" value="6"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Unit"> <eLiterals name="other"/> <eLiterals name="grams" value="1"/> <eLiterals name="litres" value="2"/> <eLiterals name="ounces" value="3"/> </eClassifiers> <eClassifiers xsi:type="ecore:EEnum" name="Scale"> <eLiterals name="none"/> <eLiterals name="milli" value="1"/> <eLiterals name="centi" value="2"/> <eLiterals name="kilo" value="3"/> </eClassifiers> </ecore:EPackage>
github:ecore:/data/quratulain-york/org.eclipse.epsilon/tests/org.eclipse.epsilon.evl.engine.test.acceptance/src/org/eclipse/epsilon/evl/engine/test/acceptance/metamodels/cookbook.ecore
ecore
Cookbooks NamedElement name Cookbooks cookbooks categories Cookbook description contents Category meta recipes Recipe description instructions dependencies ingredients serves Ingredient amount measurement modifier otherUnit InstructionSet instruction FoodType Other Other Breakfast Breakfast Lunch Lunch Dinner Dinner Pudding Pudding Snack Snack Beverage Beverage Unit other other grams grams litres litres ounces ounces Scale none none milli milli centi centi kilo kilo
null
{"directed":true,"nodes":[{"nsPrefix":"","nsURI":"Cookbooks","name":"Cookbooks","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":"Cookbooks","instanceClass":null,"abstract":false,"id":2,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Cookbook","instanceClass":null,"abstract":false,"id":3,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Category","instanceClass":null,"abstract":false,"id":4,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Recipe","instanceClass":null,"abstract":false,"id":5,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"Ingredient","instanceClass":null,"abstract":false,"id":6,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"defaultValue":null,"instanceClassName":null,"name":"InstructionSet","instanceClass":null,"abstract":false,"id":7,"interface":false,"eClass":"EClass"},{"instanceTypeName":null,"instanceClassName":null,"name":"FoodType","instanceClass":null,"id":8,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Unit","instanceClass":null,"id":9,"serializable":true,"eClass":"EEnum"},{"instanceTypeName":null,"instanceClassName":null,"name":"Scale","instanceClass":null,"id":10,"serializable":true,"eClass":"EEnum"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"name","changeable":true,"lowerBound":1,"iD":false,"id":11,"derived":false},{"id":12,"eClass":"EGenericType"},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"cookbooks","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":"categories","changeable":true,"resolveProxies":true,"lowerBound":0,"id":14,"derived":false},{"id":15,"eClass":"EGenericType"},{"id":16,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":17,"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":"contents","changeable":true,"resolveProxies":true,"lowerBound":5,"id":18,"derived":false},{"id":19,"eClass":"EGenericType"},{"id":20,"eClass":"EGenericType"},{"id":21,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"meta","changeable":true,"lowerBound":1,"iD":false,"id":22,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"recipes","changeable":true,"resolveProxies":true,"lowerBound":1,"id":23,"derived":false},{"id":24,"eClass":"EGenericType"},{"id":25,"eClass":"EGenericType"},{"id":26,"eClass":"EGenericType"},{"ordered":true,"upperBound":1,"defaultValue":null,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"description","changeable":true,"lowerBound":0,"iD":false,"id":27,"derived":false},{"container":false,"ordered":true,"upperBound":3,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EReference","defaultValueLiteral":null,"containment":true,"unsettable":false,"transient":false,"unique":true,"name":"instructions","changeable":true,"resolveProxies":true,"lowerBound":1,"id":28,"derived":false},{"container":false,"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":false,"eClass":"EReference","defaultValueLiteral":null,"containment":false,"unsettable":false,"transient":false,"unique":true,"name":"dependencies","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":"ingredients","changeable":true,"resolveProxies":true,"lowerBound":0,"id":30,"derived":false},{"ordered":true,"upperBound":1,"defaultValue":0,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"serves","changeable":true,"lowerBound":0,"iD":false,"id":31,"derived":false},{"id":32,"eClass":"EGenericType"},{"id":33,"eClass":"EGenericType"},{"id":34,"eClass":"EGenericType"},{"id":35,"eClass":"EGenericType"},{"id":36,"eClass":"EGenericType"},{"id":37,"eClass":"EGenericType"},{"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":38,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"measurement","changeable":true,"lowerBound":1,"iD":false,"id":39,"derived":false},{"ordered":true,"upperBound":1,"volatile":false,"many":false,"required":false,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"modifier","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":"otherUnit","changeable":true,"lowerBound":0,"iD":false,"id":41,"derived":false},{"id":42,"eClass":"EGenericType"},{"id":43,"eClass":"EGenericType"},{"id":44,"eClass":"EGenericType"},{"id":45,"eClass":"EGenericType"},{"id":46,"eClass":"EGenericType"},{"ordered":true,"upperBound":-1,"defaultValue":null,"volatile":false,"many":true,"required":true,"eClass":"EAttribute","defaultValueLiteral":null,"unsettable":false,"transient":false,"unique":true,"name":"instruction","changeable":true,"lowerBound":1,"iD":false,"id":47,"derived":false},{"id":48,"eClass":"EGenericType"},{"id":49,"eClass":"EGenericType"},{"name":"Other","id":50,"value":0,"literal":"Other","eClass":"EEnumLiteral"},{"name":"Breakfast","id":51,"value":1,"literal":"Breakfast","eClass":"EEnumLiteral"},{"name":"Lunch","id":52,"value":2,"literal":"Lunch","eClass":"EEnumLiteral"},{"name":"Dinner","id":53,"value":3,"literal":"Dinner","eClass":"EEnumLiteral"},{"name":"Pudding","id":54,"value":4,"literal":"Pudding","eClass":"EEnumLiteral"},{"name":"Snack","id":55,"value":5,"literal":"Snack","eClass":"EEnumLiteral"},{"name":"Beverage","id":56,"value":6,"literal":"Beverage","eClass":"EEnumLiteral"},{"name":"other","id":57,"value":0,"literal":"other","eClass":"EEnumLiteral"},{"name":"grams","id":58,"value":1,"literal":"grams","eClass":"EEnumLiteral"},{"name":"litres","id":59,"value":2,"literal":"litres","eClass":"EEnumLiteral"},{"name":"ounces","id":60,"value":3,"literal":"ounces","eClass":"EEnumLiteral"},{"name":"none","id":61,"value":0,"literal":"none","eClass":"EEnumLiteral"},{"name":"milli","id":62,"value":1,"literal":"milli","eClass":"EEnumLiteral"},{"name":"centi","id":63,"value":2,"literal":"centi","eClass":"EEnumLiteral"},{"name":"kilo","id":64,"value":3,"literal":"kilo","eClass":"EEnumLiteral"}],"links":[{"source":0,"target":1},{"source":0,"target":2},{"source":0,"target":3},{"source":0,"target":4},{"source":0,"target":5},{"source":0,"target":6},{"source":0,"target":7},{"source":0,"target":8},{"source":0,"target":9},{"source":0,"target":10},{"source":1,"target":0},{"source":1,"target":11},{"source":11,"target":12},{"source":11,"target":1},{"source":2,"target":0},{"source":2,"target":13},{"source":2,"target":14},{"source":13,"target":3},{"source":13,"target":15},{"source":13,"target":2},{"source":15,"target":3},{"source":14,"target":4},{"source":14,"target":16},{"source":14,"target":2},{"source":16,"target":4},{"source":3,"target":0},{"source":3,"target":1},{"source":3,"target":17},{"source":3,"target":18},{"source":3,"target":19},{"source":17,"target":20},{"source":17,"target":3},{"source":18,"target":5},{"source":18,"target":21},{"source":18,"target":3},{"source":21,"target":5},{"source":19,"target":1},{"source":4,"target":0},{"source":4,"target":1},{"source":4,"target":22},{"source":4,"target":23},{"source":4,"target":24},{"source":22,"target":8},{"source":22,"target":25},{"source":22,"target":4},{"source":25,"target":8},{"source":23,"target":5},{"source":23,"target":26},{"source":23,"target":4},{"source":26,"target":5},{"source":24,"target":1},{"source":5,"target":0},{"source":5,"target":1},{"source":5,"target":27},{"source":5,"target":28},{"source":5,"target":29},{"source":5,"target":30},{"source":5,"target":31},{"source":5,"target":32},{"source":27,"target":33},{"source":27,"target":5},{"source":28,"target":7},{"source":28,"target":34},{"source":28,"target":5},{"source":34,"target":7},{"source":29,"target":5},{"source":29,"target":35},{"source":29,"target":5},{"source":35,"target":5},{"source":30,"target":6},{"source":30,"target":36},{"source":30,"target":5},{"source":36,"target":6},{"source":31,"target":37},{"source":31,"target":5},{"source":32,"target":1},{"source":6,"target":0},{"source":6,"target":1},{"source":6,"target":38},{"source":6,"target":39},{"source":6,"target":40},{"source":6,"target":41},{"source":6,"target":42},{"source":38,"target":43},{"source":38,"target":6},{"source":39,"target":9},{"source":39,"target":44},{"source":39,"target":6},{"source":44,"target":9},{"source":40,"target":10},{"source":40,"target":45},{"source":40,"target":6},{"source":45,"target":10},{"source":41,"target":46},{"source":41,"target":6},{"source":42,"target":1},{"source":7,"target":0},{"source":7,"target":1},{"source":7,"target":47},{"source":7,"target":48},{"source":47,"target":49},{"source":47,"target":7},{"source":48,"target":1},{"source":8,"target":0},{"source":8,"target":50},{"source":8,"target":51},{"source":8,"target":52},{"source":8,"target":53},{"source":8,"target":54},{"source":8,"target":55},{"source":8,"target":56},{"source":50,"target":8},{"source":51,"target":8},{"source":52,"target":8},{"source":53,"target":8},{"source":54,"target":8},{"source":55,"target":8},{"source":56,"target":8},{"source":9,"target":0},{"source":9,"target":57},{"source":9,"target":58},{"source":9,"target":59},{"source":9,"target":60},{"source":57,"target":9},{"source":58,"target":9},{"source":59,"target":9},{"source":60,"target":9},{"source":10,"target":0},{"source":10,"target":61},{"source":10,"target":62},{"source":10,"target":63},{"source":10,"target":64},{"source":61,"target":10},{"source":62,"target":10},{"source":63,"target":10},{"source":64,"target":10}],"multigraph":true}